|WARNING| pw167005-167036 [PATCH] [RFC,32/32] doc: update release no
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Jul 30 18:12:39 CEST 2026
Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
https://dpdk.org/patch/167036
_Testing issues_
Submitter: Stephen Hemminger <stephen at networkplumber.org>
Date: Wednesday, July 29 2026 17:54:25
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:9231dc7c072223628a81f5c755796d95230a5572
167005-167036 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#462514
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| FreeBSD 14.3 | PASS |
+-------------------------------+----------------+
| Windows Server 2025 | PASS |
+-------------------------------+----------------+
| Ubuntu 24.04 [AMD Genoa] | PASS |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PASS |
+-------------------------------+----------------+
| Ubuntu 24.04 [AMD Milan] | PASS |
+-------------------------------+----------------+
| Ubuntu 26.04 | PASS |
+-------------------------------+----------------+
| Ubuntu 24.04 | PASS |
+-------------------------------+----------------+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 10.2 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.8 | PASS |
+-------------------------------+----------------+
| Ubuntu 22.04 | PASS |
+-------------------------------+----------------+
| Fedora Linux 44 | WARN |
+-------------------------------+----------------+
| Debian GNU/Linux 13 | PASS |
+-------------------------------+----------------+
| Fedora Linux 43 | WARN |
+-------------------------------+----------------+
| CentOS Stream 10 | PASS |
+-------------------------------+----------------+
==== 20 line log output for Fedora Linux 43 (dpdk_unit_test): ====
139 | windex = rte_atomic_load_explicit(
| ^
../lib/eal/include/rte_stdatomic.h:136:2: note: expanded from macro 'rte_atomic_load_explicit'
136 | __atomic_load_n(ptr, memorder)
| ^
2 errors generated.
[456/3661] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_channel.c.o
FAILED: [code=1] drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_channel.c.o
clang -Idrivers/libtmp_rte_bus_vmbus.a.p -Idrivers -I../drivers -Idrivers/bus/vmbus -I../drivers/bus/vmbus -I../drivers/bus/vmbus/linux -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/x86/include -I../lib/eal/x86/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 -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wcomma -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wshadow -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPE
RIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_COMPONENT_CLASS=pmd_bus -DRTE_COMPONENT_NAME=vmbus -DRTE_LOG_DEFAULT_LOGTYPE=bus.vmbus -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_channel.c.o -MF drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_channel.c.o.d -o drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_channel.c.o -c ../drivers/bus/vmbus/vmbus_channel.c
In file included from ../drivers/bus/vmbus/vmbus_channel.c:20:
../drivers/bus/vmbus/private.h:139:11: error: misaligned atomic operation may incur significant performance penalty; the expected alignment (4 bytes) exceeds the actual alignment (1 bytes) [-Werror,-Watomic-alignment]
139 | windex = rte_atomic_load_explicit(
| ^
../lib/eal/include/rte_stdatomic.h:136:2: note: expanded from macro 'rte_atomic_load_explicit'
136 | __atomic_load_n(ptr, memorder)
| ^
1 error generated.
[457/3661] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_common.c.o
[458/3661] Compiling C object drivers/libtmp_rte_bus_vmbus.a.p/bus_vmbus_vmbus_common_uio.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 14.3
Kernel: 14.3-RELEASE-p9
Compiler: clang gcc (FreeBSD Ports Collection) 14.2.0
Windows Server 2025
Kernel: 10.0.26100
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
Ubuntu 24.04 [AMD Genoa]
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Ubuntu 24.04 [AMD Milan]
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
Ubuntu 26.04
Kernel: 7.0
Compiler: gcc gcc (Ubuntu 15.2.0-16ubuntu1) 15.2.0
Ubuntu 24.04
Kernel: 7.0
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
CentOS Stream 9
Kernel: 7.0
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
Red Hat Enterprise Linux 10.2
Kernel: 7.0
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
Red Hat Enterprise Linux 9.8
Kernel: 7.0
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
Ubuntu 22.04
Kernel: 7.0
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.3) 11.4.0
Fedora Linux 44
Kernel: 7.0
Compiler: gcc gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)
Debian GNU/Linux 13
Kernel: 7.0
Compiler: gcc gcc (Debian 14.2.0-19) 14.2.0
Fedora Linux 43
Kernel: 7.0
Compiler: gcc gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)
CentOS Stream 10
Kernel: 7.0
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/36600/
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