|FAILURE| pw160575-160580 [PATCH] [RFC,6/6] net/hinic: fix mutexes f
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Fri Jan 30 12:18:56 CET 2026
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
https://dpdk.org/patch/160580
_Testing issues_
Submitter: Stephen Hemminger <stephen at networkplumber.org>
Date: Friday, January 30 2026 05:17:37
DPDK git baseline: Repo:dpdk-next-net
Branch: master
CommitID:9dfa8661d50524b974467d34bd202612beb42fab
160575-160580 --> testing issues
Upstream job id: Generic-VM-DPDK-Compile-Meson#40832
Test environment and result as below:
+---------------------+-------------------+-------------------------+--------------------+----------------------+
| Environment | dpdk_msvc_compile | dpdk_llvm_clang_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): ====
| ^~~~~~~~~~~~~~~~~~~~~~
| pthread_mutex_init
../lib/ethdev/ethdev_driver.c:102:9: error: nested extern declaration of 'pthread_mutexattr_init' [-Werror=nested-externs]
../lib/ethdev/ethdev_driver.c:103:9: error: implicit declaration of function 'pthread_mutexattr_setpshared' [-Wimplicit-function-declaration]
103 | pthread_mutexattr_setpshared(&attr, PTHREAD_PROCESS_SHARED);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/ethdev_driver.c:103:9: error: nested extern declaration of 'pthread_mutexattr_setpshared' [-Werror=nested-externs]
../lib/ethdev/ethdev_driver.c:103:45: error: 'PTHREAD_PROCESS_SHARED' undeclared (first use in this function)
103 | pthread_mutexattr_setpshared(&attr, PTHREAD_PROCESS_SHARED);
| ^~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/ethdev_driver.c:103:45: note: each undeclared identifier is reported only once for each function it appears in
../lib/ethdev/ethdev_driver.c:105:9: error: implicit declaration of function 'pthread_mutexattr_destroy'; did you mean 'pthread_mutex_destroy'? [-Wimplicit-function-declaration]
105 | pthread_mutexattr_destroy(&attr);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| pthread_mutex_destroy
../lib/ethdev/ethdev_driver.c:105:9: error: nested extern declaration of 'pthread_mutexattr_destroy' [-Werror=nested-externs]
cc1.exe: all warnings being treated as errors
[166/814] Generating symbol file lib/librte_pci-26.dll.p/librte_pci-26.dll.symbols
[167/814] Generating symbol file lib/librte_cryptodev-26.dll.p/librte_cryptodev-26.dll.symbols
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/35082/
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