|FAILURE| pw132739 [PATCH] net/cpfl: remove devargs from adapter

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Oct 17 18:41:31 CEST 2023


Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/132739

_Testing issues_

Submitter: Xing, Beilei <beilei.xing at intel.com>
Date: Tuesday, October 17 2023 18:06:26 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:55bc9233a2065b3003e90710e4d139159f7c3ebf

132739 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[915/2190] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_hcapi_cfa_hcapi_cfa_p4.c.o'.
[916/2190] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_tf_core_tf_tcam_mgr_msg.c.o'.
[917/2190] Compiling C object 'drivers/a715181@@tmp_rte_net_bond at sta/net_bonding_rte_eth_bond_api.c.o'.
[918/2190] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_hcapi_cfa_hcapi_cfa_p58.c.o'.
[919/2190] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_hcapi_cfa_hcapi_cfa_common.c.o'.
[920/2190] Compiling C object 'drivers/a715181@@tmp_rte_net_bond at sta/net_bonding_rte_eth_bond_args.c.o'.
[921/2190] Compiling C object 'drivers/a715181@@tmp_rte_net_bond at sta/net_bonding_rte_eth_bond_flow.c.o'.
[922/2190] Compiling C object 'drivers/a715181@@tmp_rte_net_bond at sta/net_bonding_rte_eth_bond_8023ad.c.o'.
[923/2190] Linking static target drivers/libtmp_rte_net_bnxt.a.
[924/2190] Generating rte_net_bnxt.pmd.c with a custom command.
[925/2190] Compiling C object 'drivers/a715181@@rte_net_bnxt at sta/meson-generated_.._rte_net_bnxt.pmd.c.o'.
[926/2190] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl at sta/net_cpfl_cpfl_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cpfl at sta/net_cpfl_cpfl_ethdev.c.o
ccache arm-linux-gnueabihf-gcc -Idrivers/a715181@@tmp_rte_net_cpfl at sta -Idrivers -I../drivers -Idrivers/net/cpfl -I../drivers/net/cpfl -Ilib/ethdev -I../lib/ethdev -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/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/idpf -I../drivers/common/idpf -Idrivers/common/idpf/../iavf -I../drivers/common/idpf/../iavf -fdiagnostics-color=always -pipe -D_FILE_OF
 FSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -Wno-pointer-to-int-cast -D_GNU_SOURCE -fPIC -march=armv8-a -mfpu=neon -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cpfl -MD -MQ 'drivers/a715181@@tmp_rte_net_cpfl at sta/net_cpfl_cpfl_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_cpfl at sta/net_cpfl_cpfl_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cpfl at sta/net_cpfl_cpfl_ethdev.c.o' -c ../drivers/net/cpfl/cpfl_ethdev.c
../drivers/net/cpfl/cpfl_ethdev.c: In function 'cpfl_adapter_ext_init':
../drivers/net/cpfl/cpfl_ethdev.c:2273:30: error: unused parameter 'devargs' [-Werror=unused-parameter]
2273 |         struct cpfl_devargs *devargs)
|         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

UNH-IOL DPDK Community Lab

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


More information about the test-report mailing list