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,
	Soumyadeep Hore <soumyadeep.hore@intel.com>
Subject: |FAILURE| pw154138-154143 [PATCH] [v2,6/6] doc: announce TxPP suppor
Date: Sat, 07 Jun 2025 19:03:24 -0700 (PDT)	[thread overview]
Message-ID: <6844ef6c.050a0220.3b557.1805SMTPIN_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#343967

Test environment and result as below:

+-------------------------------+----------------+
|          Environment          | dpdk_unit_test |
+===============================+================+
| CentOS Stream 9               | WARN           |
+-------------------------------+----------------+
| Fedora 40                     | WARN           |
+-------------------------------+----------------+
| Fedora 40 (Clang)             | PEND           |
+-------------------------------+----------------+
| CentOS Stream 10              | PEND           |
+-------------------------------+----------------+
| Ubuntu 20.04                  | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.5  | PEND           |
+-------------------------------+----------------+
| Fedora 41                     | PEND           |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PEND           |
+-------------------------------+----------------+
| Debian GNU/Linux 12           | PEND           |
+-------------------------------+----------------+
| Ubuntu 22.04                  | PEND           |
+-------------------------------+----------------+
| Fedora 41 (Clang)             | PEND           |
+-------------------------------+----------------+
| Ubuntu 24.04                  | PEND           |
+-------------------------------+----------------+
| Windows Server 2022           | PASS           |
+-------------------------------+----------------+

==== 20 line log output for Fedora 40 (dpdk_unit_test): ====
../drivers/net/intel/ice/ice_rxtx_vec_avx2.c: In function 'ice_xmit_pkts_vec_avx2':
../drivers/net/intel/ice/ice_rxtx_vec_avx2.c:981:39: note: 'ts_id' was declared here
981 |         uint16_t n, nb_commit, tx_id, ts_id;
|                                       ^~~~~
In function 'ice_xmit_fixed_burst_vec_avx2',
inlined from 'ice_xmit_pkts_vec_avx2_common' at ../drivers/net/intel/ice/ice_rxtx_vec_avx2.c:1061:9,
inlined from 'ice_xmit_pkts_vec_avx2_offload' at ../drivers/net/intel/ice/ice_rxtx_vec_avx2.c:1083: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_avx2.c:1041:17: note: in expansion of macro 'ICE_PCI_REG_WC_WRITE'
1041 |                 ICE_PCI_REG_WC_WRITE(txq->qtx_tail, ts_id);
|                 ^~~~~~~~~~~~~~~~~~~~
../drivers/net/intel/ice/ice_rxtx_vec_avx2.c: In function 'ice_xmit_pkts_vec_avx2_offload':
../drivers/net/intel/ice/ice_rxtx_vec_avx2.c:981:39: note: 'ts_id' was declared here
981 |         uint16_t n, nb_commit, tx_id, ts_id;
|                                       ^~~~~
cc1: all warnings being treated as errors
[1802/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 ====

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/

  parent reply	other threads:[~2025-06-08  2:03 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 [this message]
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 ` |FAILURE| " dpdklab
2025-06-08  2:37 ` 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=6844ef6c.050a0220.3b557.1805SMTPIN_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).