|FAILURE| pw108311-108312 [PATCH] [v2, 2/2] efd: fix uninitialized structure
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Fri Feb 25 03:05:20 CET 2022
Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/108312
_Testing issues_
Submitter: Pablo de Lara <pablo.de.lara.guarch at intel.com>
Date: Thursday, February 24 2022 15:57:59
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:ee05a93e1e6633d0fdec409faf09f12a2e05b991
108311-108312 --> testing fail
Test environment and result as below:
+------------------+----------------+
| Environment | dpdk_unit_test |
+==================+================+
| Fedora 33 | PASS |
+------------------+----------------+
| CentOS 8 | PASS |
+------------------+----------------+
| CentOS Stream 8 | PASS |
+------------------+----------------+
| RHEL8 | PASS |
+------------------+----------------+
| Arch Linux | PASS |
+------------------+----------------+
| RHEL 7 | FAIL |
+------------------+----------------+
| Ubuntu 18.04 | PASS |
+------------------+----------------+
| Fedora 34 | PASS |
+------------------+----------------+
| Ubuntu 20.04 | PASS |
+------------------+----------------+
| Fedora 32 | PASS |
+------------------+----------------+
| Fedora 31 | PASS |
+------------------+----------------+
| openSUSE Leap 15 | PASS |
+------------------+----------------+
| Fedora 34 clang | PASS |
+------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[134/3327] Compiling C object 'lib/76b5a35@@rte_ethdev at sta/ethdev_ethdev_trace_points.c.o'.
[135/3327] Generating symbol file 'lib/76b5a35@@rte_meter at sha/librte_meter.so.22.1.symbols'.
[136/3327] Generating symbol file 'lib/76b5a35@@rte_ring at sha/librte_ring.so.22.1.symbols'.
ninja: build stopped: subcommand failed.
ninja: Entering directory `/home-local/jenkins-local/jenkins-agent/workspace/Generic-Unit-Test-DPDK at 2/dpdk/build'
[1/3191] Linking target lib/librte_rcu.so.22.1.
[2/3191] Linking target lib/librte_mempool.so.22.1.
[3/3191] Compiling C object 'lib/76b5a35@@rte_efd at sta/efd_rte_efd.c.o'.
FAILED: lib/76b5a35@@rte_efd at sta/efd_rte_efd.c.o
ccache cc -Ilib/76b5a35@@rte_efd at sta -Ilib -I../lib -Ilib/efd -I../lib/efd -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/ring -I../lib/ring -Ilib/hash -I../lib/hash -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/rcu -I../lib/rcu -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 -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.efd -MD -MQ 'lib/76b5a35@@rte_efd at sta/efd_rte_efd.c.o' -MF 'lib/76b5a35@@rte_efd at sta/efd_rte_efd.c.o.d' -o 'lib/76b5a35@@rte_efd at sta/efd_rte_efd.c.o' -c ../lib/efd/rte_efd.c
../lib/efd/rte_efd.c: In function 'rte_efd_update':
../lib/efd/rte_efd.c:1165:9: error: missing braces around initializer [-Werror=missing-braces]
struct efd_online_group_entry entry = {0};
^
../lib/efd/rte_efd.c:1165:9: error: (near initialization for 'entry.hash_idx') [-Werror=missing-braces]
cc1: all warnings being treated as errors
[4/3191] Generating symbol file 'lib/76b5a35@@rte_rcu at sha/librte_rcu.so.22.1.symbols'.
[5/3191] Generating symbol file 'lib/76b5a35@@rte_mempool at sha/librte_mempool.so.22.1.symbols'.
ninja: build stopped: subcommand failed.
Could not rebuild
==== End log output ====
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
CentOS 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Arch Linux
Kernel: 5.4.0-73-generic
Compiler: gcc 11.1.0
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 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/21263/
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