|WARNING| pw149501-149503 [PATCH] [v2,3/3] drivers/net: add diagnost
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Sat Dec 28 02:52:23 CET 2024
Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/149503
_Testing issues_
Submitter: Andre Muezerie <andremue at linux.microsoft.com>
Date: Saturday, December 28 2024 00:45:57
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:fd51012de5369679e807be1d6a81d63ef15015ce
149501-149503 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#302402
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Fedora 41 (Clang) | WARN |
+---------------------+----------------+
| Debian 12 | WARN |
+---------------------+----------------+
| Fedora 40 | WARN |
+---------------------+----------------+
| Fedora 40 (Clang) | WARN |
+---------------------+----------------+
| Debian Bullseye | WARN |
+---------------------+----------------+
| Fedora 41 | WARN |
+---------------------+----------------+
| Ubuntu 24.04 | WARN |
+---------------------+----------------+
| Ubuntu 22.04 | WARN |
+---------------------+----------------+
| CentOS Stream 9 | WARN |
+---------------------+----------------+
| RHEL8 | WARN |
+---------------------+----------------+
| Ubuntu 20.04 | WARN |
+---------------------+----------------+
| RHEL9 | WARN |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
==== 20 line log output for RHEL9 (dpdk_unit_test): ====
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:700:43: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
700 | cqe_tmp1 = _mm_load_si128((__m128i *)&cq[pos]);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:703:44: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
703 | cqe_tmp2 = _mm_loadu_si128((__m128i *)&cq[pos + p1].csum);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:704:44: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
704 | cqe_tmp1 = _mm_loadu_si128((__m128i *)&cq[pos].csum);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:707:44: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
707 | cqe_tmp2 = _mm_loadl_epi64((__m128i *)&cq[pos + p1].rsvd4[2]);
| ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:708:44: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
708 | cqe_tmp1 = _mm_loadl_epi64((__m128i *)&cq[pos].rsvd4[2]);
| ^
cc1: all warnings being treated as errors
[1828/3139] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_txpp.c.o
[1829/3139] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_os.c.o
[1830/3139] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Debian Bullseye
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
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/32221/
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