|FAILURE| pw149551 [PATCH v5 3/3] drivers/net: add diagnostics macros to make code portable
0-day Robot
robot at bytheb.org
Tue Dec 31 20:44:38 CET 2024
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/149551/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/12563097263
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
274 | descs[1] = vld1q_u64((uint64_t *)(rxdp + 1));
| ^
../drivers/net/iavf/iavf_rxtx_vec_neon.c:275:39: 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:43: 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:43: 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:43: 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:43: 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
[1736/6604] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_parser.c.o
[1737/6604] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_controlq.c.o
[1738/6604] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_rxtx.c.o
[1739/6604] Generating rte_net_i40e.sym_chk with a custom command (wrapped by meson to capture output)
[1740/6604] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_common.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list