automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Cristian Dumitrescu <cristian.dumitrescu@intel.com>, zhoumin@loongson.cn
Subject: |FAILURE| pw121855-121865 [PATCH V2 11/11] examples/pipeline: add IPsec example
Date: Thu, 12 Jan 2023 07:46:24 +0800	[thread overview]
Message-ID: <202301112346.30BNkON82692197@localhost.localdomain> (raw)
In-Reply-To: <20230111234358.133395-12-cristian.dumitrescu@intel.com>

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


  parent reply	other threads:[~2023-01-11 23:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230111234358.133395-12-cristian.dumitrescu@intel.com>
2023-01-11 23:45 ` |WARNING| pw121865 " checkpatch
2023-01-11 23:46 ` qemudev [this message]
2023-01-12  0:30 ` |FAILURE| " 0-day Robot
2023-01-11 23:58 |FAILURE| pw121855-121865 [PATCH] [V2, " dpdklab

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=202301112346.30BNkON82692197@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=cristian.dumitrescu@intel.com \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /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).