|FAILURE| pw129836-129835 [PATCH] [2/2] test/cpuflags: remove RTE_CP

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Aug 3 07:40:10 CEST 2023


Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/129835

_Testing issues_

Submitter: Sivaprasad Tummala <Sivaprasad.Tummala at amd.com>
Date: Wednesday, August 02 2023 21:11:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0ae35eceb9e4569b0814fcf671b4455301bb7518

129836-129835 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile |
+=====================+======================+====================+
| Windows Server 2019 | PASS                 | FAIL               |
+---------------------+----------------------+--------------------+
| FreeBSD 13          | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Bullseye     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| RHEL8               | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| openSUSE Leap 15    | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 38           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Debian Buster       | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Fedora 37           | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 9     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| CentOS Stream 8     | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 20.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Ubuntu 22.04        | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+
| Alpine              | SKIPPED              | PASS               |
+---------------------+----------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[139/819] Compiling C object lib/librte_eal.a.p/eal_windows_eal_timer.c.obj
[140/819] Compiling C object lib/librte_eal.a.p/eal_common_rte_reciprocal.c.obj
[141/819] Compiling C object lib/librte_eal.a.p/eal_common_malloc_heap.c.obj
[142/819] Compiling C object lib/librte_ring.a.p/ring_rte_ring.c.obj
[143/819] Compiling C object lib/librte_eal.a.p/eal_x86_rte_cpuflags.c.obj
FAILED: lib/librte_eal.a.p/eal_x86_rte_cpuflags.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\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" "-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_EXPERIMENTAL_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_x86_rte_cpuflags.c.obj -MF "lib\librte_eal.a.p\eal_x86_rte_cpuflags.c.obj.d" -o lib/librte_eal.a.p/eal_x86_rte_cpuflags.c.obj "-c" ../lib/eal/x86/rte_cpuflags.c
../lib/eal/x86/rte_cpuflags.c:154:14: error: comparison of integers of different signs: 'enum rte_cpu_flag_t' and 'unsigned int' [-Werror,-Wsign-compare]
if (feature >= num_flags)
~~~~~~~ ^  ~~~~~~~~~
../lib/eal/x86/rte_cpuflags.c:182:14: error: comparison of integers of different signs: 'enum rte_cpu_flag_t' and 'unsigned int' [-Werror,-Wsign-compare]
if (feature >= num_flags)
~~~~~~~ ^  ~~~~~~~~~
2 errors generated.
[144/819] Generating rte_eal_def with a custom command
[145/819] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_dynmem.c.obj
[146/819] Compiling C object lib/librte_eal.a.p/eal_x86_rte_spinlock.c.obj
[147/819] Compiling C object lib/librte_eal.a.p/eal_windows_eal_hugepages.c.obj
[148/819] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.obj
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

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

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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/27218/

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