automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: jawad.hussain@emumba.com, robot@bytheb.org
Subject: |FAILURE| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
Date: Wed, 25 May 2022 03:39:32 -0400	[thread overview]
Message-ID: <20220525073932.987-1-robot@bytheb.org> (raw)
In-Reply-To: <20220525061230.123956-1-jawad.hussain@emumba.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2382537555
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-shared-mini" failed at step Build and test
"ubuntu-20.04-gcc-shared-abi+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
"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
####################################################################################
[652/1523] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_vdev.c.o'.
[653/1523] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pcapng.c.o'.
[654/1523] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_compressdev.c.o'.
[655/1523] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
[656/1523] Linking target examples/dpdk-bbdev_app.
[657/1523] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_main.c.o'.
[658/1523] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_parse_obj_list.c.o'.
[659/1523] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_commands.c.o'.
[660/1523] Linking target examples/dpdk-cmdline.
[661/1523] Linking target examples/dpdk-dma.
[662/1523] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[663/1523] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
FAILED: examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o 
ccache gcc -Iexamples/c590b3c@@dpdk-ethtool@exe -Iexamples -I../examples -I../examples/ethtool/lib -I../examples/ethtool/ethtool-app -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -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-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -MF 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o.d' -o 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -c ../examples/ethtool/ethtool-app/ethapp.c
../examples/ethtool/ethtool-app/ethapp.c: In function ‘pcmd_rxmode_callback’:
../examples/ethtool/ethtool-app/ethapp.c:526:54: error: format ‘%d’ expects a matching ‘int’ argument [-Werror=format=]
  526 |    "%d bad VF receive mode parameter, return code = %d\n", ret);
      |                                                     ~^
      |                                                      |
      |                                                      int
cc1: all warnings being treated as errors
[664/1523] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring_perf.c.o'.
[665/1523] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_ring.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-abi+doc+tests" at step Build and test
####################################################################################
[3428/4601] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.c.o'.
[3429/4601] Compiling C object 'examples/c590b3c@@dpdk-cmdline@exe/cmdline_main.c.o'.
[3430/4601] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[3431/4601] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
FAILED: examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o 
ccache gcc -Iexamples/c590b3c@@dpdk-ethtool@exe -Iexamples -I../examples -I../examples/ethtool/lib -I../examples/ethtool/ethtool-app -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -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-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -MF 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o.d' -o 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -c ../examples/ethtool/ethtool-app/ethapp.c
../examples/ethtool/ethtool-app/ethapp.c: In function ‘pcmd_rxmode_callback’:
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: implicit declaration of function ‘rte_pmd_ixgbe_set_vf_rxmode’ [-Werror=implicit-function-declaration]
  510 |   ret = rte_pmd_ixgbe_set_vf_rxmode(res->port_id, res->vf_id,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: nested extern declaration of ‘rte_pmd_ixgbe_set_vf_rxmode’ [-Werror=nested-externs]
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: implicit declaration of function ‘rte_pmd_bnxt_set_vf_rxmode’ [-Werror=implicit-function-declaration]
  518 |   ret = rte_pmd_bnxt_set_vf_rxmode(res->port_id, res->vf_id,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: nested extern declaration of ‘rte_pmd_bnxt_set_vf_rxmode’ [-Werror=nested-externs]
../examples/ethtool/ethtool-app/ethapp.c:526:54: error: format ‘%d’ expects a matching ‘int’ argument [-Werror=format=]
  526 |    "%d bad VF receive mode parameter, return code = %d\n", ret);
      |                                                     ~^
      |                                                      |
      |                                                      int
cc1: all warnings being treated as errors
[3432/4601] Generating examples.dox with a custom command.
[3433/4601] Compiling C object 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
[3419/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/sample_packet_forward.c.o'.
[3420/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_bitratestats.c.o'.
[3421/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_vdev.c.o'.
[3422/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pcapng.c.o'.
[3423/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pmd_ring_perf.c.o'.
[3424/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_latencystats.c.o'.
[3425/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_pdump.c.o'.
[3426/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_link_bonding_mode4.c.o'.
[3427/4601] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
FAILED: examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o 
ccache clang -Iexamples/c590b3c@@dpdk-ethtool@exe -Iexamples -I../examples -I../examples/ethtool/lib -I../examples/ethtool/ethtool-app -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -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-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -MF 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o.d' -o 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -c ../examples/ethtool/ethtool-app/ethapp.c
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: implicit declaration of function 'rte_pmd_ixgbe_set_vf_rxmode' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                ret = rte_pmd_ixgbe_set_vf_rxmode(res->port_id, res->vf_id,
                      ^
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: implicit declaration of function 'rte_pmd_bnxt_set_vf_rxmode' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                ret = rte_pmd_bnxt_set_vf_rxmode(res->port_id, res->vf_id,
                      ^
../examples/ethtool/ethtool-app/ethapp.c:526:54: error: more '%' conversions than data arguments [-Werror,-Wformat]
                        "%d bad VF receive mode parameter, return code = %d\n", ret);
                                                                         ~^
3 errors generated.
[3428/4601] Compiling C object 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o'.
[3429/4601] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_compressdev.c.o'.
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
####################################################################################
[3113/3749] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[3114/3749] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
[3115/3749] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[3116/3749] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
FAILED: examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o 
aarch64-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-ethtool@exe -Iexamples -I../examples -I../examples/ethtool/lib -I../examples/ethtool/ethtool-app -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -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-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -MF 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o.d' -o 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -c ../examples/ethtool/ethtool-app/ethapp.c
../examples/ethtool/ethtool-app/ethapp.c: In function ‘pcmd_rxmode_callback’:
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: implicit declaration of function ‘rte_pmd_ixgbe_set_vf_rxmode’ [-Werror=implicit-function-declaration]
  510 |   ret = rte_pmd_ixgbe_set_vf_rxmode(res->port_id, res->vf_id,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: nested extern declaration of ‘rte_pmd_ixgbe_set_vf_rxmode’ [-Werror=nested-externs]
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: implicit declaration of function ‘rte_pmd_bnxt_set_vf_rxmode’ [-Werror=implicit-function-declaration]
  518 |   ret = rte_pmd_bnxt_set_vf_rxmode(res->port_id, res->vf_id,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: nested extern declaration of ‘rte_pmd_bnxt_set_vf_rxmode’ [-Werror=nested-externs]
../examples/ethtool/ethtool-app/ethapp.c:526:54: error: format ‘%d’ expects a matching ‘int’ argument [-Werror=format=]
  526 |    "%d bad VF receive mode parameter, return code = %d\n", ret);
      |                                                     ~^
      |                                                      |
      |                                                      int
cc1: all warnings being treated as errors
[3117/3749] Linking target examples/dpdk-bbdev_app.
[3118/3749] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.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
####################################################################################
[2972/3591] Linking target examples/dpdk-dma.
[2973/3591] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_generic.c.o'.
[2974/3591] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[2975/3591] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
FAILED: examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o 
powerpc64le-linux-gnu-gcc -Iexamples/c590b3c@@dpdk-ethtool@exe -Iexamples -I../examples -I../examples/ethtool/lib -I../examples/ethtool/ethtool-app -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -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-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -MF 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o.d' -o 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o' -c ../examples/ethtool/ethtool-app/ethapp.c
../examples/ethtool/ethtool-app/ethapp.c: In function ‘pcmd_rxmode_callback’:
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: implicit declaration of function ‘rte_pmd_ixgbe_set_vf_rxmode’ [-Werror=implicit-function-declaration]
  510 |   ret = rte_pmd_ixgbe_set_vf_rxmode(res->port_id, res->vf_id,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/ethtool/ethtool-app/ethapp.c:510:9: error: nested extern declaration of ‘rte_pmd_ixgbe_set_vf_rxmode’ [-Werror=nested-externs]
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: implicit declaration of function ‘rte_pmd_bnxt_set_vf_rxmode’ [-Werror=implicit-function-declaration]
  518 |   ret = rte_pmd_bnxt_set_vf_rxmode(res->port_id, res->vf_id,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
../examples/ethtool/ethtool-app/ethapp.c:518:9: error: nested extern declaration of ‘rte_pmd_bnxt_set_vf_rxmode’ [-Werror=nested-externs]
../examples/ethtool/ethtool-app/ethapp.c:526:54: error: format ‘%d’ expects a matching ‘int’ argument [-Werror=format=]
  526 |    "%d bad VF receive mode parameter, return code = %d\n", ret);
      |                                                     ~^
      |                                                      |
      |                                                      int
cc1: all warnings being treated as errors
[2976/3591] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[2977/3591] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.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] "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-05-25  7:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220525061230.123956-1-jawad.hussain@emumba.com>
2022-05-25  6:13 ` |SUCCESS| " checkpatch
2022-05-25  7:39 ` 0-day Robot [this message]
2022-05-25 10:48 |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=20220525073932.987-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=jawad.hussain@emumba.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).