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| pw154132-154137 [PATCH] [v1,6/6] doc: announce TxPP suppor
Date: Sat, 07 Jun 2025 02:28:20 -0700 (PDT) [thread overview]
Message-ID: <68440634.c80a0220.a6b65.7135SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250606211947.473544-7-soumyadeep.hore@intel.com>
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/154137
_Testing issues_
Submitter: Soumyadeep Hore <soumyadeep.hore@intel.com>
Date: Friday, June 06 2025 21:19:47
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:f880ad11010de93f2c1c45369aebe42987515a23
154132-154137 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#343944
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| Fedora 40 | WARN |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | WARN |
+-------------------------------+----------------+
| CentOS Stream 10 | WARN |
+-------------------------------+----------------+
| CentOS Stream 9 | WARN |
+-------------------------------+----------------+
| Fedora 40 (Clang) | PASS |
+-------------------------------+----------------+
| Fedora 41 (Clang) | PASS |
+-------------------------------+----------------+
| Fedora 41 | WARN |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | WARN |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | WARN |
+-------------------------------+----------------+
| Ubuntu 20.04 | FAIL |
+-------------------------------+----------------+
| Ubuntu 22.04 | WARN |
+-------------------------------+----------------+
| Ubuntu 24.04 | WARN |
+-------------------------------+----------------+
| Windows Server 2022 | PASS |
+-------------------------------+----------------+
==== 20 line log output for Ubuntu 24.04 (dpdk_unit_test): ====
| ^~~~~~~~~~~~~~~~~~~~
../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:1114:39: note: 'ts_id' was declared here
1114 | 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:1217: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:1175:17: note: in expansion of macro 'ICE_PCI_REG_WC_WRITE'
1175 | 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:1114:39: note: 'ts_id' was declared here
1114 | uint16_t n, nb_commit, tx_id, ts_id;
| ^~~~~
cc1: all warnings being treated as errors
[1801/3504] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_intel_ice_ice_ethdev.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14) 12.2.0
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
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/33347/
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-07 9:28 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250606211947.473544-7-soumyadeep.hore@intel.com>
2025-06-07 5:03 ` |SUCCESS| pw154132-154137 [PATCH v1 6/6] doc: announce TxPP support for E830 adapters qemudev
2025-06-07 5:07 ` qemudev
2025-06-07 5:30 ` |SUCCESS| pw154137 " checkpatch
2025-06-07 7:04 ` |SUCCESS| pw154132-154137 [PATCH] [v1,6/6] doc: announce TxPP suppor dpdklab
2025-06-07 7:07 ` dpdklab
2025-06-07 7:07 ` |FAILURE| " dpdklab
2025-06-07 7:12 ` dpdklab
2025-06-07 7:20 ` dpdklab
2025-06-07 7:25 ` dpdklab
2025-06-07 7:47 ` |PENDING| " dpdklab
2025-06-07 7:47 ` |SUCCESS| " dpdklab
2025-06-07 7:48 ` |PENDING| " dpdklab
2025-06-07 7:51 ` |FAILURE| " dpdklab
2025-06-07 8:59 ` dpdklab
2025-06-07 9:01 ` dpdklab
2025-06-07 9:03 ` |PENDING| " dpdklab
2025-06-07 9:06 ` |FAILURE| " dpdklab
2025-06-07 9:07 ` dpdklab
2025-06-07 9:10 ` dpdklab
2025-06-07 9:13 ` dpdklab
2025-06-07 9:14 ` dpdklab
2025-06-07 9:17 ` dpdklab
2025-06-07 9:22 ` dpdklab
2025-06-07 9:28 ` dpdklab [this message]
2025-06-07 9:42 ` |SUCCESS| " dpdklab
2025-06-07 9:48 ` |FAILURE| " dpdklab
2025-06-07 9:49 ` dpdklab
2025-06-07 10:21 ` dpdklab
2025-06-07 10:22 ` |WARNING| " dpdklab
2025-06-07 10:26 ` dpdklab
2025-06-07 11:18 ` |FAILURE| " dpdklab
2025-06-07 11:18 ` 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=68440634.c80a0220.a6b65.7135SMTPIN_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).