|FAILURE| pw126339-126342 [PATCH] [4/4] app: add testgraph application

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Apr 21 12:02:09 CEST 2023


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

_Testing issues_

Submitter: Vamsi Attunuru <vattunuru at marvell.com>
Date: Friday, April 21 2023 06:02:45 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:5f34cc454df420b9b2da8deb949fb76cba058b87

126339-126342 --> testing fail

Test environment and result as below:

+--------------------+----------------+
|    Environment     | dpdk_unit_test |
+====================+================+
| Fedora 36          | FAIL           |
+--------------------+----------------+
| Ubuntu 20.04 (ARM) | PASS           |
+--------------------+----------------+
| Debian 11 (Buster) | PASS           |
+--------------------+----------------+
| CentOS Stream 9    | PASS           |
+--------------------+----------------+
| CentOS Stream 8    | PASS           |
+--------------------+----------------+
| Ubuntu 20.04       | PASS           |
+--------------------+----------------+
| RHEL 7             | FAIL           |
+--------------------+----------------+
| Ubuntu 22.04       | FAIL           |
+--------------------+----------------+
| RHEL8              | PASS           |
+--------------------+----------------+
| openSUSE Leap 15   | PASS           |
+--------------------+----------------+
| Debian Bullseye    | PASS           |
+--------------------+----------------+
| Debian Buster      | PASS           |
+--------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[2978/3213] Compiling C object 'app/a172ced@@dpdk-test-graph at exe/test-graph_cmdline.c.o'.
[2979/3213] Compiling C object 'app/a172ced@@dpdk-test-flow-perf at exe/test-flow-perf_main.c.o'.
[2980/3213] Compiling C object 'app/a172ced@@dpdk-test-graph at exe/test-graph_cmdline_graph.c.o'.
[2981/3213] Linking target app/dpdk-test-fib.
[2982/3213] Compiling C object 'app/a172ced@@dpdk-test-graph at exe/test-graph_testgraph.c.o'.
FAILED: app/a172ced@@dpdk-test-graph at exe/test-graph_testgraph.c.o
clang -Iapp/a172ced@@dpdk-test-graph at exe -Iapp -I../app -Iapp/test-graph -I../app/test-graph -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/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/cmdline -I../lib/cmdline -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/node -I../lib/node -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/cryptodev -I../lib/cryptodev -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wfor
 mat-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=native -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ 'app/a172ced@@dpdk-test-graph at exe/test-graph_testgraph.c.o' -MF 'app/a172ced@@dpdk-test-graph at exe/test-graph_testgraph.c.o.d' -o 'app/a172ced@@dpdk-test-graph at exe/test-graph_testgraph.c.o' -c ../app/test-graph/testgraph.c
../app/test-graph/testgraph.c:411:16: error: use of bitwise '&' with boolean operands [-Werror,-Wbitwise-instead-of-logical]
while (likely(!force_quit & !graph_walk_quit)) {
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&&
../lib/eal/include/rte_branch_prediction.h:28:39: note: expanded from macro 'likely'
#define likely(x)       __builtin_expect(!!(x), 1)
~^~
../app/test-graph/testgraph.c:411:16: note: cast one or both operands to int to silence this warning
1 error generated.
[2983/3213] Compiling C object 'app/a172ced@@dpdk-test-graph at exe/test-graph_parameters.c.o'.
[2984/3213] Linking target app/dpdk-test-eventdev.
[2985/3213] Linking target app/dpdk-test-flow-perf.
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 36
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1

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

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

CentOS Stream 9
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

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

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

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

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

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