|FAILURE| pw164519-164521 [PATCH] [RFC,v3,3/3] app/test: add fastmem
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed May 27 23:07:53 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: Windows-Compile-DPDK-Native#36005
Test environment and result as below:
+---------------------+--------------------+-------------------+-------------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+=====================+====================+===================+=========================+======================+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+-------------------+-------------------------+----------------------+
| Windows Server 2025 | SKIPPED | FAIL | FAIL | FAIL |
+---------------------+--------------------+-------------------+-------------------------+----------------------+
==== 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
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