|FAILURE| pw167266-167279 Description: Build error encountered

al-sw-devops at alabs.net al-sw-devops at alabs.net
Thu Aug 6 20:48:00 CEST 2026


Test-Name: DPDK Fast test suite
Test-Label: aws-unit-testing
Test-Status: FAILURE
_Unit Testing Build error encountered _
https://dpdk.org/patch/167279

Test Status Summary:

+--------------+------------------+
| Architecture | DPDK Unit Test   |
+--------------+------------------+
| x86_64       | FAILURE           |
+--------------+------------------+
| arm64        | FAILURE           |
+--------------+------------------+


Test environment (aarch64):
Description: Build error encountered
OS : Ubuntu 24.04.1 LTS
Kernel : 6.17.0-1007-aws
NIC : Elastic Network Adapter
GCC : 13.3.0-6ubuntu2~24.04

Test last 100 lines (aarch64)
  164 | }
      | ^
../drivers/net/enetc/enetc4_ethdev.c:167:17: error: redefinition of ‘dev_rx_offloads_sup’
  167 | static uint64_t dev_rx_offloads_sup =
      |                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c:15:17: note: previous definition of ‘dev_rx_offloads_sup’ with type ‘uint64_t’ {aka ‘long unsigned int’}
   15 | static uint64_t dev_rx_offloads_sup =
      |                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c:174:17: error: redefinition of ‘dev_tx_offloads_sup’
  174 | static uint64_t dev_tx_offloads_sup =
      |                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c:23:17: note: previous definition of ‘dev_tx_offloads_sup’ with type ‘uint64_t’ {aka ‘long unsigned int’}
   23 | static uint64_t dev_tx_offloads_sup =
      |                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c: In function ‘enetc4_rx_queue_setup’:
../drivers/net/enetc/enetc4_ethdev.c:672:18: error: redeclaration of ‘rx_enable’ with no linkage
  672 |         uint32_t rx_enable;
      |                  ^~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c:666:18: note: previous declaration of ‘rx_enable’ with type ‘uint32_t’ {aka ‘unsigned int’}
  666 |         uint32_t rx_enable;
      |                  ^~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c: At top level:
../drivers/net/enetc/enetc4_ethdev.c:106:1: warning: ‘parse_nc’ defined but not used [-Wunused-function]
  106 | parse_nc(const char *key __rte_unused, const char *value, void *extra_args)
      | ^~~~~~~~
[1405/3243] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_base_vnic_intr.c.o
[1406/3243] Compiling C object drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc_rxtx.c.o
FAILED: drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc_rxtx.c.o 
cc -Idrivers/libtmp_rte_net_enetc.a.p -Idrivers -I../drivers -Idrivers/net/enetc -I../drivers/net/enetc -I../drivers/net/enetc/base -Ilib/ethdev -I../lib/ethdev -Ilib/eal/common -I../lib/eal/common -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 -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/argparse -I../lib/argparse -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 -Idrivers/common/dpaax -I../drivers/common/dpaax -I../drivers/common/dpaax/caamflib -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wshadow -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=neoverse-n1 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_COMPONENT_CLASS=pmd_net -DRTE_COMPONENT_NAME=enetc -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.enetc -MD -MQ drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc_rxtx.c.o -MF drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc_rxtx.c.o.d -o drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc_rxtx.c.o -c ../drivers/net/enetc/enetc_rxtx.c
../drivers/net/enetc/enetc_rxtx.c: In function ‘enetc_clean_rx_ring_nc’:
../drivers/net/enetc/enetc_rxtx.c:853:25: error: ‘prev_seg’ undeclared (first use in this function)
  853 |                         prev_seg = NULL;
      |                         ^~~~~~~~
../drivers/net/enetc/enetc_rxtx.c:853:25: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/enetc/enetc_rxtx.c: In function ‘enetc_clean_rx_ring_cacheable’:
../drivers/net/enetc/enetc_rxtx.c:1336:25: error: ‘prev_seg’ undeclared (first use in this function)
 1336 |                         prev_seg = NULL;
      |                         ^~~~~~~~
[1407/3243] Compiling C object drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc_cbdr.c.o
[1408/3243] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_base_ena_eth_com.c.o
[1409/3243] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_ena_rss.c.o
[1410/3243] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_base_vnic_cq.c.o
[1411/3243] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_base_vnic_rq.c.o
[1412/3243] Compiling C object drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_uio.c.o
[1413/3243] Compiling C object drivers/libtmp_rte_net_cxgbe.a.p/net_cxgbe_sge.c.o
[1414/3243] Compiling C object drivers/libtmp_rte_net_dpaa.a.p/net_dpaa_dpaa_ethdev.c.o
[1415/3243] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_base_vnic_wq.c.o
[1416/3243] Compiling C object drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_rxtx.c.o
[1417/3243] Compiling C object drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc_ethdev.c.o
[1418/3243] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_rte_eth_bond_pmd.c.o
[1419/3243] Compiling C object drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_ethdev.c.o
[1420/3243] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_mc_dpni.c.o
[1421/3243] Compiling C object drivers/libtmp_rte_net_enic.a.p/net_enic_base_vnic_dev.c.o
[1422/3243] Compiling C object drivers/libtmp_rte_net_cxgbe.a.p/net_cxgbe_base_t4_hw.c.o
[1423/3243] Compiling C object drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc4_vf.c.o
../drivers/net/enetc/enetc4_vf.c: In function ‘enetc4_vf_get_ip_minor_revision’:
../drivers/net/enetc/enetc4_vf.c:1041:35: warning: passing argument 1 of ‘enetc4_msg_vsi_send’ from incompatible pointer type [-Wincompatible-pointer-types]
 1041 |         err = enetc4_msg_vsi_send(enetc_hw, msg);
      |                                   ^~~~~~~~
      |                                   |
      |                                   struct enetc_hw *
../drivers/net/enetc/enetc4_vf.c:566:42: note: expected ‘struct enetc_eth_hw *’ but argument is of type ‘struct enetc_hw *’
  566 | enetc4_msg_vsi_send(struct enetc_eth_hw *hw, struct enetc_msg_swbd *msg)
      |                     ~~~~~~~~~~~~~~~~~~~~~^~
../drivers/net/enetc/enetc4_vf.c: In function ‘enetc4_vf_fw_version_get’:
../drivers/net/enetc/enetc4_vf.c:1087:42: warning: implicit declaration of function ‘RTE_ETH_DEV_TO_PCI’; did you mean ‘RTE_ETH_DEV_INTR_LSC’? [-Wimplicit-function-declaration]
 1087 |         struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(dev);
      |                                          ^~~~~~~~~~~~~~~~~~
      |                                          RTE_ETH_DEV_INTR_LSC
../drivers/net/enetc/enetc4_vf.c:1087:42: warning: nested extern declaration of ‘RTE_ETH_DEV_TO_PCI’ [-Wnested-externs]
../drivers/net/enetc/enetc4_vf.c:1087:42: warning: initialization of ‘struct rte_pci_device *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
../drivers/net/enetc/enetc4_vf.c: In function ‘enetc4_vf_vlan_pvid_set’:
../drivers/net/enetc/enetc4_vf.c:1599:35: warning: passing argument 1 of ‘enetc4_msg_vsi_send’ from incompatible pointer type [-Wincompatible-pointer-types]
 1599 |         err = enetc4_msg_vsi_send(enetc_hw, msg);
      |                                   ^~~~~~~~
      |                                   |
      |                                   struct enetc_hw *
../drivers/net/enetc/enetc4_vf.c:566:42: note: expected ‘struct enetc_eth_hw *’ but argument is of type ‘struct enetc_hw *’
  566 | enetc4_msg_vsi_send(struct enetc_eth_hw *hw, struct enetc_msg_swbd *msg)
      |                     ~~~~~~~~~~~~~~~~~~~~~^~
[1424/3243] Compiling C object drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_hwrm.c.o
[1425/3243] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_ethdev.c.o
[1426/3243] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_base_ena_com.c.o
[1427/3243] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_flow.c.o
[1428/3243] Compiling C object drivers/libtmp_rte_net_dpaa.a.p/net_dpaa_dpaa_rxtx.c.o
[1429/3243] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_ena_ethdev.c.o
[1430/3243] Generating drivers/rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[1431/3243] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_tx_cn9k_tx_all_offload.c.o
[1432/3243] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_rx_cn10k_rx_all_offload.c.o
[1433/3243] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_tx_cn20k_tx_all_offload.c.o
[1434/3243] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_rx_cn20k_rx_all_offload.c.o
[1435/3243] Compiling C object drivers/libtmp_rte_net_dpaa2.a.p/net_dpaa2_dpaa2_rxtx.c.o
[1436/3243] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o
[1437/3243] Compiling C object drivers/libtmp_rte_net_cnxk.a.p/net_cnxk_tx_cn10k_tx_all_offload.c.o
ninja: build stopped: subcommand failed.



Test build failed.
FAILURE


Test environment (x86_64):
Description: Build error encountered
OS : Ubuntu 24.04.3 LTS
Kernel : 6.17.0-1019-aws
NIC : Elastic Network Adapter
GCC : 13.3.0-6ubuntu2~24.04

Test last 100 lines (x86_64)
../drivers/net/enetc/enetc_rxtx.c:853:25: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/enetc/enetc_rxtx.c: In function ‘enetc_clean_rx_ring_cacheable’:
../drivers/net/enetc/enetc_rxtx.c:1336:25: error: ‘prev_seg’ undeclared (first use in this function)
 1336 |                         prev_seg = NULL;
      |                         ^~~~~~~~
[905/3423] Compiling C object drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_uio.c.o
[906/3423] Compiling C object drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc4_ethdev.c.o
FAILED: [code=1] drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc4_ethdev.c.o 
cc -Idrivers/libtmp_rte_net_enetc.a.p -Idrivers -I../drivers -Idrivers/net/enetc -I../drivers/net/enetc -I../drivers/net/enetc/base -Ilib/ethdev -I../lib/ethdev -Ilib/eal/common -I../lib/eal/common -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 -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/argparse -I../lib/argparse -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 -Idrivers/common/dpaax -I../drivers/common/dpaax -I../drivers/common/dpaax/caamflib -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wshadow -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_COMPONENT_CLASS=pmd_net -DRTE_COMPONENT_NAME=enetc -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.enetc -MD -MQ drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc4_ethdev.c.o -MF drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc4_ethdev.c.o.d -o drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc4_ethdev.c.o -c ../drivers/net/enetc/enetc4_ethdev.c
../drivers/net/enetc/enetc4_ethdev.c:153:9: error: expected identifier or ‘(’ before ‘}’ token
  153 |         }
      |         ^
../drivers/net/enetc/enetc4_ethdev.c:154:9: error: expected identifier or ‘(’ before ‘if’
  154 |         if (!strcmp(key, ENETC4_NC_MEMORY)) {
      |         ^~
../drivers/net/enetc/enetc4_ethdev.c:162:9: warning: data definition has no type or storage class
  162 |         rte_kvargs_free(kvlist);
      |         ^~~~~~~~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c:162:9: warning: type defaults to ‘int’ in declaration of ‘rte_kvargs_free’ [-Wimplicit-int]
../drivers/net/enetc/enetc4_ethdev.c:162:9: warning: parameter names (without types) in function declaration
../drivers/net/enetc/enetc4_ethdev.c:162:9: error: conflicting types for ‘rte_kvargs_free’; have ‘int()’
In file included from ../drivers/net/enetc/enetc4_ethdev.c:6:
../lib/kvargs/rte_kvargs.h:124:6: note: previous declaration of ‘rte_kvargs_free’ with type ‘void(struct rte_kvargs *)’
  124 | void rte_kvargs_free(struct rte_kvargs *kvlist);
      |      ^~~~~~~~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c:163:9: error: expected identifier or ‘(’ before ‘return’
  163 |         return 0;
      |         ^~~~~~
../drivers/net/enetc/enetc4_ethdev.c:164:1: error: expected identifier or ‘(’ before ‘}’ token
  164 | }
      | ^
../drivers/net/enetc/enetc4_ethdev.c:167:17: error: redefinition of ‘dev_rx_offloads_sup’
  167 | static uint64_t dev_rx_offloads_sup =
      |                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c:15:17: note: previous definition of ‘dev_rx_offloads_sup’ with type ‘uint64_t’ {aka ‘long unsigned int’}
   15 | static uint64_t dev_rx_offloads_sup =
      |                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c:174:17: error: redefinition of ‘dev_tx_offloads_sup’
  174 | static uint64_t dev_tx_offloads_sup =
      |                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c:23:17: note: previous definition of ‘dev_tx_offloads_sup’ with type ‘uint64_t’ {aka ‘long unsigned int’}
   23 | static uint64_t dev_tx_offloads_sup =
      |                 ^~~~~~~~~~~~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c: In function ‘enetc4_rx_queue_setup’:
../drivers/net/enetc/enetc4_ethdev.c:672:18: error: redeclaration of ‘rx_enable’ with no linkage
  672 |         uint32_t rx_enable;
      |                  ^~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c:666:18: note: previous declaration of ‘rx_enable’ with type ‘uint32_t’ {aka ‘unsigned int’}
  666 |         uint32_t rx_enable;
      |                  ^~~~~~~~~
../drivers/net/enetc/enetc4_ethdev.c: At top level:
../drivers/net/enetc/enetc4_ethdev.c:106:1: warning: ‘parse_nc’ defined but not used [-Wunused-function]
  106 | parse_nc(const char *key __rte_unused, const char *value, void *extra_args)
      | ^~~~~~~~
[907/3423] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_ena_rss.c.o
[908/3423] Compiling C object drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc_cbdr.c.o
[909/3423] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_base_ena_eth_com.c.o
[910/3423] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn20k_cryptodev_ops.c.o
[911/3423] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_rte_eth_bond_8023ad.c.o
[912/3423] Compiling C object drivers/libtmp_rte_net_cxgbe.a.p/net_cxgbe_sge.c.o
[913/3423] Compiling C object drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc_ethdev.c.o
[914/3423] Compiling C object drivers/libtmp_rte_net_cxgbe.a.p/net_cxgbe_base_t4_hw.c.o
[915/3423] Compiling C object drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_rxtx.c.o
[916/3423] Compiling C object drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_ethdev.c.o
[917/3423] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_base_ena_com.c.o
[918/3423] Compiling C object drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc4_vf.c.o
../drivers/net/enetc/enetc4_vf.c: In function ‘enetc4_vf_get_ip_minor_revision’:
../drivers/net/enetc/enetc4_vf.c:1041:35: warning: passing argument 1 of ‘enetc4_msg_vsi_send’ from incompatible pointer type [-Wincompatible-pointer-types]
 1041 |         err = enetc4_msg_vsi_send(enetc_hw, msg);
      |                                   ^~~~~~~~
      |                                   |
      |                                   struct enetc_hw *
../drivers/net/enetc/enetc4_vf.c:566:42: note: expected ‘struct enetc_eth_hw *’ but argument is of type ‘struct enetc_hw *’
  566 | enetc4_msg_vsi_send(struct enetc_eth_hw *hw, struct enetc_msg_swbd *msg)
      |                     ~~~~~~~~~~~~~~~~~~~~~^~
../drivers/net/enetc/enetc4_vf.c: In function ‘enetc4_vf_fw_version_get’:
../drivers/net/enetc/enetc4_vf.c:1087:42: warning: implicit declaration of function ‘RTE_ETH_DEV_TO_PCI’; did you mean ‘RTE_ETH_DEV_SRIOV’? [-Wimplicit-function-declaration]
 1087 |         struct rte_pci_device *pci_dev = RTE_ETH_DEV_TO_PCI(dev);
      |                                          ^~~~~~~~~~~~~~~~~~
      |                                          RTE_ETH_DEV_SRIOV
../drivers/net/enetc/enetc4_vf.c:1087:42: warning: nested extern declaration of ‘RTE_ETH_DEV_TO_PCI’ [-Wnested-externs]
../drivers/net/enetc/enetc4_vf.c:1087:42: warning: initialization of ‘struct rte_pci_device *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
../drivers/net/enetc/enetc4_vf.c: In function ‘enetc4_vf_vlan_pvid_set’:
../drivers/net/enetc/enetc4_vf.c:1599:35: warning: passing argument 1 of ‘enetc4_msg_vsi_send’ from incompatible pointer type [-Wincompatible-pointer-types]
 1599 |         err = enetc4_msg_vsi_send(enetc_hw, msg);
      |                                   ^~~~~~~~
      |                                   |
      |                                   struct enetc_hw *
../drivers/net/enetc/enetc4_vf.c:566:42: note: expected ‘struct enetc_eth_hw *’ but argument is of type ‘struct enetc_hw *’
  566 | enetc4_msg_vsi_send(struct enetc_eth_hw *hw, struct enetc_msg_swbd *msg)
      |                     ~~~~~~~~~~~~~~~~~~~~~^~
[919/3423] Compiling C object drivers/libtmp_rte_net_bond.a.p/net_bonding_rte_eth_bond_pmd.c.o
[920/3423] Compiling C object drivers/libtmp_rte_net_ena.a.p/net_ena_ena_ethdev.c.o
[921/3423] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o
ninja: build stopped: subcommand failed.



Test build failed.
FAILURE


More information about the test-report mailing list