|FAILURE| pw167087-167087 Description: Build error encountered
al-sw-devops at alabs.net
al-sw-devops at alabs.net
Sat Aug 1 20:18:19 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/167087
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)
from /usr/include/string.h:462,
from ../lib/eal/include/rte_uuid.h:15,
from ../lib/eal/include/rte_eal.h:21,
from ../lib/eal/include/rte_lcore.h:18,
from ../lib/eal/include/generic/rte_spinlock.h:24,
from ../lib/eal/arm/include/rte_spinlock.h:13,
from ../lib/eal/include/rte_eal_memconfig.h:11,
from ../lib/eal/include/rte_memory.h:21,
from ../lib/eal/include/rte_memzone.h:26,
from ../lib/stack/rte_stack.h:23:
../lib/stack/rte_stack.h:68:17: error: ‘struct rte_stack_pile_bulk_elem’ has no member named ‘data’
68 | offsetof(struct rte_stack_pile_bulk_elem, data),
| ^~~~~~~~
../lib/stack/rte_stack.h:67:15: error: expression in static assertion is not an integer
67 | static_assert(offsetof(struct rte_stack_lf_elem, data) ==
| ^~~~~~~~
[330/3244] Compiling C object lib/librte_stack.a.p/stack_rte_stack_pile.c.o
FAILED: lib/librte_stack.a.p/stack_rte_stack_pile.c.o
cc -Ilib/librte_stack.a.p -Ilib -I../lib -Ilib/stack -I../lib/stack -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 -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 -DRTE_LOG_DEFAULT_LOGTYPE=lib.stack -DRTE_COMPONENT_CLASS=lib -DRTE_COMPONENT_NAME=stack -MD -MQ lib/librte_stack.a.p/stack_rte_stack_pile.c.o -MF lib/librte_stack.a.p/stack_rte_stack_pile.c.o.d -o lib/librte_stack.a.p/stack_rte_stack_pile.c.o -c ../lib/stack/rte_stack_pile.c
In file included from ../lib/log/rte_log.h:22,
from ../lib/eal/include/rte_debug.h:17,
from ../lib/stack/rte_stack.h:21,
from ../lib/stack/rte_stack_pile.c:5:
../lib/eal/include/rte_common.h:961:58: error: ‘struct rte_stack_pile_bulk_elem’ has no member named ‘data’
961 | #define RTE_SIZEOF_FIELD(type, field) (sizeof(((type *)0)->field))
| ^~
../lib/stack/rte_stack.h:65:17: note: in expansion of macro ‘RTE_SIZEOF_FIELD’
65 | RTE_SIZEOF_FIELD(struct rte_stack_pile_bulk_elem, data),
| ^~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:961:39: error: expression in static assertion is not an integer
961 | #define RTE_SIZEOF_FIELD(type, field) (sizeof(((type *)0)->field))
| ^
../lib/stack/rte_stack.h:64:15: note: in expansion of macro ‘RTE_SIZEOF_FIELD’
64 | static_assert(RTE_SIZEOF_FIELD(struct rte_stack_lf_elem, data) ==
| ^~~~~~~~~~~~~~~~
In file included from /usr/include/strings.h:23,
from /usr/include/string.h:462,
from ../lib/eal/include/rte_uuid.h:15,
from ../lib/eal/include/rte_eal.h:21,
from ../lib/eal/include/rte_lcore.h:18,
from ../lib/eal/include/generic/rte_spinlock.h:24,
from ../lib/eal/arm/include/rte_spinlock.h:13,
from ../lib/eal/include/rte_eal_memconfig.h:11,
from ../lib/eal/include/rte_memory.h:21,
from ../lib/eal/include/rte_memzone.h:26,
from ../lib/stack/rte_stack.h:23:
../lib/stack/rte_stack.h:68:17: error: ‘struct rte_stack_pile_bulk_elem’ has no member named ‘data’
68 | offsetof(struct rte_stack_pile_bulk_elem, data),
| ^~~~~~~~
../lib/stack/rte_stack.h:67:15: error: expression in static assertion is not an integer
67 | static_assert(offsetof(struct rte_stack_lf_elem, data) ==
| ^~~~~~~~
../lib/stack/rte_stack_pile.c:7:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
7 | RTE_EXPORT_INTERNAL_SYMBOL(rte_stack_pile_init)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/stack/rte_stack_pile.c:7:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
../lib/stack/rte_stack_pile.c: In function ‘RTE_EXPORT_INTERNAL_SYMBOL’:
../lib/stack/rte_stack_pile.c:10:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
10 | {
| ^
../lib/stack/rte_stack_pile.c:25:1: error: expected declaration specifiers before ‘RTE_EXPORT_INTERNAL_SYMBOL’
25 | RTE_EXPORT_INTERNAL_SYMBOL(rte_stack_pile_get_memsize)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/stack/rte_stack_pile.c:7:1: warning: old-style function definition [-Wold-style-definition]
7 | RTE_EXPORT_INTERNAL_SYMBOL(rte_stack_pile_init)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/stack/rte_stack_pile.c:7:1: warning: type of ‘rte_stack_pile_init’ defaults to ‘int’ [-Wimplicit-int]
../lib/stack/rte_stack_pile.c:37: error: expected ‘{’ at end of input
../lib/stack/rte_stack_pile.c:7:1: warning: unused parameter ‘rte_stack_pile_init’ [-Wunused-parameter]
7 | RTE_EXPORT_INTERNAL_SYMBOL(rte_stack_pile_init)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/stack/rte_stack_pile.c:37: warning: control reaches end of non-void function [-Wreturn-type]
[331/3244] Compiling C object lib/librte_rawdev.a.p/rawdev_rte_rawdev.c.o
[332/3244] Compiling C object lib/librte_member.a.p/member_rte_member_vbf.c.o
[333/3244] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
[334/3244] Compiling C object lib/librte_lpm.a.p/lpm_rte_lpm.c.o
[335/3244] Compiling C object lib/librte_mldev.a.p/mldev_rte_mldev.c.o
[336/3244] Compiling C object lib/librte_lpm.a.p/lpm_rte_lpm6.c.o
[337/3244] Compiling C object lib/librte_acl.a.p/acl_acl_run_neon.c.o
[338/3244] Compiling C object lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o
[339/3244] Compiling C object lib/librte_rib.a.p/rib_rte_rib.c.o
[340/3244] Generating lib/ring.sym_chk with a custom command (wrapped by meson to capture output)
[341/3244] Compiling C object lib/librte_reorder.a.p/reorder_rte_reorder.c.o
[342/3244] Compiling C object lib/librte_rib.a.p/rib_rte_rib6.c.o
[343/3244] Compiling C object lib/librte_security.a.p/security_rte_security.c.o
[344/3244] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_eventdev.c.o
[345/3244] Compiling C object lib/librte_mldev.a.p/mldev_mldev_utils_neon.c.o
[346/3244] Compiling C object lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.o
[347/3244] Compiling C object lib/librte_member.a.p/member_rte_member_ht.c.o
[348/3244] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o
[349/3244] Compiling C object lib/librte_sched.a.p/sched_rte_sched.c.o
[350/3244] Compiling C object lib/librte_member.a.p/member_rte_member_sketch.c.o
[351/3244] Compiling C object lib/librte_eventdev.a.p/eventdev_rte_event_eth_rx_adapter.c.o
[352/3244] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.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)
[685/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/common_qat_dev_qat_dev_gen3.c.o
[686/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/common_qat_qat_device.c.o
[687/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/common_qat_dev_qat_dev_gen4.c.o
[688/3424] Compiling C object drivers/libtmp_rte_crypto_dpaa_sec.a.p/crypto_dpaa_sec_dpaa_sec.c.o
[689/3424] Linking static target drivers/libtmp_rte_crypto_dpaa_sec.a
[690/3424] Generating drivers/rte_bus_dpaa.sym_chk with a custom command (wrapped by meson to capture output)
[691/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/common_qat_qat_qp.c.o
[692/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/common_qat_dev_qat_dev_gen5.c.o
[693/3424] Linking target drivers/librte_bus_dpaa.so.27.0
[694/3424] Generating drivers/rte_common_sfc_efx.pmd.c with a custom command
[695/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/compress_qat_dev_qat_comp_pmd_gen1.c.o
[696/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/common_qat_dev_qat_dev_gen_lce.c.o
[697/3424] Compiling C object drivers/libtmp_rte_common_zsda.a.p/common_zsda_zsda_logs.c.o
[698/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/compress_qat_dev_qat_comp_pmd_gen2.c.o
[699/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/compress_qat_dev_qat_comp_pmd_gen3.c.o
[700/3424] Generating drivers/rte_common_sxe2.pmd.c with a custom command
[701/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/compress_qat_dev_qat_comp_pmd_gen4.c.o
[702/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/compress_qat_dev_qat_comp_pmd_gen5.c.o
[703/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/compress_qat_qat_comp_pmd.c.o
[704/3424] Linking static target drivers/librte_mempool_cnxk.a
[705/3424] Generating drivers/rte_bus_fslmc.sym_chk with a custom command (wrapped by meson to capture output)
[706/3424] Linking target drivers/librte_bus_fslmc.so.27.0
[707/3424] Linking static target drivers/librte_mempool_dpaa.a
[708/3424] Generating drivers/rte_mempool_cnxk_map with a custom command
[709/3424] Linking static target drivers/librte_mempool_dpaa2.a
[710/3424] Compiling C object drivers/libtmp_rte_crypto_dpaa2_sec.a.p/crypto_dpaa2_sec_dpaa2_sec_dpseci.c.o
[711/3424] Generating drivers/rte_mempool_dpaa_map with a custom command
[712/3424] Linking static target drivers/libtmp_rte_crypto_dpaa2_sec.a
[713/3424] Linking static target drivers/librte_mempool_octeontx.a
[714/3424] Compiling C object drivers/libtmp_rte_common_zsda.a.p/common_zsda_zsda_device.c.o
[715/3424] Generating drivers/rte_mempool_dpaa2_map with a custom command
[716/3424] Generating drivers/rte_mempool_octeontx_map with a custom command
[717/3424] Compiling C object drivers/libtmp_rte_common_qat.a.p/compress_qat_qat_comp.c.o
[718/3424] Compiling C object drivers/libtmp_rte_common_zsda.a.p/common_zsda_zsda_qp_common.c.o
[719/3424] Compiling C object drivers/libtmp_rte_common_zsda.a.p/crypto_zsda_zsda_crypto_pmd.c.o
[720/3424] Compiling C object drivers/libtmp_rte_common_zsda.a.p/crypto_zsda_zsda_crypto.c.o
[721/3424] Compiling C object drivers/libtmp_rte_common_zsda.a.p/compress_zsda_zsda_comp.c.o
[722/3424] Generating drivers/rte_dma_cnxk.pmd.c with a custom command
[723/3424] Compiling C object drivers/libtmp_rte_common_zsda.a.p/compress_zsda_zsda_comp_pmd.c.o
[724/3424] Compiling C object drivers/libtmp_rte_common_zsda.a.p/crypto_zsda_zsda_crypto_session.c.o
[725/3424] Compiling C object drivers/libtmp_rte_common_zsda.a.p/common_zsda_zsda_qp.c.o
[726/3424] Compiling C object drivers/libtmp_rte_mempool_stack.a.p/mempool_stack_rte_mempool_stack.c.o
FAILED: [code=1] drivers/libtmp_rte_mempool_stack.a.p/mempool_stack_rte_mempool_stack.c.o
cc -Idrivers/libtmp_rte_mempool_stack.a.p -Idrivers -I../drivers -Idrivers/mempool/stack -I../drivers/mempool/stack -Ilib/mempool -I../lib/mempool -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/ring -I../lib/ring -Ilib/stack -I../lib/stack -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_mempool -DRTE_COMPONENT_NAME=stack -DRTE_LOG_DEFAULT_LOGTYPE=mempool.stack -MD -MQ drivers/libtmp_rte_mempool_stack.a.p/mempool_stack_rte_mempool_stack.c.o -MF drivers/libtmp_rte_mempool_stack.a.p/mempool_stack_rte_mempool_stack.c.o.d -o drivers/libtmp_rte_mempool_stack.a.p/mempool_stack_rte_mempool_stack.c.o -c ../drivers/mempool/stack/rte_mempool_stack.c
In file included from ../lib/log/rte_log.h:22,
from ../lib/eal/include/rte_debug.h:17,
from ../lib/eal/include/generic/rte_spinlock.h:28,
from ../lib/eal/x86/include/rte_spinlock.h:8,
from ../lib/mempool/rte_mempool.h:44,
from ../drivers/mempool/stack/rte_mempool_stack.c:6:
../lib/eal/include/rte_common.h:961:58: error: ‘struct rte_stack_pile_bulk_elem’ has no member named ‘data’
961 | #define RTE_SIZEOF_FIELD(type, field) (sizeof(((type *)0)->field))
| ^~
../lib/stack/rte_stack.h:65:17: note: in expansion of macro ‘RTE_SIZEOF_FIELD’
65 | RTE_SIZEOF_FIELD(struct rte_stack_pile_bulk_elem, data),
| ^~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:961:39: error: expression in static assertion is not an integer
961 | #define RTE_SIZEOF_FIELD(type, field) (sizeof(((type *)0)->field))
| ^
../lib/stack/rte_stack.h:64:15: note: in expansion of macro ‘RTE_SIZEOF_FIELD’
64 | static_assert(RTE_SIZEOF_FIELD(struct rte_stack_lf_elem, data) ==
| ^~~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:144,
from /usr/include/stdlib.h:514,
from /usr/lib/gcc/x86_64-linux-gnu/13/include/mm_malloc.h:27,
from /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h:34,
from /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h:31,
from ../lib/eal/x86/include/rte_atomic.h:11,
from ../lib/eal/include/generic/rte_pause.h:19,
from ../lib/eal/x86/include/rte_pause.h:8,
from ../lib/eal/include/generic/rte_spinlock.h:30:
../lib/stack/rte_stack.h:68:17: error: ‘struct rte_stack_pile_bulk_elem’ has no member named ‘data’
68 | offsetof(struct rte_stack_pile_bulk_elem, data),
| ^~~~~~~~
../lib/stack/rte_stack.h:67:15: error: expression in static assertion is not an integer
67 | static_assert(offsetof(struct rte_stack_lf_elem, data) ==
| ^~~~~~~~
[727/3424] Compiling C object drivers/libtmp_rte_dma_hisi_acc.a.p/dma_hisi_acc_hisi_acc_dmadev.c.o
[728/3424] Compiling C object drivers/libtmp_rte_dma_idxd.a.p/dma_idxd_idxd_bus.c.o
[729/3424] Compiling C object drivers/libtmp_rte_dma_idxd.a.p/dma_idxd_idxd_common.c.o
[730/3424] Compiling C object drivers/libtmp_rte_dma_odm.a.p/dma_odm_odm.c.o
[731/3424] Compiling C object drivers/libtmp_rte_dma_hisi_pciep.a.p/dma_hisi_pciep_hisi_pciep_dmadev.c.o
[732/3424] Compiling C object drivers/libtmp_rte_dma_idxd.a.p/dma_idxd_idxd_pci.c.o
[733/3424] Compiling C object drivers/libtmp_rte_mempool_ring.a.p/mempool_ring_rte_mempool_ring.c.o
[734/3424] Compiling C object drivers/libtmp_rte_dma_ioat.a.p/dma_ioat_ioat_dmadev.c.o
[735/3424] Compiling C object drivers/libtmp_rte_dma_odm.a.p/dma_odm_odm_dmadev.c.o
[736/3424] Compiling C object drivers/libtmp_rte_dma_dpaa2.a.p/dma_dpaa2_dpaa2_qdma.c.o
[737/3424] Compiling C object drivers/libtmp_rte_mempool_bucket.a.p/mempool_bucket_rte_mempool_bucket.c.o
[738/3424] Compiling C object drivers/libtmp_rte_dma_dpaa.a.p/dma_dpaa_dpaa_qdma.c.o
[739/3424] Generating drivers/rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[740/3424] Compiling C object drivers/libtmp_rte_crypto_octeontx.a.p/crypto_octeontx_otx_cryptodev_ops.c.o
[741/3424] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn9k_cryptodev_ops.c.o
[742/3424] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn20k_cryptodev_ops.c.o
[743/3424] 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