|FAILURE| pw152790 [PATCH] [v3] event/dlb2: consolidate AVX512 and S
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon Apr 7 18:32:44 CEST 2025
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/152790
_Testing issues_
Submitter: Tirthendu Sarkar <tirthendu.sarkar at intel.com>
Date: Monday, April 07 2025 09:19:25
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:e30e194c4d06cf9b0e93f9f0f2a289bef96abc1a
152790 --> testing issues
Upstream job id: Generic-VM-DPDK-Compile-Meson#34392
Test environment and result as below:
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_msvc_compile | dpdk_llvm_clang_compile |
+===================================+====================+===================+==================+===================+=========================+
| CentOS Stream 9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| CentOS Stream 10 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Debian 12 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Fedora 40 (Clang) | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Fedora 40 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Ubuntu 20.04 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| RHEL8 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Ubuntu 24.04 32 Bit Cross Compile | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Alpine | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| FreeBSD 13.5 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | PASS |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
==== 20 line log output for RHEL8 (dpdk_meson_compile): ====
../drivers/event/dlb2/dlb2_avx512.c:18:25: error: implicit declaration of function '_mm512_set_epi8'; did you mean '_mm512_set1_epi8'? [-Werror=implicit-function-declaration]
__m512i shuffle_mask = _mm512_set_epi8(
^~~~~~~~~~~~~~~
_mm512_set1_epi8
../drivers/event/dlb2/dlb2_avx512.c:18:25: error: nested extern declaration of '_mm512_set_epi8' [-Werror=nested-externs]
../drivers/event/dlb2/dlb2_avx512.c:18:25: error: incompatible types when initializing type '__m512i' {aka '__vector(8) long long int'} using type 'int'
../drivers/event/dlb2/dlb2_avx512.c:24:22: error: implicit declaration of function '_mm512_set_epi16'; did you mean '_mm512_set1_epi16'? [-Werror=implicit-function-declaration]
__m512i sched_cmd = _mm512_set_epi16(cmd_weight[3], 0, sched_word[3], 0, 0, 0, 0, 0,
^~~~~~~~~~~~~~~~
_mm512_set1_epi16
../drivers/event/dlb2/dlb2_avx512.c:24:22: error: nested extern declaration of '_mm512_set_epi16' [-Werror=nested-externs]
../drivers/event/dlb2/dlb2_avx512.c:24:22: error: incompatible types when initializing type '__m512i' {aka '__vector(8) long long int'} using type 'int'
../drivers/event/dlb2/dlb2_avx512.c:28:16: error: implicit declaration of function '_mm512_loadu_epi8'; did you mean '_mm512_add_epi8'? [-Werror=implicit-function-declaration]
__m512i tmp = _mm512_loadu_epi8((const __m512i *)ev);
^~~~~~~~~~~~~~~~~
_mm512_add_epi8
../drivers/event/dlb2/dlb2_avx512.c:28:16: error: nested extern declaration of '_mm512_loadu_epi8' [-Werror=nested-externs]
../drivers/event/dlb2/dlb2_avx512.c:28:16: error: incompatible types when initializing type '__m512i' {aka '__vector(8) long long int'} using type 'int'
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
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.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 24.04 32 Bit Cross Compile
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Alpine
Kernel: Depends on container host
Compiler: gcc (Alpine 14.2.0) 14.2.0
FreeBSD 13.5
Kernel: 13.5-RELEASE
Compiler: clang 19.1.7
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32953/
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