|FAILURE| pw110350 [PATCH v6 2/2] hash: unify crc32 selection for x86 and Arm

0-day Robot robot at bytheb.org
Wed Apr 27 16:39:38 CEST 2022


From: robot at bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/110350/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2233548425
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-18.04-gcc-shared-ppc64le" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################
                 from ../lib/hash/rte_cuckoo_hash.c:29:
../lib/hash/rte_hash_crc.h: In function ‘rte_hash_crc’:
../lib/hash/rte_hash_crc.h:116:14: error: implicit declaration of function ‘rte_hash_crc_8byte’; did you mean ‘rte_hash_create’? [-Werror=implicit-function-declaration]
   init_val = rte_hash_crc_8byte(*(const uint64_t *)pd, init_val);
              ^~~~~~~~~~~~~~~~~~
              rte_hash_create
../lib/hash/rte_hash_crc.h:116:14: error: nested extern declaration of ‘rte_hash_crc_8byte’ [-Werror=nested-externs]
../lib/hash/rte_hash_crc.h:121:14: error: implicit declaration of function ‘rte_hash_crc_4byte’; did you mean ‘rte_hash_create’? [-Werror=implicit-function-declaration]
   init_val = rte_hash_crc_4byte(*(const uint32_t *)pd, init_val);
              ^~~~~~~~~~~~~~~~~~
              rte_hash_create
../lib/hash/rte_hash_crc.h:121:14: error: nested extern declaration of ‘rte_hash_crc_4byte’ [-Werror=nested-externs]
../lib/hash/rte_hash_crc.h:126:14: error: implicit declaration of function ‘rte_hash_crc_2byte’; did you mean ‘rte_hash_create’? [-Werror=implicit-function-declaration]
   init_val = rte_hash_crc_2byte(*(const uint16_t *)pd, init_val);
              ^~~~~~~~~~~~~~~~~~
              rte_hash_create
../lib/hash/rte_hash_crc.h:126:14: error: nested extern declaration of ‘rte_hash_crc_2byte’ [-Werror=nested-externs]
../lib/hash/rte_hash_crc.h:131:14: error: implicit declaration of function ‘rte_hash_crc_1byte’; did you mean ‘rte_hash_create’? [-Werror=implicit-function-declaration]
   init_val = rte_hash_crc_1byte(*(const uint8_t *)pd, init_val);
              ^~~~~~~~~~~~~~~~~~
              rte_hash_create
../lib/hash/rte_hash_crc.h:131:14: error: nested extern declaration of ‘rte_hash_crc_1byte’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
                 from ../lib/hash/rte_cuckoo_hash.c:29:
../lib/hash/rte_hash_crc.h: In function ‘rte_hash_crc’:
../lib/hash/rte_hash_crc.h:116:14: error: implicit declaration of function ‘rte_hash_crc_8byte’; did you mean ‘rte_hash_create’? [-Werror=implicit-function-declaration]
   init_val = rte_hash_crc_8byte(*(const uint64_t *)pd, init_val);
              ^~~~~~~~~~~~~~~~~~
              rte_hash_create
../lib/hash/rte_hash_crc.h:116:14: error: nested extern declaration of ‘rte_hash_crc_8byte’ [-Werror=nested-externs]
../lib/hash/rte_hash_crc.h:121:14: error: implicit declaration of function ‘rte_hash_crc_4byte’; did you mean ‘rte_hash_create’? [-Werror=implicit-function-declaration]
   init_val = rte_hash_crc_4byte(*(const uint32_t *)pd, init_val);
              ^~~~~~~~~~~~~~~~~~
              rte_hash_create
../lib/hash/rte_hash_crc.h:121:14: error: nested extern declaration of ‘rte_hash_crc_4byte’ [-Werror=nested-externs]
../lib/hash/rte_hash_crc.h:126:14: error: implicit declaration of function ‘rte_hash_crc_2byte’; did you mean ‘rte_hash_create’? [-Werror=implicit-function-declaration]
   init_val = rte_hash_crc_2byte(*(const uint16_t *)pd, init_val);
              ^~~~~~~~~~~~~~~~~~
              rte_hash_create
../lib/hash/rte_hash_crc.h:126:14: error: nested extern declaration of ‘rte_hash_crc_2byte’ [-Werror=nested-externs]
../lib/hash/rte_hash_crc.h:131:14: error: implicit declaration of function ‘rte_hash_crc_1byte’; did you mean ‘rte_hash_create’? [-Werror=implicit-function-declaration]
   init_val = rte_hash_crc_1byte(*(const uint8_t *)pd, init_val);
              ^~~~~~~~~~~~~~~~~~
              rte_hash_create
../lib/hash/rte_hash_crc.h:131:14: error: nested extern declaration of ‘rte_hash_crc_1byte’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------


More information about the test-report mailing list