|FAILURE| pw163011-163016 [PATCH] [6/6] net/hinic: fix mutexes for m
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Apr 14 01:27:57 CEST 2026
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
https://dpdk.org/patch/163016
_Testing issues_
Submitter: Stephen Hemminger <stephen at networkplumber.org>
Date: Monday, April 13 2026 17:14:50
DPDK git baseline: Repo:dpdk-next-net
Branch: master
CommitID:0b57292a196c644eef86e2a9075d215aa0b8f7af
163011-163016 --> testing issues
Upstream job id: Generic-VM-DPDK-Compile-Meson#41530
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): ====
../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
[216/813] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_base_i40e_common.c.obj
[217/813] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_base_i40e_dcb.c.obj
[218/813] Compiling C object drivers/libtmp_rte_net_i40e.a.p/net_intel_i40e_base_i40e_diag.c.obj
[219/813] Generating symbol file lib/librte_net-26.dll.p/librte_net-26.dll.symbols
[220/813] 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/35721/
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