automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: pbhagavatula@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw127980 [PATCH v5 2/2] test: add reassembly perf test
Date: Fri,  2 Jun 2023 20:40:23 -0400	[thread overview]
Message-ID: <20230603004023.3625209-1-robot@bytheb.org> (raw)
In-Reply-To: <20230602170147.4828-2-pbhagavatula@marvell.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5158050553
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"fedora:37-gcc" failed at step Fail if no image (not supposed to happen)
"fedora:37-clang" failed at step Fail if no image (not supposed to happen)
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
[739/1417] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_stack_perf.c.obj'.
[740/1417] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_string_fns.c.obj'.
[741/1417] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_tailq.c.obj'.
[742/1417] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_thash.c.obj'.
[743/1417] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reassembly_perf.c.obj'.
FAILED: app/test/3062f5d@@dpdk-test@exe/test_reassembly_perf.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/ip_frag -I../lib/ip_frag -Ilib/latencystats -I../lib/latencystats -Ilib/lpm -I../lib/lpm -Ilib/pcapng -I../lib/pcapng -Ilib/mldev -I../lib/mldev -Ilib/dmadev -I../lib/dmadev -Ilib/rib -I../lib/rib -Ilib/reorder -I../lib/reorder -Ilib/security -I../lib/security -Ilib/stack -I../lib/stack -Ilib/fib -I../lib/fib -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 -Idrivers/net/null -I../drivers/net/null -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_reassembly_perf.c.obj' -MF 'app/test/3062f5d@@dpdk-test@exe/test_reassembly_perf.c.obj.d' -o 'app/test/3062f5d@@dpdk-test@exe/test_reassembly_perf.c.obj' -c ../app/test/test_reassembly_perf.c
In file included from ../app/test/test_reassembly_perf.c:10:
../app/test/test_reassembly_perf.c: In function ‘ipv4_frag_fill_data’:
../lib/net/rte_ip.h:131:31: error: ‘IPVERSION’ undeclared (first use in this function); did you mean ‘TP_VERSION’?
  131 | #define RTE_IPV4_VHL_DEF    ((IPVERSION << 4) | RTE_IPV4_MIN_IHL)
      |                               ^~~~~~~~~
../app/test/test_reassembly_perf.c:180:25: note: in expansion of macro ‘RTE_IPV4_VHL_DEF’
  180 |   ip_hdr->version_ihl = RTE_IPV4_VHL_DEF;
      |                         ^~~~~~~~~~~~~~~~
../lib/net/rte_ip.h:131:31: note: each undeclared identifier is reported only once for each function it appears in
  131 | #define RTE_IPV4_VHL_DEF    ((IPVERSION << 4) | RTE_IPV4_MIN_IHL)
      |                               ^~~~~~~~~
../app/test/test_reassembly_perf.c:180:25: note: in expansion of macro ‘RTE_IPV4_VHL_DEF’
  180 |   ip_hdr->version_ihl = RTE_IPV4_VHL_DEF;
      |                         ^~~~~~~~~~~~~~~~
[744/1417] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_thash_perf.c.obj'.
[745/1417] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_reorder.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
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-gcc" at step Fail if no image (not supposed to happen)
####################################################################################
####################################################################################
#### [End job log] "fedora:37-gcc" at step Fail if no image (not supposed to happen)
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-clang" at step Fail if no image (not supposed to happen)
####################################################################################
####################################################################################
#### [End job log] "fedora:37-clang" at step Fail if no image (not supposed to happen)
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2023-06-03  0:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230602170147.4828-2-pbhagavatula@marvell.com>
2023-06-02 16:52 ` |SUCCESS| pw127979-127980 " qemudev
2023-06-02 16:56 ` qemudev
2023-06-02 17:03 ` |SUCCESS| pw127980 " checkpatch
2023-06-03  0:40 ` 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=20230603004023.3625209-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=pbhagavatula@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).