automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: cristian.dumitrescu@intel.com, robot@bytheb.org
Subject: |FAILURE| pw121853 [PATCH 11/11] examples/pipeline: add IPsec example
Date: Wed, 11 Jan 2023 16:39:23 -0500	[thread overview]
Message-ID: <20230111213923.1688869-1-robot@bytheb.org> (raw)
In-Reply-To: <20230111205608.87953-12-cristian.dumitrescu@intel.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3896812290
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Build and test
"fedora:35-gcc" failed at step Build
"fedora:35-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################
../lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/pipeline/rte_swx_ipsec.c: In function ‘ipsec_session_free’:
../lib/pipeline/rte_swx_ipsec.c:1784:43: error: passing argument 1 of ‘rte_cryptodev_sym_session_free’ makes integer from pointer without a cast [-Werror=int-conversion]
 1784 |   rte_cryptodev_sym_session_free(s->crypto.ses);
      |                                  ~~~~~~~~~^~~~
      |                                           |
      |                                           struct rte_cryptodev_sym_session *
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
../lib/cryptodev/rte_cryptodev.h:1017:40: note: expected ‘uint8_t’ {aka ‘unsigned char’} but argument is of type ‘struct rte_cryptodev_sym_session *’
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      |                                ~~~~~~~~^~~~~~
../lib/pipeline/rte_swx_ipsec.c:1784:3: error: too few arguments to function ‘rte_cryptodev_sym_session_free’
 1784 |   rte_cryptodev_sym_session_free(s->crypto.ses);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
../lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[479/4284] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_virtio_net.c.o'.
[480/4284] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
                ^
../lib/pipeline/rte_swx_ipsec.c:1758:3: note: did you mean 'rte_cryptodev_sym_session_create'?
../lib/cryptodev/rte_cryptodev.h:978:1: note: 'rte_cryptodev_sym_session_create' declared here
rte_cryptodev_sym_session_create(uint8_t dev_id,
^
../lib/pipeline/rte_swx_ipsec.c:1761:48: error: too few arguments to function call, expected 2, have 1
                rte_cryptodev_sym_session_free(crypto_session);
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               ^
../lib/cryptodev/rte_cryptodev.h:1017:1: note: 'rte_cryptodev_sym_session_free' declared here
rte_cryptodev_sym_session_free(uint8_t dev_id,
^
../lib/pipeline/rte_swx_ipsec.c:1783:3: error: implicit declaration of function 'rte_cryptodev_sym_session_clear' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                rte_cryptodev_sym_session_clear(ipsec->dev_id, s->crypto.ses);
                ^
../lib/pipeline/rte_swx_ipsec.c:1784:47: error: too few arguments to function call, expected 2, have 1
                rte_cryptodev_sym_session_free(s->crypto.ses);
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~              ^
../lib/cryptodev/rte_cryptodev.h:1017:1: note: 'rte_cryptodev_sym_session_free' declared here
rte_cryptodev_sym_session_free(uint8_t dev_id,
^
6 errors generated.
[481/4284] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_ctl.c.o'.
[482/4284] Generating table.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
../lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/pipeline/rte_swx_ipsec.c: In function ‘ipsec_session_free’:
../lib/pipeline/rte_swx_ipsec.c:1784:43: error: passing argument 1 of ‘rte_cryptodev_sym_session_free’ makes integer from pointer without a cast [-Werror=int-conversion]
 1784 |   rte_cryptodev_sym_session_free(s->crypto.ses);
      |                                  ~~~~~~~~~^~~~
      |                                           |
      |                                           struct rte_cryptodev_sym_session *
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
../lib/cryptodev/rte_cryptodev.h:1017:40: note: expected ‘uint8_t’ {aka ‘unsigned char’} but argument is of type ‘struct rte_cryptodev_sym_session *’
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      |                                ~~~~~~~~^~~~~~
../lib/pipeline/rte_swx_ipsec.c:1784:3: error: too few arguments to function ‘rte_cryptodev_sym_session_free’
 1784 |   rte_cryptodev_sym_session_free(s->crypto.ses);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
../lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[467/2986] Generating flow_classify.sym_chk with a meson_exe.py custom command.
[468/2986] Generating table.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################
../lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/pipeline/rte_swx_ipsec.c: In function ‘ipsec_session_free’:
../lib/pipeline/rte_swx_ipsec.c:1784:43: error: passing argument 1 of ‘rte_cryptodev_sym_session_free’ makes integer from pointer without a cast [-Werror=int-conversion]
 1784 |   rte_cryptodev_sym_session_free(s->crypto.ses);
      |                                  ~~~~~~~~~^~~~
      |                                           |
      |                                           struct rte_cryptodev_sym_session *
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
../lib/cryptodev/rte_cryptodev.h:1017:40: note: expected ‘uint8_t’ {aka ‘unsigned char’} but argument is of type ‘struct rte_cryptodev_sym_session *’
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      |                                ~~~~~~~~^~~~~~
../lib/pipeline/rte_swx_ipsec.c:1784:3: error: too few arguments to function ‘rte_cryptodev_sym_session_free’
 1784 |   rte_cryptodev_sym_session_free(s->crypto.ses);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
../lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[458/3917] Linking static target lib/librte_table.a.
[459/3917] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
../lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/pipeline/rte_swx_ipsec.c: In function ‘ipsec_session_free’:
../lib/pipeline/rte_swx_ipsec.c:1784:43: error: passing argument 1 of ‘rte_cryptodev_sym_session_free’ makes integer from pointer without a cast [-Werror=int-conversion]
 1784 |   rte_cryptodev_sym_session_free(s->crypto.ses);
      |                                  ~~~~~~~~~^~~~
      |                                           |
      |                                           struct rte_cryptodev_sym_session *
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
../lib/cryptodev/rte_cryptodev.h:1017:40: note: expected ‘uint8_t’ {aka ‘unsigned char’} but argument is of type ‘struct rte_cryptodev_sym_session *’
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      |                                ~~~~~~~~^~~~~~
../lib/pipeline/rte_swx_ipsec.c:1784:3: error: too few arguments to function ‘rte_cryptodev_sym_session_free’
 1784 |   rte_cryptodev_sym_session_free(s->crypto.ses);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
../lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[462/3767] Generating table.sym_chk with a meson_exe.py custom command.
[463/3767] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
../lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/pipeline/rte_swx_ipsec.c: In function ‘ipsec_session_free’:
../lib/pipeline/rte_swx_ipsec.c:1784:43: error: passing argument 1 of ‘rte_cryptodev_sym_session_free’ makes integer from pointer without a cast [-Werror=int-conversion]
 1784 |   rte_cryptodev_sym_session_free(s->crypto.ses);
      |                                  ~~~~~~~~~^~~~
      |                                           |
      |                                           struct rte_cryptodev_sym_session *
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
../lib/cryptodev/rte_cryptodev.h:1017:40: note: expected ‘uint8_t’ {aka ‘unsigned char’} but argument is of type ‘struct rte_cryptodev_sym_session *’
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      |                                ~~~~~~~~^~~~~~
../lib/pipeline/rte_swx_ipsec.c:1784:3: error: too few arguments to function ‘rte_cryptodev_sym_session_free’
 1784 |   rte_cryptodev_sym_session_free(s->crypto.ses);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
../lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
 1017 | rte_cryptodev_sym_session_free(uint8_t dev_id,
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[461/3739] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_pipeline.c.o'.
[462/3739] Generating table.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2023-01-11 21:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230111205608.87953-12-cristian.dumitrescu@intel.com>
2023-01-11 20:55 ` |FAILURE| pw121843-121853 " qemudev
2023-01-11 20:57 ` |WARNING| pw121853 " checkpatch
2023-01-11 21: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=20230111213923.1688869-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=cristian.dumitrescu@intel.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).