automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: getelson@nvidia.com, robot@bytheb.org
Subject: |FAILURE| pw132143 [PATCH] testpmd: add hairpin-map parameter
Date: Thu, 28 Sep 2023 10:39:39 -0400	[thread overview]
Message-ID: <20230928143939.3672554-1-robot@bytheb.org> (raw)
In-Reply-To: <20230928133906.711063-1-getelson@nvidia.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6339955054
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
####################################################################################
[598/1406] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline.c.obj'.
[599/1406] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmd_flex_item.c.obj'.
[600/1406] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_mtr.c.obj'.
[601/1406] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.obj'.
[602/1406] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.obj'.
[603/1406] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macfwd.c.obj'.
[604/1406] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.obj'.
FAILED: app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.obj 
ccache x86_64-w64-mingw32-gcc -Iapp/a172ced@@dpdk-testpmd@exe -Iapp -I../app -Iapp/test-pmd -I../app/test-pmd -Ilib/ethdev -I../lib/ethdev -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/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/log -I../lib/log -Ilib/kvargs -I../lib/kvargs -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/bitratestats -I../lib/bitratestats -Ilib/metrics -I../lib/metrics -Ilib/gro -I../lib/gro -Ilib/gso -I../lib/gso -Ilib/latencystats -I../lib/latencystats -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/windows -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Idrivers/common/iavf -I../drivers/common/iavf -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -mrtm -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.obj' -MF 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.obj.d' -o 'app/a172ced@@dpdk-testpmd@exe/test-pmd_parameters.c.obj' -c ../app/test-pmd/parameters.c
In file included from ../app/test-pmd/parameters.c:6:
../app/test-pmd/parameters.c: In function ‘launch_args_parse’:
../lib/eal/windows/include/getopt.h:38:16: error: passing argument 1 of ‘parse_hairpin_map’ discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
   38 | #define optarg usual_optarg
      |                ^~~~~~~~~~~~
../app/test-pmd/parameters.c:1172:29: note: in expansion of macro ‘optarg’
 1172 |     ret = parse_hairpin_map(optarg);
      |                             ^~~~~~
../app/test-pmd/parameters.c:610:25: note: expected ‘char *’ but argument is of type ‘const char *’
  610 | parse_hairpin_map(char *hpmap)
      |                   ~~~~~~^~~~~
cc1: all warnings being treated as errors
[605/1406] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_noisy_vnf.c.obj'.
[606/1406] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macswap.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:[~2023-09-28 14:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230928133906.711063-1-getelson@nvidia.com>
2023-09-28 13:20 ` |SUCCESS| " qemudev
2023-09-28 13:24 ` qemudev
2023-09-28 13:40 ` |WARNING| " checkpatch
2023-09-28 14: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=20230928143939.3672554-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=getelson@nvidia.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).