|FAILURE| pw149549-149551 [PATCH] [v5,3/3] drivers/net: add diagnost
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Fri Jan 3 00:44:45 CET 2025
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/149551
_Testing issues_
Submitter: Andre Muezerie <andremue at linux.microsoft.com>
Date: Tuesday, December 31 2024 18:55:58
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:fd51012de5369679e807be1d6a81d63ef15015ce
149549-149551 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#347871
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| RHEL9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 41 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 40 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+----------------------------------------+--------------------+
| Fedora 41 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PEND |
+----------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Debian 12 (arm) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
../drivers/net/iavf/iavf_rxtx_vec_neon.c:274:25: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
274 | descs[1] = vld1q_u64((uint64_t *)(rxdp + 1));
| ^
../drivers/net/iavf/iavf_rxtx_vec_neon.c:275:25: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
275 | descs[0] = vld1q_u64((uint64_t *)(rxdp));
| ^
../drivers/net/iavf/iavf_rxtx_vec_neon.c:280:29: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
280 | descs[3] = vld1q_lane_u64((uint64_t *)(rxdp + 3), descs[3], 0);
| ^
../drivers/net/iavf/iavf_rxtx_vec_neon.c:281:29: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
281 | descs[2] = vld1q_lane_u64((uint64_t *)(rxdp + 2), descs[2], 0);
| ^
../drivers/net/iavf/iavf_rxtx_vec_neon.c:282:29: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
282 | descs[1] = vld1q_lane_u64((uint64_t *)(rxdp + 1), descs[1], 0);
| ^
../drivers/net/iavf/iavf_rxtx_vec_neon.c:283:29: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
283 | descs[0] = vld1q_lane_u64((uint64_t *)(rxdp), descs[0], 0);
| ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 41 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Fedora 41 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: Depends on container host
Compiler: clang 10.0.0-4ubuntu1
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: Depends on container host
Compiler: gcc 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32231/
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