|FAILURE| pw150794-150795 [PATCH] [v4,2/2] common/idpf: enable AVX2
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon Feb 3 10:28:21 CET 2025
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/150795
_Testing issues_
Submitter: Shaiq Wani <shaiq.wani at intel.com>
Date: Monday, February 03 2025 05:24:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:abf3b7b7b361f8aa8d75ae00d449b588a0cdcda3
150794-150795 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#357283
Test environment and result as below:
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile | dpdk_mingw64_compile |
+=====================+====================+==================+===================+===================+======================+
| CentOS Stream 9 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| Debian Bullseye | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| Debian 12 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| Fedora 40 (Clang) | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| Fedora 40 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| Fedora 41 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| Fedora 41 (Clang) | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| RHEL8 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| RHEL9 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| Ubuntu 20.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| Ubuntu 22.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| Alpine | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| FreeBSD 13.4 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| FreeBSD 14.2 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| Ubuntu 24.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | FAIL |
+---------------------+--------------------+------------------+-------------------+-------------------+----------------------+
==== 20 line log output for Windows Server 2022 (dpdk_mingw64_compile): ====
559 | _mm_store_si128((__m128i *)txdp, descriptor);
| ^
../drivers/common/idpf/idpf_common_rxtx_avx2.c: In function 'idpf_singleq_vtx':
../drivers/common/idpf/idpf_common_rxtx_avx2.c:606:36: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
606 | _mm256_store_si256((void *)(txdp + 2), desc2_3);
| ^
../drivers/common/idpf/idpf_common_rxtx_avx2.c:607:36: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
607 | _mm256_store_si256((void *)txdp, desc0_1);
| ^
cc1.exe: all warnings being treated as errors
[550/802] Compiling C object drivers/librte_net_e1000-25.dll.p/meson-generated_.._rte_net_e1000.pmd.c.obj
[551/802] Linking static target drivers/librte_dma_skeleton.a
[552/802] Compiling C object drivers/librte_net_i40e-25.dll.p/meson-generated_.._rte_net_i40e.pmd.c.obj
[553/802] Generating rte_net_i40e_mingw with a custom command
[554/802] Linking static target drivers/librte_net_e1000.a
[555/802] Linking static target drivers/librte_net_i40e.a
[556/802] Generating symbol file drivers/librte_bus_pci-25.dll.p/librte_bus_pci-25.dll.symbols
[557/802] Generating symbol file drivers/librte_bus_vdev-25.dll.p/librte_bus_vdev-25.dll.symbols
[558/802] Linking static target drivers/librte_net_iavf.a
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)
Debian Bullseye
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
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)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.0
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.5.0 20240719 (Red Hat 11.5.0-2)
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
Alpine
Kernel: Depends on container host
Compiler: gcc (Alpine 14.2.0) 14.2.0
FreeBSD 13.4
Kernel: 13.4-RELEASE-p1
Compiler: clang 18.1.6
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
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/32480/
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