From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, Nawal Kishor <nkishor@marvell.com>
Subject: |FAILURE| pw159139-159140 [PATCH] [2/2] mempool/cnxk: add halo suppo
Date: Thu, 04 Dec 2025 07:07:13 -0800 (PST) [thread overview]
Message-ID: <6931a3a1.170a0220.2042ed.c96dSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20251204065203.1866809-3-nkishor@marvell.com>
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/159140
_Testing issues_
Submitter: Nawal Kishor <nkishor@marvell.com>
Date: Thursday, December 04 2025 06:51:33
DPDK git baseline: Repo:dpdk-next-net-mrvl
Branch: master
CommitID:ed957165eadbe60a47d5ec223578cdd1c13d0bd9
159139-159140 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#449154
Test environment and result as below:
+------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+==============================+====================+
| Debian GNU/Linux 12 | PASS |
+------------------------------+--------------------+
| Ubuntu 22.04 | FAIL |
+------------------------------+--------------------+
| Ubuntu 20.04 | PASS |
+------------------------------+--------------------+
| Fedora Linux 42 | PASS |
+------------------------------+--------------------+
| CentOS Stream 9 | FAIL |
+------------------------------+--------------------+
| Ubuntu 24.04 | FAIL |
+------------------------------+--------------------+
| Red Hat Enterprise Linux 9.5 | FAIL |
+------------------------------+--------------------+
| CentOS Stream 10 | FAIL |
+------------------------------+--------------------+
==== 20 line log output for CentOS Stream 10 (dpdk_meson_compile): ====
[839/3848] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_tm_mark.c.o
[840/3848] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_tm_ops.c.o
[841/3848] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_tm_utils.c.o
[842/3848] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_nix_vlan.c.o
[843/3848] Compiling C object drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npa.c.o
FAILED: drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npa.c.o
ccache cc -Idrivers/libtmp_rte_common_cnxk.a.p -Idrivers -I../drivers -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/bus/pci -I../drivers/bus/pci -Ilib/net -I../lib/net -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/argparse -I../lib/argparse -Ilib/pci -I../lib/pci -I../drivers/bus/pci/linux -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wvla -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=armv8.1-a+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -Wno-vla -DRTE_LOG_DEFAULT_LOGTYPE=pmd.common.cnxk -MD -MQ drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npa.c.o -MF drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npa.c.o.d -o drivers/libtmp_rte_common_cnxk.a.p/common_cnxk_roc_npa.c.o -c ../drivers/common/cnxk/roc_npa.c
In function 'npa_pool_multi_bp_reset',
inlined from 'npa_aura_pool_fini' at ../drivers/common/cnxk/roc_npa.c:327:3,
inlined from 'npa_aura_pool_pair_free' at ../drivers/common/cnxk/roc_npa.c:1099:7,
inlined from 'roc_npa_pool_destroy' at ../drivers/common/cnxk/roc_npa.c:1122:8:
../drivers/common/cnxk/roc_npa.c:210:38: error: 'pool_req_cn20k' may be used uninitialized [-Werror=maybe-uninitialized]
210 | pool_req->pool_mask.bp_ena_7 = ~(pool_req->pool_mask.bp_ena_7);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/common/cnxk/roc_npa.c: In function 'roc_npa_pool_destroy':
../drivers/common/cnxk/roc_npa.c:298:38: note: 'pool_req_cn20k' was declared here
298 | struct npa_cn20k_aq_enq_req *pool_req_cn20k;
| ^~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Red Hat Enterprise Linux 9.5
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34724/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
prev parent reply other threads:[~2025-12-04 15:07 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20251204065203.1866809-3-nkishor@marvell.com>
2025-12-04 6:25 ` |SUCCESS| pw159139-159140 [PATCH 2/2] mempool/cnxk: add halo support in mempool qemudev
2025-12-04 6:31 ` qemudev
2025-12-04 6:52 ` |SUCCESS| pw159140 " checkpatch
2025-12-04 8:09 ` |FAILURE| " 0-day Robot
2025-12-04 11:52 ` |FAILURE| pw159139-159140 [PATCH] [2/2] mempool/cnxk: add halo suppo dpdklab
2025-12-04 11:54 ` |WARNING| " dpdklab
2025-12-04 11:55 ` |SUCCESS| " dpdklab
2025-12-04 11:56 ` |PENDING| " dpdklab
2025-12-04 11:56 ` |FAILURE| " dpdklab
2025-12-04 11:58 ` dpdklab
2025-12-04 11:59 ` |SUCCESS| " dpdklab
2025-12-04 12:01 ` |FAILURE| " dpdklab
2025-12-04 12:02 ` dpdklab
2025-12-04 12:06 ` dpdklab
2025-12-04 12:12 ` |SUCCESS| " dpdklab
2025-12-04 12:14 ` dpdklab
2025-12-04 12:16 ` dpdklab
2025-12-04 12:16 ` dpdklab
2025-12-04 12:31 ` dpdklab
2025-12-04 12:33 ` |WARNING| " dpdklab
2025-12-04 12:37 ` |SUCCESS| " dpdklab
2025-12-04 12:40 ` |WARNING| " dpdklab
2025-12-04 15:07 ` dpdklab [this message]
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=6931a3a1.170a0220.2042ed.c96dSMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=nkishor@marvell.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).