Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/103261 _Compilation issues_ Submitter: Stephen Hemminger Date: 2021-10-29 21:47:39 Reply_mail: 20211029214739.72707-1-stephen@networkplumber.org DPDK git baseline: Repo:dpdk-next-net, CommitID: cc13af13c8e6911a7315a3cb99ca77db7311bf6b Meson Build Summary: 20 Builds Done, 1 Successful, 19 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 | | | | | | WIN10-64 | | pass | | | | | | UB2004-32 | fail | | | | | | | FreeBSD13-64 | fail | fail | | fail | fail | | | UB2110-64 | fail | | | | | | | 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: 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: UB2110-64 Kernel Version: 5.13.0-19-generic GCC Version: gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0 Clang Version: 13.0.0-2 x86_64-native-linuxapp-gcc OS: SUSE15-64 Kernel Version: 5.3.18-57-default GCC Version: gcc (SUSE Linux) 7.5.0 Clang Version: 11.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_pcapng.a.p/pcapng_rte_pcapng.c.o gcc -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c: In function ‘pcapng_add_interface’: ../lib/pcapng/rte_pcapng.c:181:20: error: "RTE_ETH_LINK_UP" is deprecated [-Werror] 181 | if (link.link_status == ETH_LINK_UP) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/pcapng/rte_pcapng.c:181:44: error: expected expression before ‘)’ token 181 | if (link.link_status == ETH_LINK_UP) | ^ cc1: all warnings being treated as errors [320/3052] Generating kni.sym_chk with a meson_exe.py custom command [321/3052] Compiling C object lib/librte_power.a.p/power_rte_power_empty_poll.c.o [322/3052] Generating eal.sym_chk with a meson_exe.py custom command [323/3052] Compiling C object lib/librte_power.a.p/power_power_cppc_cpufreq.c.o [324/3052] Compiling C object lib/librte_power.a.p/power_power_acpi_cpufreq.c.o [325/3052] Generating lpm.sym_chk with a meson_exe.py custom command [326/3052] Generating member.sym_chk with a meson_exe.py custom command [327/3052] Compiling C object lib/librte_power.a.p/power_power_pstate_cpufreq.c.o [328/3052] Generating eventdev.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_pcapng.a.p/pcapng_rte_pcapng.c.o clang -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c:181:26: warning: "RTE_ETH_LINK_UP" is deprecated [-W#pragma-messages] if (link.link_status == ETH_LINK_UP) ^ ../lib/ethdev/rte_ethdev.h:376:34: note: expanded from macro 'ETH_LINK_UP' #define ETH_LINK_UP RTE_DEPRECATED(RTE_ETH_LINK_UP) ^ ../lib/eal/include/rte_common.h:98:28: note: expanded from macro 'RTE_DEPRECATED' #define RTE_DEPRECATED(x) RTE_PRAGMA_WARNING(#x is deprecated) ^ ../lib/eal/include/rte_common.h:97:31: note: expanded from macro 'RTE_PRAGMA_WARNING' #define RTE_PRAGMA_WARNING(w) RTE_PRAGMA(GCC warning #w) ^ ../lib/eal/include/rte_common.h:96:24: note: expanded from macro 'RTE_PRAGMA' #define RTE_PRAGMA(x) _Pragma(#x) ^ :127:6: note: expanded from here GCC warning "\"RTE_ETH_LINK_UP\" is deprecated" ^ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression if (link.link_status == ETH_LINK_UP) ^ 1 warning and 1 error generated. [380/3052] Compiling C object lib/librte_power.a.p/power_power_acpi_cpufreq.c.o [381/3052] Generating eventdev.sym_chk with a meson_exe.py custom command [382/3052] Generating symbol file lib/librte_lpm.so.22.0.p/librte_lpm.so.22.0.symbols [383/3052] Compiling C object lib/librte_power.a.p/power_power_cppc_cpufreq.c.o [384/3052] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.o [385/3052] Compiling C object lib/librte_power.a.p/power_power_pstate_cpufreq.c.o [386/3052] Compiling C object lib/librte_rawdev.a.p/rawdev_rte_rawdev.c.o [387/3052] Compiling C object lib/librte_power.a.p/power_rte_power_pmd_mgmt.c.o [388/3052] Compiling C object lib/librte_regexdev.a.p/regexdev_rte_regexdev.c.o ninja: build stopped *Build Failed #3: OS: FreeBSD13-64 Target: x86_64-native-bsdapp-gcc FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o gcc -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/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/ethdev -I../lib/ethdev -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 -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -D__BSD_VISIBLE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c: In function 'pcapng_add_interface': ../lib/pcapng/rte_pcapng.c:181:13: error: "RTE_ETH_LINK_UP" is deprecated [-Werror] 181 | if (link.link_status == ETH_LINK_UP) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression before ')' token 181 | if (link.link_status == ETH_LINK_UP) | ^ cc1: all warnings being treated as errors [309/2037] Generating rte_dmadev_def with a custom command [310/2037] Generating lpm.sym_chk with a custom command (wrapped by meson to capture output) [311/2037] Compiling C object lib/librte_regexdev.a.p/regexdev_rte_regexdev.c.o [312/2037] Compiling C object lib/librte_rawdev.a.p/rawdev_rte_rawdev.c.o [313/2037] Generating member.sym_chk with a custom command (wrapped by meson to capture output) [314/2037] Generating cryptodev.sym_chk with a custom command (wrapped by meson to capture output) [315/2037] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output) [316/2037] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output) [317/2037] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped *Build Failed #4: OS: FreeBSD13-64 Target: x86_64-native-bsdapp-clang FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o clang -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/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/ethdev -I../lib/ethdev -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 -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 -D__BSD_VISIBLE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c:181:26: warning: "RTE_ETH_LINK_UP" is deprecated [-W#pragma-messages] if (link.link_status == ETH_LINK_UP) ^ ../lib/ethdev/rte_ethdev.h:376:34: note: expanded from macro 'ETH_LINK_UP' #define ETH_LINK_UP RTE_DEPRECATED(RTE_ETH_LINK_UP) ^ ../lib/eal/include/rte_common.h:98:28: note: expanded from macro 'RTE_DEPRECATED' #define RTE_DEPRECATED(x) RTE_PRAGMA_WARNING(#x is deprecated) ^ ../lib/eal/include/rte_common.h:97:31: note: expanded from macro 'RTE_PRAGMA_WARNING' #define RTE_PRAGMA_WARNING(w) RTE_PRAGMA(GCC warning #w) ^ ../lib/eal/include/rte_common.h:96:24: note: expanded from macro 'RTE_PRAGMA' #define RTE_PRAGMA(x) _Pragma(#x) ^ :98:6: note: expanded from here GCC warning "\"RTE_ETH_LINK_UP\" is deprecated" ^ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression if (link.link_status == ETH_LINK_UP) ^ 1 warning and 1 error generated. [313/2009] Compiling C object lib/librte_rawdev.a.p/rawdev_rte_rawdev.c.o [314/2009] Compiling C object lib/librte_regexdev.a.p/regexdev_rte_regexdev.c.o [315/2009] Generating dmadev.sym_chk with a custom command (wrapped by meson to capture output) [316/2009] Generating cryptodev.sym_chk with a custom command (wrapped by meson to capture output) [317/2009] Compiling C object lib/librte_rib.a.p/rib_rte_rib.c.o [318/2009] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output) [319/2009] Compiling C object lib/librte_rib.a.p/rib_rte_rib6.c.o [320/2009] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output) [321/2009] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped *Build Failed #5: OS: FreeBSD13-64 Target: x86_64-native-bsdapp-gcc+shared FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o gcc -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/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/ethdev -I../lib/ethdev -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 -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -D__BSD_VISIBLE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c: In function 'pcapng_add_interface': ../lib/pcapng/rte_pcapng.c:181:13: error: "RTE_ETH_LINK_UP" is deprecated [-Werror] 181 | if (link.link_status == ETH_LINK_UP) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression before ')' token 181 | if (link.link_status == ETH_LINK_UP) | ^ cc1: all warnings being treated as errors [309/1891] Generating rte_dmadev_def with a custom command [310/1891] Generating lpm.sym_chk with a custom command (wrapped by meson to capture output) [311/1891] Compiling C object lib/librte_rawdev.a.p/rawdev_rte_rawdev.c.o [312/1891] Compiling C object lib/librte_regexdev.a.p/regexdev_rte_regexdev.c.o [313/1891] Generating member.sym_chk with a custom command (wrapped by meson to capture output) [314/1891] Generating cryptodev.sym_chk with a custom command (wrapped by meson to capture output) [315/1891] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output) [316/1891] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output) [317/1891] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped *Build Failed #6: OS: FreeBSD13-64 Target: x86_64-native-bsdapp-gcc+debug FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o gcc -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/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/ethdev -I../lib/ethdev -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 -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -D__BSD_VISIBLE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c: In function 'pcapng_add_interface': ../lib/pcapng/rte_pcapng.c:181:13: error: "RTE_ETH_LINK_UP" is deprecated [-Werror] 181 | if (link.link_status == ETH_LINK_UP) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression before ')' token 181 | if (link.link_status == ETH_LINK_UP) | ^ cc1: all warnings being treated as errors [312/2009] Compiling C object lib/librte_rawdev.a.p/rawdev_rte_rawdev.c.o [313/2009] Compiling C object lib/librte_regexdev.a.p/regexdev_rte_regexdev.c.o [314/2009] Generating member.sym_chk with a custom command (wrapped by meson to capture output) [315/2009] Generating cryptodev.sym_chk with a custom command (wrapped by meson to capture output) [316/2009] Generating dmadev.sym_chk with a custom command (wrapped by meson to capture output) [317/2009] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output) [318/2009] Compiling C object lib/librte_rib.a.p/rib_rte_rib.c.o [319/2009] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output) [320/2009] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped *Build Failed #7: OS: RHEL84-64 Target: x86_64-native-linuxapp-gcc FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o gcc -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c: In function ‘pcapng_add_interface’: ../lib/pcapng/rte_pcapng.c:181:13: error: "RTE_ETH_LINK_UP" is deprecated [-Werror] if (link.link_status == ETH_LINK_UP) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression before ‘)’ token if (link.link_status == ETH_LINK_UP) ^ cc1: all warnings being treated as errors [314/2995] Compiling C object lib/librte_power.a.p/power_power_common.c.o [315/2995] Generating ethdev.sym_chk with a custom command (wrapped by meson to capture output) [316/2995] Generating kni.sym_chk with a custom command (wrapped by meson to capture output) [317/2995] Generating lpm.sym_chk with a custom command (wrapped by meson to capture output) [318/2995] Compiling C object lib/librte_power.a.p/power_power_acpi_cpufreq.c.o [319/2995] Compiling C object lib/librte_power.a.p/power_power_cppc_cpufreq.c.o [320/2995] Compiling C object lib/librte_member.a.p/member_rte_member_ht.c.o [321/2995] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output) [322/2995] Generating eal.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped *Build Failed #8: OS: RHEL84-64 Target: x86_64-native-linuxapp-clang FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o clang -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c:181:26: warning: "RTE_ETH_LINK_UP" is deprecated [-W#pragma-messages] if (link.link_status == ETH_LINK_UP) ^ ../lib/ethdev/rte_ethdev.h:376:34: note: expanded from macro 'ETH_LINK_UP' #define ETH_LINK_UP RTE_DEPRECATED(RTE_ETH_LINK_UP) ^ ../lib/eal/include/rte_common.h:98:28: note: expanded from macro 'RTE_DEPRECATED' #define RTE_DEPRECATED(x) RTE_PRAGMA_WARNING(#x is deprecated) ^ ../lib/eal/include/rte_common.h:97:31: note: expanded from macro 'RTE_PRAGMA_WARNING' #define RTE_PRAGMA_WARNING(w) RTE_PRAGMA(GCC warning #w) ^ ../lib/eal/include/rte_common.h:96:24: note: expanded from macro 'RTE_PRAGMA' #define RTE_PRAGMA(x) _Pragma(#x) ^ :131:6: note: expanded from here GCC warning "\"RTE_ETH_LINK_UP\" is deprecated" ^ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression if (link.link_status == ETH_LINK_UP) ^ 1 warning and 1 error generated. [321/2995] Generating kni.sym_chk with a custom command (wrapped by meson to capture output) [322/2995] Compiling C object lib/librte_power.a.p/power_rte_power.c.o [323/2995] Generating lpm.sym_chk with a custom command (wrapped by meson to capture output) [324/2995] Generating member.sym_chk with a custom command (wrapped by meson to capture output) [325/2995] Generating symbol file lib/librte_eal.so.22.0.p/librte_eal.so.22.0.symbols [326/2995] Compiling C object lib/librte_power.a.p/power_power_acpi_cpufreq.c.o [327/2995] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output) [328/2995] Compiling C object lib/librte_power.a.p/power_power_cppc_cpufreq.c.o [329/2995] Compiling C object lib/librte_power.a.p/power_power_pstate_cpufreq.c.o ninja: build stopped *Build Failed #9: OS: RHEL84-64 Target: x86_64-native-linuxapp-gcc+shared FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o gcc -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c: In function ‘pcapng_add_interface’: ../lib/pcapng/rte_pcapng.c:181:13: error: "RTE_ETH_LINK_UP" is deprecated [-Werror] if (link.link_status == ETH_LINK_UP) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression before ‘)’ token if (link.link_status == ETH_LINK_UP) ^ cc1: all warnings being treated as errors [361/2830] Compiling C object lib/librte_power.a.p/power_guest_channel.c.o [362/2830] Generating jobstats.sym_chk with a custom command (wrapped by meson to capture output) [363/2830] Generating symbol file lib/librte_gso.so.22.0.p/librte_gso.so.22.0.symbols [364/2830] Compiling C object lib/librte_member.a.p/member_rte_member_ht.c.o [365/2830] Generating latencystats.sym_chk with a custom command (wrapped by meson to capture output) [366/2830] Generating kni.sym_chk with a custom command (wrapped by meson to capture output) [367/2830] Generating symbol file lib/librte_ip_frag.so.22.0.p/librte_ip_frag.so.22.0.symbols [368/2830] Generating lpm.sym_chk with a custom command (wrapped by meson to capture output) [369/2830] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output) ninja: build stopped *Build Failed #10: OS: RHEL84-64 Target: x86_64-native-linuxapp-gcc+debug FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o gcc -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c: In function ‘pcapng_add_interface’: ../lib/pcapng/rte_pcapng.c:181:13: error: "RTE_ETH_LINK_UP" is deprecated [-Werror] if (link.link_status == ETH_LINK_UP) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression before ‘)’ token if (link.link_status == ETH_LINK_UP) ^ cc1: all warnings being treated as errors [369/2947] Compiling C object lib/librte_power.a.p/power_power_acpi_cpufreq.c.o [370/2947] Generating lpm.sym_chk with a custom command (wrapped by meson to capture output) [371/2947] Compiling C object lib/librte_power.a.p/power_rte_power_empty_poll.c.o [372/2947] Compiling C object lib/librte_power.a.p/power_power_cppc_cpufreq.c.o [373/2947] Compiling C object lib/librte_member.a.p/member_rte_member_ht.c.o [374/2947] Generating symbol file lib/librte_ip_frag.so.22.0.p/librte_ip_frag.so.22.0.symbols [375/2947] Compiling C object lib/librte_power.a.p/power_power_pstate_cpufreq.c.o [376/2947] Generating symbol file lib/librte_kni.so.22.0.p/librte_kni.so.22.0.symbols [377/2947] Compiling C object lib/librte_power.a.p/power_rte_power_pmd_mgmt.c.o ninja: build stopped *Build Failed #11: OS: RHEL84-64 Target: x86_64-native-linuxapp-icc FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o icc -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c(181): error: expected an expression if (link.link_status == ETH_LINK_UP) ^ compilation aborted for ../lib/pcapng/rte_pcapng.c (code 2) [337/3015] Compiling C object lib/librte_member.a.p/member_rte_member_vbf.c.o [338/3015] Generating latencystats.sym_chk with a custom command (wrapped by meson to capture output) [339/3015] Linking target lib/librte_jobstats.so.22.0 [340/3015] Compiling C object lib/librte_member.a.p/member_rte_member_ht.c.o [341/3015] Compiling C object lib/librte_kni.a.p/kni_rte_kni.c.o [342/3015] Generating lpm.sym_chk with a custom command (wrapped by meson to capture output) [343/3015] Generating ip_frag.sym_chk with a custom command (wrapped by meson to capture output) [344/3015] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output) [345/3015] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.o ninja: build stopped *Build Failed #12: OS: SUSE15-64 Target: x86_64-native-linuxapp-clang FAILED: lib/76b5a35@@rte_pcapng@sta/pcapng_rte_pcapng.c.o clang -Ilib/76b5a35@@rte_pcapng@sta -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ 'lib/76b5a35@@rte_pcapng@sta/pcapng_rte_pcapng.c.o' -MF 'lib/76b5a35@@rte_pcapng@sta/pcapng_rte_pcapng.c.o.d' -o 'lib/76b5a35@@rte_pcapng@sta/pcapng_rte_pcapng.c.o' -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c:181:26: warning: "RTE_ETH_LINK_UP" is deprecated [-W#pragma-messages] if (link.link_status == ETH_LINK_UP) ^ ../lib/ethdev/rte_ethdev.h:376:34: note: expanded from macro 'ETH_LINK_UP' #define ETH_LINK_UP RTE_DEPRECATED(RTE_ETH_LINK_UP) ^ ../lib/eal/include/rte_common.h:98:28: note: expanded from macro 'RTE_DEPRECATED' #define RTE_DEPRECATED(x) RTE_PRAGMA_WARNING(#x is deprecated) ^ ../lib/eal/include/rte_common.h:97:31: note: expanded from macro 'RTE_PRAGMA_WARNING' #define RTE_PRAGMA_WARNING(w) RTE_PRAGMA(GCC warning #w) ^ ../lib/eal/include/rte_common.h:96:24: note: expanded from macro 'RTE_PRAGMA' #define RTE_PRAGMA(x) _Pragma(#x) ^ :221:6: note: expanded from here GCC warning "\"RTE_ETH_LINK_UP\" is deprecated" ^ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression if (link.link_status == ETH_LINK_UP) ^ 1 warning and 1 error generated. [323/2999] Compiling C object 'lib/76b5a35@@rte_power@sta/power_rte_power.c.o' [324/2999] Compiling C object 'lib/76b5a35@@rte_power@sta/power_rte_power_empty_poll.c.o' [325/2999] Generating eal.sym_chk with a meson_exe.py custom command [326/2999] Generating lpm.sym_chk with a meson_exe.py custom command [327/2999] Generating eventdev.sym_chk with a meson_exe.py custom command [328/2999] Generating member.sym_chk with a meson_exe.py custom command [329/2999] Compiling C object 'lib/76b5a35@@rte_power@sta/power_power_acpi_cpufreq.c.o' [330/2999] Compiling C object 'lib/76b5a35@@rte_power@sta/power_power_cppc_cpufreq.c.o' [331/2999] Compiling C object 'lib/76b5a35@@rte_power@sta/power_power_pstate_cpufreq.c.o' ninja: build stopped *Build Failed #13: OS: SUSE15-64 Target: x86_64-native-linuxapp-gcc FAILED: lib/76b5a35@@rte_pcapng@sta/pcapng_rte_pcapng.c.o gcc -Ilib/76b5a35@@rte_pcapng@sta -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ 'lib/76b5a35@@rte_pcapng@sta/pcapng_rte_pcapng.c.o' -MF 'lib/76b5a35@@rte_pcapng@sta/pcapng_rte_pcapng.c.o.d' -o 'lib/76b5a35@@rte_pcapng@sta/pcapng_rte_pcapng.c.o' -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c: In function ‘pcapng_add_interface’: ../lib/pcapng/rte_pcapng.c:181:13: error: "RTE_ETH_LINK_UP" is deprecated [-Werror] if (link.link_status == ETH_LINK_UP) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression before ‘)’ token if (link.link_status == ETH_LINK_UP) ^ cc1: all warnings being treated as errors [319/2997] Compiling C object 'lib/76b5a35@@rte_power@sta/power_power_kvm_vm.c.o' [320/2997] Compiling C object 'lib/76b5a35@@rte_power@sta/power_rte_power.c.o' [321/2997] Compiling C object 'lib/76b5a35@@rte_member@sta/member_rte_member_ht.c.o' [322/2997] Compiling C object 'lib/76b5a35@@rte_power@sta/power_power_acpi_cpufreq.c.o' [323/2997] Generating lpm.sym_chk with a meson_exe.py custom command [324/2997] Compiling C object 'lib/76b5a35@@rte_power@sta/power_power_cppc_cpufreq.c.o' [325/2997] Compiling C object 'lib/76b5a35@@rte_power@sta/power_power_pstate_cpufreq.c.o' [326/2997] Generating eventdev.sym_chk with a meson_exe.py custom command [327/2997] Generating eal.sym_chk with a meson_exe.py custom command ninja: build stopped *Build Failed #14: OS: UB2004-32 Target: i686-native-linuxapp-gcc FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o gcc -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c: In function ‘pcapng_add_interface’: ../lib/pcapng/rte_pcapng.c:181:13: error: "RTE_ETH_LINK_UP" is deprecated [-Werror] 181 | if (link.link_status == ETH_LINK_UP) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression before ‘)’ token 181 | if (link.link_status == ETH_LINK_UP) | ^ cc1: all warnings being treated as errors [328/2426] Linking target lib/librte_net.so.22.0 [329/2426] Linking target lib/librte_compressdev.so.22.0 [330/2426] Compiling C object lib/librte_lpm.a.p/lpm_rte_lpm6.c.o [331/2426] Compiling C object lib/librte_power.a.p/power_rte_power.c.o [332/2426] Compiling C object lib/librte_power.a.p/power_power_acpi_cpufreq.c.o [333/2426] Compiling C object lib/librte_member.a.p/member_rte_member_ht.c.o [334/2426] Generating eventdev.sym_chk with a meson_exe.py custom command [335/2426] Compiling C object lib/librte_power.a.p/power_power_cppc_cpufreq.c.o [336/2426] Compiling C object lib/librte_power.a.p/power_power_pstate_cpufreq.c.o ninja: build stopped *Build Failed #15: OS: UB2004-64 Target: x86_64-native-linuxapp-clang FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o clang -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c:181:26: warning: "RTE_ETH_LINK_UP" is deprecated [-W#pragma-messages] if (link.link_status == ETH_LINK_UP) ^ ../lib/ethdev/rte_ethdev.h:376:34: note: expanded from macro 'ETH_LINK_UP' #define ETH_LINK_UP RTE_DEPRECATED(RTE_ETH_LINK_UP) ^ ../lib/eal/include/rte_common.h:98:28: note: expanded from macro 'RTE_DEPRECATED' #define RTE_DEPRECATED(x) RTE_PRAGMA_WARNING(#x is deprecated) ^ ../lib/eal/include/rte_common.h:97:31: note: expanded from macro 'RTE_PRAGMA_WARNING' #define RTE_PRAGMA_WARNING(w) RTE_PRAGMA(GCC warning #w) ^ ../lib/eal/include/rte_common.h:96:24: note: expanded from macro 'RTE_PRAGMA' #define RTE_PRAGMA(x) _Pragma(#x) ^ :218:6: note: expanded from here GCC warning "\"RTE_ETH_LINK_UP\" is deprecated" ^ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression if (link.link_status == ETH_LINK_UP) ^ 1 warning and 1 error generated. [346/3076] Linking target lib/librte_distributor.so.22.0 [347/3076] Compiling C object lib/librte_member.a.p/member_rte_member_ht.c.o [348/3076] Generating kni.sym_chk with a meson_exe.py custom command [349/3076] Generating symbol file lib/librte_bbdev.so.22.0.p/librte_bbdev.so.22.0.symbols [350/3076] Generating symbol file lib/librte_net.so.22.0.p/librte_net.so.22.0.symbols [351/3076] Generating symbol file lib/librte_compressdev.so.22.0.p/librte_compressdev.so.22.0.symbols [352/3076] Generating symbol file lib/librte_cryptodev.so.22.0.p/librte_cryptodev.so.22.0.symbols [353/3076] Compiling C object lib/librte_power.a.p/power_power_acpi_cpufreq.c.o [354/3076] Generating lpm.sym_chk with a meson_exe.py custom command ninja: build stopped *Build Failed #16: OS: UB2004-64 Target: x86_64-native-linuxapp-gcc FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o gcc -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c: In function ‘pcapng_add_interface’: ../lib/pcapng/rte_pcapng.c:181:13: error: "RTE_ETH_LINK_UP" is deprecated [-Werror] 181 | if (link.link_status == ETH_LINK_UP) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression before ‘)’ token 181 | if (link.link_status == ETH_LINK_UP) | ^ cc1: all warnings being treated as errors [192/3076] Compiling C object lib/librte_bbdev.a.p/bbdev_rte_bbdev.c.o [193/3076] Compiling C object lib/librte_bpf.a.p/bpf_bpf.c.o [194/3076] Generating bitratestats.sym_chk with a meson_exe.py custom command [195/3076] Compiling C object lib/librte_acl.a.p/acl_acl_run_sse.c.o [196/3076] Compiling C object lib/librte_hash.a.p/hash_rte_cuckoo_hash.c.o [197/3076] Compiling C object lib/librte_acl.a.p/acl_acl_run_avx2.c.o [198/3076] Compiling C object lib/librte_acl.a.p/acl_acl_run_avx512.c.o [199/3076] Generating eal.sym_chk with a meson_exe.py custom command [200/3076] Generating ethdev.sym_chk with a meson_exe.py custom command ninja: build stopped *Build Failed #17: OS: UB2004-64 Target: x86_64-native-linuxapp-icc FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o icc -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c(181): error: expected an expression if (link.link_status == ETH_LINK_UP) ^ compilation aborted for ../lib/pcapng/rte_pcapng.c (code 2) [331/3027] Compiling C object lib/librte_power.a.p/power_guest_channel.c.o [332/3027] Compiling C object lib/librte_member.a.p/member_rte_member_vbf.c.o [333/3027] Compiling C object lib/librte_member.a.p/member_rte_member_ht.c.o [334/3027] Compiling C object lib/librte_power.a.p/power_power_acpi_cpufreq.c.o [335/3027] Compiling C object lib/librte_kni.a.p/kni_rte_kni.c.o [336/3027] Linking target lib/librte_net.so.22.0 [337/3027] Generating lpm.sym_chk with a meson_exe.py custom command [338/3027] Generating eventdev.sym_chk with a meson_exe.py custom command [339/3027] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_flow.c.o ninja: build stopped *Build Failed #18: OS: UB2004-64 Target: x86_64-native-linuxapp-doc FAILED: lib/76b5a35@@rte_pcapng@sta/pcapng_rte_pcapng.c.o gcc -Ilib/76b5a35@@rte_pcapng@sta -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ 'lib/76b5a35@@rte_pcapng@sta/pcapng_rte_pcapng.c.o' -MF 'lib/76b5a35@@rte_pcapng@sta/pcapng_rte_pcapng.c.o.d' -o 'lib/76b5a35@@rte_pcapng@sta/pcapng_rte_pcapng.c.o' -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c: In function ‘pcapng_add_interface’: ../lib/pcapng/rte_pcapng.c:181:13: error: "RTE_ETH_LINK_UP" is deprecated [-Werror] 181 | if (link.link_status == ETH_LINK_UP) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/pcapng/rte_pcapng.c:181:37: error: expected expression before ‘)’ token 181 | if (link.link_status == ETH_LINK_UP) | ^ cc1: all warnings being treated as errors [339/2673] Compiling C object 'lib/76b5a35@@rte_member@sta/member_rte_member_vbf.c.o'. [340/2673] Linking target lib/librte_kni.so.22.0. [341/2673] Compiling C object 'lib/76b5a35@@rte_power@sta/power_rte_power.c.o'. [342/2673] Compiling C object 'lib/76b5a35@@rte_lpm@sta/lpm_rte_lpm6.c.o'. [343/2673] Compiling C object 'lib/76b5a35@@rte_power@sta/power_rte_power_empty_poll.c.o'. [344/2673] Compiling C object 'lib/76b5a35@@rte_power@sta/power_power_acpi_cpufreq.c.o'. [345/2673] Compiling C object 'lib/76b5a35@@rte_power@sta/power_power_cppc_cpufreq.c.o'. [346/2673] Compiling C object 'lib/76b5a35@@rte_member@sta/member_rte_member_ht.c.o'. [347/2673] Compiling C object 'lib/76b5a35@@rte_power@sta/power_power_pstate_cpufreq.c.o'. ninja: build stopped *Build Failed #19: OS: UB2110-64 Target: x86_64-native-linuxapp-gcc FAILED: lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o gcc -Ilib/librte_pcapng.a.p -Ilib -I../lib -Ilib/pcapng -I../lib/pcapng -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/ethdev -I../lib/ethdev -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 -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.pcapng -MD -MQ lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -MF lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o.d -o lib/librte_pcapng.a.p/pcapng_rte_pcapng.c.o -c ../lib/pcapng/rte_pcapng.c ../lib/pcapng/rte_pcapng.c: In function ‘pcapng_add_interface’: ../lib/pcapng/rte_pcapng.c:181:20: error: "RTE_ETH_LINK_UP" is deprecated [-Werror] 181 | if (link.link_status == ETH_LINK_UP) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../lib/pcapng/rte_pcapng.c:181:44: error: expected expression before ‘)’ token 181 | if (link.link_status == ETH_LINK_UP) | ^ cc1: all warnings being treated as errors [324/3090] Linking target lib/librte_meter.so.22.0 [325/3090] Generating kni.sym_chk with a custom command (wrapped by meson to capture output) [326/3090] Compiling C object lib/librte_member.a.p/member_rte_member_ht.c.o [327/3090] Generating symbol file lib/librte_ring.so.22.0.p/librte_ring.so.22.0.symbols [328/3090] Compiling C object lib/librte_power.a.p/power_power_acpi_cpufreq.c.o [329/3090] Compiling C object lib/librte_power.a.p/power_power_cppc_cpufreq.c.o [330/3090] Generating lpm.sym_chk with a custom command (wrapped by meson to capture output) [331/3090] Generating eventdev.sym_chk with a custom command (wrapped by meson to capture output) [332/3090] Compiling C object lib/librte_power.a.p/power_power_pstate_cpufreq.c.o ninja: build stopped DPDK STV team