|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:25:45 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: Windows-Compile-DPDK-Native#35076
Test environment and result as below:
+---------------------+-------------------------+-------------------+--------------------+
| Environment | dpdk_llvm_clang_compile | dpdk_msvc_compile | dpdk_meson_compile |
+=====================+=========================+===================+====================+
| Windows Server 2025 | FAIL | PEND | SKIPPED |
+---------------------+-------------------------+-------------------+--------------------+
| FreeBSD 14.2 | SKIPPED | SKIPPED | PEND |
+---------------------+-------------------------+-------------------+--------------------+
==== 20 line log output for Windows Server 2025 (dpdk_llvm_clang_compile): ====
../lib/ethdev/ethdev_driver.c:103:2: error: call to undeclared function 'pthread_mutexattr_setpshared'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
103 | pthread_mutexattr_setpshared(&attr, PTHREAD_PROCESS_SHARED);
| ^
../lib/ethdev/ethdev_driver.c:103:38: error: use of undeclared identifier 'PTHREAD_PROCESS_SHARED'
103 | pthread_mutexattr_setpshared(&attr, PTHREAD_PROCESS_SHARED);
| ^
../lib/ethdev/ethdev_driver.c:105:2: error: call to undeclared function 'pthread_mutexattr_destroy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
105 | pthread_mutexattr_destroy(&attr);
| ^
../lib/ethdev/ethdev_driver.c:105:2: note: did you mean 'pthread_mutex_destroy'?
..\lib\eal\windows\include\pthread.h:84:1: note: 'pthread_mutex_destroy' declared here
84 | pthread_mutex_destroy(pthread_mutex_t *mutex)
| ^
4 errors generated.
[163/898] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_intel_iavf_iavf_fsub.c.obj
[164/898] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj
[165/898] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj
[166/898] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj
[167/898] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.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/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