|FAILURE| pw142751 [PATCH] [v1] net/cpfl: fix cpfl parser issue

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Jul 30 10:51:08 CEST 2024


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

_Testing issues_

Submitter: Praveen Shetty <praveen.shetty at intel.com>
Date: Tuesday, July 30 2024 05:09:52 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:3b017bdc4c25e2cd6733a9363e9c566b95834cc4

142751 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#246191

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| CentOS Stream 8     | WARN           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| Fedora 38 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Fedora 40           | PASS           |
+---------------------+----------------+
| Fedora 39 (Clang)   | PEND           |
+---------------------+----------------+
| Fedora 40 (Clang)   | PEND           |
+---------------------+----------------+
| RHEL9               | PEND           |
+---------------------+----------------+
| RHEL8               | PEND           |
+---------------------+----------------+
| openSUSE Leap 15    | PEND           |
+---------------------+----------------+
| Ubuntu 20.04        | PEND           |
+---------------------+----------------+
| Ubuntu 22.04        | PEND           |
+---------------------+----------------+
| Ubuntu 24.04        | PEND           |
+---------------------+----------------+

==== 20 line log output for CentOS Stream 8 (dpdk_unit_test): ====
FAILED: drivers/a715181@@tmp_rte_net_cpfl at sta/net_cpfl_cpfl_flow_parser.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_cpfl at sta -Idrivers -I../drivers -Idrivers/net/cpfl -I../drivers/net/cpfl -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/idpf -I../drivers/common/idpf -Idrivers/common/idpf/../iavf -I../drivers/common/idpf/../iavf -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -W
 invalid-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-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cpfl -MD -MQ 'drivers/a715181@@tmp_rte_net_cpfl at sta/net_cpfl_cpfl_flow_parser.c.o' -MF 'drivers/a715181@@tmp_rte_net_cpfl at sta/net_cpfl_cpfl_flow_parser.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cpfl at sta/net_cpfl_cpfl_flow_parser.c.o' -c ../drivers/net/cpfl/cpfl_flow_parser.c
../drivers/net/cpfl/cpfl_flow_parser.c: In function 'cpfl_parser_create':
../drivers/net/cpfl/cpfl_flow_parser.c:248:33: error: 'mask_32b' may be used uninitialized in this function [-Werror=maybe-uninitialized]
js_field->fields[i].mask_32b = mask_32b;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
../drivers/net/cpfl/cpfl_flow_parser.c:240:13: note: 'mask_32b' was declared here
uint32_t mask_32b;
^~~~~~~~
../drivers/net/cpfl/cpfl_flow_parser.c:225:34: error: 'mask_32b' may be used uninitialized in this function [-Werror=maybe-uninitialized]
js_field->fields[i].mask_32b = mask_32b;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
../drivers/net/cpfl/cpfl_flow_parser.c:218:14: note: 'mask_32b' was declared here
uint32_t mask_32b;
^~~~~~~~
cc1: all warnings being treated as errors
[1295/2951] Generating symbol file 'drivers/a715181@@rte_common_sfc_efx at sha/librte_common_sfc_efx.so.24.2.symbols'.
[1296/2951] Generating rte_net_cnxk.sym_chk with a meson_exe.py custom command.
[1297/2951] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 40
	Kernel: Depends on container host
	Compiler: gcc 14.1.1

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

Ubuntu 24.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 13.2.0

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

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