|FAILURE| pw138472-138476 [PATCH] [v9,5/5] eal: add option to put ti

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Mon Mar 18 23:58:06 CET 2024


Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/138476

_Testing issues_

Submitter: Stephen Hemminger <stephen at networkplumber.org>
Date: Monday, March 18 2024 22:03:01 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:80ecef6d1f71fcebc0a51d7cabc51f73ee142ff2

138472-138476 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+-------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_msvc_compile |
+=====================+======================+====================+===================+
| Windows Server 2022 | FAIL                 | FAIL               | FAIL              |
+---------------------+----------------------+--------------------+-------------------+
| Windows Server 2019 | FAIL                 | FAIL               | SKIPPED           |
+---------------------+----------------------+--------------------+-------------------+
| CentOS Stream 9     | SKIPPED              | PASS               | SKIPPED           |
+---------------------+----------------------+--------------------+-------------------+
| CentOS Stream 8     | SKIPPED              | PASS               | SKIPPED           |
+---------------------+----------------------+--------------------+-------------------+
| Debian 11 (arm)     | SKIPPED              | PASS               | SKIPPED           |
+---------------------+----------------------+--------------------+-------------------+
| Debian Bullseye     | SKIPPED              | PASS               | SKIPPED           |
+---------------------+----------------------+--------------------+-------------------+
| Fedora 37           | SKIPPED              | PASS               | SKIPPED           |
+---------------------+----------------------+--------------------+-------------------+
| Ubuntu 20.04        | SKIPPED              | PASS               | SKIPPED           |
+---------------------+----------------------+--------------------+-------------------+
| Fedora 38           | SKIPPED              | PASS               | SKIPPED           |
+---------------------+----------------------+--------------------+-------------------+
| FreeBSD 13.2        | SKIPPED              | PASS               | SKIPPED           |
+---------------------+----------------------+--------------------+-------------------+
| openSUSE Leap 15    | SKIPPED              | PASS               | SKIPPED           |
+---------------------+----------------------+--------------------+-------------------+
| RHEL8               | SKIPPED              | PASS               | SKIPPED           |
+---------------------+----------------------+--------------------+-------------------+
| Ubuntu 22.04        | SKIPPED              | PASS               | SKIPPED           |
+---------------------+----------------------+--------------------+-------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"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" "-mrtm" "-DAL
 LOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DABI_VERSION=\"24.1\"" "-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:1653:8: error: initializing 'char *' with an expression of type 'const char *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
char *old_optarg = optarg;
^            ~~~~~~
../lib/eal/common/eal_common_options.c:1662:34: error: passing 'char *const *' to parameter of type 'char **' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
while ((opt = getopt_long(argc, argv, eal_short_options,
^~~~
..\lib\eal\windows\include\getopt.h:43:57: note: expanded from macro 'getopt_long'
#define getopt_long(a, b, c, d, e) usual_getopt_long(a, b, c, d, e)
^
..\lib\eal\windows\include\getopt.h:86:33: note: passing argument to parameter 'argv' here
int getopt_long(int argc, char *argv[], const char *options,
^
2 errors generated.
[154/827] Generating symbol file lib/rte_kvargs-24.dll.p/rte_kvargs-24.dll.symbols
[155/827] Generating symbol file lib/rte_telemetry-24.dll.p/rte_telemetry-24.dll.symbols
[156/827] Compiling C object lib/librte_eal.a.p/eal_windows_eal_interrupts.c.obj
[157/827] Compiling C object lib/librte_eal.a.p/eal_windows_eal_memory.c.obj
[158/827] Compiling C object lib/librte_eal.a.p/eal_windows_eal.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

Windows Server 2019
	Kernel: 10.0.17763
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Debian 11 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Debian Bullseye
	Kernel: 5.4.0-167-generic
	Compiler: gcc 10.2.1-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

FreeBSD 13.2
	Kernel: 13.2
	Compiler: clang 14.0.5

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

Ubuntu 22.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29589/

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