From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
Soumyadeep Hore <soumyadeep.hore@intel.com>
Subject: |FAILURE| pw154138-154143 [PATCH] [v2,6/6] doc: announce TxPP suppor
Date: Sat, 07 Jun 2025 19:34:18 -0700 (PDT) [thread overview]
Message-ID: <6844f6aa.920a0220.1ac385.ff55SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250607170904.480937-7-soumyadeep.hore@intel.com>
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/154143
_Testing issues_
Submitter: Soumyadeep Hore <soumyadeep.hore@intel.com>
Date: Saturday, June 07 2025 17:09:04
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:f880ad11010de93f2c1c45369aebe42987515a23
154138-154143 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#343973
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9 | WARN |
+-------------------------------+----------------+
| Fedora 40 | WARN |
+-------------------------------+----------------+
| Fedora 40 (Clang) | PASS |
+-------------------------------+----------------+
| CentOS Stream 10 | WARN |
+-------------------------------+----------------+
| Ubuntu 20.04 | FAIL |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | WARN |
+-------------------------------+----------------+
| Fedora 41 | WARN |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | WARN |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | WARN |
+-------------------------------+----------------+
| Ubuntu 22.04 | WARN |
+-------------------------------+----------------+
| Fedora 41 (Clang) | PASS |
+-------------------------------+----------------+
| Ubuntu 24.04 | WARN |
+-------------------------------+----------------+
| Windows Server 2022 | PASS |
+-------------------------------+----------------+
==== 20 line log output for Ubuntu 24.04 (dpdk_unit_test): ====
1177 | ICE_PCI_REG_WC_WRITE(txq->qtx_tail, ts_id);
| ^~~~~~~~~~~~~~~~~~~~
../drivers/net/intel/ice/ice_rxtx_vec_avx512.c: In function 'ice_xmit_pkts_vec_avx512':
../drivers/net/intel/ice/ice_rxtx_vec_avx512.c:1116:39: note: 'ts_id' was declared here
1116 | uint16_t n, nb_commit, tx_id, ts_id;
| ^~~~~
In function 'ice_xmit_fixed_burst_vec_avx512',
inlined from 'ice_xmit_pkts_vec_avx512_offload' at ../drivers/net/intel/ice/ice_rxtx_vec_avx512.c:1219:9:
../drivers/net/intel/ice/base/ice_osdep.h:173:42: error: 'ts_id' may be used uninitialized [-Werror=maybe-uninitialized]
173 | #define ICE_PCI_REG_WC_WRITE(reg, value) rte_write32_wc(value, reg)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/intel/ice/ice_rxtx_vec_avx512.c:1177:17: note: in expansion of macro 'ICE_PCI_REG_WC_WRITE'
1177 | ICE_PCI_REG_WC_WRITE(txq->qtx_tail, ts_id);
| ^~~~~~~~~~~~~~~~~~~~
../drivers/net/intel/ice/ice_rxtx_vec_avx512.c: In function 'ice_xmit_pkts_vec_avx512_offload':
../drivers/net/intel/ice/ice_rxtx_vec_avx512.c:1116:39: note: 'ts_id' was declared here
1116 | uint16_t n, nb_commit, tx_id, ts_id;
| ^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/33348/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next prev parent reply other threads:[~2025-06-08 2:34 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250607170904.480937-7-soumyadeep.hore@intel.com>
2025-06-08 0:45 ` |SUCCESS| pw154138-154143 [PATCH v2 6/6] doc: announce TxPP support for E830 adapters qemudev
2025-06-08 0:50 ` qemudev
2025-06-08 1:18 ` |SUCCESS| pw154143 " checkpatch
2025-06-08 1:50 ` |FAILURE| pw154138-154143 [PATCH] [v2,6/6] doc: announce TxPP suppor dpdklab
2025-06-08 1:53 ` |WARNING| " dpdklab
2025-06-08 1:55 ` |FAILURE| " dpdklab
2025-06-08 2:01 ` dpdklab
2025-06-08 2:01 ` dpdklab
2025-06-08 2:03 ` dpdklab
2025-06-08 2:03 ` |SUCCESS| " dpdklab
2025-06-08 2:04 ` |FAILURE| " dpdklab
2025-06-08 2:04 ` dpdklab
2025-06-08 2:05 ` dpdklab
2025-06-08 2:06 ` |PENDING| " dpdklab
2025-06-08 2:07 ` |FAILURE| " dpdklab
2025-06-08 2:08 ` |SUCCESS| " dpdklab
2025-06-08 2:09 ` |FAILURE| " dpdklab
2025-06-08 2:09 ` dpdklab
2025-06-08 2:14 ` dpdklab
2025-06-08 2:14 ` dpdklab
2025-06-08 2:15 ` dpdklab
2025-06-08 2:15 ` dpdklab
2025-06-08 2:18 ` dpdklab
2025-06-08 2:18 ` dpdklab
2025-06-08 2:22 ` dpdklab
2025-06-08 2:27 ` dpdklab
2025-06-08 2:30 ` dpdklab
2025-06-08 2:32 ` |SUCCESS| " dpdklab
2025-06-08 2:34 ` dpdklab
2025-06-08 2:34 ` dpdklab [this message]
2025-06-08 2:37 ` |FAILURE| " dpdklab
2025-06-08 2:38 ` dpdklab
2025-06-08 2:57 ` |WARNING| " dpdklab
2025-06-08 6:56 ` |FAILURE| " 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=6844f6aa.920a0220.1ac385.ff55SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=soumyadeep.hore@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).