Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/100005 _Compilation issues_ Submitter: Dmitry Kozlyuk Date: 2021-09-29 14:52:49 Reply_mail: 20210929145249.2176811-5-dkozlyuk@nvidia.com DPDK git baseline: Repo:dpdk, CommitID: 515d20195b17444262a5732831c0615146c7189c Meson Build Summary: 20 Builds Done, 5 Successful, 15 Failures, 0 Blocked +--------------+------------+--------------+------------+------------+-----------+----------+ | os | gcc-static | clang-static | icc-static | gcc-shared | gcc-debug | document | +--------------+------------+--------------+------------+------------+-----------+----------+ | UB2004-64 | fail | fail | fail | | | fail | | FC34-64 | fail | fail | | | | | | UB2104-64 | fail | | | | | | | WIN10-64 | | pass | | | | | | UB2004-32 | fail | | | | | | | FreeBSD13-64 | pass | pass | | pass | pass | | | SUSE15-64 | fail | fail | | | | | | RHEL84-64 | fail | fail | fail | fail | fail | | +--------------+------------+--------------+------------+------------+-----------+----------+ Test environment and configuration as below: OS: UB2004-64 Kernel Version: 5.8.0-48-generic GCC Version: gcc (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0 Clang Version: 10.0.0-4ubuntu1 x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc x86_64-native-linuxapp-icc x86_64-native-linuxapp-doc OS: FC34-64 Kernel Version: 5.11.15-300.fc34.x86_64 GCC Version: gcc (GCC) 11.0.1 20210324 (Red Hat 11.0.1-0) Clang Version: 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang OS: UB2104-64 Kernel Version: 5.11.0-16-generic GCC Version: gcc (Ubuntu 10.3.0-1ubuntu1) 10.3.0 Clang Version: 12.0.0-1ubuntu1 x86_64-native-linuxapp-gcc OS: WIN10-64 Kernel Version: N/A GCC Version: N/A Clang Version: Clang 8.0.0 x86_64-windows-clang OS: UB2004-32 Kernel Version: 5.8.0-48-generic GCC Version: gcc (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0 Clang Version: 10.0.0-4ubuntu1 i686-native-linuxapp-gcc OS: FreeBSD13-64 Kernel Version: 13.0-RELEASE GCC Version: gcc (FreeBSD Ports Collection) 10.3.0 Clang Version: 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) x86_64-native-bsdapp-gcc x86_64-native-bsdapp-clang x86_64-native-bsdapp-gcc+shared x86_64-native-bsdapp-gcc+debug OS: SUSE15-64 Kernel Version: 5.3.18-lp152.57-default GCC Version: gcc (SUSE Linux) 7.5.0 Clang Version: 9.0.1 x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc OS: RHEL84-64 Kernel Version: 4.18.0-305.19.1.el8_4.x86_64 GCC Version: gcc (GCC) 8.4.1 20200928 (Red Hat 8.4.1-1) Clang Version: 11.0.0 (Red Hat 11.0.0-1.module_el8.4.0+587+5187cac0) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc+shared x86_64-native-linuxapp-gcc+debug x86_64-native-linuxapp-icc *Build Failed #1: OS: FC34-64 Target: x86_64-native-linuxapp-gcc FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o gcc -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c: In function ‘mempool_event_callback_invoke’: ../lib/mempool/rte_mempool.c:1379:9: error: implicit declaration of function ‘TAILQ_FOREACH_SAFE’; did you mean ‘RTE_TAILQ_FOREACH_SAFE’? [-Werror=implicit-function-declaration] 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~~~~~~~~~~~~~~~ | RTE_TAILQ_FOREACH_SAFE ../lib/mempool/rte_mempool.c:1379:9: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs] ../lib/mempool/rte_mempool.c:1379:38: error: ‘next’ undeclared (first use in this function) 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~ ../lib/mempool/rte_mempool.c:1379:38: note: each undeclared identifier is reported only once for each function it appears in ../lib/mempool/rte_mempool.c:1379:51: error: expected ‘;’ before ‘{’ token 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~ | ; ../lib/mempool/rte_mempool.c:1370:54: error: unused parameter ‘event’ [-Werror=unused-parameter] 1370 | mempool_event_callback_invoke(enum rte_mempool_event event, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../lib/mempool/rte_mempool.c:1371:51: error: unused parameter ‘mp’ [-Werror=unused-parameter] 1371 | struct rte_mempool *mp) | ~~~~~~~~~~~~~~~~~~~~^~ ../lib/mempool/rte_mempool.c: In function ‘rte_mempool_event_callback_register’: ../lib/mempool/rte_mempool.c:1407:38: error: ‘next’ undeclared (first use in this function) 1407 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~ ../lib/mempool/rte_mempool.c:1407:51: error: expected ‘;’ before ‘{’ token 1407 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~ | ; cc1: all warnings being treated as errors [95/3060] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o [96/3060] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [97/3060] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [98/3060] Generating ring.sym_chk with a meson_exe.py custom command [99/3060] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o [100/3060] Compiling C object lib/librte_mempool.a.p/mempool_mempool_trace_points.c.o [101/3060] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o [102/3060] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o [103/3060] Generating eal.sym_chk with a meson_exe.py custom command ninja: build stopped *Build Failed #2: OS: FC34-64 Target: x86_64-native-linuxapp-clang FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o clang -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c:1379:2: error: implicit declaration of function 'TAILQ_FOREACH_SAFE' is invalid in C99 [-Werror,-Wimplicit-function-declaration] TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1379:44: error: expected ';' after expression TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ; ../lib/mempool/rte_mempool.c:1379:31: error: use of undeclared identifier 'next' TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1407:2: error: implicit declaration of function 'TAILQ_FOREACH_SAFE' is invalid in C99 [-Werror,-Wimplicit-function-declaration] TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1407:44: error: expected ';' after expression TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ; ../lib/mempool/rte_mempool.c:1407:31: error: use of undeclared identifier 'next' TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ 6 errors generated. [96/3060] Compiling C object lib/librte_mempool.a.p/mempool_mempool_trace_points.c.o [97/3060] Generating ring.sym_chk with a meson_exe.py custom command [98/3060] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o [99/3060] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [100/3060] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [101/3060] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o [102/3060] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_dyn.c.o [103/3060] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o [104/3060] Generating eal.sym_chk with a meson_exe.py custom command ninja: build stopped *Build Failed #3: OS: RHEL84-64 Target: x86_64-native-linuxapp-gcc FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o gcc -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c: In function ‘mempool_event_callback_invoke’: ../lib/mempool/rte_mempool.c:1379:2: error: implicit declaration of function ‘TAILQ_FOREACH_SAFE’; did you mean ‘RTE_TAILQ_FOREACH_SAFE’? [-Werror=implicit-function-declaration] TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~~~~~~~~~~~~~~~~~ RTE_TAILQ_FOREACH_SAFE ../lib/mempool/rte_mempool.c:1379:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs] ../lib/mempool/rte_mempool.c:1379:31: error: ‘next’ undeclared (first use in this function); did you mean ‘exit’? TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~~~ exit ../lib/mempool/rte_mempool.c:1379:31: note: each undeclared identifier is reported only once for each function it appears in ../lib/mempool/rte_mempool.c:1379:44: error: expected ‘;’ before ‘{’ token TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~ ; ../lib/mempool/rte_mempool.c:1370:54: error: unused parameter ‘event’ [-Werror=unused-parameter] mempool_event_callback_invoke(enum rte_mempool_event event, ~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../lib/mempool/rte_mempool.c:1371:30: error: unused parameter ‘mp’ [-Werror=unused-parameter] struct rte_mempool *mp) ~~~~~~~~~~~~~~~~~~~~^~ ../lib/mempool/rte_mempool.c: In function ‘rte_mempool_event_callback_register’: ../lib/mempool/rte_mempool.c:1407:31: error: ‘next’ undeclared (first use in this function); did you mean ‘ret’? TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~~~ ret ../lib/mempool/rte_mempool.c:1407:44: error: expected ‘;’ before ‘{’ token TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~ ; cc1: all warnings being treated as errors [92/2990] Generating symbol file lib/librte_kvargs.so.22.0.p/librte_kvargs.so.22.0.symbols [93/2990] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops_default.c.o [94/2990] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o [95/2990] Compiling C object lib/librte_mempool.a.p/mempool_mempool_trace_points.c.o [96/2990] Generating symbol file lib/librte_telemetry.so.22.0.p/librte_telemetry.so.22.0.symbols [97/2990] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [98/2990] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o [99/2990] Generating ring.sym_chk with a custom command (wrapped by meson to capture output) [100/2990] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped *Build Failed #4: OS: RHEL84-64 Target: x86_64-native-linuxapp-clang FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o clang -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c:1379:2: error: implicit declaration of function 'TAILQ_FOREACH_SAFE' is invalid in C99 [-Werror,-Wimplicit-function-declaration] TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1379:31: error: use of undeclared identifier 'next' TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1370:54: error: unused parameter 'event' [-Werror,-Wunused-parameter] mempool_event_callback_invoke(enum rte_mempool_event event, ^ ../lib/mempool/rte_mempool.c:1371:30: error: unused parameter 'mp' [-Werror,-Wunused-parameter] struct rte_mempool *mp) ^ ../lib/mempool/rte_mempool.c:1407:2: error: implicit declaration of function 'TAILQ_FOREACH_SAFE' is invalid in C99 [-Werror,-Wimplicit-function-declaration] TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1407:31: error: use of undeclared identifier 'next' TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ 6 errors generated. [94/2990] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o [95/2990] Compiling C object lib/librte_mempool.a.p/mempool_mempool_trace_points.c.o [96/2990] Generating ring.sym_chk with a custom command (wrapped by meson to capture output) [97/2990] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o [98/2990] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [99/2990] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o [100/2990] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o [101/2990] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [102/2990] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_dyn.c.o ninja: build stopped *Build Failed #5: OS: RHEL84-64 Target: x86_64-native-linuxapp-gcc+shared FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o gcc -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c: In function ‘mempool_event_callback_invoke’: ../lib/mempool/rte_mempool.c:1379:2: error: implicit declaration of function ‘TAILQ_FOREACH_SAFE’; did you mean ‘RTE_TAILQ_FOREACH_SAFE’? [-Werror=implicit-function-declaration] TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~~~~~~~~~~~~~~~~~ RTE_TAILQ_FOREACH_SAFE ../lib/mempool/rte_mempool.c:1379:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs] ../lib/mempool/rte_mempool.c:1379:31: error: ‘next’ undeclared (first use in this function); did you mean ‘exit’? TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~~~ exit ../lib/mempool/rte_mempool.c:1379:31: note: each undeclared identifier is reported only once for each function it appears in ../lib/mempool/rte_mempool.c:1379:44: error: expected ‘;’ before ‘{’ token TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~ ; ../lib/mempool/rte_mempool.c:1370:54: error: unused parameter ‘event’ [-Werror=unused-parameter] mempool_event_callback_invoke(enum rte_mempool_event event, ~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../lib/mempool/rte_mempool.c:1371:30: error: unused parameter ‘mp’ [-Werror=unused-parameter] struct rte_mempool *mp) ~~~~~~~~~~~~~~~~~~~~^~ ../lib/mempool/rte_mempool.c: In function ‘rte_mempool_event_callback_register’: ../lib/mempool/rte_mempool.c:1407:31: error: ‘next’ undeclared (first use in this function); did you mean ‘ret’? TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~~~ ret ../lib/mempool/rte_mempool.c:1407:44: error: expected ‘;’ before ‘{’ token TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~ ; cc1: all warnings being treated as errors [95/2823] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [96/2823] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops_default.c.o [97/2823] Compiling C object lib/librte_mempool.a.p/mempool_mempool_trace_points.c.o [98/2823] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [99/2823] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o [100/2823] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o [101/2823] Generating ring.sym_chk with a custom command (wrapped by meson to capture output) [102/2823] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o [103/2823] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped *Build Failed #6: OS: RHEL84-64 Target: x86_64-native-linuxapp-gcc+debug FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o gcc -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O2 -g -include rte_config.h -Wextra -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c: In function ‘mempool_event_callback_invoke’: ../lib/mempool/rte_mempool.c:1379:2: error: implicit declaration of function ‘TAILQ_FOREACH_SAFE’; did you mean ‘RTE_TAILQ_FOREACH_SAFE’? [-Werror=implicit-function-declaration] TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~~~~~~~~~~~~~~~~~ RTE_TAILQ_FOREACH_SAFE ../lib/mempool/rte_mempool.c:1379:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs] ../lib/mempool/rte_mempool.c:1379:31: error: ‘next’ undeclared (first use in this function); did you mean ‘exit’? TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~~~ exit ../lib/mempool/rte_mempool.c:1379:31: note: each undeclared identifier is reported only once for each function it appears in ../lib/mempool/rte_mempool.c:1379:44: error: expected ‘;’ before ‘{’ token TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~ ; ../lib/mempool/rte_mempool.c:1370:54: error: unused parameter ‘event’ [-Werror=unused-parameter] mempool_event_callback_invoke(enum rte_mempool_event event, ~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../lib/mempool/rte_mempool.c:1371:30: error: unused parameter ‘mp’ [-Werror=unused-parameter] struct rte_mempool *mp) ~~~~~~~~~~~~~~~~~~~~^~ ../lib/mempool/rte_mempool.c: In function ‘rte_mempool_event_callback_register’: ../lib/mempool/rte_mempool.c:1407:31: error: ‘next’ undeclared (first use in this function); did you mean ‘ret’? TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~~~ ret ../lib/mempool/rte_mempool.c:1407:44: error: expected ‘;’ before ‘{’ token TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~ ; cc1: all warnings being treated as errors [91/2904] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memory.c.o [92/2904] Compiling C object lib/librte_mempool.a.p/mempool_mempool_trace_points.c.o [93/2904] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o [94/2904] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memalloc.c.o [95/2904] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o [96/2904] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [97/2904] Generating ring.sym_chk with a custom command (wrapped by meson to capture output) [98/2904] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o [99/2904] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o ninja: build stopped *Build Failed #7: OS: RHEL84-64 Target: x86_64-native-linuxapp-icc FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o icc -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -D_FILE_OFFSET_BITS=64 -Wall -w3 -diag-disable:remark -Werror -O3 -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -diag-disable=181 -diag-disable=188 -diag-disable=2203 -diag-disable=2279 -diag-disable=2557 -diag-disable=3179 -diag-disable=3656 -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c(1379): error #266: function "TAILQ_FOREACH_SAFE" declared implicitly TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1379): error: identifier "next" is undefined TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1379): warning #592: variable "te" is used before its value is set TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1379): warning #592: variable "tmp_te" is used before its value is set TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1379): error: expected a ";" TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1385): error #12: parsing restarts here after previous syntax error rte_mcfg_tailq_read_unlock(); ^ ../lib/mempool/rte_mempool.c(1407): error #266: function "TAILQ_FOREACH_SAFE" declared implicitly TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1407): error: identifier "next" is undefined TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1407): warning #592: variable "tmp_te" is used before its value is set TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1407): error: expected a ";" TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1416): error #12: parsing restarts here after previous syntax error te = rte_zmalloc("MEMPOOL_TAILQ_ENTRY", sizeof(*te), 0); ^ compilation aborted for ../lib/mempool/rte_mempool.c (code 2) [94/2969] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops_default.c.o [95/2969] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o [96/2969] Compiling C object lib/librte_mempool.a.p/mempool_mempool_trace_points.c.o [97/2969] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [98/2969] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o [99/2969] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [100/2969] Generating ring.sym_chk with a custom command (wrapped by meson to capture output) [101/2969] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o [102/2969] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped *Build Failed #8: OS: SUSE15-64 Target: x86_64-native-linuxapp-clang FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o clang -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c:1379:2: error: implicit declaration of function 'TAILQ_FOREACH_SAFE' is invalid in C99 [-Werror,-Wimplicit-function-declaration] TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1379:31: error: use of undeclared identifier 'next' TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1370:54: error: unused parameter 'event' [-Werror,-Wunused-parameter] mempool_event_callback_invoke(enum rte_mempool_event event, ^ ../lib/mempool/rte_mempool.c:1371:30: error: unused parameter 'mp' [-Werror,-Wunused-parameter] struct rte_mempool *mp) ^ ../lib/mempool/rte_mempool.c:1407:2: error: implicit declaration of function 'TAILQ_FOREACH_SAFE' is invalid in C99 [-Werror,-Wimplicit-function-declaration] TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1407:31: error: use of undeclared identifier 'next' TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ 6 errors generated. [96/3062] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o [97/3062] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [98/3062] Compiling C object lib/librte_mempool.a.p/mempool_mempool_trace_points.c.o [99/3062] Generating ring.sym_chk with a custom command (wrapped by meson to capture output) [100/3062] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [101/3062] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o [102/3062] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o [103/3062] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_dyn.c.o [104/3062] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped *Build Failed #9: OS: SUSE15-64 Target: x86_64-native-linuxapp-gcc FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o gcc -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c: In function ‘mempool_event_callback_invoke’: ../lib/mempool/rte_mempool.c:1379:2: error: implicit declaration of function ‘TAILQ_FOREACH_SAFE’; did you mean ‘RTE_TAILQ_FOREACH_SAFE’? [-Werror=implicit-function-declaration] TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~~~~~~~~~~~~~~~~~ RTE_TAILQ_FOREACH_SAFE ../lib/mempool/rte_mempool.c:1379:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs] ../lib/mempool/rte_mempool.c:1379:31: error: ‘next’ undeclared (first use in this function); did you mean ‘exit’? TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~~~ exit ../lib/mempool/rte_mempool.c:1379:31: note: each undeclared identifier is reported only once for each function it appears in ../lib/mempool/rte_mempool.c:1379:45: error: expected ‘;’ before ‘{’ token TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1370:54: error: unused parameter ‘event’ [-Werror=unused-parameter] mempool_event_callback_invoke(enum rte_mempool_event event, ^~~~~ ../lib/mempool/rte_mempool.c:1371:30: error: unused parameter ‘mp’ [-Werror=unused-parameter] struct rte_mempool *mp) ^~ ../lib/mempool/rte_mempool.c: In function ‘rte_mempool_event_callback_register’: ../lib/mempool/rte_mempool.c:1407:31: error: ‘next’ undeclared (first use in this function); did you mean ‘ret’? TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^~~~ ret ../lib/mempool/rte_mempool.c:1407:45: error: expected ‘;’ before ‘{’ token TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ cc1: all warnings being treated as errors [95/3060] Compiling C object lib/librte_mempool.a.p/mempool_mempool_trace_points.c.o [96/3060] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o [97/3060] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [98/3060] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_comp.c.o [99/3060] Generating ring.sym_chk with a custom command (wrapped by meson to capture output) [100/3060] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [101/3060] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o [102/3060] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o [103/3060] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped *Build Failed #10: OS: UB2004-32 Target: i686-native-linuxapp-gcc FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o gcc -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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-zero-length-bounds -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c: In function ‘mempool_event_callback_invoke’: ../lib/mempool/rte_mempool.c:1379:2: error: implicit declaration of function ‘TAILQ_FOREACH_SAFE’; did you mean ‘RTE_TAILQ_FOREACH_SAFE’? [-Werror=implicit-function-declaration] 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~~~~~~~~~~~~~~~ | RTE_TAILQ_FOREACH_SAFE ../lib/mempool/rte_mempool.c:1379:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs] ../lib/mempool/rte_mempool.c:1379:31: error: ‘next’ undeclared (first use in this function) 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~ ../lib/mempool/rte_mempool.c:1379:31: note: each undeclared identifier is reported only once for each function it appears in ../lib/mempool/rte_mempool.c:1379:44: error: expected ‘;’ before ‘{’ token 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~ | ; ../lib/mempool/rte_mempool.c:1370:54: error: unused parameter ‘event’ [-Werror=unused-parameter] 1370 | mempool_event_callback_invoke(enum rte_mempool_event event, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../lib/mempool/rte_mempool.c:1371:30: error: unused parameter ‘mp’ [-Werror=unused-parameter] 1371 | struct rte_mempool *mp) | ~~~~~~~~~~~~~~~~~~~~^~ ../lib/mempool/rte_mempool.c: In function ‘rte_mempool_event_callback_register’: ../lib/mempool/rte_mempool.c:1407:31: error: ‘next’ undeclared (first use in this function) 1407 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~ ../lib/mempool/rte_mempool.c:1407:44: error: expected ‘;’ before ‘{’ token 1407 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~ | ; cc1: all warnings being treated as errors [94/2453] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops_default.c.o [95/2453] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o [96/2453] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o [97/2453] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_comp.c.o [98/2453] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [99/2453] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [100/2453] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o [101/2453] Generating ring.sym_chk with a meson_exe.py custom command [102/2453] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o ninja: build stopped *Build Failed #11: OS: UB2004-64 Target: x86_64-native-linuxapp-clang FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o clang -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c:1379:2: error: implicit declaration of function 'TAILQ_FOREACH_SAFE' is invalid in C99 [-Werror,-Wimplicit-function-declaration] TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1379:31: error: use of undeclared identifier 'next' TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1370:54: error: unused parameter 'event' [-Werror,-Wunused-parameter] mempool_event_callback_invoke(enum rte_mempool_event event, ^ ../lib/mempool/rte_mempool.c:1371:30: error: unused parameter 'mp' [-Werror,-Wunused-parameter] struct rte_mempool *mp) ^ ../lib/mempool/rte_mempool.c:1407:2: error: implicit declaration of function 'TAILQ_FOREACH_SAFE' is invalid in C99 [-Werror,-Wimplicit-function-declaration] TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c:1407:31: error: use of undeclared identifier 'next' TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ 6 errors generated. [94/3081] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops_default.c.o [95/3081] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [96/3081] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o [97/3081] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o [98/3081] Generating ring.sym_chk with a meson_exe.py custom command [99/3081] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o [100/3081] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_dyn.c.o [101/3081] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o [102/3081] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o ninja: build stopped *Build Failed #12: OS: UB2004-64 Target: x86_64-native-linuxapp-gcc FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o gcc -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c: In function ‘mempool_event_callback_invoke’: ../lib/mempool/rte_mempool.c:1379:2: error: implicit declaration of function ‘TAILQ_FOREACH_SAFE’; did you mean ‘RTE_TAILQ_FOREACH_SAFE’? [-Werror=implicit-function-declaration] 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~~~~~~~~~~~~~~~ | RTE_TAILQ_FOREACH_SAFE ../lib/mempool/rte_mempool.c:1379:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs] ../lib/mempool/rte_mempool.c:1379:31: error: ‘next’ undeclared (first use in this function) 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~ ../lib/mempool/rte_mempool.c:1379:31: note: each undeclared identifier is reported only once for each function it appears in ../lib/mempool/rte_mempool.c:1379:44: error: expected ‘;’ before ‘{’ token 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~ | ; ../lib/mempool/rte_mempool.c:1370:54: error: unused parameter ‘event’ [-Werror=unused-parameter] 1370 | mempool_event_callback_invoke(enum rte_mempool_event event, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../lib/mempool/rte_mempool.c:1371:30: error: unused parameter ‘mp’ [-Werror=unused-parameter] 1371 | struct rte_mempool *mp) | ~~~~~~~~~~~~~~~~~~~~^~ ../lib/mempool/rte_mempool.c: In function ‘rte_mempool_event_callback_register’: ../lib/mempool/rte_mempool.c:1407:31: error: ‘next’ undeclared (first use in this function) 1407 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~ ../lib/mempool/rte_mempool.c:1407:44: error: expected ‘;’ before ‘{’ token 1407 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~ | ; cc1: all warnings being treated as errors [94/3081] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops_default.c.o [95/3081] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o [96/3081] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o [97/3081] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [98/3081] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o [99/3081] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o [100/3081] Generating ring.sym_chk with a meson_exe.py custom command [101/3081] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [102/3081] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o ninja: build stopped *Build Failed #13: OS: UB2004-64 Target: x86_64-native-linuxapp-icc FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o icc -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -pipe -D_FILE_OFFSET_BITS=64 -Wall -w3 -diag-disable:remark -Werror -O3 -include rte_config.h -Wextra -Wcast-qual -Wdeprecated -Wformat -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -diag-disable=181 -diag-disable=188 -diag-disable=2203 -diag-disable=2279 -diag-disable=2557 -diag-disable=3179 -diag-disable=3656 -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c(1379): error #266: function "TAILQ_FOREACH_SAFE" declared implicitly TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1379): error: identifier "next" is undefined TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1379): warning #592: variable "te" is used before its value is set TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1379): warning #592: variable "tmp_te" is used before its value is set TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1379): error: expected a ";" TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1385): error #12: parsing restarts here after previous syntax error rte_mcfg_tailq_read_unlock(); ^ ../lib/mempool/rte_mempool.c(1407): error #266: function "TAILQ_FOREACH_SAFE" declared implicitly TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1407): error: identifier "next" is undefined TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1407): warning #592: variable "tmp_te" is used before its value is set TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1407): error: expected a ";" TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { ^ ../lib/mempool/rte_mempool.c(1416): error #12: parsing restarts here after previous syntax error te = rte_zmalloc("MEMPOOL_TAILQ_ENTRY", sizeof(*te), 0); ^ compilation aborted for ../lib/mempool/rte_mempool.c (code 2) [93/3032] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops_default.c.o [94/3032] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o [95/3032] Compiling C object lib/librte_mempool.a.p/mempool_mempool_trace_points.c.o [96/3032] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o [97/3032] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [98/3032] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o [99/3032] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [100/3032] Generating ring.sym_chk with a meson_exe.py custom command [101/3032] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o ninja: build stopped *Build Failed #14: OS: UB2004-64 Target: x86_64-native-linuxapp-doc FAILED: lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o gcc -Ilib/76b5a35@@rte_mempool@sta -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/ring -I../lib/ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o' -MF 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o.d' -o 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool.c.o' -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c: In function ‘mempool_event_callback_invoke’: ../lib/mempool/rte_mempool.c:1379:2: error: implicit declaration of function ‘TAILQ_FOREACH_SAFE’; did you mean ‘RTE_TAILQ_FOREACH_SAFE’? [-Werror=implicit-function-declaration] 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~~~~~~~~~~~~~~~ | RTE_TAILQ_FOREACH_SAFE ../lib/mempool/rte_mempool.c:1379:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs] ../lib/mempool/rte_mempool.c:1379:31: error: ‘next’ undeclared (first use in this function) 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~ ../lib/mempool/rte_mempool.c:1379:31: note: each undeclared identifier is reported only once for each function it appears in ../lib/mempool/rte_mempool.c:1379:44: error: expected ‘;’ before ‘{’ token 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~ | ; ../lib/mempool/rte_mempool.c:1370:54: error: unused parameter ‘event’ [-Werror=unused-parameter] 1370 | mempool_event_callback_invoke(enum rte_mempool_event event, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../lib/mempool/rte_mempool.c:1371:30: error: unused parameter ‘mp’ [-Werror=unused-parameter] 1371 | struct rte_mempool *mp) | ~~~~~~~~~~~~~~~~~~~~^~ ../lib/mempool/rte_mempool.c: In function ‘rte_mempool_event_callback_register’: ../lib/mempool/rte_mempool.c:1407:31: error: ‘next’ undeclared (first use in this function) 1407 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~ ../lib/mempool/rte_mempool.c:1407:44: error: expected ‘;’ before ‘{’ token 1407 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~ | ; cc1: all warnings being treated as errors [90/2673] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_vfio.c.o'. [91/2673] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_linux_eal_memory.c.o'. [92/2673] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool_ops_default.c.o'. [93/2673] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_mempool_trace_points.c.o'. [94/2673] Compiling C object 'lib/76b5a35@@rte_mempool@sta/mempool_rte_mempool_ops.c.o'. [95/2673] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_ptype.c.o'. [96/2673] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_pool_ops.c.o'. [97/2673] Compiling C object 'lib/76b5a35@@rte_rcu@sta/rcu_rte_rcu_qsbr.c.o'. [98/2673] Compiling C object 'lib/76b5a35@@rte_mbuf@sta/mbuf_rte_mbuf_dyn.c.o'. ninja: build stopped *Build Failed #15: OS: UB2104-64 Target: x86_64-native-linuxapp-gcc FAILED: lib/librte_mempool.a.p/mempool_rte_mempool.c.o gcc -Ilib/librte_mempool.a.p -Ilib -I../lib -Ilib/mempool -I../lib/mempool -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/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/ring -I../lib/ring -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -O3 -include rte_config.h -Wextra -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-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.mempool -MD -MQ lib/librte_mempool.a.p/mempool_rte_mempool.c.o -MF lib/librte_mempool.a.p/mempool_rte_mempool.c.o.d -o lib/librte_mempool.a.p/mempool_rte_mempool.c.o -c ../lib/mempool/rte_mempool.c ../lib/mempool/rte_mempool.c: In function ‘mempool_event_callback_invoke’: ../lib/mempool/rte_mempool.c:1379:2: error: implicit declaration of function ‘TAILQ_FOREACH_SAFE’; did you mean ‘RTE_TAILQ_FOREACH_SAFE’? [-Werror=implicit-function-declaration] 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~~~~~~~~~~~~~~~ | RTE_TAILQ_FOREACH_SAFE ../lib/mempool/rte_mempool.c:1379:2: error: nested extern declaration of ‘TAILQ_FOREACH_SAFE’ [-Werror=nested-externs] ../lib/mempool/rte_mempool.c:1379:31: error: ‘next’ undeclared (first use in this function) 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~ ../lib/mempool/rte_mempool.c:1379:31: note: each undeclared identifier is reported only once for each function it appears in ../lib/mempool/rte_mempool.c:1379:44: error: expected ‘;’ before ‘{’ token 1379 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~ | ; ../lib/mempool/rte_mempool.c:1370:54: error: unused parameter ‘event’ [-Werror=unused-parameter] 1370 | mempool_event_callback_invoke(enum rte_mempool_event event, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../lib/mempool/rte_mempool.c:1371:30: error: unused parameter ‘mp’ [-Werror=unused-parameter] 1371 | struct rte_mempool *mp) | ~~~~~~~~~~~~~~~~~~~~^~ ../lib/mempool/rte_mempool.c: In function ‘rte_mempool_event_callback_register’: ../lib/mempool/rte_mempool.c:1407:31: error: ‘next’ undeclared (first use in this function) 1407 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~~~ ../lib/mempool/rte_mempool.c:1407:44: error: expected ‘;’ before ‘{’ token 1407 | TAILQ_FOREACH_SAFE(te, list, next, tmp_te) { | ^~ | ; cc1: all warnings being treated as errors [95/3095] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops.c.o [96/3095] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool_ops_default.c.o [97/3095] Generating ring.sym_chk with a custom command (wrapped by meson to capture output) [98/3095] Compiling C object lib/librte_compressdev.a.p/compressdev_rte_compressdev.c.o [99/3095] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_pool_ops.c.o [100/3095] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_ptype.c.o [101/3095] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o [102/3095] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.o [103/3095] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped DPDK STV team