|WARNING| pw143759 [PATCH] fib: network byte order IPv4 lookup

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sat Sep 7 07:35:23 CEST 2024


Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/143759

_Testing issues_

Submitter: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
Date: Friday, September 06 2024 17:06:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:41dd9a6bc2d9c6e20e139ad713cc9d172572dd43

143759 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#259705

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2022 | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 38           | PASS           |
+---------------------+----------------+
| Debian 12           | PASS           |
+---------------------+----------------+
| Fedora 38 (Clang)   | PASS           |
+---------------------+----------------+
| Fedora 39 (Clang)   | PASS           |
+---------------------+----------------+
| Fedora 39           | PASS           |
+---------------------+----------------+
| Fedora 40           | PASS           |
+---------------------+----------------+
| Fedora 40 (Clang)   | PASS           |
+---------------------+----------------+
| RHEL8               | WARN           |
+---------------------+----------------+
| RHEL9               | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| Ubuntu 24.04        | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL8 (dpdk_unit_test): ====
[447/2951] Compiling C object 'lib/76b5a35@@rte_fib at sta/fib_trie_avx512.c.o'.
[448/2951] Compiling C object 'lib/76b5a35@@rte_port at sta/port_port_log.c.o'.
[449/2951] Compiling C object 'lib/76b5a35@@rte_port at sta/port_rte_port_ethdev.c.o'.
[450/2951] Compiling C object 'lib/76b5a35@@rte_port at sta/port_rte_port_fd.c.o'.
[451/2951] Compiling C object 'lib/76b5a35@@rte_port at sta/port_rte_port_frag.c.o'.
[452/2951] Compiling C object 'lib/76b5a35@@rte_fib at sta/fib_dir24_8_avx512.c.o'.
FAILED: lib/76b5a35@@rte_fib at sta/fib_dir24_8_avx512.c.o
ccache cc -Ilib/76b5a35@@rte_fib at sta -Ilib -I../lib -Ilib/fib -I../lib/fib -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/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 -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/rib -I../lib/rib -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -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 -fPIC -march=native -mrtm -DALLOW_EXPERIMENT
 AL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DCC_DIR24_8_AVX512_SUPPORT -DCC_TRIE_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=lib.fib -MD -MQ 'lib/76b5a35@@rte_fib at sta/fib_dir24_8_avx512.c.o' -MF 'lib/76b5a35@@rte_fib at sta/fib_dir24_8_avx512.c.o.d' -o 'lib/76b5a35@@rte_fib at sta/fib_dir24_8_avx512.c.o' -c ../lib/fib/dir24_8_avx512.c
../lib/fib/dir24_8_avx512.c: In function 'dir24_8_vec_lookup_x16':
../lib/fib/dir24_8_avx512.c:32:27: error: implicit declaration of function '_mm512_set_epi8'; did you mean '_mm512_set1_epi8'? [-Werror=implicit-function-declaration]
const __m512i bswap32 = _mm512_set_epi8(
^~~~~~~~~~~~~~~
_mm512_set1_epi8
../lib/fib/dir24_8_avx512.c:32:27: error: nested extern declaration of '_mm512_set_epi8' [-Werror=nested-externs]
../lib/fib/dir24_8_avx512.c:32:27: error: incompatible types when initializing type '__m512i' {aka 'const __vector(8) long long int'} using type 'int'
cc1: all warnings being treated as errors
[453/2951] Compiling C object 'lib/76b5a35@@rte_port at sta/port_rte_port_ras.c.o'.
[454/2951] Generating symbol file 'lib/76b5a35@@rte_ipsec at sha/librte_ipsec.so.25.0.symbols'.
[455/2951] Generating vhost.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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

CentOS Stream 9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1)

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7)

Debian 12
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38)

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)

Fedora 40
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)

Fedora 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)

RHEL8
	Kernel: Depends on container host
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

Debian Bullseye
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

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

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