|FAILURE| pw165261 [PATCH] [RFC] memtank: add memtank library
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Jun 10 13:16:51 CEST 2026
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
https://dpdk.org/patch/165261
_Testing issues_
Submitter: Konstantin Ananyev <konstantin.ananyev at huawei.com>
Date: Wednesday, June 10 2026 10:39:17
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:c3ab467fe9bdf695bdc0e6a9d2bf5653f5013474
165261 --> testing issues
Upstream job id: Windows-Compile-DPDK-Native#36422
Test environment and result as below:
+---------------------+-------------------------+-------------------+--------------------+----------------------+
| Environment | dpdk_llvm_clang_compile | dpdk_msvc_compile | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+=========================+===================+====================+======================+
| Windows Server 2025 | FAIL | FAIL | SKIPPED | FAIL |
+---------------------+-------------------------+-------------------+--------------------+----------------------+
| FreeBSD 14.2 | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+-------------------------+-------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2025 (dpdk_mingw64_compile): ====
| unlink
../lib/memtank/memtank.c:419:33: error: unused variable 'uls' [-Werror=unused-variable]
419 | struct mchunk_head els, uls;
| ^~~
../lib/memtank/memtank.c:419:28: error: unused variable 'els' [-Werror=unused-variable]
419 | struct mchunk_head els, uls;
| ^~~
../lib/memtank/memtank.c: In function 'free_mchunk_list':
../lib/memtank/memtank.c:581:46: error: 'link' undeclared (first use in this function); did you mean 'unlink'?
581 | TAILQ_REMOVE(&ls->chunk, ch, link);
| ^~~~
| unlink
../lib/memtank/memtank.c:582:32: error: 'struct memchunk' has no member named 'raw'
582 | mt->prm.free(ch->raw, mt->prm.udata);
| ^~
cc1.exe: all warnings being treated as errors
[382/819] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_parse_ipaddr.c.obj
[383/819] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_rdline.c.obj
[384/819] Compiling C object lib/librte_cmdline.a.p/cmdline_cmdline_socket.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2025
Kernel: 10.0.26100
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/36214/
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