automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw110350 [PATCH v6 2/2] hash: unify crc32 selection for x86 and Arm
       [not found] <20220427133519.17837-2-pbhagavatula@marvell.com>
@ 2022-04-27 13:36 ` checkpatch
  2022-04-27 14:39 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-04-27 13:36 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/110350

_coding style OK_



^ permalink raw reply	[flat|nested] 2+ messages in thread

* |FAILURE| pw110350 [PATCH v6 2/2] hash: unify crc32 selection for x86 and Arm
       [not found] <20220427133519.17837-2-pbhagavatula@marvell.com>
  2022-04-27 13:36 ` |SUCCESS| pw110350 [PATCH v6 2/2] hash: unify crc32 selection for x86 and Arm checkpatch
@ 2022-04-27 14:39 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-04-27 14:39 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula, robot

From: robot@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-----------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-27 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220427133519.17837-2-pbhagavatula@marvell.com>
2022-04-27 13:36 ` |SUCCESS| pw110350 [PATCH v6 2/2] hash: unify crc32 selection for x86 and Arm checkpatch
2022-04-27 14:39 ` |FAILURE| " 0-day Robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).