Test-Label: iol-testing Test-Status: FAILURE http://dpdk.org/patch/121855 _build patch failure_ Submitter: Cristian Dumitrescu 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