|FAILURE| pw110997 [PATCH v3 8/8] ci: add RISCV64 cross compilation job
0-day Robot
robot at bytheb.org
Tue May 10 19:19:29 CEST 2022
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/110997/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2301866420
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-shared-riscv64" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
28 | _mm_set_epi32(UINT8_MAX, UINT8_MAX, UINT8_MAX, UINT8_MAX);
| ^~~~~~~~~~~~~
../lib/lpm/rte_lpm_sse.h:28:3: error: nested extern declaration of ‘_mm_set_epi32’ [-Werror=nested-externs]
../lib/lpm/rte_lpm_sse.h:47:8: error: implicit declaration of function ‘_mm_srli_epi32’ [-Werror=implicit-function-declaration]
47 | i24 = _mm_srli_epi32(ip, CHAR_BIT);
| ^~~~~~~~~~~~~~
../lib/lpm/rte_lpm_sse.h:47:8: error: nested extern declaration of ‘_mm_srli_epi32’ [-Werror=nested-externs]
../lib/lpm/rte_lpm_sse.h:50:8: error: implicit declaration of function ‘_mm_cvtsi128_si64’ [-Werror=implicit-function-declaration]
50 | idx = _mm_cvtsi128_si64(i24);
| ^~~~~~~~~~~~~~~~~
../lib/lpm/rte_lpm_sse.h:50:8: error: nested extern declaration of ‘_mm_cvtsi128_si64’ [-Werror=nested-externs]
../lib/lpm/rte_lpm_sse.h:52:8: error: implicit declaration of function ‘_mm_srli_si128’ [-Werror=implicit-function-declaration]
52 | i24 = _mm_srli_si128(i24, /* sizeof(uint64_t) */ 8);
| ^~~~~~~~~~~~~~
../lib/lpm/rte_lpm_sse.h:52:8: error: nested extern declaration of ‘_mm_srli_si128’ [-Werror=nested-externs]
../lib/lpm/rte_lpm_sse.h:67:9: error: implicit declaration of function ‘_mm_and_si128’ [-Werror=implicit-function-declaration]
67 | i8.x = _mm_and_si128(ip, mask8);
| ^~~~~~~~~~~~~
../lib/lpm/rte_lpm_sse.h:67:9: error: nested extern declaration of ‘_mm_and_si128’ [-Werror=nested-externs]
../lib/lpm/rte_lpm_sse.h:67:9: error: incompatible types when assigning to type ‘xmm_t’ {aka ‘__vector(4) int’} from type ‘int’
cc1: all warnings being treated as errors
[329/3561] Compiling C object 'lib/76b5a35@@rte_latencystats at sta/latencystats_rte_latencystats.c.o'.
[330/3561] Generating symbol file 'lib/76b5a35@@rte_kni at sha/librte_kni.so.22.2.symbols'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list