automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: gaoxiangliu0@163.com, robot@bytheb.org
Subject: |FAILURE| pw112326 [PATCH] net/bonding: failover of LACP with mode 4 takes long time
Date: Sat,  4 Jun 2022 23:39:20 -0400	[thread overview]
Message-ID: <20220605033920.10985-1-robot@bytheb.org> (raw)
In-Reply-To: <20220605030737.4670-1-gaoxiangliu0@163.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2441760814
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static" failed at step Build and test
"ubuntu-20.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-static" failed at step Build and test
"ubuntu-20.04-clang-shared-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-ppc64le" failed at step Build and test
"fedora:35-gcc-static" failed at step Build
"fedora:35-gcc-shared" failed at step Build
"fedora:35-clang-static" 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-static" at step Build and test
####################################################################################
[1205/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_hash.c.o'.
[1206/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_common.c.o'.
[1207/4422] Generating rte_net_bnxt_def with a custom command.
[1208/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_identifier.c.o'.
[1209/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_args.c.o'.
[1210/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_api.c.o'.
[1211/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxtx_vec_sse.c.o'.
[1212/4422] Linking static target drivers/libtmp_rte_net_bnxt.a.
[1213/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_bond@sta -Idrivers -I../drivers -Idrivers/net/bonding -I../drivers/net/bonding -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/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/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/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bond  -MD -MQ 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -MF 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -c ../drivers/net/bonding/rte_eth_bond_8023ad.c
../drivers/net/bonding/rte_eth_bond_8023ad.c: In function ‘bond_mode_8023ad_mac_address_update’:
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: implicit declaration of function ‘rte_eth_macadd_get’; did you mean ‘rte_eth_macaddr_get’? [-Werror=implicit-function-declaration]
 1179 |  rte_eth_macadd_get(internals->port_id, &internals->mode4.mac_addr);
      |  ^~~~~~~~~~~~~~~~~~
      |  rte_eth_macaddr_get
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: nested extern declaration of ‘rte_eth_macadd_get’ [-Werror=nested-externs]
../drivers/net/bonding/rte_eth_bond_8023ad.c:1173:24: error: unused variable ‘slave_addr’ [-Werror=unused-variable]
 1173 |  struct rte_ether_addr slave_addr;
      |                        ^~~~~~~~~~
cc1: all warnings being treated as errors
[1214/4422] Generating rte_net_bnxt.pmd.c with a custom command.
[1215/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_pmd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
[1205/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_device_p58.c.o'.
[1206/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_p4.c.o'.
[1207/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_hash.c.o'.
[1208/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_identifier.c.o'.
[1209/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_common.c.o'.
[1210/4602] Generating rte_net_bnxt_def with a custom command.
[1211/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_api.c.o'.
[1212/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_args.c.o'.
[1213/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_bond@sta -Idrivers -I../drivers -Idrivers/net/bonding -I../drivers/net/bonding -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/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/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/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bond  -MD -MQ 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -MF 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -c ../drivers/net/bonding/rte_eth_bond_8023ad.c
../drivers/net/bonding/rte_eth_bond_8023ad.c: In function ‘bond_mode_8023ad_mac_address_update’:
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: implicit declaration of function ‘rte_eth_macadd_get’; did you mean ‘rte_eth_macaddr_get’? [-Werror=implicit-function-declaration]
 1179 |  rte_eth_macadd_get(internals->port_id, &internals->mode4.mac_addr);
      |  ^~~~~~~~~~~~~~~~~~
      |  rte_eth_macaddr_get
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: nested extern declaration of ‘rte_eth_macadd_get’ [-Werror=nested-externs]
../drivers/net/bonding/rte_eth_bond_8023ad.c:1173:24: error: unused variable ‘slave_addr’ [-Werror=unused-variable]
 1173 |  struct rte_ether_addr slave_addr;
      |                        ^~~~~~~~~~
cc1: all warnings being treated as errors
[1214/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxtx_vec_sse.c.o'.
[1215/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_pmd.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-static" at step Build and test
####################################################################################
[1200/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_tcam.c.o'.
[1201/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_tcam.c.o'.
[1202/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_p4.c.o'.
[1203/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_session.c.o'.
[1204/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_identifier.c.o'.
[1205/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_hash.c.o'.
[1206/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_p58.c.o'.
[1207/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_bond@sta -Idrivers -I../drivers -Idrivers/net/bonding -I../drivers/net/bonding -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/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/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/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Xclang -fcolor-diagnostics -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bond  -MD -MQ 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -MF 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -c ../drivers/net/bonding/rte_eth_bond_8023ad.c
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: implicit declaration of function 'rte_eth_macadd_get' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        rte_eth_macadd_get(internals->port_id, &internals->mode4.mac_addr);
        ^
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: note: did you mean 'rte_eth_macaddr_get'?
../lib/ethdev/rte_ethdev.h:3340:5: note: 'rte_eth_macaddr_get' declared here
int rte_eth_macaddr_get(uint16_t port_id, struct rte_ether_addr *mac_addr);
    ^
../drivers/net/bonding/rte_eth_bond_8023ad.c:1173:24: error: unused variable 'slave_addr' [-Werror,-Wunused-variable]
        struct rte_ether_addr slave_addr;
                              ^
2 errors generated.
[1208/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_device_p58.c.o'.
[1209/4422] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxtx_vec_sse.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
[1212/4602] Generating rte_net_bond_def with a custom command.
[1213/4602] Generating rte_net_bond_mingw with a custom command.
[1214/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_session.c.o'.
[1215/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_device_p58.c.o'.
[1216/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_flow.c.o'.
[1217/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_api.c.o'.
[1218/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_args.c.o'.
[1219/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_bond@sta -Idrivers -I../drivers -Idrivers/net/bonding -I../drivers/net/bonding -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/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/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/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bond  -MD -MQ 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -MF 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -c ../drivers/net/bonding/rte_eth_bond_8023ad.c
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: implicit declaration of function 'rte_eth_macadd_get' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        rte_eth_macadd_get(internals->port_id, &internals->mode4.mac_addr);
        ^
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: note: did you mean 'rte_eth_macaddr_get'?
../lib/ethdev/rte_ethdev.h:3340:5: note: 'rte_eth_macaddr_get' declared here
int rte_eth_macaddr_get(uint16_t port_id, struct rte_ether_addr *mac_addr);
    ^
../drivers/net/bonding/rte_eth_bond_8023ad.c:1173:24: error: unused variable 'slave_addr' [-Werror,-Wunused-variable]
        struct rte_ether_addr slave_addr;
                              ^
2 errors generated.
[1220/4602] Generating rte_net_bnxt_def with a custom command.
[1221/4602] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxtx_vec_sse.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-static-i386" at step Build and test
####################################################################################
[941/3089] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_device_p58.c.o'.
[942/3089] Generating rte_net_bnxt_def with a custom command.
[943/3089] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_p58.c.o'.
[944/3089] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_hcapi_cfa_hcapi_cfa_common.c.o'.
[945/3089] Generating rte_net_bnxt_mingw with a custom command.
[946/3089] Generating rte_net_bond_def with a custom command.
[947/3089] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_tf_core_tf_shadow_identifier.c.o'.
[948/3089] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_args.c.o'.
[949/3089] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_bond@sta -Idrivers -I../drivers -Idrivers/net/bonding -I../drivers/net/bonding -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/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/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/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -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 -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bond  -MD -MQ 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -MF 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -c ../drivers/net/bonding/rte_eth_bond_8023ad.c
../drivers/net/bonding/rte_eth_bond_8023ad.c: In function ‘bond_mode_8023ad_mac_address_update’:
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: implicit declaration of function ‘rte_eth_macadd_get’; did you mean ‘rte_eth_macaddr_get’? [-Werror=implicit-function-declaration]
 1179 |  rte_eth_macadd_get(internals->port_id, &internals->mode4.mac_addr);
      |  ^~~~~~~~~~~~~~~~~~
      |  rte_eth_macaddr_get
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: nested extern declaration of ‘rte_eth_macadd_get’ [-Werror=nested-externs]
../drivers/net/bonding/rte_eth_bond_8023ad.c:1173:24: error: unused variable ‘slave_addr’ [-Werror=unused-variable]
 1173 |  struct rte_ether_addr slave_addr;
      |                        ^~~~~~~~~~
cc1: all warnings being treated as errors
[950/3089] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxtx_vec_sse.c.o'.
[951/3089] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_pmd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################
[1121/3572] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_args.c.o'.
[1122/3572] Generating rte_net_bnxt_def with a custom command.
[1123/3572] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxtx_vec_neon.c.o'.
[1124/3572] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_alb.c.o'.
[1125/3572] Linking static target drivers/libtmp_rte_net_bnxt.a.
[1126/3572] Generating rte_net_bnxt_mingw with a custom command.
[1127/3572] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_flow.c.o'.
[1128/3572] Generating rte_net_bond_mingw with a custom command.
[1129/3572] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o 
aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_bond@sta -Idrivers -I../drivers -Idrivers/net/bonding -I../drivers/net/bonding -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/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/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -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 -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bond  -MD -MQ 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -MF 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -c ../drivers/net/bonding/rte_eth_bond_8023ad.c
../drivers/net/bonding/rte_eth_bond_8023ad.c: In function ‘bond_mode_8023ad_mac_address_update’:
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: implicit declaration of function ‘rte_eth_macadd_get’; did you mean ‘rte_eth_macaddr_get’? [-Werror=implicit-function-declaration]
 1179 |  rte_eth_macadd_get(internals->port_id, &internals->mode4.mac_addr);
      |  ^~~~~~~~~~~~~~~~~~
      |  rte_eth_macaddr_get
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: nested extern declaration of ‘rte_eth_macadd_get’ [-Werror=nested-externs]
../drivers/net/bonding/rte_eth_bond_8023ad.c:1173:24: error: unused variable ‘slave_addr’ [-Werror=unused-variable]
 1173 |  struct rte_ether_addr slave_addr;
      |                        ^~~~~~~~~~
cc1: all warnings being treated as errors
[1130/3572] Generating rte_net_bnxt.pmd.c with a custom command.
[1131/3572] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
[1123/3750] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_args.c.o'.
[1124/3750] Generating rte_net_bnxt_def with a custom command.
[1125/3750] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_alb.c.o'.
[1126/3750] Generating rte_net_bnxt_mingw with a custom command.
[1127/3750] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt@sta/net_bnxt_bnxt_rxtx_vec_neon.c.o'.
[1128/3750] Linking static target drivers/libtmp_rte_net_bnxt.a.
[1129/3750] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_flow.c.o'.
[1130/3750] Generating rte_net_bond_mingw with a custom command.
[1131/3750] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o 
aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_bond@sta -Idrivers -I../drivers -Idrivers/net/bonding -I../drivers/net/bonding -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/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/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -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 -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bond  -MD -MQ 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -MF 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -c ../drivers/net/bonding/rte_eth_bond_8023ad.c
../drivers/net/bonding/rte_eth_bond_8023ad.c: In function ‘bond_mode_8023ad_mac_address_update’:
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: implicit declaration of function ‘rte_eth_macadd_get’; did you mean ‘rte_eth_macaddr_get’? [-Werror=implicit-function-declaration]
 1179 |  rte_eth_macadd_get(internals->port_id, &internals->mode4.mac_addr);
      |  ^~~~~~~~~~~~~~~~~~
      |  rte_eth_macaddr_get
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: nested extern declaration of ‘rte_eth_macadd_get’ [-Werror=nested-externs]
../drivers/net/bonding/rte_eth_bond_8023ad.c:1173:24: error: unused variable ‘slave_addr’ [-Werror=unused-variable]
 1173 |  struct rte_ether_addr slave_addr;
      |                        ^~~~~~~~~~
cc1: all warnings being treated as errors
[1132/3750] Generating rte_net_bnxt.pmd.c with a custom command.
[1133/3750] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev.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-static-ppc64le" at step Build and test
####################################################################################
[1050/3414] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_alb.c.o'.
[1051/3414] Generating rte_net_bnxt_mingw with a custom command.
[1052/3414] Generating rte_net_bond_mingw with a custom command.
[1053/3414] Generating rte_net_bnxt.pmd.c with a custom command.
[1054/3414] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev.c.o'.
[1055/3414] Compiling C object 'drivers/a715181@@rte_net_bnxt@sha/meson-generated_.._rte_net_bnxt.pmd.c.o'.
[1056/3414] Compiling C object 'drivers/a715181@@rte_net_bnxt@sta/meson-generated_.._rte_net_bnxt.pmd.c.o'.
[1057/3414] Linking static target drivers/librte_net_bnxt.a.
[1058/3414] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o 
powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_bond@sta -Idrivers -I../drivers -Idrivers/net/bonding -I../drivers/net/bonding -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/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/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/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -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 -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bond  -MD -MQ 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -MF 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -c ../drivers/net/bonding/rte_eth_bond_8023ad.c
../drivers/net/bonding/rte_eth_bond_8023ad.c: In function ‘bond_mode_8023ad_mac_address_update’:
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: implicit declaration of function ‘rte_eth_macadd_get’; did you mean ‘rte_eth_macaddr_get’? [-Werror=implicit-function-declaration]
 1179 |  rte_eth_macadd_get(internals->port_id, &internals->mode4.mac_addr);
      |  ^~~~~~~~~~~~~~~~~~
      |  rte_eth_macaddr_get
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: nested extern declaration of ‘rte_eth_macadd_get’ [-Werror=nested-externs]
../drivers/net/bonding/rte_eth_bond_8023ad.c:1173:24: error: unused variable ‘slave_addr’ [-Werror=unused-variable]
 1173 |  struct rte_ether_addr slave_addr;
      |                        ^~~~~~~~~~
cc1: all warnings being treated as errors
[1059/3414] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_api.c.o'.
[1060/3414] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_pmd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
[1052/3592] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_alb.c.o'.
[1053/3592] Generating rte_net_bnxt_mingw with a custom command.
[1054/3592] Generating rte_net_bond_mingw with a custom command.
[1055/3592] Generating rte_net_bnxt.pmd.c with a custom command.
[1056/3592] Compiling C object 'drivers/a715181@@rte_net_bnxt@sha/meson-generated_.._rte_net_bnxt.pmd.c.o'.
[1057/3592] Compiling C object 'drivers/a715181@@rte_net_bnxt@sta/meson-generated_.._rte_net_bnxt.pmd.c.o'.
[1058/3592] Linking static target drivers/librte_net_bnxt.a.
[1059/3592] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_ethdev.c.o'.
[1060/3592] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o 
powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_bond@sta -Idrivers -I../drivers -Idrivers/net/bonding -I../drivers/net/bonding -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/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/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/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -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 -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bond  -MD -MQ 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -MF 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_8023ad.c.o' -c ../drivers/net/bonding/rte_eth_bond_8023ad.c
../drivers/net/bonding/rte_eth_bond_8023ad.c: In function ‘bond_mode_8023ad_mac_address_update’:
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: implicit declaration of function ‘rte_eth_macadd_get’; did you mean ‘rte_eth_macaddr_get’? [-Werror=implicit-function-declaration]
 1179 |  rte_eth_macadd_get(internals->port_id, &internals->mode4.mac_addr);
      |  ^~~~~~~~~~~~~~~~~~
      |  rte_eth_macaddr_get
../drivers/net/bonding/rte_eth_bond_8023ad.c:1179:2: error: nested extern declaration of ‘rte_eth_macadd_get’ [-Werror=nested-externs]
../drivers/net/bonding/rte_eth_bond_8023ad.c:1173:24: error: unused variable ‘slave_addr’ [-Werror=unused-variable]
 1173 |  struct rte_ether_addr slave_addr;
      |                        ^~~~~~~~~~
cc1: all warnings being treated as errors
[1061/3592] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_api.c.o'.
[1062/3592] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_pmd.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-static" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc-static" at step Build
####################################################################################




####################################################################################
#### [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-static" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang-static" 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-06-05  3:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220605030737.4670-1-gaoxiangliu0@163.com>
2022-06-05  3:09 ` |WARNING| " checkpatch
2022-06-05  3:39 ` 0-day Robot [this message]
2022-06-05  3:30 |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=20220605033920.10985-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=gaoxiangliu0@163.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).