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

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Nov 10 12:21:32 CET 2023


Test-Label: iol-unit-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_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 at exe/graph_mempool.c.o'.
[2494/2786] Compiling C object 'app/a172ced@@dpdk-graph at exe/graph_l3fwd.c.o'.
[2495/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf at exe/test-crypto-perf_cperf_test_common.c.o'.
[2496/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf at exe/test-crypto-perf_cperf_test_throughput.c.o'.
[2497/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf at exe/test-crypto-perf_cperf_test_pmd_cyclecount.c.o'.
[2498/2786] Compiling C object 'app/a172ced@@dpdk-test-compress-perf at exe/test-compress-perf_comp_perf_test_verify.c.o'.
[2499/2786] Compiling C object 'app/a172ced@@dpdk-test-crypto-perf at exe/test-crypto-perf_cperf_test_vector_parsing.c.o'.
[2500/2786] Compiling C object 'app/a172ced@@dpdk-proc-info at exe/proc-info_main.c.o'.
[2501/2786] 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: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 at 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/


More information about the test-report mailing list