|FAILURE| pw169013-169057 [PATCH] [45/45] net/dpaa2: reject Rx queue
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Sep 3 16:40:42 CEST 2026
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
https://dpdk.org/patch/169057
_Testing issues_
Submitter: Prashant Gupta <prashant.gupta_3 at nxp.com>
Date: Thursday, September 03 2026 13:53:53
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:d55ccd4e6de64e3f797f60de9e81f1d60f849775
169013-169057 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#529483
Test environment and result as below:
+-------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+===============================+====================+
| Red Hat Enterprise Linux 9.8 | PASS |
+-------------------------------+--------------------+
| Fedora Linux 42 | FAIL |
+-------------------------------+--------------------+
| Fedora Linux 44 | FAIL |
+-------------------------------+--------------------+
| Debian GNU/Linux 13 | PASS |
+-------------------------------+--------------------+
| Fedora Linux 43 | FAIL |
+-------------------------------+--------------------+
| Ubuntu 24.04 | PASS |
+-------------------------------+--------------------+
| Red Hat Enterprise Linux 10.2 | PASS |
+-------------------------------+--------------------+
| Ubuntu 22.04 | PASS |
+-------------------------------+--------------------+
| Ubuntu 26.04 | FAIL |
+-------------------------------+--------------------+
| CentOS Stream 9 | PASS |
+-------------------------------+--------------------+
| CentOS Stream 10 | PASS |
+-------------------------------+--------------------+
| Debian GNU/Linux 12 | PASS |
+-------------------------------+--------------------+
==== 20 line log output for Ubuntu 26.04 (dpdk_meson_compile): ====
../drivers/net/dpaa2/dpaa2_flow.c:185:27: error: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (7 chars into 6 available) [-Werror=unterminated-string-initialization]
185 | .dst.addr_bytes = "\xff\xff\xff\xff\xff\xff",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/dpaa2/dpaa2_flow.c:186:27: error: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (7 chars into 6 available) [-Werror=unterminated-string-initialization]
186 | .src.addr_bytes = "\xff\xff\xff\xff\xff\xff",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/dpaa2/dpaa2_flow.c:205:25: error: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available) [-Werror=unterminated-string-initialization]
205 | "\xff\xff\xff\xff\xff\xff\xff\xff"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/dpaa2/dpaa2_flow.c:209:25: error: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (17 chars into 16 available) [-Werror=unterminated-string-initialization]
209 | "\xff\xff\xff\xff\xff\xff\xff\xff"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/dpaa2/dpaa2_flow.c:259:16: error: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (4 chars into 3 available) [-Werror=unterminated-string-initialization]
259 | .vni = "\xff\xff\xff",
| ^~~~~~~~~~~~~~
../drivers/net/dpaa2/dpaa2_flow.c:264:16: error: initializer-string for array of 'unsigned char' truncates NUL terminator but destination lacks 'nonstring' attribute (4 chars into 3 available) [-Werror=unterminated-string-initialization]
264 | .vni = "\xff\xff\xff",
| ^~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Red Hat Enterprise Linux 9.8
Kernel: 7.0
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
CPU: ThunderX2-99xx 1
Libc: GNU 2.34
Fedora Linux 42
Kernel: 7.0
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
CPU: Unknown Unknown
Libc: GNU 2.41
Fedora Linux 44
Kernel: 7.0
Compiler: clang clang version 22.1.8 (Fedora 22.1.8-1.fc44)
CPU: ThunderX2-99xx 1
Libc: GNU 2.43
Debian GNU/Linux 13
Kernel: 7.0
Compiler: gcc gcc (Debian 14.2.0-19) 14.2.0
CPU: Unknown Unknown
Libc: GNU 2.41
Fedora Linux 43
Kernel: 7.0
Compiler: clang gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)
CPU: ThunderX2-99xx 1
Libc: GNU 2.42
Ubuntu 24.04
Kernel: 7.0
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
CPU: Neoverse-V2 0
Libc: GNU 2.39
Red Hat Enterprise Linux 10.2
Kernel: 7.0
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
CPU: ThunderX2-99xx 1
Libc: GNU 2.39
Ubuntu 22.04
Kernel: 7.0
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.3) 11.4.0
CPU: ThunderX2-99xx 1
Libc: GNU 2.35
Ubuntu 26.04
Kernel: 7.0
Compiler: gcc gcc (Ubuntu 15.2.0-16ubuntu1) 15.2.0
CPU: ThunderX2-99xx 1
Libc: GNU 2.43
CentOS Stream 9
Kernel: 7.0
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
CPU: ThunderX2-99xx 1
Libc: GNU 2.34
CentOS Stream 10
Kernel: 7.0
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
CPU: ThunderX2-99xx 1
Libc: GNU 2.39
Debian GNU/Linux 12
Kernel: 7.0
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
CPU: ThunderX2-99xx 1
Libc: GNU 2.36
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/36903/
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