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

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Nov 10 12:13:41 CET 2023


Test-Label: iol-compile-amd64-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 | 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 at 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 at 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 at 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 at 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 at sha/meson-generated_.._rte_baseband_turbo_sw.pmd.c.o'.
[2505/2811] 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/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 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 ====

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/


More information about the test-report mailing list