|FAILURE| pw121853 [PATCH 11/11] examples/pipeline: add IPsec example

0-day Robot robot at bytheb.org
Wed Jan 11 22:39:23 CET 2023


From: robot at 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 at sta/vhost_virtio_net.c.o'.
[480/4284] Compiling C object 'lib/76b5a35@@rte_pipeline at 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 at 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 at 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 at 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 at 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-----------------------------


More information about the test-report mailing list