automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
@ 2022-05-25 10:48 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-05-25 10:48 UTC (permalink / raw)
  To: Test Report
  Cc: dpdklab, David Marchand, Thomas Monjalon, Muhammad Jawad Hussain

[-- Attachment #1: Type: text/plain, Size: 5699 bytes --]

Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/111786

_Testing issues_

Submitter: Muhammad Jawad Hussain <jawad.hussain@emumba.com>
Date: Wednesday, May 25 2022 06:12:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:0354e8e860389cf412dd051626af39b9a01e6c9c

111786 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM Clang Native          | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
[3123/3283] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
[3124/3283] 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 -O3 -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
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22287/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* |FAILURE| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality
       [not found] <20220525061230.123956-1-jawad.hussain@emumba.com>
@ 2022-05-25  7:39 ` 0-day Robot
  0 siblings, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-05-25  7:39 UTC (permalink / raw)
  To: test-report; +Cc: jawad.hussain, robot

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-----------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-25 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25 10:48 |FAILURE| pw111786 [PATCH] examples/ethtool: update rxmode to increase functionality dpdklab
     [not found] <20220525061230.123956-1-jawad.hussain@emumba.com>
2022-05-25  7:39 ` 0-day Robot

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).