automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: schalla@marvell.com, robot@bytheb.org
Subject: [dpdk-test-report] |FAILURE| pw97354 [dpdk-dev] [PATCH] examples/ipsec-secgw: add support for event vector
Date: Thu, 26 Aug 2021 06:39:34 -0400	[thread overview]
Message-ID: <20210826103934.23845-1-robot@bytheb.org> (raw)
In-Reply-To: <20210826100300.4007363-1-schalla@marvell.com>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=pw|patchwork.dpdk.org|build|18463|SHA|fa623d39278507460b8f967711523bc40fe28add|passed|https://github.com/ovsrobot/dpdk/actions/runs/1170026903|[dpdk-dev] [PATCH v8] doc: add release milestones definition|ovsrobot/dpdk|build, Size: 12995 bytes --]

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1170021878
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-clang-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-gcc-shared-aarch64" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
[2885/3466] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_main.c.o'.
[2886/3466] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_link.c.o'.
[2887/3466] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_mempool.c.o'.
[2888/3466] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_parser.c.o'.
[2889/3466] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_swq.c.o'.
[2890/3466] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_pipeline.c.o'.
[2891/3466] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tap.c.o'.
[2892/3466] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
[2893/3466] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o'.
FAILED: examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o 
ccache gcc -Iexamples/c590b3c@@dpdk-ipsec-secgw@exe -Iexamples -I../examples -Iexamples/ipsec-secgw -I../examples/ipsec-secgw -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 -Werror -O2 -g -include rte_config.h -Wextra -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 -march=corei7 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o' -MF 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o.d' -o 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o' -c ../examples/ipsec-secgw/event_helper.c
../examples/ipsec-secgw/event_helper.c: In function ‘eh_rx_adapter_configure’:
../examples/ipsec-secgw/event_helper.c:845:14: error: ‘struct rte_event_eth_rx_adapter_queue_conf’ has no member named ‘vector_sz’
    queue_conf.vector_sz = em_conf->ext_params.vector_size;
              ^
../examples/ipsec-secgw/event_helper.c:846:14: error: ‘struct rte_event_eth_rx_adapter_queue_conf’ has no member named ‘vector_timeout_ns’
    queue_conf.vector_timeout_ns = em_conf->vector_tmo_ns;
              ^
../examples/ipsec-secgw/event_helper.c:847:14: error: ‘struct rte_event_eth_rx_adapter_queue_conf’ has no member named ‘vector_mp’
    queue_conf.vector_mp = vector_pool;
              ^
[2894/3466] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_thread.c.o'.
[2895/3466] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
[2890/3468] Compiling C object 'examples/c590b3c@@dpdk-ioat@exe/ioat_ioatfwd.c.o'.
[2891/3468] Linking target examples/dpdk-ioat.
[2892/3468] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_swq.c.o'.
[2893/3468] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_pipeline.c.o'.
[2894/3468] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tap.c.o'.
[2895/3468] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
[2896/3468] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_thread.c.o'.
[2897/3468] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_ipsec.c.o'.
[2898/3468] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o'.
FAILED: examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o 
ccache clang -Iexamples/c590b3c@@dpdk-ipsec-secgw@exe -Iexamples -I../examples -Iexamples/ipsec-secgw -I../examples/ipsec-secgw -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 -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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_event_helper.c.o' -MF 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o.d' -o 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o' -c ../examples/ipsec-secgw/event_helper.c
../examples/ipsec-secgw/event_helper.c:845:15: error: no member named 'vector_sz' in 'struct rte_event_eth_rx_adapter_queue_conf'
                        queue_conf.vector_sz = em_conf->ext_params.vector_size;
                        ~~~~~~~~~~ ^
../examples/ipsec-secgw/event_helper.c:846:15: error: no member named 'vector_timeout_ns' in 'struct rte_event_eth_rx_adapter_queue_conf'
                        queue_conf.vector_timeout_ns = em_conf->vector_tmo_ns;
                        ~~~~~~~~~~ ^
../examples/ipsec-secgw/event_helper.c:847:15: error: no member named 'vector_mp' in 'struct rte_event_eth_rx_adapter_queue_conf'
                        queue_conf.vector_mp = vector_pool;
                        ~~~~~~~~~~ ^
3 errors generated.
[2899/3468] Linking target examples/dpdk-ip_pipeline.
[2900/3468] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[2879/3463] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tap.c.o'.
[2880/3463] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_kni.c.o'.
[2881/3463] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_parser.c.o'.
[2882/3463] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_link.c.o'.
[2883/3463] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_cryptodev.c.o'.
[2884/3463] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_main.c.o'.
[2885/3463] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_pipeline.c.o'.
[2886/3463] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_mempool.c.o'.
[2887/3463] Compiling C object 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o'.
FAILED: examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o 
ccache gcc -Iexamples/c590b3c@@dpdk-ipsec-secgw@exe -Iexamples -I../examples -Iexamples/ipsec-secgw -I../examples/ipsec-secgw -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 -Werror -O2 -g -include rte_config.h -Wextra -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 -march=corei7 -Wno-format-truncation -DALLOW_EXPERIMENTAL_API  -MD -MQ 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o' -MF 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o.d' -o 'examples/c590b3c@@dpdk-ipsec-secgw@exe/ipsec-secgw_event_helper.c.o' -c ../examples/ipsec-secgw/event_helper.c
../examples/ipsec-secgw/event_helper.c: In function ‘eh_rx_adapter_configure’:
../examples/ipsec-secgw/event_helper.c:845:14: error: ‘struct rte_event_eth_rx_adapter_queue_conf’ has no member named ‘vector_sz’
    queue_conf.vector_sz = em_conf->ext_params.vector_size;
              ^
../examples/ipsec-secgw/event_helper.c:846:14: error: ‘struct rte_event_eth_rx_adapter_queue_conf’ has no member named ‘vector_timeout_ns’
    queue_conf.vector_timeout_ns = em_conf->vector_tmo_ns;
              ^
../examples/ipsec-secgw/event_helper.c:847:14: error: ‘struct rte_event_eth_rx_adapter_queue_conf’ has no member named ‘vector_mp’
    queue_conf.vector_mp = vector_pool;
              ^
[2888/3463] Compiling C object 'examples/c590b3c@@dpdk-ioat@exe/ioat_ioatfwd.c.o'.
[2889/3463] Compiling C object 'examples/c590b3c@@dpdk-ip_pipeline@exe/ip_pipeline_tmgr.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2021-08-26 10:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210826100300.4007363-1-schalla@marvell.com>
2021-08-26 10:03 ` [dpdk-test-report] |SUCCESS| pw97354 " checkpatch
2021-08-26 10:39 ` 0-day Robot [this message]

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=20210826103934.23845-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=schalla@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).