|FAILURE| pw130353-130360 [PATCH] [v4,8/8] eal: initialize worker th
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Aug 15 18:29:38 CEST 2023
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/130360
_Testing issues_
Submitter: Sinan Kaya <okaya at kernel.org>
Date: Tuesday, August 15 2023 14:50:23
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:68150b90bda5e8f81ad1b1bad82be653b1d42a81
130353-130360 --> testing fail
Test environment and result as below:
+---------------------+----------------------+--------------------+
| Environment | dpdk_mingw64_compile | dpdk_meson_compile |
+=====================+======================+====================+
| Windows Server 2019 | FAIL | FAIL |
+---------------------+----------------------+--------------------+
| FreeBSD 13 | SKIPPED | PASS |
+---------------------+----------------------+--------------------+
| CentOS Stream 9 | SKIPPED | PASS |
+---------------------+----------------------+--------------------+
| Fedora 37 | SKIPPED | PASS |
+---------------------+----------------------+--------------------+
| Debian Bullseye | SKIPPED | PASS |
+---------------------+----------------------+--------------------+
| Debian Buster | SKIPPED | PASS |
+---------------------+----------------------+--------------------+
| CentOS Stream 8 | SKIPPED | PASS |
+---------------------+----------------------+--------------------+
| Fedora 38 | SKIPPED | PASS |
+---------------------+----------------------+--------------------+
| Ubuntu 22.04 | SKIPPED | PASS |
+---------------------+----------------------+--------------------+
| Ubuntu 20.04 | SKIPPED | PASS |
+---------------------+----------------------+--------------------+
| openSUSE Leap 15 | SKIPPED | PASS |
+---------------------+----------------------+--------------------+
| RHEL8 | SKIPPED | PASS |
+---------------------+----------------------+--------------------+
| Alpine | SKIPPED | PASS |
+---------------------+----------------------+--------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[205/821] Compiling C object lib/librte_eal.a.p/eal_windows_eal_mp.c.obj
[206/821] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_string_fns.c.obj
[207/821] Compiling C object lib/librte_eal.a.p/eal_common_malloc_elem.c.obj
[208/821] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
FAILED: lib/librte_eal.a.p/eal_common_eal_common_options.c.obj
"clang" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-Wcast-qual" "-Wdeprecated" "-Wformat" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-DALLOW_EXPE
RIMENTAL_API" "-DALLOW_INTERNAL_API" "-DABI_VERSION=\"24.0\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_options.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_options.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_options.c.obj "-c" ../lib/eal/common/eal_common_options.c
../lib/eal/common/eal_common_options.c:255:4: error: implicit declaration of function 'dlclose' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
dlclose(solib->lib_handle);
^
../lib/eal/common/eal_common_options.c:255:4: note: did you mean '_lclose'?
C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\winbase.h:2903:1: note: '_lclose' declared here
_lclose(
^
1 error generated.
[209/821] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_dynmem.c.obj
[210/821] Generating symbol file lib/rte_telemetry-24.dll.p/rte_telemetry-24.dll.symbols
[211/821] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
[212/821] Compiling C object lib/librte_eal.a.p/eal_windows_eal_file.c.obj
[213/821] Generating rte_net_iavf.pmd.c with a custom command (wrapped by meson to set PATH)
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Ubuntu 20.04
Kernel: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27344/
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