automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:21 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 37 (ARM) (dpdk_meson_compile): ====
[2796/3112] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2797/3112] Linking static target drivers/librte_baseband_null.a.
[2798/3112] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2799/3112] Linking target drivers/librte_baseband_null.so.24.0.
[2800/3112] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2801/3112] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2802/3112] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2803/3112] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2804/3112] Linking static target drivers/librte_baseband_turbo_sw.a.
[2805/3112] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2806/3112] Linking target drivers/librte_baseband_turbo_sw.so.24.0.
[2807/3112] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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 Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

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

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

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/28319/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 12:39 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 12:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
[2795/3112] Generating rte_baseband_null.pmd.c with a custom command.
[2796/3112] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2797/3112] Linking static target drivers/librte_baseband_null.a.
[2798/3112] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2799/3112] Linking target drivers/librte_baseband_null.so.24.0.
[2800/3112] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2801/3112] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2802/3112] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2803/3112] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2804/3112] Linking static target drivers/librte_baseband_turbo_sw.a.
[2805/3112] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2806/3112] Linking target drivers/librte_baseband_turbo_sw.so.24.0.
[2807/3112] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
clang -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -Xclang -fcolor-diagnostics -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-missing-field-initializers -D_GNU_SOURCE -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c:642:16: error: comparison of integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare]
for (i = 0; i < eal_argc; i++) {
~ ^ ~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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 Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:57 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+--------------------------+----------------+------------------------------+---------------------------+--------------+
|       Environment        | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest |
+==========================+================+==============================+===========================+==============+
| CentOS Stream 9 (ARM)    | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11 (Buster) (ARM) | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 37 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 38 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 (ARM)       | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 38 (ARM Clang)    | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11 (arm)          | SKIPPED        | FAIL                         | FAIL                      | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 ARM SVE     | SKIPPED        | SKIPPED                      | SKIPPED                   | PASS         |
+--------------------------+----------------+------------------------------+---------------------------+--------------+

==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
[2851/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'.
[2852/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'.
[2853/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'.
[2854/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'.
[2855/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'.
[2856/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'.
[2857/3104] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'.
[2858/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_test.c.o'.
[2859/3104] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-a+crc+crypto -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
[2860/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_options.c.o'.
[2861/3104] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'.
[2862/3104] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

Debian 11 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:51 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| CentOS Stream 9     | FAIL           |
+---------------------+----------------+
| CentOS Stream 8     | FAIL           |
+---------------------+----------------+
| Debian Buster       | FAIL           |
+---------------------+----------------+
| Fedora 37           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | FAIL           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+
| Ubuntu 20.04        | FAIL           |
+---------------------+----------------+
| RHEL8               | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | FAIL           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| Windows Server 2019 | PASS           |
+---------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2493/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_mempool.c.o'.
[2494/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
[2495/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[2496/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[2497/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[2498/2786] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[2499/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[2500/2786] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2501/2786] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
[2502/2786] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2503/2786] Linking target app/dpdk-graph.
[2504/2786] Linking target app/dpdk-proc-info.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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)

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

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

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/28319/

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:50 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:50 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+--------------------------+----------------+------------------------------+---------------------------+--------------+
|       Environment        | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest |
+==========================+================+==============================+===========================+==============+
| CentOS Stream 9 (ARM)    | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11 (Buster) (ARM) | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 37 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 38 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 (ARM)       | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 38 (ARM Clang)    | FAIL           | SKIPPED                      | SKIPPED                   | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11 (arm)          | SKIPPED        | FAIL                         | FAIL                      | SKIPPED      |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 ARM SVE     | SKIPPED        | SKIPPED                      | SKIPPED                   | PASS         |
+--------------------------+----------------+------------------------------+---------------------------+--------------+

==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
[2851/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'.
[2852/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'.
[2853/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'.
[2854/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'.
[2855/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'.
[2856/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'.
[2857/3104] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'.
[2858/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_test.c.o'.
[2859/3104] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-a+crc+crypto -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
[2860/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_options.c.o'.
[2861/3104] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'.
[2862/3104] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

Debian 11 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:50 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:50 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[2813/3118] Generating rte_baseband_null.pmd.c with a custom command.
[2814/3118] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2815/3118] Linking static target drivers/librte_baseband_null.a.
[2816/3118] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2817/3118] Linking target drivers/librte_baseband_null.so.24.0.
[2818/3118] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2819/3118] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2820/3118] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2821/3118] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2822/3118] Linking static target drivers/librte_baseband_turbo_sw.a.
[2823/3118] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2824/3118] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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 Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:49 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:49 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[2813/3118] Generating rte_baseband_null.pmd.c with a custom command.
[2814/3118] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2815/3118] Linking static target drivers/librte_baseband_null.a.
[2816/3118] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2817/3118] Linking target drivers/librte_baseband_null.so.24.0.
[2818/3118] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2819/3118] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2820/3118] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2821/3118] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2822/3118] Linking static target drivers/librte_baseband_turbo_sw.a.
[2823/3118] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2824/3118] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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 Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:42 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:42 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[2813/3118] Generating rte_baseband_null.pmd.c with a custom command.
[2814/3118] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2815/3118] Linking static target drivers/librte_baseband_null.a.
[2816/3118] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2817/3118] Linking target drivers/librte_baseband_null.so.24.0.
[2818/3118] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2819/3118] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2820/3118] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2821/3118] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2822/3118] Linking static target drivers/librte_baseband_turbo_sw.a.
[2823/3118] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2824/3118] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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 Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:21 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| RHEL8            | FAIL           |
+------------------+----------------+
| Ubuntu 22.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2493/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_mempool.c.o'.
[2494/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
[2495/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[2496/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[2497/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[2498/2786] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[2499/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[2500/2786] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2501/2786] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
[2502/2786] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2503/2786] Linking target app/dpdk-graph.
[2504/2786] Linking target app/dpdk-proc-info.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:21 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian Bullseye (dpdk_meson_compile): ====
[2494/2811] Generating rte_baseband_null.pmd.c with a custom command.
[2495/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2496/2811] Linking static target drivers/librte_baseband_null.a.
[2497/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2498/2811] Linking target drivers/librte_baseband_null.so.24.0.
[2499/2811] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2500/2811] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2501/2811] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2502/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2503/2811] Linking static target drivers/librte_baseband_turbo_sw.a.
[2504/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2505/2811] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:21 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| RHEL8            | FAIL           |
+------------------+----------------+
| Ubuntu 22.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2493/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_mempool.c.o'.
[2494/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
[2495/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[2496/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[2497/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[2498/2786] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[2499/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[2500/2786] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2501/2786] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
[2502/2786] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2503/2786] Linking target app/dpdk-graph.
[2504/2786] Linking target app/dpdk-proc-info.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:21 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| RHEL8            | FAIL           |
+------------------+----------------+
| Ubuntu 22.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2493/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_mempool.c.o'.
[2494/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
[2495/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[2496/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[2497/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[2498/2786] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[2499/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[2500/2786] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2501/2786] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
[2502/2786] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2503/2786] Linking target app/dpdk-graph.
[2504/2786] Linking target app/dpdk-proc-info.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:21 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| RHEL8            | FAIL           |
+------------------+----------------+
| Ubuntu 22.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2493/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_mempool.c.o'.
[2494/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
[2495/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[2496/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[2497/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[2498/2786] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[2499/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[2500/2786] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2501/2786] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
[2502/2786] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2503/2786] Linking target app/dpdk-graph.
[2504/2786] Linking target app/dpdk-proc-info.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:20 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:20 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| RHEL8            | FAIL           |
+------------------+----------------+
| Ubuntu 22.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2493/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_mempool.c.o'.
[2494/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
[2495/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[2496/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[2497/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[2498/2786] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[2499/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[2500/2786] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2501/2786] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
[2502/2786] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2503/2786] Linking target app/dpdk-graph.
[2504/2786] Linking target app/dpdk-proc-info.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:18 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
[2795/3111] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2796/3111] Linking static target drivers/librte_baseband_null.a.
[2797/3111] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2798/3111] Linking target drivers/librte_baseband_null.so.24.0.
[2799/3111] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2800/3111] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2801/3111] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2802/3111] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2803/3111] Linking static target drivers/librte_baseband_turbo_sw.a.
[2804/3111] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2805/3111] Linking target drivers/librte_baseband_turbo_sw.so.24.0.
[2806/3111] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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 Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:18 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
[2795/3111] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2796/3111] Linking static target drivers/librte_baseband_null.a.
[2797/3111] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2798/3111] Linking target drivers/librte_baseband_null.so.24.0.
[2799/3111] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2800/3111] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2801/3111] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2802/3111] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2803/3111] Linking static target drivers/librte_baseband_turbo_sw.a.
[2804/3111] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2805/3111] Linking target drivers/librte_baseband_turbo_sw.so.24.0.
[2806/3111] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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 Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:17 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
[2795/3111] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2796/3111] Linking static target drivers/librte_baseband_null.a.
[2797/3111] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2798/3111] Linking target drivers/librte_baseband_null.so.24.0.
[2799/3111] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2800/3111] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2801/3111] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2802/3111] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2803/3111] Linking static target drivers/librte_baseband_turbo_sw.a.
[2804/3111] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2805/3111] Linking target drivers/librte_baseband_turbo_sw.so.24.0.
[2806/3111] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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 Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:17 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
[2795/3111] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2796/3111] Linking static target drivers/librte_baseband_null.a.
[2797/3111] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2798/3111] Linking target drivers/librte_baseband_null.so.24.0.
[2799/3111] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2800/3111] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2801/3111] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2802/3111] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2803/3111] Linking static target drivers/librte_baseband_turbo_sw.a.
[2804/3111] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2805/3111] Linking target drivers/librte_baseband_turbo_sw.so.24.0.
[2806/3111] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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 Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:16 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian Bullseye (dpdk_meson_compile): ====
[2494/2811] Generating rte_baseband_null.pmd.c with a custom command.
[2495/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2496/2811] Linking static target drivers/librte_baseband_null.a.
[2497/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2498/2811] Linking target drivers/librte_baseband_null.so.24.0.
[2499/2811] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2500/2811] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2501/2811] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2502/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2503/2811] Linking static target drivers/librte_baseband_turbo_sw.a.
[2504/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2505/2811] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:16 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian Bullseye (dpdk_meson_compile): ====
[2494/2811] Generating rte_baseband_null.pmd.c with a custom command.
[2495/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2496/2811] Linking static target drivers/librte_baseband_null.a.
[2497/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2498/2811] Linking target drivers/librte_baseband_null.so.24.0.
[2499/2811] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2500/2811] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2501/2811] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2502/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2503/2811] Linking static target drivers/librte_baseband_turbo_sw.a.
[2504/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2505/2811] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:16 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:16 UTC (permalink / raw)
  To: Test Report; +Cc: Chengwen Feng, dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+--------------------------+----------------+------------------------------+---------------------------+
|       Environment        | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==========================+================+==============================+===========================+
| CentOS Stream 9 (ARM)    | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 37 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 38 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM)       | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (arm)          | SKIPPED        | FAIL                         | FAIL                      |
+--------------------------+----------------+------------------------------+---------------------------+

==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
[2851/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'.
[2852/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'.
[2853/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'.
[2854/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'.
[2855/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'.
[2856/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'.
[2857/3104] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'.
[2858/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_test.c.o'.
[2859/3104] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-a+crc+crypto -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
[2860/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_options.c.o'.
[2861/3104] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'.
[2862/3104] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

Debian 11 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:16 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian Bullseye (dpdk_meson_compile): ====
[2494/2811] Generating rte_baseband_null.pmd.c with a custom command.
[2495/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2496/2811] Linking static target drivers/librte_baseband_null.a.
[2497/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2498/2811] Linking target drivers/librte_baseband_null.so.24.0.
[2499/2811] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2500/2811] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2501/2811] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2502/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2503/2811] Linking static target drivers/librte_baseband_turbo_sw.a.
[2504/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2505/2811] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:16 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
[2795/3111] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2796/3111] Linking static target drivers/librte_baseband_null.a.
[2797/3111] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2798/3111] Linking target drivers/librte_baseband_null.so.24.0.
[2799/3111] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2800/3111] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2801/3111] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2802/3111] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2803/3111] Linking static target drivers/librte_baseband_turbo_sw.a.
[2804/3111] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2805/3111] Linking target drivers/librte_baseband_turbo_sw.so.24.0.
[2806/3111] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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 Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:16 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian Bullseye (dpdk_meson_compile): ====
[2494/2811] Generating rte_baseband_null.pmd.c with a custom command.
[2495/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2496/2811] Linking static target drivers/librte_baseband_null.a.
[2497/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2498/2811] Linking target drivers/librte_baseband_null.so.24.0.
[2499/2811] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2500/2811] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2501/2811] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2502/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2503/2811] Linking static target drivers/librte_baseband_turbo_sw.a.
[2504/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2505/2811] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:16 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| RHEL8            | FAIL           |
+------------------+----------------+
| Ubuntu 22.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2493/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_mempool.c.o'.
[2494/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
[2495/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[2496/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[2497/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[2498/2786] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[2499/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[2500/2786] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2501/2786] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
[2502/2786] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2503/2786] Linking target app/dpdk-graph.
[2504/2786] Linking target app/dpdk-proc-info.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:16 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:16 UTC (permalink / raw)
  To: Test Report; +Cc: Chengwen Feng, dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+--------------------------+----------------+------------------------------+---------------------------+
|       Environment        | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==========================+================+==============================+===========================+
| CentOS Stream 9 (ARM)    | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 37 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 38 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM)       | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (arm)          | SKIPPED        | FAIL                         | FAIL                      |
+--------------------------+----------------+------------------------------+---------------------------+

==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
[2851/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'.
[2852/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'.
[2853/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'.
[2854/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'.
[2855/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'.
[2856/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'.
[2857/3104] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'.
[2858/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_test.c.o'.
[2859/3104] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-a+crc+crypto -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
[2860/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_options.c.o'.
[2861/3104] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'.
[2862/3104] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

Debian 11 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:14 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian Bullseye (dpdk_meson_compile): ====
[2494/2811] Generating rte_baseband_null.pmd.c with a custom command.
[2495/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2496/2811] Linking static target drivers/librte_baseband_null.a.
[2497/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2498/2811] Linking target drivers/librte_baseband_null.so.24.0.
[2499/2811] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2500/2811] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2501/2811] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2502/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2503/2811] Linking static target drivers/librte_baseband_turbo_sw.a.
[2504/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2505/2811] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:13 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian Bullseye (dpdk_meson_compile): ====
[2494/2811] Generating rte_baseband_null.pmd.c with a custom command.
[2495/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2496/2811] Linking static target drivers/librte_baseband_null.a.
[2497/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2498/2811] Linking target drivers/librte_baseband_null.so.24.0.
[2499/2811] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2500/2811] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2501/2811] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2502/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2503/2811] Linking static target drivers/librte_baseband_turbo_sw.a.
[2504/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2505/2811] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:13 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| RHEL8            | FAIL           |
+------------------+----------------+
| Ubuntu 22.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2493/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_mempool.c.o'.
[2494/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
[2495/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[2496/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[2497/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[2498/2786] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[2499/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[2500/2786] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2501/2786] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
[2502/2786] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2503/2786] Linking target app/dpdk-graph.
[2504/2786] Linking target app/dpdk-proc-info.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:12 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:12 UTC (permalink / raw)
  To: Test Report; +Cc: Chengwen Feng, dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+--------------------------+----------------+------------------------------+---------------------------+
|       Environment        | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==========================+================+==============================+===========================+
| CentOS Stream 9 (ARM)    | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 37 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 38 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM)       | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (arm)          | SKIPPED        | FAIL                         | FAIL                      |
+--------------------------+----------------+------------------------------+---------------------------+

==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
[2851/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'.
[2852/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'.
[2853/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'.
[2854/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'.
[2855/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'.
[2856/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'.
[2857/3104] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'.
[2858/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_test.c.o'.
[2859/3104] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-a+crc+crypto -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
[2860/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_options.c.o'.
[2861/3104] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'.
[2862/3104] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

Debian 11 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:12 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian Bullseye (dpdk_meson_compile): ====
[2494/2811] Generating rte_baseband_null.pmd.c with a custom command.
[2495/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2496/2811] Linking static target drivers/librte_baseband_null.a.
[2497/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2498/2811] Linking target drivers/librte_baseband_null.so.24.0.
[2499/2811] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2500/2811] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2501/2811] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2502/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2503/2811] Linking static target drivers/librte_baseband_turbo_sw.a.
[2504/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2505/2811] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:12 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| RHEL8            | FAIL           |
+------------------+----------------+
| Ubuntu 22.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2493/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_mempool.c.o'.
[2494/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
[2495/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[2496/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[2497/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[2498/2786] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[2499/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[2500/2786] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2501/2786] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
[2502/2786] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2503/2786] Linking target app/dpdk-graph.
[2504/2786] Linking target app/dpdk-proc-info.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:12 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian Bullseye (dpdk_meson_compile): ====
[2494/2811] Generating rte_baseband_null.pmd.c with a custom command.
[2495/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2496/2811] Linking static target drivers/librte_baseband_null.a.
[2497/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2498/2811] Linking target drivers/librte_baseband_null.so.24.0.
[2499/2811] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2500/2811] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2501/2811] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2502/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2503/2811] Linking static target drivers/librte_baseband_turbo_sw.a.
[2504/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2505/2811] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:11 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian Bullseye (dpdk_meson_compile): ====
[2494/2811] Generating rte_baseband_null.pmd.c with a custom command.
[2495/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2496/2811] Linking static target drivers/librte_baseband_null.a.
[2497/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2498/2811] Linking target drivers/librte_baseband_null.so.24.0.
[2499/2811] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2500/2811] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2501/2811] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2502/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2503/2811] Linking static target drivers/librte_baseband_turbo_sw.a.
[2504/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2505/2811] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:11 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| RHEL8            | FAIL           |
+------------------+----------------+
| Ubuntu 22.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2493/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_mempool.c.o'.
[2494/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
[2495/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[2496/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[2497/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[2498/2786] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[2499/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[2500/2786] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2501/2786] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
[2502/2786] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2503/2786] Linking target app/dpdk-graph.
[2504/2786] Linking target app/dpdk-proc-info.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:11 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:11 UTC (permalink / raw)
  To: Test Report; +Cc: Chengwen Feng, dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+--------------------------+----------------+------------------------------+---------------------------+
|       Environment        | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==========================+================+==============================+===========================+
| CentOS Stream 9 (ARM)    | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 37 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 38 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM)       | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (arm)          | SKIPPED        | FAIL                         | FAIL                      |
+--------------------------+----------------+------------------------------+---------------------------+

==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
[2851/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'.
[2852/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'.
[2853/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'.
[2854/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'.
[2855/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'.
[2856/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'.
[2857/3104] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'.
[2858/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_test.c.o'.
[2859/3104] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-a+crc+crypto -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
[2860/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_options.c.o'.
[2861/3104] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'.
[2862/3104] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

Debian 11 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:11 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| CentOS Stream 9  | FAIL           |
+------------------+----------------+
| CentOS Stream 8  | FAIL           |
+------------------+----------------+
| Debian Buster    | FAIL           |
+------------------+----------------+
| Fedora 37        | FAIL           |
+------------------+----------------+
| Debian Bullseye  | FAIL           |
+------------------+----------------+
| Fedora 38        | FAIL           |
+------------------+----------------+
| Ubuntu 20.04     | FAIL           |
+------------------+----------------+
| RHEL8            | FAIL           |
+------------------+----------------+
| Ubuntu 22.04     | FAIL           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2493/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_mempool.c.o'.
[2494/2786] Compiling C object 'app/a172ced@@dpdk-graph@exe/graph_l3fwd.c.o'.
[2495/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_common.c.o'.
[2496/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_throughput.c.o'.
[2497/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[2498/2786] Compiling C object 'app/a172ced@@dpdk-test-compress-perf@exe/test-compress-perf_comp_perf_test_verify.c.o'.
[2499/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[2500/2786] Compiling C object 'app/a172ced@@dpdk-proc-info@exe/proc-info_main.c.o'.
[2501/2786] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:23: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |         for (i = 0; i < eal_argc; i++) {
|                       ^
cc1: all warnings being treated as errors
[2502/2786] Compiling C object 'app/a172ced@@dpdk-pdump@exe/pdump_main.c.o'.
[2503/2786] Linking target app/dpdk-graph.
[2504/2786] Linking target app/dpdk-proc-info.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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)

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

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:11 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Chengwen Feng

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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Debian Bullseye (dpdk_meson_compile): ====
[2494/2811] Generating rte_baseband_null.pmd.c with a custom command.
[2495/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sta/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2496/2811] Linking static target drivers/librte_baseband_null.a.
[2497/2811] Compiling C object 'drivers/a715181@@rte_baseband_null@sha/meson-generated_.._rte_baseband_null.pmd.c.o'.
[2498/2811] Linking target drivers/librte_baseband_null.so.24.0.
[2499/2811] Compiling C object 'drivers/a715181@@tmp_rte_baseband_turbo_sw@sta/baseband_turbo_sw_bbdev_turbo_software.c.o'.
[2500/2811] Linking static target drivers/libtmp_rte_baseband_turbo_sw.a.
[2501/2811] Generating rte_baseband_turbo_sw.pmd.c with a custom command.
[2502/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sta/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2503/2811] Linking static target drivers/librte_baseband_turbo_sw.a.
[2504/2811] Compiling C object 'drivers/a715181@@rte_baseband_turbo_sw@sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2505/2811] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

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

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

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

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:11 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:11 UTC (permalink / raw)
  To: Test Report; +Cc: Chengwen Feng, dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+--------------------------+----------------+------------------------------+---------------------------+
|       Environment        | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==========================+================+==============================+===========================+
| CentOS Stream 9 (ARM)    | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 37 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 38 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM)       | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (arm)          | SKIPPED        | FAIL                         | FAIL                      |
+--------------------------+----------------+------------------------------+---------------------------+

==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
[2851/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'.
[2852/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'.
[2853/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'.
[2854/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'.
[2855/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'.
[2856/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'.
[2857/3104] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'.
[2858/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_test.c.o'.
[2859/3104] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-a+crc+crypto -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
[2860/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_options.c.o'.
[2861/3104] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'.
[2862/3104] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

Debian 11 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

* |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str
@ 2023-11-10 11:10 dpdklab
  0 siblings, 0 replies; 40+ messages in thread
From: dpdklab @ 2023-11-10 11:10 UTC (permalink / raw)
  To: Test Report; +Cc: Chengwen Feng, dpdk-test-reports, Chengwen Feng

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/134075

_Testing issues_

Submitter: Chengwen Feng <fengchengwen@huawei.com>
Date: Friday, November 10 2023 06:36:53 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:de0ec3c2458e3e2ce53e504c4ba92a36fcc78ef3

134063-134075 --> testing fail

Test environment and result as below:

+--------------------------+----------------+------------------------------+---------------------------+
|       Environment        | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest |
+==========================+================+==============================+===========================+
| CentOS Stream 9 (ARM)    | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (Buster) (ARM) | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 37 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Fedora 38 (ARM)          | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Ubuntu 20.04 (ARM)       | FAIL           | SKIPPED                      | SKIPPED                   |
+--------------------------+----------------+------------------------------+---------------------------+
| Debian 11 (arm)          | SKIPPED        | FAIL                         | FAIL                      |
+--------------------------+----------------+------------------------------+---------------------------+

==== 20 line log output for Debian 11 (arm) (cryptodev_sw_zuc_autotest): ====
[2851/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_atq.c.o'.
[2852/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_order_queue.c.o'.
[2853/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_common.c.o'.
[2854/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_pipeline_queue.c.o'.
[2855/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_test_perf_common.c.o'.
[2856/3104] Compiling C object 'app/a172ced@@dpdk-test-eventdev@exe/test-eventdev_evt_test.c.o'.
[2857/3104] Compiling C object 'app/a172ced@@dpdk-test-fib@exe/test-fib_main.c.o'.
[2858/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_test.c.o'.
[2859/3104] Compiling C object 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap@exe -Iapp -I../app -Ilib/ethdev -I../lib/ethdev -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/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/pdump -I../lib/pdump -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -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-prototy
 pes -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-a+crc+crypto -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -MD -MQ 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap@exe/dumpcap_main.c.o' -c ../app/dumpcap/main.c
../app/dumpcap/main.c: In function 'dpdk_init':
../app/dumpcap/main.c:642:16: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
642 |  for (i = 0; i < eal_argc; i++) {
|                ^
cc1: all warnings being treated as errors
[2860/3104] Compiling C object 'app/a172ced@@dpdk-test-mldev@exe/test-mldev_ml_options.c.o'.
[2861/3104] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf@exe/test-crypto-perf_cperf_options_parsing.c.o'.
[2862/3104] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

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

Debian 11 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

UNH-IOL DPDK Community Lab

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

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

end of thread, other threads:[~2023-11-10 12:40 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-10 11:21 |FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-11-10 12:39 dpdklab
2023-11-10 11:57 dpdklab
2023-11-10 11:51 dpdklab
2023-11-10 11:50 dpdklab
2023-11-10 11:50 dpdklab
2023-11-10 11:49 dpdklab
2023-11-10 11:42 dpdklab
2023-11-10 11:21 dpdklab
2023-11-10 11:21 dpdklab
2023-11-10 11:21 dpdklab
2023-11-10 11:21 dpdklab
2023-11-10 11:21 dpdklab
2023-11-10 11:20 dpdklab
2023-11-10 11:18 dpdklab
2023-11-10 11:18 dpdklab
2023-11-10 11:17 dpdklab
2023-11-10 11:17 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:16 dpdklab
2023-11-10 11:14 dpdklab
2023-11-10 11:13 dpdklab
2023-11-10 11:13 dpdklab
2023-11-10 11:12 dpdklab
2023-11-10 11:12 dpdklab
2023-11-10 11:12 dpdklab
2023-11-10 11:12 dpdklab
2023-11-10 11:11 dpdklab
2023-11-10 11:11 dpdklab
2023-11-10 11:11 dpdklab
2023-11-10 11:11 dpdklab
2023-11-10 11:11 dpdklab
2023-11-10 11:11 dpdklab
2023-11-10 11:10 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).