|FAILURE| pw126508-126511 [PATCH] [v2, 4/4] app: add testgraph application

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Apr 25 18:05:20 CEST 2023


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

_Testing issues_

Submitter: Vamsi Attunuru <vattunuru at marvell.com>
Date: Tuesday, April 25 2023 13:15:16 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:70cc4e1fed665712e68f2f45d98dda4abc6accda

126508-126511 --> testing fail

Test environment and result as below:

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

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[2955/3196] Linking target app/dpdk-test-compress-perf.
[2956/3196] Compiling C object 'app/a172ced@@dpdk-test-flow-perf at exe/test-flow-perf_actions_gen.c.o'.
[2957/3196] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_pipeline_queue.c.o'.
[2958/3196] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_perf_queue.c.o'.
[2959/3196] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_perf_common.c.o'.
[2960/3196] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_parser.c.o'.
[2961/3196] Compiling C object 'app/a172ced@@dpdk-test-regex at exe/test-regex_main.c.o'.
[2962/3196] Compiling C object 'app/a172ced@@dpdk-test-mldev at exe/test-mldev_ml_main.c.o'.
[2963/3196] 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
ccache cc -Iapp/a172ced@@dpdk-test-graph 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/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 -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wne
 sted-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -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:54:1: error: missing braces around initializer [-Werror=missing-braces]
char node_pattern[MAX_NODE_PATTERNS][RTE_NODE_NAMESIZE] = {0};
^
../app/test-graph/testgraph.c:54:1: error: (near initialization for 'node_pattern[0]') [-Werror=missing-braces]
cc1: all warnings being treated as errors
[2964/3196] Compiling C object 'app/a172ced@@dpdk-test-flow-perf at exe/test-flow-perf_main.c.o'.
[2965/3196] Compiling C object 'app/a172ced@@dpdk-test-flow-perf at exe/test-flow-perf_flow_gen.c.o'.
[2966/3196] Linking target app/dpdk-test-eventdev.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

Fedora 36 Clang (ARM)
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5

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

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

Fedora 36 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1

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

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 11.3.1-2

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-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)

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

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

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

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