|FAILURE| pw134063-134075 [PATCH] [16/16] examples/vhost: verify str

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Nov 10 12:49:34 CET 2023


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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen at 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 at 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 at 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 at 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 at 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 at sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2824/3118] Compiling C object 'app/a172ced@@dpdk-dumpcap at exe/dumpcap_main.c.o'.
FAILED: app/a172ced@@dpdk-dumpcap at exe/dumpcap_main.c.o
ccache cc -Iapp/a172ced@@dpdk-dumpcap at 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 at exe/dumpcap_main.c.o' -MF 'app/a172ced@@dpdk-dumpcap at exe/dumpcap_main.c.o.d' -o 'app/a172ced@@dpdk-dumpcap at 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/


More information about the test-report mailing list