automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: pbhagavatula@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw110350 [PATCH v6 2/2] hash: unify crc32 selection for x86 and Arm
Date: Wed, 27 Apr 2022 10:39:38 -0400	[thread overview]
Message-ID: <20220427143938.28555-1-robot@bytheb.org> (raw)
In-Reply-To: <20220427133519.17837-2-pbhagavatula@marvell.com>

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-----------------------------

      parent reply	other threads:[~2022-04-27 14:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220427133519.17837-2-pbhagavatula@marvell.com>
2022-04-27 13:36 ` |SUCCESS| " checkpatch
2022-04-27 14:39 ` 0-day Robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220427143938.28555-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=pbhagavatula@marvell.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).