|FAILURE| pw137415-137419 [PATCH] [RFC,v5,6/6] eal: keep per-lcore p
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Feb 28 13:12:27 CET 2024
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137419
_Testing issues_
Submitter: Mattias Ronnblom <mattias.ronnblom at ericsson.com>
Date: Wednesday, February 28 2024 10:09:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049
137415-137419 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2022 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13.2 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | FAIL |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
"gcc" "-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" "-fdiagnostics-color=always" "-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-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_STDIO" "-march=native" "-mno-avx512f" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-f
ormat-truncation" "-DABI_VERSION=\"24.1\"" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.eal" -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_lcore_var.c.obj -MF "lib\librte_eal.a.p\eal_common_eal_common_lcore_var.c.obj.d" -o lib/librte_eal.a.p/eal_common_eal_common_lcore_var.c.obj "-c" ../lib/eal/common/eal_common_lcore_var.c
../lib/eal/common/eal_common_lcore_var.c: In function 'lcore_var_alloc':
../lib/eal/common/eal_common_lcore_var.c:29:18: error: implicit declaration of function 'aligned_alloc' [-Werror=implicit-function-declaration]
lcore_buffer = aligned_alloc(RTE_CACHE_LINE_SIZE,
^~~~~~~~~~~~~
../lib/eal/common/eal_common_lcore_var.c:29:18: error: incompatible implicit declaration of built-in function 'aligned_alloc' [-Werror]
../lib/eal/common/eal_common_lcore_var.c:29:18: note: include '<stdlib.h>' or provide a declaration of 'aligned_alloc'
../lib/eal/common/eal_common_lcore_var.c:14:1:
+#include <stdlib.h>
../lib/eal/common/eal_common_lcore_var.c:29:18:
lcore_buffer = aligned_alloc(RTE_CACHE_LINE_SIZE,
^~~~~~~~~~~~~
cc1.exe: all warnings being treated as errors
[145/747] Compiling C object lib/librte_eal.a.p/eal_windows_eal_thread.c.obj
[146/747] Compiling C object lib/librte_eal.a.p/eal_windows_getopt.c.obj
[147/747] Linking static target lib/librte_ethdev.a
[148/747] Compiling C object lib/librte_eal.a.p/eal_common_rte_malloc.c.obj
[149/747] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_lcore.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2022
Kernel: OS Build 20348.2031
Compiler: MSVC VS-Preview
FreeBSD 13.2
Kernel: 13.2
Compiler: clang 11.3.0
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29312/
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