automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, Praveen Shetty <praveen.shetty@intel.com>
Subject: |FAILURE| pw142751 [PATCH] [v1] net/cpfl: fix cpfl parser issue
Date: Tue, 30 Jul 2024 01:41:07 -0700 (PDT)	[thread overview]
Message-ID: <66a8a723.050a0220.12d810.5c64SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20240730050952.837611-1-praveen.shetty@intel.com>

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

_Testing issues_

Submitter: Praveen Shetty <praveen.shetty@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#246183

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           | PEND           |
+---------------------+----------------+
| Fedora 40           | PEND           |
+---------------------+----------------+
| 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@sta/net_cpfl_cpfl_flow_parser.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_cpfl@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@sta/net_cpfl_cpfl_flow_parser.c.o' -MF 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_flow_parser.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cpfl@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@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/

  parent reply	other threads:[~2024-07-30 14:12 UTC|newest]

Thread overview: 113+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240730050952.837611-1-praveen.shetty@intel.com>
2024-07-30  5:01 ` |SUCCESS| pw142751 [PATCH v1] " qemudev
2024-07-30  5:05 ` qemudev
2024-07-30  5:13 ` checkpatch
2024-07-30  6:02 ` 0-day Robot
2024-07-30  7:07 ` |SUCCESS| pw142751 [PATCH] [v1] " dpdklab
2024-07-30  7:10 ` dpdklab
2024-07-30  7:13 ` |PENDING| " dpdklab
2024-07-30  7:14 ` |SUCCESS| " dpdklab
2024-07-30  7:17 ` |PENDING| " dpdklab
2024-07-30  7:18 ` |SUCCESS| " dpdklab
2024-07-30  7:18 ` |PENDING| " dpdklab
2024-07-30  7:22 ` |SUCCESS| " dpdklab
2024-07-30  7:24 ` |PENDING| " dpdklab
2024-07-30  7:26 ` dpdklab
2024-07-30  7:28 ` |SUCCESS| " dpdklab
2024-07-30  7:29 ` |PENDING| " dpdklab
2024-07-30  7:32 ` |SUCCESS| " dpdklab
2024-07-30  7:32 ` dpdklab
2024-07-30  7:33 ` |PENDING| " dpdklab
2024-07-30  7:34 ` dpdklab
2024-07-30  7:35 ` dpdklab
2024-07-30  7:35 ` |SUCCESS| " dpdklab
2024-07-30  7:36 ` |PENDING| " dpdklab
2024-07-30  7:36 ` dpdklab
2024-07-30  7:38 ` dpdklab
2024-07-30  7:40 ` dpdklab
2024-07-30  7:44 ` dpdklab
2024-07-30  7:44 ` dpdklab
2024-07-30  7:48 ` dpdklab
2024-07-30  7:48 ` |SUCCESS| " dpdklab
2024-07-30  7:49 ` |PENDING| " dpdklab
2024-07-30  7:50 ` dpdklab
2024-07-30  7:52 ` dpdklab
2024-07-30  7:52 ` dpdklab
2024-07-30  7:53 ` dpdklab
2024-07-30  7:53 ` dpdklab
2024-07-30  7:56 ` dpdklab
2024-07-30  8:00 ` dpdklab
2024-07-30  8:05 ` dpdklab
2024-07-30  8:06 ` dpdklab
2024-07-30  8:10 ` |SUCCESS| " dpdklab
2024-07-30  8:11 ` dpdklab
2024-07-30  8:12 ` dpdklab
2024-07-30  8:13 ` |PENDING| " dpdklab
2024-07-30  8:15 ` dpdklab
2024-07-30  8:16 ` dpdklab
2024-07-30  8:20 ` dpdklab
2024-07-30  8:20 ` dpdklab
2024-07-30  8:23 ` dpdklab
2024-07-30  8:23 ` dpdklab
2024-07-30  8:24 ` dpdklab
2024-07-30  8:25 ` dpdklab
2024-07-30  8:26 ` dpdklab
2024-07-30  8:28 ` dpdklab
2024-07-30  8:28 ` dpdklab
2024-07-30  8:30 ` dpdklab
2024-07-30  8:31 ` |FAILURE| " dpdklab
2024-07-30  8:32 ` |SUCCESS| " dpdklab
2024-07-30  8:32 ` |PENDING| " dpdklab
2024-07-30  8:34 ` dpdklab
2024-07-30  8:34 ` |FAILURE| " dpdklab
2024-07-30  8:34 ` |PENDING| " dpdklab
2024-07-30  8:35 ` dpdklab
2024-07-30  8:36 ` dpdklab
2024-07-30  8:37 ` dpdklab
2024-07-30  8:37 ` |FAILURE| " dpdklab
2024-07-30  8:37 ` |PENDING| " dpdklab
2024-07-30  8:37 ` |FAILURE| " dpdklab
2024-07-30  8:39 ` dpdklab
2024-07-30  8:41 ` dpdklab [this message]
2024-07-30  8:43 ` |PENDING| " dpdklab
2024-07-30  8:43 ` |FAILURE| " dpdklab
2024-07-30  8:43 ` dpdklab
2024-07-30  8:45 ` dpdklab
2024-07-30  8:47 ` dpdklab
2024-07-30  8:48 ` dpdklab
2024-07-30  8:49 ` dpdklab
2024-07-30  8:51 ` dpdklab
2024-07-30  8:51 ` dpdklab
2024-07-30  8:52 ` dpdklab
2024-07-30  8:52 ` dpdklab
2024-07-30  8:54 ` dpdklab
2024-07-30  8:55 ` dpdklab
2024-07-30  8:56 ` |SUCCESS| " dpdklab
2024-07-30  8:57 ` |FAILURE| " dpdklab
2024-07-30  8:58 ` dpdklab
2024-07-30  8:58 ` dpdklab
2024-07-30  8:58 ` dpdklab
2024-07-30  8:59 ` dpdklab
2024-07-30  8:59 ` dpdklab
2024-07-30  9:00 ` dpdklab
2024-07-30  9:00 ` |PENDING| " dpdklab
2024-07-30  9:01 ` |SUCCESS| " dpdklab
2024-07-30  9:01 ` |FAILURE| " dpdklab
2024-07-30  9:02 ` dpdklab
2024-07-30  9:03 ` dpdklab
2024-07-30  9:04 ` |PENDING| " dpdklab
2024-07-30  9:05 ` |FAILURE| " dpdklab
2024-07-30  9:05 ` dpdklab
2024-07-30  9:05 ` |SUCCESS| " dpdklab
2024-07-30  9:06 ` dpdklab
2024-07-30  9:07 ` |FAILURE| " dpdklab
2024-07-30  9:08 ` |WARNING| " dpdklab
2024-07-30  9:10 ` |SUCCESS| " dpdklab
2024-07-30  9:10 ` dpdklab
2024-07-30  9:16 ` |PENDING| " dpdklab
2024-07-30  9:17 ` |FAILURE| " dpdklab
2024-07-30  9:25 ` dpdklab
2024-07-30  9:29 ` |SUCCESS| " dpdklab
2024-07-30  9:30 ` |PENDING| " dpdklab
2024-07-30  9:46 ` dpdklab
2024-07-30  9:47 ` |SUCCESS| " dpdklab
2024-07-30  9:49 ` dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=66a8a723.050a0220.12d810.5c64SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=praveen.shetty@intel.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).