automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: rbhansali@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw116723 [PATCH] examples/ipsec-secgw: free event vector mbufs
Date: Fri, 23 Sep 2022 06:39:40 -0400	[thread overview]
Message-ID: <20220923103940.2223481-1-robot@bytheb.org> (raw)
In-Reply-To: <20220923092428.344501-1-rbhansali@marvell.com>

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-mini" at step Build and test
####################################################################################
[695/1538] Linking target examples/dpdk-flow_filtering.
[696/1538] Linking target examples/dpdk-fips_validation.
[697/1538] Linking target examples/dpdk-helloworld.
[698/1538] Compiling C object 'examples/c590b3c@@dpdk-ip_reassembly@exe/ip_reassembly_main.c.o'.
[699/1538] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o'.
[700/1538] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_flow.c.o'.
[701/1538] Compiling C object 'examples/c590b3c@@dpdk-ip_fragmentation@exe/ip_fragmentation_main.c.o'.
[702/1538] Linking target examples/dpdk-ip_reassembly.
[703/1538] Linking target examples/dpdk-ip_fragmentation.
[704/1538] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec.c.o'.
[705/1538] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_process.c.o'.
[706/1538] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o'.
FAILED: examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o 
ccache gcc -Iexamples/c590b3c@@dpdk-ipsec-secgw@exe -Iexamples -I../examples -Iexamples/ipsec-secgw -I../examples/ipsec-secgw -I../examples/common -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 -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/acl -I../lib/acl -Ilib/ip_frag -I../lib/ip_frag -Ilib/ipsec -I../lib/ipsec -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=corei7 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o' -MF 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o.d' -o 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o' -c ../examples/ipsec-secgw/ipsec_worker.c
../examples/ipsec-secgw/ipsec_worker.c: In function ‘ipsec_event_vector_free’:
../examples/ipsec-secgw/ipsec_worker.c:694:40: error: ‘struct rte_event_vector’ has no member named ‘elem_offset’
  694 |  rte_pktmbuf_free_bulk(vec->mbufs + vec->elem_offset, vec->nb_elem - vec->elem_offset);
      |                                        ^~
../examples/ipsec-secgw/ipsec_worker.c:694:73: error: ‘struct rte_event_vector’ has no member named ‘elem_offset’
  694 |  rte_pktmbuf_free_bulk(vec->mbufs + vec->elem_offset, vec->nb_elem - vec->elem_offset);
      |                                                                         ^~
[707/1538] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-crypto@exe/l2fwd-crypto_main.c.o'.
[708/1538] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec-secgw.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
[3503/4624] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_thread.c.o'.
[3504/4624] Linking target examples/dpdk-ip_reassembly.
[3505/4624] Linking target examples/dpdk-ip_pipeline.
[3506/4624] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_esp.c.o'.
[3507/4624] Compiling C object 'examples/c590b3c@@dpdk-ipv4_multicast@exe/ipv4_multicast_main.c.o'.
[3508/4624] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-event@exe/l2fwd-event_main.c.o'.
[3509/4624] Compiling C object 'examples/c590b3c@@dpdk-l2fwd@exe/l2fwd_main.c.o'.
[3510/4624] Linking target examples/dpdk-ipv4_multicast.
[3511/4624] Compiling C object 'examples/c590b3c@@dpdk-kni@exe/kni_main.c.o'.
[3512/4624] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec.c.o'.
[3513/4624] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_process.c.o'.
[3514/4624] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o'.
FAILED: examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o 
ccache gcc -Iexamples/c590b3c@@dpdk-ipsec-secgw@exe -Iexamples -I../examples -Iexamples/ipsec-secgw -I../examples/ipsec-secgw -I../examples/common -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/acl -I../lib/acl -Ilib/ip_frag -I../lib/ip_frag -Ilib/ipsec -I../lib/ipsec -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=corei7 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o' -MF 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o.d' -o 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o' -c ../examples/ipsec-secgw/ipsec_worker.c
../examples/ipsec-secgw/ipsec_worker.c: In function ‘ipsec_event_vector_free’:
../examples/ipsec-secgw/ipsec_worker.c:694:40: error: ‘struct rte_event_vector’ has no member named ‘elem_offset’
  694 |  rte_pktmbuf_free_bulk(vec->mbufs + vec->elem_offset, vec->nb_elem - vec->elem_offset);
      |                                        ^~
../examples/ipsec-secgw/ipsec_worker.c:694:73: error: ‘struct rte_event_vector’ has no member named ‘elem_offset’
  694 |  rte_pktmbuf_free_bulk(vec->mbufs + vec->elem_offset, vec->nb_elem - vec->elem_offset);
      |                                                                         ^~
[3515/4624] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec-secgw.c.o'.
[3516/4624] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
[3500/4624] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_pipeline.c.o'.
[3501/4624] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tap.c.o'.
[3502/4624] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
[3503/4624] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_thread.c.o'.
[3504/4624] Compiling C object 'examples/c590b3c@@dpdk-ip_reassembly@exe/ip_reassembly_main.c.o'.
[3505/4624] Linking target examples/dpdk-ip_pipeline.
[3506/4624] Linking target examples/dpdk-ip_reassembly.
[3507/4624] Compiling C object 'examples/c590b3c@@dpdk-ipv4_multicast@exe/ipv4_multicast_main.c.o'.
[3508/4624] Linking target examples/dpdk-ipv4_multicast.
[3509/4624] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec.c.o'.
[3510/4624] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_process.c.o'.
[3511/4624] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o'.
FAILED: examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o 
ccache clang -Iexamples/c590b3c@@dpdk-ipsec-secgw@exe -Iexamples -I../examples -Iexamples/ipsec-secgw -I../examples/ipsec-secgw -I../examples/common -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/acl -I../lib/acl -Ilib/ip_frag -I../lib/ip_frag -Ilib/ipsec -I../lib/ipsec -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -march=corei7 -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o' -MF 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o.d' -o 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o' -c ../examples/ipsec-secgw/ipsec_worker.c
../examples/ipsec-secgw/ipsec_worker.c:694:42: error: no member named 'elem_offset' in 'struct rte_event_vector'
        rte_pktmbuf_free_bulk(vec->mbufs + vec->elem_offset, vec->nb_elem - vec->elem_offset);
                                           ~~~  ^
../examples/ipsec-secgw/ipsec_worker.c:694:75: error: no member named 'elem_offset' in 'struct rte_event_vector'
        rte_pktmbuf_free_bulk(vec->mbufs + vec->elem_offset, vec->nb_elem - vec->elem_offset);
                                                                            ~~~  ^
2 errors generated.
[3512/4624] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec-secgw.c.o'.
[3513/4624] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[3171/4241] Compiling C object 'examples/c590b3c@@dpdk-ip_reassembly@exe/ip_reassembly_main.c.o'.
[3172/4241] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
[3173/4241] Linking target examples/dpdk-ip_reassembly.
[3174/4241] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_thread.c.o'.
[3175/4241] Linking target examples/dpdk-ip_pipeline.
[3176/4241] Compiling C object 'examples/c590b3c@@dpdk-kni@exe/kni_main.c.o'.
[3177/4241] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o'.
[3178/4241] Compiling C object 'examples/c590b3c@@dpdk-l2fwd@exe/l2fwd_main.c.o'.
[3179/4241] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_process.c.o'.
[3180/4241] Compiling C object 'examples/c590b3c@@dpdk-l2fwd-crypto@exe/l2fwd-crypto_main.c.o'.
[3181/4241] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec.c.o'.
[3182/4241] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o'.
FAILED: examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o 
ccache aarch64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-ipsec-secgw@exe -Iexamples -I../examples -Iexamples/ipsec-secgw -I../examples/ipsec-secgw -I../examples/common -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/acl -I../lib/acl -Ilib/ip_frag -I../lib/ip_frag -Ilib/ipsec -I../lib/ipsec -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=armv8-a+crc -moutline-atomics -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o' -MF 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o.d' -o 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o' -c ../examples/ipsec-secgw/ipsec_worker.c
../examples/ipsec-secgw/ipsec_worker.c: In function ‘ipsec_event_vector_free’:
../examples/ipsec-secgw/ipsec_worker.c:694:40: error: ‘struct rte_event_vector’ has no member named ‘elem_offset’
  694 |  rte_pktmbuf_free_bulk(vec->mbufs + vec->elem_offset, vec->nb_elem - vec->elem_offset);
      |                                        ^~
../examples/ipsec-secgw/ipsec_worker.c:694:73: error: ‘struct rte_event_vector’ has no member named ‘elem_offset’
  694 |  rte_pktmbuf_free_bulk(vec->mbufs + vec->elem_offset, vec->nb_elem - vec->elem_offset);
      |                                                                         ^~
[3183/4241] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_rt.c.o'.
[3184/4241] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec-secgw.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
[1450/4082] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec.c.o'.
[1451/4082] Generating rte_net_i40e.pmd.c with a custom command.
[1452/4082] Compiling C object 'drivers/a715181@@rte_net_i40e@sta/meson-generated_.._rte_net_i40e.pmd.c.o'.
[1453/4082] Compiling C object 'drivers/a715181@@rte_net_i40e@sha/meson-generated_.._rte_net_i40e.pmd.c.o'.
[1454/4082] Linking static target drivers/librte_net_i40e.a.
[1455/4082] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_esp.c.o'.
[1456/4082] Linking target examples/dpdk-ip_reassembly.
[1457/4082] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o'.
[1458/4082] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_process.c.o'.
[1459/4082] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_flow.c.o'.
[1460/4082] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_rt.c.o'.
[1461/4082] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o'.
FAILED: examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o 
ccache powerpc64le-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-ipsec-secgw@exe -Iexamples -I../examples -Iexamples/ipsec-secgw -I../examples/ipsec-secgw -I../examples/common -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/ppc/include -I../lib/eal/ppc/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/acl -I../lib/acl -Ilib/ip_frag -I../lib/ip_frag -Ilib/ipsec -I../lib/ipsec -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -mcpu=power8 -mtune=power8 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o' -MF 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o.d' -o 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o' -c ../examples/ipsec-secgw/ipsec_worker.c
../examples/ipsec-secgw/ipsec_worker.c: In function ‘ipsec_event_vector_free’:
../examples/ipsec-secgw/ipsec_worker.c:694:40: error: ‘struct rte_event_vector’ has no member named ‘elem_offset’
  694 |  rte_pktmbuf_free_bulk(vec->mbufs + vec->elem_offset, vec->nb_elem - vec->elem_offset);
      |                                        ^~
../examples/ipsec-secgw/ipsec_worker.c:694:73: error: ‘struct rte_event_vector’ has no member named ‘elem_offset’
  694 |  rte_pktmbuf_free_bulk(vec->mbufs + vec->elem_offset, vec->nb_elem - vec->elem_offset);
      |                                                                         ^~
[1462/4082] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_sa.c.o'.
[1463/4082] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec-secgw.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################
[2994/4052] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_esp.c.o'.
[2995/4052] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
[2996/4052] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o'.
[2997/4052] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec.c.o'.
[2998/4052] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_process.c.o'.
[2999/4052] Linking target examples/dpdk-ip_pipeline.
[3000/4052] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_flow.c.o'.
[3001/4052] Compiling C object 'examples/c590b3c@@dpdk-ip_reassembly@exe/ip_reassembly_main.c.o'.
[3002/4052] Linking target examples/dpdk-ip_reassembly.
[3003/4052] Compiling C object 'examples/c590b3c@@dpdk-kni@exe/kni_main.c.o'.
[3004/4052] Linking target examples/dpdk-kni.
[3005/4052] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o'.
FAILED: examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o 
ccache riscv64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-ipsec-secgw@exe -Iexamples -I../examples -Iexamples/ipsec-secgw -I../examples/ipsec-secgw -I../examples/common -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/riscv/include -I../lib/eal/riscv/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/lpm -I../lib/lpm -Ilib/hash -I../lib/hash -Ilib/acl -I../lib/acl -Ilib/ip_frag -I../lib/ip_frag -Ilib/ipsec -I../lib/ipsec -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=rv64gc -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o' -MF 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o.d' -o 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec_worker.c.o' -c ../examples/ipsec-secgw/ipsec_worker.c
../examples/ipsec-secgw/ipsec_worker.c: In function ‘ipsec_event_vector_free’:
../examples/ipsec-secgw/ipsec_worker.c:694:40: error: ‘struct rte_event_vector’ has no member named ‘elem_offset’
  694 |  rte_pktmbuf_free_bulk(vec->mbufs + vec->elem_offset, vec->nb_elem - vec->elem_offset);
      |                                        ^~
../examples/ipsec-secgw/ipsec_worker.c:694:73: error: ‘struct rte_event_vector’ has no member named ‘elem_offset’
  694 |  rte_pktmbuf_free_bulk(vec->mbufs + vec->elem_offset, vec->nb_elem - vec->elem_offset);
      |                                                                         ^~
[3006/4052] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec-secgw.c.o'.
[3007/4052] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-riscv64" at step Build and test
####################################################################################




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




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

  parent reply	other threads:[~2022-09-23 10:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220923092428.344501-1-rbhansali@marvell.com>
2022-09-23  9:25 ` |SUCCESS| " checkpatch
2022-09-23 10:39 ` 0-day Robot [this message]
2022-09-23 10:16 |FAILURE| " 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=20220923103940.2223481-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=rbhansali@marvell.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).