automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 18:42 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 18:42 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
[2748/3048] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
[2749/3048] Linking target app/dpdk-dumpcap.
[2750/3048] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2751/3048] Linking target app/dpdk-pdump.
[2752/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_cli.c.o'.
[2753/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_conn.c.o'.
[2754/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev_rx.c.o'.
[2755/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev.c.o'.
[2756/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_graph.c.o'.
[2757/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip4_route.c.o'.
[2758/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip6_route.c.o'.
[2759/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
FAILED: app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o
ccache cc -Iapp/a172ced@@dpdk-graph@exe -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3
  -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -MF 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o.d' -o 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -c ../app/graph/l3fwd.c
../app/graph/l3fwd.c: In function 'l3fwd_pattern_configure':
../app/graph/l3fwd.c:58:37: error: comparison is always true due to limited range of data type [-Werror=type-limits]
58 |         for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id++) {
|                                     ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 18:51 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 18:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
[2748/3048] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
[2749/3048] Linking target app/dpdk-dumpcap.
[2750/3048] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2751/3048] Linking target app/dpdk-pdump.
[2752/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_cli.c.o'.
[2753/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_conn.c.o'.
[2754/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev_rx.c.o'.
[2755/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev.c.o'.
[2756/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_graph.c.o'.
[2757/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip4_route.c.o'.
[2758/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip6_route.c.o'.
[2759/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
FAILED: app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o
ccache cc -Iapp/a172ced@@dpdk-graph@exe -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3
  -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -MF 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o.d' -o 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -c ../app/graph/l3fwd.c
../app/graph/l3fwd.c: In function 'l3fwd_pattern_configure':
../app/graph/l3fwd.c:58:37: error: comparison is always true due to limited range of data type [-Werror=type-limits]
58 |         for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id++) {
|                                     ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 18:49 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 18:49 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
[2748/3048] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
[2749/3048] Linking target app/dpdk-dumpcap.
[2750/3048] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2751/3048] Linking target app/dpdk-pdump.
[2752/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_cli.c.o'.
[2753/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_conn.c.o'.
[2754/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev_rx.c.o'.
[2755/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev.c.o'.
[2756/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_graph.c.o'.
[2757/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip4_route.c.o'.
[2758/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip6_route.c.o'.
[2759/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
FAILED: app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o
ccache cc -Iapp/a172ced@@dpdk-graph@exe -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3
  -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -MF 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o.d' -o 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -c ../app/graph/l3fwd.c
../app/graph/l3fwd.c: In function 'l3fwd_pattern_configure':
../app/graph/l3fwd.c:58:37: error: comparison is always true due to limited range of data type [-Werror=type-limits]
58 |         for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id++) {
|                                     ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:57 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:38 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:32 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:31 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:31 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:31 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:27 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Fedora 38 (ARM) (dpdk_meson_compile): ====
[2748/3048] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
[2749/3048] Linking target app/dpdk-dumpcap.
[2750/3048] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2751/3048] Linking target app/dpdk-pdump.
[2752/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_cli.c.o'.
[2753/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_conn.c.o'.
[2754/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev_rx.c.o'.
[2755/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev.c.o'.
[2756/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_graph.c.o'.
[2757/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip4_route.c.o'.
[2758/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip6_route.c.o'.
[2759/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
FAILED: app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o
ccache cc -Iapp/a172ced@@dpdk-graph@exe -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3
  -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -MF 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o.d' -o 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -c ../app/graph/l3fwd.c
../app/graph/l3fwd.c: In function 'l3fwd_pattern_configure':
../app/graph/l3fwd.c:58:37: error: comparison is always true due to limited range of data type [-Werror=type-limits]
58 |         for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id++) {
|                                     ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:26 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Fedora 38 (ARM) (dpdk_meson_compile): ====
[2748/3048] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
[2749/3048] Linking target app/dpdk-dumpcap.
[2750/3048] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2751/3048] Linking target app/dpdk-pdump.
[2752/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_cli.c.o'.
[2753/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_conn.c.o'.
[2754/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev_rx.c.o'.
[2755/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev.c.o'.
[2756/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_graph.c.o'.
[2757/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip4_route.c.o'.
[2758/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip6_route.c.o'.
[2759/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
FAILED: app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o
ccache cc -Iapp/a172ced@@dpdk-graph@exe -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3
  -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -MF 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o.d' -o 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -c ../app/graph/l3fwd.c
../app/graph/l3fwd.c: In function 'l3fwd_pattern_configure':
../app/graph/l3fwd.c:58:37: error: comparison is always true due to limited range of data type [-Werror=type-limits]
58 |         for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id++) {
|                                     ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:26 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Fedora 38 (ARM) (dpdk_meson_compile): ====
[2748/3048] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
[2749/3048] Linking target app/dpdk-dumpcap.
[2750/3048] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2751/3048] Linking target app/dpdk-pdump.
[2752/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_cli.c.o'.
[2753/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_conn.c.o'.
[2754/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev_rx.c.o'.
[2755/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev.c.o'.
[2756/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_graph.c.o'.
[2757/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip4_route.c.o'.
[2758/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip6_route.c.o'.
[2759/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
FAILED: app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o
ccache cc -Iapp/a172ced@@dpdk-graph@exe -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3
  -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -MF 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o.d' -o 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -c ../app/graph/l3fwd.c
../app/graph/l3fwd.c: In function 'l3fwd_pattern_configure':
../app/graph/l3fwd.c:58:37: error: comparison is always true due to limited range of data type [-Werror=type-limits]
58 |         for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id++) {
|                                     ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:25 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Fedora 38 (ARM) (dpdk_meson_compile): ====
[2748/3048] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
[2749/3048] Linking target app/dpdk-dumpcap.
[2750/3048] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2751/3048] Linking target app/dpdk-pdump.
[2752/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_cli.c.o'.
[2753/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_conn.c.o'.
[2754/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev_rx.c.o'.
[2755/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev.c.o'.
[2756/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_graph.c.o'.
[2757/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip4_route.c.o'.
[2758/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip6_route.c.o'.
[2759/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
FAILED: app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o
ccache cc -Iapp/a172ced@@dpdk-graph@exe -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3
  -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -MF 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o.d' -o 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -c ../app/graph/l3fwd.c
../app/graph/l3fwd.c: In function 'l3fwd_pattern_configure':
../app/graph/l3fwd.c:58:37: error: comparison is always true due to limited range of data type [-Werror=type-limits]
58 |         for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id++) {
|                                     ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:25 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:24 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:23 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:23 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:23 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:23 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:22 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:22 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:21 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:21 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:21 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:20 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:20 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Fedora 38 (ARM) (dpdk_meson_compile): ====
[2748/3048] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
[2749/3048] Linking target app/dpdk-dumpcap.
[2750/3048] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2751/3048] Linking target app/dpdk-pdump.
[2752/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_cli.c.o'.
[2753/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_conn.c.o'.
[2754/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev_rx.c.o'.
[2755/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ethdev.c.o'.
[2756/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_graph.c.o'.
[2757/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip4_route.c.o'.
[2758/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_ip6_route.c.o'.
[2759/3048] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
FAILED: app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o
ccache cc -Iapp/a172ced@@dpdk-graph@exe -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3
  -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -MF 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o.d' -o 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o' -c ../app/graph/l3fwd.c
../app/graph/l3fwd.c: In function 'l3fwd_pattern_configure':
../app/graph/l3fwd.c:58:37: error: comparison is always true due to limited range of data type [-Werror=type-limits]
58 |         for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id++) {
|                                     ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:18 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

* |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta
@ 2023-09-19 17:09 dpdklab
  0 siblings, 0 replies; 23+ messages in thread
From: dpdklab @ 2023-09-19 17:09 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Sunil Kumar Kori

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/131653

_Testing issues_

Submitter: Sunil Kumar Kori <skori@marvell.com>
Date: Tuesday, September 19 2023 16:04:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:d83fb967212efa19d272e7fa65d17c9ad94b17c1

131640-131653 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[1485/1790] Generating drivers/rte_baseband_turbo_sw.pmd.c with a custom command
[1486/1790] Generating drivers/rte_baseband_fpga_lte_fec.sym_chk with a custom command (wrapped by meson to capture output)
[1487/1790] Compiling C object drivers/librte_baseband_turbo_sw.a.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1488/1790] Linking static target drivers/librte_baseband_turbo_sw.a
[1489/1790] Linking target drivers/librte_baseband_fpga_lte_fec.so.24.0
[1490/1790] Compiling C object drivers/librte_baseband_turbo_sw.so.24.0.p/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o
[1491/1790] Linking target drivers/librte_baseband_turbo_sw.so.24.0
[1492/1790] Compiling C object app/dpdk-graph.p/graph_conn.c.o
FAILED: app/dpdk-graph.p/graph_conn.c.o
ccache cc -Iapp/dpdk-graph.p -Iapp -I../app -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/node -I../lib/node -Ilib/cryptodev -I../lib/cryptodev -Ilib/cmdline -I../lib/cmdline -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -
 Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ app/dpdk-graph.p/graph_conn.c.o -MF app/dpdk-graph.p/graph_conn.c.o.d -o app/dpdk-graph.p/graph_conn.c.o -c ../app/graph/conn.c
../app/graph/conn.c:11:10: fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
1 error generated.
[1493/1790] Linking target app/dpdk-dumpcap
[1494/1790] Linking target app/dpdk-pdump
[1495/1790] Compiling C object app/dpdk-graph.p/graph_cli.c.o
[1496/1790] Compiling C object app/dpdk-graph.p/graph_ethdev_rx.c.o
[1497/1790] Generating drivers/rte_common_sfc_efx.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27654/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2023-09-19 18:51 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-19 18:42 |FAILURE| pw131640-131653 [PATCH] [v4,14/14] maintainers: add mainta dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-09-19 18:51 dpdklab
2023-09-19 18:49 dpdklab
2023-09-19 17:57 dpdklab
2023-09-19 17:38 dpdklab
2023-09-19 17:32 dpdklab
2023-09-19 17:31 dpdklab
2023-09-19 17:31 dpdklab
2023-09-19 17:27 dpdklab
2023-09-19 17:26 dpdklab
2023-09-19 17:26 dpdklab
2023-09-19 17:25 dpdklab
2023-09-19 17:25 dpdklab
2023-09-19 17:24 dpdklab
2023-09-19 17:23 dpdklab
2023-09-19 17:23 dpdklab
2023-09-19 17:22 dpdklab
2023-09-19 17:21 dpdklab
2023-09-19 17:21 dpdklab
2023-09-19 17:21 dpdklab
2023-09-19 17:20 dpdklab
2023-09-19 17:18 dpdklab
2023-09-19 17:09 dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).