|FAILURE| pw160287 [PATCH] [v11] eal: RTE_PTR_ADD/SUB API improvemen
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Sat Jan 24 20:46:34 CET 2026
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
https://dpdk.org/patch/160287
_Testing issues_
Submitter: Scott Mitchell <scott.k.mitch1 at gmail.com>
Date: Saturday, January 24 2026 09:11:21
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:68fdc7c84912bc8981b907a757582a2352b6cae2
160287 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#461414
Test environment and result as below:
+-------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+===============================+====================+
| Red Hat Enterprise Linux 10.1 | FAIL |
+-------------------------------+--------------------+
| Fedora Linux 42 | PEND |
+-------------------------------+--------------------+
| CentOS Stream 9 | PEND |
+-------------------------------+--------------------+
| Fedora Linux 43 | FAIL |
+-------------------------------+--------------------+
| Ubuntu 24.04 | PEND |
+-------------------------------+--------------------+
| Debian GNU/Linux 12 | FAIL |
+-------------------------------+--------------------+
| CentOS Stream 10 | FAIL |
+-------------------------------+--------------------+
| Ubuntu 22.04 | PEND |
+-------------------------------+--------------------+
| Red Hat Enterprise Linux 9.7 | PEND |
+-------------------------------+--------------------+
==== 20 line log output for CentOS Stream 10 (dpdk_meson_compile): ====
133 | void *ptr = rte_malloc_socket(type, size, align, socket);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/log/rte_log.h:22,
from ../lib/eal/include/rte_debug.h:17,
from ../lib/eal/include/rte_bitops.h:23,
from ../lib/eal/include/rte_memory.h:18,
from ../lib/eal/common/rte_malloc.c:13:
In function 'malloc_elem_from_data',
inlined from 'rte_zmalloc_socket' at ../lib/eal/common/rte_malloc.c:136:30:
../lib/eal/common/malloc_elem.h:315:79: error: array subscript -1 is outside array bounds of 'void[]' [-Werror=array-bounds=]
315 | return elem->state != ELEM_PAD ? elem : RTE_PTR_SUB((void *)elem, elem->pad);
../lib/eal/include/rte_common.h:643:48: note: in definition of macro 'RTE_PTR_SUB'
643 | (typeof(ptr))((char *)(ptr) - (x)); \
| ^
../lib/eal/common/rte_malloc.c: In function 'rte_zmalloc_socket':
../lib/eal/common/rte_malloc.c:133:21: note: at offset -128 into object of size [0, 9223372036854775807] allocated by 'rte_malloc_socket'
133 | void *ptr = rte_malloc_socket(type, size, align, socket);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Red Hat Enterprise Linux 10.1
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)
Fedora Linux 42
Kernel: 5.4
Compiler: clang gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
Fedora Linux 43
Kernel: 5.4
Compiler: clang gcc (GCC) 15.2.1 20251211 (Red Hat 15.2.1-5)
Ubuntu 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
Red Hat Enterprise Linux 9.7
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/35021/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list