automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw121865 [PATCH V2 11/11] examples/pipeline: add IPsec example
       [not found] <20230111234358.133395-12-cristian.dumitrescu@intel.com>
@ 2023-01-11 23:45 ` checkpatch
  2023-01-11 23:46 ` |FAILURE| pw121855-121865 " qemudev
  2023-01-12  0:30 ` |FAILURE| pw121865 " 0-day Robot
  2 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2023-01-11 23:45 UTC (permalink / raw)
  To: test-report; +Cc: Cristian Dumitrescu

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/121865

_coding style issues_


WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#91: FILE: examples/pipeline/examples/ipsec.cli:5:
+#	./build/examples/dpdk-pipeline -l0-1 --vdev crypto_aesni_mb0 -- -s ./examples/pipeline/examples/ipsec.cli

total: 0 errors, 1 warnings, 434 lines checked

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

* |FAILURE| pw121855-121865 [PATCH V2 11/11] examples/pipeline: add IPsec example
       [not found] <20230111234358.133395-12-cristian.dumitrescu@intel.com>
  2023-01-11 23:45 ` |WARNING| pw121865 [PATCH V2 11/11] examples/pipeline: add IPsec example checkpatch
@ 2023-01-11 23:46 ` qemudev
  2023-01-12  0:30 ` |FAILURE| pw121865 " 0-day Robot
  2 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2023-01-11 23:46 UTC (permalink / raw)
  To: test-report; +Cc: Cristian Dumitrescu, zhoumin

Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/121865

_ninja build failure_

Submitter: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Date: Wed, 11 Jan 2023 23:43:48 +0000
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: 7f6b150cb79dad10b82fe004e5b2310e39507381

121855-121865 --> ninja build failed

Test environment and result as below:

+---------------------+----------------+
|     Environment     | compilation    |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL           |
+---------------------+----------------+

Loongnix-Server 8.3
    Kernel: 4.19.190+
    Compiler: gcc 8.3


Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: lib/librte_pipeline.a.p/pipeline_rte_swx_ipsec.c.o
cc -Ilib/librte_pipeline.a.p -Ilib -I../lib -Ilib/pipeline -I../lib/pipeline -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/loongarch/include -I../lib/eal/loongarch/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/port -I../lib/port -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/cryptodev -I../lib/cryptodev -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/table -I../lib/table -Ilib/lpm -I../lib/lpm -Ilib/acl -I../lib/acl -Ilib/ipsec -I../lib/ipsec -Ilib/security -I../lib/security -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winva
 lid-pch -Wextra -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=loongarch64 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.pipeline -MD -MQ lib/librte_pipeline.a.p/pipeline_rte_swx_ipsec.c.o -MF lib/librte_pipeline.a.p/pipeline_rte_swx_ipsec.c.o.d -o lib/librte_pipeline.a.p/pipeline_rte_swx_ipsec.c.o -c ../lib/pipeline/rte_swx_ipsec.c
./lib/pipeline/rte_swx_ipsec.c: In function ‘ipsec_session_create’:
./lib/pipeline/rte_swx_ipsec.c:1724:57: warning: passing argument 1 of ‘rte_cryptodev_sym_session_create’ makes integer from pointer without a cast [-Wint-conversion]
crypto_session = rte_cryptodev_sym_session_create(ipsec->mp_session);
~~~~~^~~~~~~~~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
./lib/cryptodev/rte_cryptodev.h:978:1: note: expected ‘uint8_t’ {aka ‘unsigned char’} but argument is of type ‘struct rte_mempool *’
rte_cryptodev_sym_session_create(uint8_t dev_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/pipeline/rte_swx_ipsec.c:1724:19: error: too few arguments to function ‘rte_cryptodev_sym_session_create’
crypto_session = rte_cryptodev_sym_session_create(ipsec->mp_session);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
./lib/cryptodev/rte_cryptodev.h:978:1: note: declared here
rte_cryptodev_sym_session_create(uint8_t dev_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./lib/pipeline/rte_swx_ipsec.c:1730:11: warning: implicit declaration of function ‘rte_cryptodev_sym_session_init’; did you mean ‘rte_cryptodev_sym_session_free’? [-Wimplicit-function-declaration]
status = rte_cryptodev_sym_session_init(ipsec->dev_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_cryptodev_sym_session_free
./lib/pipeline/rte_swx_ipsec.c:1730:11: warning: nested extern declaration of ‘rte_cryptodev_sym_session_init’ [-Wnested-externs]
./lib/pipeline/rte_swx_ipsec.c:1758:3: warning: implicit declaration of function ‘rte_cryptodev_sym_session_clear’; did you mean ‘rte_cryptodev_sym_session_create’? [-Wimplicit-function-declaration]
rte_cryptodev_sym_session_clear(ipsec->dev_id, crypto_session);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rte_cryptodev_sym_session_create
./lib/pipeline/rte_swx_ipsec.c:1758:3: warning: nested extern declaration of ‘rte_cryptodev_sym_session_clear’ [-Wnested-externs]
./lib/pipeline/rte_swx_ipsec.c:1761:34: warning: passing argument 1 of ‘rte_cryptodev_sym_session_free’ makes integer from pointer without a cast [-Wint-conversion]
rte_cryptodev_sym_session_free(crypto_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 *’
rte_cryptodev_sym_session_free(uint8_t dev_id,
~~~~~~~~^~~~~~
./lib/pipeline/rte_swx_ipsec.c:1761:3: error: too few arguments to function ‘rte_cryptodev_sym_session_free’
rte_cryptodev_sym_session_free(crypto_session);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:
./lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
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: warning: passing argument 1 of ‘rte_cryptodev_sym_session_free’ makes integer from pointer without a cast [-Wint-conversion]
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:40: note: expected ‘uint8_t’ {aka ‘unsigned char’} but argument is of type ‘struct rte_cryptodev_sym_session *’
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’
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
rte_cryptodev_sym_session_free(uint8_t dev_id,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[332/2811] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_port_in_action.c.o
[333/2811] Compiling C object lib/librte_graph.a.p/graph_graph_debug.c.o
[334/2811] Compiling C object lib/librte_graph.a.p/graph_graph_ops.c.o
[335/2811] Generating power.sym_chk with a custom command (wrapped by meson to capture output)
[336/2811] Compiling C object lib/librte_graph.a.p/graph_node.c.o
[337/2811] Compiling C object lib/librte_graph.a.p/graph_graph.c.o
[338/2811] Compiling C object lib/librte_graph.a.p/graph_graph_stats.c.o
[339/2811] Generating rib.sym_chk with a custom command (wrapped by meson to capture output)
[340/2811] Generating pdump.sym_chk with a custom command (wrapped by meson to capture output)
[341/2811] Compiling C object lib/librte_table.a.p/table_rte_table_hash_key8.c.o
[342/2811] Compiling C object lib/librte_table.a.p/table_rte_table_hash_ext.c.o
[343/2811] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_ulp_ulp_rte_parser.c.o
[344/2811] Generating member.sym_chk with a custom command (wrapped by meson to capture output)
[345/2811] Generating fib.sym_chk with a custom command (wrapped by meson to capture output)
[346/2811] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_pipeline.c.o
[347/2811] Compiling C object lib/librte_port.a.p/port_rte_port_ring.c.o
[348/2811] Compiling C object lib/librte_table.a.p/table_rte_table_hash_key16.c.o
[349/2811] Generating hash.sym_chk with a custom command (wrapped by meson to capture output)
[350/2811] Compiling C object lib/librte_table.a.p/table_rte_table_hash_key32.c.o
[351/2811] Generating ipsec.sym_chk with a custom command (wrapped by meson to capture output)
[352/2811] Compiling C object lib/librte_table.a.p/table_rte_table_hash_lru.c.o
[353/2811] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_tf_ulp_ulp_mapper.c.o
[354/2811] Compiling C object lib/librte_sched.a.p/sched_rte_sched.c.o
[355/2811] Compiling C object lib/librte_vhost.a.p/vhost_vhost_crypto.c.o
[356/2811] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_ctl.c.o
[357/2811] Generating cryptodev.sym_chk with a custom command (wrapped by meson to capture output)
[358/2811] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output)
[359/2811] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline_spec.c.o
[360/2811] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_table_action.c.o
[361/2811] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[362/2811] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[363/2811] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
[364/2811] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_pipeline.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------


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

* |FAILURE| pw121865 [PATCH V2 11/11] examples/pipeline: add IPsec example
       [not found] <20230111234358.133395-12-cristian.dumitrescu@intel.com>
  2023-01-11 23:45 ` |WARNING| pw121865 [PATCH V2 11/11] examples/pipeline: add IPsec example checkpatch
  2023-01-11 23:46 ` |FAILURE| pw121855-121865 " qemudev
@ 2023-01-12  0:30 ` 0-day Robot
  2 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2023-01-12  0:30 UTC (permalink / raw)
  To: test-report; +Cc: cristian.dumitrescu, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3897788779
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.
[480/4284] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline_spec.c.o'.
[481/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 table.sym_chk with a meson_exe.py custom command.
[468/2986] Generating flow_classify.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
[457/3917] Compiling C object 'lib/76b5a35@@rte_table@sta/table_rte_table_hash_lru.c.o'.
[458/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
[460/3739] Generating symbol file 'lib/76b5a35@@rte_port@sha/librte_port.so.23.1.symbols'.
[461/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-----------------------------

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

* |FAILURE| pw121855-121865 [PATCH] [V2, 11/11] examples/pipeline: add IPsec example
@ 2023-01-11 23:58 dpdklab
  0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-01-11 23:58 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 8279 bytes --]

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/121855

_build patch failure_

Submitter: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Date: Wednesday, January 11 2023 23:43:58 
Applied on: CommitID:7f6b150cb79dad10b82fe004e5b2310e39507381
Apply patch set 121855-121865 failed:

[1/2811] Linking static target lib/librte_pdump.a
[2/2811] Linking static target lib/librte_vhost.a
[3/2811] Linking static target lib/librte_table.a
[4/2811] Compiling C object lib/librte_node.a.p/node_null.c.o
[5/2811] Linking target lib/librte_eal.so.23.1
[6/2811] Compiling C object lib/librte_node.a.p/node_log.c.o
[7/2811] Compiling C object lib/librte_graph.a.p/graph_graph_debug.c.o
[8/2811] Compiling C object lib/librte_graph.a.p/graph_graph_populate.c.o
[9/2811] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_fpm_tables.c.o
[10/2811] Compiling C object lib/librte_node.a.p/node_pkt_drop.c.o
[11/2811] Compiling C object lib/librte_pipeline.a.p/pipeline_rte_swx_ipsec.c.o
FAILED: lib/librte_pipeline.a.p/pipeline_rte_swx_ipsec.c.o 
cc -Ilib/librte_pipeline.a.p -Ilib -I../lib -Ilib/pipeline -I../lib/pipeline -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/port -I../lib/port -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/cryptodev -I../lib/cryptodev -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/table -I../lib/table -Ilib/lpm -I../lib/lpm -Ilib/acl -I../lib/acl -Ilib/ipsec -I../lib/ipsec -Ilib/security -I../lib/security -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.pipeline -MD -MQ lib/librte_pipeline.a.p/pipeline_rte_swx_ipsec.c.o -MF lib/librte_pipeline.a.p/pipeline_rte_swx_ipsec.c.o.d -o lib/librte_pipeline.a.p/pipeline_rte_swx_ipsec.c.o -c ../lib/pipeline/rte_swx_ipsec.c
../lib/pipeline/rte_swx_ipsec.c: In function ‘ipsec_session_create’:
../lib/pipeline/rte_swx_ipsec.c:1724:52: warning: passing argument 1 of ‘rte_cryptodev_sym_session_create’ makes integer from pointer without a cast [-Wint-conversion]
  crypto_session = rte_cryptodev_sym_session_create(ipsec->mp_session);
                                                    ^~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:0:
../lib/cryptodev/rte_cryptodev.h:978:1: note: expected ‘uint8_t {aka unsigned char}’ but argument is of type ‘struct rte_mempool *’
 rte_cryptodev_sym_session_create(uint8_t dev_id,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/pipeline/rte_swx_ipsec.c:1724:19: error: too few arguments to function ‘rte_cryptodev_sym_session_create’
  crypto_session = rte_cryptodev_sym_session_create(ipsec->mp_session);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:0:
../lib/cryptodev/rte_cryptodev.h:978:1: note: declared here
 rte_cryptodev_sym_session_create(uint8_t dev_id,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/pipeline/rte_swx_ipsec.c:1730:11: warning: implicit declaration of function ‘rte_cryptodev_sym_session_init’; did you mean ‘rte_cryptodev_sym_session_free’? [-Wimplicit-function-declaration]
  status = rte_cryptodev_sym_session_init(ipsec->dev_id,
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           rte_cryptodev_sym_session_free
../lib/pipeline/rte_swx_ipsec.c:1730:11: warning: nested extern declaration of ‘rte_cryptodev_sym_session_init’ [-Wnested-externs]
../lib/pipeline/rte_swx_ipsec.c:1758:3: warning: implicit declaration of function ‘rte_cryptodev_sym_session_clear’; did you mean ‘rte_cryptodev_sym_session_create’? [-Wimplicit-function-declaration]
   rte_cryptodev_sym_session_clear(ipsec->dev_id, crypto_session);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   rte_cryptodev_sym_session_create
../lib/pipeline/rte_swx_ipsec.c:1758:3: warning: nested extern declaration of ‘rte_cryptodev_sym_session_clear’ [-Wnested-externs]
../lib/pipeline/rte_swx_ipsec.c:1761:34: warning: passing argument 1 of ‘rte_cryptodev_sym_session_free’ makes integer from pointer without a cast [-Wint-conversion]
   rte_cryptodev_sym_session_free(crypto_session);
                                  ^~~~~~~~~~~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:0:
../lib/cryptodev/rte_cryptodev.h:1017:1: note: expected ‘uint8_t {aka unsigned char}’ but argument is of type ‘struct rte_cryptodev_sym_session *’
 rte_cryptodev_sym_session_free(uint8_t dev_id,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/pipeline/rte_swx_ipsec.c:1761:3: error: too few arguments to function ‘rte_cryptodev_sym_session_free’
   rte_cryptodev_sym_session_free(crypto_session);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:0:
../lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
 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:34: warning: passing argument 1 of ‘rte_cryptodev_sym_session_free’ makes integer from pointer without a cast [-Wint-conversion]
   rte_cryptodev_sym_session_free(s->crypto.ses);
                                  ^
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:0:
../lib/cryptodev/rte_cryptodev.h:1017:1: note: expected ‘uint8_t {aka unsigned char}’ but argument is of type ‘struct rte_cryptodev_sym_session *’
 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’
   rte_cryptodev_sym_session_free(s->crypto.ses);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../lib/pipeline/rte_swx_ipsec.c:15:0:
../lib/cryptodev/rte_cryptodev.h:1017:1: note: declared here
 rte_cryptodev_sym_session_free(uint8_t dev_id,
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[12/2811] Compiling C object lib/librte_node.a.p/node_ethdev_tx.c.o
[13/2811] Compiling C object drivers/libtmp_rte_common_cpt.a.p/common_cpt_cpt_pmd_ops_helper.c.o
[14/2811] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_caamflib.c.o
[15/2811] Compiling C object lib/librte_node.a.p/node_ethdev_ctrl.c.o
[16/2811] Compiling C object lib/librte_node.a.p/node_ethdev_rx.c.o
[17/2811] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_dpaax_iova_table.c.o
[18/2811] Compiling C object lib/librte_graph.a.p/graph_graph_stats.c.o
[19/2811] Compiling C object lib/librte_node.a.p/node_pkt_cls.c.o
[20/2811] Compiling C object drivers/libtmp_rte_common_dpaax.a.p/common_dpaax_dpaa_of.c.o
[21/2811] Generating symbol file lib/librte_eal.so.23.1.p/librte_eal.so.23.1.symbols
[22/2811] Generating pdump.sym_chk with a custom command (wrapped by meson to capture output)
[23/2811] Compiling C object lib/librte_node.a.p/node_ip4_rewrite.c.o
[24/2811] Compiling C object lib/librte_node.a.p/node_ip4_lookup.c.o
[25/2811] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_bnx2x_vfpf.c.o
[26/2811] Generating table.sym_chk with a custom command (wrapped by meson to capture output)
[27/2811] Generating vhost.sym_chk with a custom command (wrapped by meson to capture output)
[28/2811] Compiling C object drivers/libtmp_rte_net_bnx2x.a.p/net_bnx2x_ecore_sp.c.o
ninja: build stopped: subcommand failed.

https://lab.dpdk.org/results/dashboard/patchsets/24947/

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2023-01-12  0:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230111234358.133395-12-cristian.dumitrescu@intel.com>
2023-01-11 23:45 ` |WARNING| pw121865 [PATCH V2 11/11] examples/pipeline: add IPsec example checkpatch
2023-01-11 23:46 ` |FAILURE| pw121855-121865 " qemudev
2023-01-12  0:30 ` |FAILURE| pw121865 " 0-day Robot
2023-01-11 23:58 |FAILURE| pw121855-121865 [PATCH] [V2, " dpdklab

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