From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
Bruce Richardson <bruce.richardson@intel.com>
Subject: |FAILURE| pw152248 [PATCH] eal: fix undetected NUMA nodes
Date: Wed, 05 Mar 2025 09:43:31 -0800 (PST) [thread overview]
Message-ID: <67c88d43.d40a0220.33cebd.3ce6SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250305134720.907347-1-bruce.richardson@intel.com>
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/152248
_Testing issues_
Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Wednesday, March 05 2025 13:47:20
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:393708a9ba52b3454d6ad8ec3a37aabab38310c9
152248 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#369053
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| RHEL9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+----------------------------------------+--------------------+
| Fedora 40 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PASS |
+----------------------------------------+--------------------+
| Fedora 41 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 41 (ARM Clang) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 10 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 12 (arm) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[25/384] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_debug.c.o
[26/384] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_dev.c.o
[27/384] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_devargs.c.o
[28/384] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_errno.c.o
[29/384] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_fbarray.c.o
[30/384] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_hexdump.c.o
[31/384] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_interrupts.c.o
[32/384] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_launch.c.o
[33/384] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_lcore.c.o
FAILED: lib/librte_eal.a.p/eal_common_eal_common_lcore.c.o
gcc-10 -Ilib/librte_eal.a.p -Ilib -I../lib -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/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -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.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation '-DABI_VERSION="25.1"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ lib/
librte_eal.a.p/eal_common_eal_common_lcore.c.o -MF lib/librte_eal.a.p/eal_common_eal_common_lcore.c.o.d -o lib/librte_eal.a.p/eal_common_eal_common_lcore.c.o -c ../lib/eal/common/eal_common_lcore.c
../lib/eal/common/eal_common_lcore.c: In function 'rte_eal_cpu_init':
../lib/eal/common/eal_common_lcore.c:161:32: error: iteration 1024 invokes undefined behavior [-Werror=aggressive-loop-optimizations]
161 | lcore_to_socket_id[lcore_id] = socket_id;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
../lib/eal/common/eal_common_lcore.c:153:2: note: within this loop
153 | for (lcore_id = 0; lcore_id < RTE_MAX_LCORE; lcore_id++) {
| ^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: Depends on container host
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 41 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
CentOS Stream 10 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: Depends on container host
Compiler: clang 10.0.0-4ubuntu1
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: Depends on container host
Compiler: gcc 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32756/
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-03-05 17:43 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250305134720.907347-1-bruce.richardson@intel.com>
2025-03-05 13:13 ` |SUCCESS| " qemudev
2025-03-05 13:17 ` qemudev
2025-03-05 13:47 ` checkpatch
2025-03-05 14:44 ` 0-day Robot
2025-03-05 15:10 ` dpdklab
2025-03-05 15:20 ` dpdklab
2025-03-05 15:42 ` dpdklab
2025-03-05 15:45 ` dpdklab
2025-03-05 15:47 ` |FAILURE| " dpdklab
2025-03-05 16:03 ` |SUCCESS| " dpdklab
2025-03-05 16:07 ` |WARNING| " dpdklab
2025-03-05 16:09 ` |SUCCESS| " dpdklab
2025-03-05 16:09 ` dpdklab
2025-03-05 16:12 ` |PENDING| " dpdklab
2025-03-05 16:13 ` |FAILURE| " dpdklab
2025-03-05 16:14 ` dpdklab
2025-03-05 16:14 ` dpdklab
2025-03-05 16:21 ` |SUCCESS| " dpdklab
2025-03-05 16:41 ` |PENDING| " dpdklab
2025-03-05 16:47 ` |WARNING| " dpdklab
2025-03-05 17:04 ` |SUCCESS| " dpdklab
2025-03-05 17:04 ` dpdklab
2025-03-05 17:05 ` dpdklab
2025-03-05 17:15 ` dpdklab
2025-03-05 17:43 ` dpdklab [this message]
2025-03-05 17:44 ` |FAILURE| " dpdklab
2025-03-05 17:54 ` |SUCCESS| " dpdklab
2025-03-05 23:21 ` 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=67c88d43.d40a0220.33cebd.3ce6SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=bruce.richardson@intel.com \
--cc=dpdk-test-reports@iol.unh.edu \
--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).