automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: ndabilpuram@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw118754 [PATCH] app/test: add support to run multi-seg inline IPsec test
Date: Thu, 20 Oct 2022 04:00:33 -0400	[thread overview]
Message-ID: <20221020080033.1548883-1-robot@bytheb.org> (raw)
In-Reply-To: <20221020064650.2764464-1-ndabilpuram@marvell.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3287478632
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
[704/1328] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_timer_racecond.c.obj'.
[705/1328] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace.c.obj'.
[706/1328] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ticketlock.c.obj'.
[707/1328] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_perf.c.obj'.
[708/1328] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_register.c.obj'.
[709/1328] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/virtual_pmd.c.obj'.
[710/1328] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_version.c.obj'.
[711/1328] Compiling C object 'examples/c590b3c@@dpdk-helloworld@exe/helloworld_main.c.obj'.
[712/1328] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_metrics.c.obj'.
[713/1328] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_kvargs.c'.
[714/1328] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_telemetry.c'.
[715/1328] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_security_inline_proto.c.obj'.
FAILED: app/test/3062f5d@@dpdk-test@exe/test_security_inline_proto.c.obj 
ccache x86_64-w64-mingw32-gcc -Iapp/test/3062f5d@@dpdk-test@exe -Iapp/test -I../app/test -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Ilib/mempool -I../lib/mempool -Ilib/mbuf -I../lib/mbuf -Ilib/net -I../lib/net -Ilib/meter -I../lib/meter -Ilib/ethdev -I../lib/ethdev -Ilib/pci -I../lib/pci -Ilib/cmdline -I../lib/cmdline -Ilib/metrics -I../lib/metrics -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/bitratestats -I../lib/bitratestats -Ilib/cfgfile -I../lib/cfgfile -Ilib/cryptodev -I../lib/cryptodev -Ilib/gpudev -I../lib/gpudev -Ilib/gro -I../lib/gro -Ilib/gso -I../lib/gso -Ilib/latencystats -I../lib/latencystats -Ilib/dmadev -I../lib/dmadev -Ilib/security -I../lib/security -Ilib/stack -I../lib/stack -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/windows -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/ring -I../drivers/mempool/ring -Idrivers/mempool/stack -I../drivers/mempool/stack -fdiagnostics-color=always -pipe -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 -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -Wno-format-truncation -fno-strict-aliasing -DALLOW_INTERNAL_API -MD -MQ 'app/test/3062f5d@@dpdk-test@exe/test_security_inline_proto.c.obj' -MF 'app/test/3062f5d@@dpdk-test@exe/test_security_inline_proto.c.obj.d' -o 'app/test/3062f5d@@dpdk-test@exe/test_security_inline_proto.c.obj' -c ../app/test/test_security_inline_proto.c
In file included from ../app/test/test_security_inline_proto.c:13:
../app/test/test_security_inline_proto.c:3018:49: error: ‘test_inline_ipsec_sg’ undeclared here (not in a function); did you mean ‘test_inline_ipsec’?
 3018 | REGISTER_TEST_COMMAND(inline_ipsec_sg_autotest, test_inline_ipsec_sg);
      |                                                 ^~~~~~~~~~~~~~~~~~~~
../app/test/test.h:197:15: note: in definition of macro ‘REGISTER_TEST_COMMAND’
  197 |   .callback = func, \
      |               ^~~~
[716/1328] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_atomic.c'.
[717/1328] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_cryptodev.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

  parent reply	other threads:[~2022-10-20  8:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20221020064650.2764464-1-ndabilpuram@marvell.com>
2022-10-20  6:48 ` |WARNING| " checkpatch
2022-10-20  8:00 ` 0-day Robot [this message]
2022-10-20  7:45 |FAILURE| " dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-10-20  7:40 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=20221020080033.1548883-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=ndabilpuram@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).