|FAILURE| pw164519-164521 [PATCH] [RFC,v3,3/3] app/test: add fastmem

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu May 28 03:59:27 CEST 2026


Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
https://dpdk.org/patch/164521

_Testing issues_

Submitter: Mattias Ronnblom <hofors at lysator.liu.se>
Date: Wednesday, May 27 2026 17:30:42 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:9cf7c64abe4b8320fb498647a2216b5a9dc729c3

164519-164521 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#494781

Test environment and result as below:

+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
|          Environment          | dpdk_meson_compile | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile | dpdk_compile_ovs |
+===============================+====================+===================+=========================+======================+==================+
| FreeBSD 14.2                  | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
| Alpine Linux 3.23.0           | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
| CentOS Stream 9               | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
| CentOS Stream 10              | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
| Debian GNU/Linux 12           | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
| Fedora Linux 42               | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | PASS             |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
| openSUSE Leap 15.6            | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
| Red Hat Enterprise Linux 9.7  | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
| Red Hat Enterprise Linux 10.1 | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
| Ubuntu 22.04                  | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
| Ubuntu 24.04                  | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | PASS             |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
| Fedora Linux 43               | PASS               | SKIPPED           | SKIPPED                 | SKIPPED              | PASS             |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+
| Windows Server 2025           | SKIPPED            | FAIL              | FAIL                    | FAIL                 | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+------------------+

==== 20 line log output for Windows Server 2025 (dpdk_mingw64_compile): ====
|         ^~~~
../app/test/test_fastmem.c: In function 'test_memory_limit_bulk_alloc_oom':
../app/test/test_fastmem.c:1408:9: error: ISO C90 forbids array 'ptrs' whose size cannot be evaluated [-Werror=vla]
1408 |         void *ptrs[bulk_n];
|         ^~~~
../app/test/test_fastmem.c:1409:9: error: ISO C90 forbids array 'drain' whose size cannot be evaluated [-Werror=vla]
1409 |         void *drain[drain_max];
|         ^~~~
../app/test/test_fastmem.c: In function 'test_memory_limit_recovery_after_free':
../app/test/test_fastmem.c:1439:9: error: ISO C90 forbids array 'ptrs' whose size cannot be evaluated [-Werror=vla]
1439 |         void *ptrs[max_ptrs];
|         ^~~~
../app/test/test_fastmem.c: In function 'limit_worker':
../app/test/test_fastmem.c:1476:9: error: ISO C90 forbids array 'ptrs' whose size cannot be evaluated [-Werror=vla]
1476 |         void *ptrs[max_ptrs];
|         ^~~~
cc1.exe: all warnings being treated as errors
[695/820] Compiling C object app/dpdk-test.exe.p/test_test_lcore_var.c.obj
[696/820] Compiling C object app/dpdk-test.exe.p/test_test_latencystats.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Alpine Linux 3.23.0
	Kernel: 7.0
	Compiler: gcc gcc (Alpine 15.2.0) 15.2.0

CentOS Stream 9
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)

CentOS Stream 10
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

Debian GNU/Linux 12
	Kernel: 7.0
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 7.0
	Compiler: clang gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)

openSUSE Leap 15.6
	Kernel: 7.0
	Compiler: gcc gcc (SUSE Linux) 7.5.0

Red Hat Enterprise Linux 9.7
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

Red Hat Enterprise Linux 10.1
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)

Ubuntu 22.04
	Kernel: 7.0
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0

Ubuntu 24.04
	Kernel: 7.0
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Fedora Linux 43
	Kernel: 7.0
	Compiler: clang gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)

Windows Server 2025
	Kernel: 10.0.26100
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/36052/

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