Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/153799 _Compilation issues_ Submitter: Bruce Richardson Date: 2025-05-27 16:24:56 Reply_mail: <20250527162716.319713-1-bruce.richardson@intel.com> DPDK git baseline: Repo:dpdk, CommitID: f77eb8f3c655a2573aed77bea122d98efc12edef Meson Build Summary: 23 Builds Done, 0 Successful, 23 Failures, 0 Blocked +-------------------+------------+--------------+------------+------------+-----------+----------+------------+ | os | gcc-static | clang-static | icc-static | gcc-shared | gcc-debug | document | gcc-16byte | +-------------------+------------+--------------+------------+------------+-----------+----------+------------+ | OpenAnolis8.10-64 | fail | | | | | | | | FreeBSD14-64 | fail | fail | | fail | fail | | | | RHEL96-64 | fail | fail | | fail | fail | | | | SUSE15-64 | fail | fail | | | | | | | AzureLinux3.0-64 | fail | | | | | | | | UB2404-32 | fail | | | | | | | | RHEL10-64 | fail | | | | | | | | UB2404-64 | fail | fail | | | | fail | fail | | RHEL96-64RT | fail | | | | | | | | UB2504-64 | fail | | | | | | | | FC42-64 | fail | fail | | | | | | | UB2404-64RT | fail | | | | | | | +-------------------+------------+--------------+------------+------------+-----------+----------+------------+ Comments: Because of DPDK bug (https://bugs.dpdk.org/show_bug.cgi?id=928), All the dpdk-next-* branch add `Ddisable_drivers=event/cnxk` option when build with ICC complier. Test environment and configuration as below: OS: OpenAnolis8.10-64 Kernel Version: 5.10.134-18.an8.x86_64 GCC Version: gcc (GCC) 8.5.0 20210514 (Anolis 8.5.0-24.0.1) Clang Version: 18.1.8 (Red Hat 18.1.8-1.0.1.module+an8.9.0+11287+9d0292d3) x86_64-native-linuxapp-gcc OS: FreeBSD14-64 Kernel Version: 14.2-RELEASE GCC Version: gcc (FreeBSD Ports Collection) 13.3.0 Clang Version: 18.1.6 (https://github.com/llvm/llvm-project.git llvmorg-18.1.6-0-g1118c2e05e67) x86_64-native-bsdapp-gcc x86_64-native-bsdapp-clang x86_64-native-bsdapp-gcc+shared x86_64-native-bsdapp-gcc+debug OS: RHEL96-64 Kernel Version: 5.14.0-570.12.1.el9_6.x86_64 GCC Version: gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-5) Clang Version: 19.1.7 (Red Hat, Inc. 19.1.7-2.el9) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc+shared x86_64-native-linuxapp-gcc+debug OS: SUSE15-64 Kernel Version: 6.4.0-150700.51-default GCC Version: gcc (SUSE Linux) 7.5.0 Clang Version: 17.0.6 x86_64-native-linuxapp-clang x86_64-native-linuxapp-gcc OS: AzureLinux3.0-64 Kernel Version: 6.6.47.1-1.azl3 GCC Version: gcc (GCC) 13.2.0 Clang Version: 18.1.2 x86_64-native-linuxapp-gcc OS: UB2404-32 Kernel Version: 6.8.0-41-generic GCC Version: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Clang Version: NA i686-native-linuxapp-gcc OS: RHEL10-64 Kernel Version: 6.12.0-55.9.1.el10_0.x86_64 GCC Version: gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-7) Clang Version: 19.1.7 (Red Hat, Inc. 19.1.7-2.el10) x86_64-native-linuxapp-gcc OS: UB2404-64 Kernel Version: 6.8.0-41-generic GCC Version: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Clang Version: NA x86_64-native-linuxapp-gcc+16byte x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang x86_64-native-linuxapp-doc OS: RHEL96-64RT Kernel Version: 5.14.0-570.12.1.el9_6.x86_64 GCC Version: gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-5) Clang Version: 19.1.7 (Red Hat, Inc. 19.1.7-2.el9) x86_64-native-linuxapp-gcc OS: UB2504-64 Kernel Version: 6.14.0-15-generic GCC Version: gcc (Ubuntu 14.2.0-19ubuntu2) 14.2.0 Clang Version: NA x86_64-native-linuxapp-gcc OS: FC42-64 Kernel Version: 6.14.0-63.fc42.x86_64 GCC Version: gcc (GCC) 15.0.1 20250329 (Red Hat 15.0.1-0) Clang Version: 20.1.3 (Fedora 20.1.3-1.fc42) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang OS: UB2404-64RT Kernel Version: 6.8.0-rt8 GCC Version: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Clang Version: NA x86_64-native-linuxapp-gcc *Build Failed #1: OS: OpenAnolis8.10-64 Target: x86_64-native-linuxapp-gcc Checking if "AVX512 checking" : compiles: YES Fetching value of define "__AVX512F__" : 1 config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/OpenAnolis8.10-64_K5.10.134_GCC8.5.0/x86_64-native-linuxapp-gcc/35303/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #2: OS: FreeBSD14-64 Target: x86_64-native-bsdapp-gcc Compiler for C supports arguments -mno-avx512f: YES config/x86/meson.build:66: WARNING: Binutils error with AVX512 assembly, disabling AVX512 support config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/FreeBSD14-64_K14.2_GCC13.3.0/x86_64-native-bsdapp-gcc/35303/dpdk/x86_64-native-bsdapp-gcc/meson-logs/meson-log.txt *Build Failed #3: OS: FreeBSD14-64 Target: x86_64-native-bsdapp-clang Checking if "AVX512 checking" : compiles: YES Fetching value of define "__AVX512F__" : 1 config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/FreeBSD14-64_K14.2_Clang18.1.6/x86_64-native-bsdapp-clang/35303/dpdk/x86_64-native-bsdapp-clang/meson-logs/meson-log.txt *Build Failed #4: OS: FreeBSD14-64 Target: x86_64-native-bsdapp-gcc+shared Compiler for C supports arguments -mno-avx512f: YES config/x86/meson.build:66: WARNING: Binutils error with AVX512 assembly, disabling AVX512 support config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/FreeBSD14-64_K14.2_GCC13.3.0/x86_64-native-bsdapp-gcc+shared/35303/dpdk/x86_64-native-bsdapp-gcc+shared/meson-logs/meson-log.txt *Build Failed #5: OS: FreeBSD14-64 Target: x86_64-native-bsdapp-gcc+debug Compiler for C supports arguments -mno-avx512f: YES config/x86/meson.build:66: WARNING: Binutils error with AVX512 assembly, disabling AVX512 support config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/FreeBSD14-64_K14.2_GCC13.3.0/x86_64-native-bsdapp-gcc+debug/35303/dpdk/x86_64-native-bsdapp-gcc+debug/meson-logs/meson-log.txt *Build Failed #6: OS: RHEL96-64 Target: x86_64-native-linuxapp-gcc Fetching value of define "__AVX512F__" : Compiler for C supports arguments -Wno-overriding-option: NO config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/RHEL96-64_K5.14.0_GCC11.5.0/x86_64-native-linuxapp-gcc/35303/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #7: OS: RHEL96-64 Target: x86_64-native-linuxapp-clang Fetching value of define "__AVX512F__" : Compiler for C supports arguments -Wno-overriding-option: YES config/x86/meson.build:88:16: ERROR: Unknown variable "cc_avx512_args". A full log can be found at /root/RHEL96-64_K5.14.0_Clang19.1.7/x86_64-native-linuxapp-clang/35303/dpdk/x86_64-native-linuxapp-clang/meson-logs/meson-log.txt *Build Failed #8: OS: RHEL96-64 Target: x86_64-native-linuxapp-gcc+shared Fetching value of define "__AVX512F__" : Compiler for C supports arguments -Wno-overriding-option: NO config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/RHEL96-64_K5.14.0_GCC11.5.0/x86_64-native-linuxapp-gcc+shared/35303/dpdk/x86_64-native-linuxapp-gcc+shared/meson-logs/meson-log.txt *Build Failed #9: OS: RHEL96-64 Target: x86_64-native-linuxapp-gcc+debug Fetching value of define "__AVX512F__" : Compiler for C supports arguments -Wno-overriding-option: NO config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/RHEL96-64_K5.14.0_GCC11.5.0/x86_64-native-linuxapp-gcc+debug/35303/dpdk/x86_64-native-linuxapp-gcc+debug/meson-logs/meson-log.txt *Build Failed #10: OS: SUSE15-64 Target: x86_64-native-linuxapp-clang Checking if "AVX512 checking" : compiles: YES Fetching value of define "__AVX512F__" : 1 config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/SUSE15-64_K6.4.0_Clang17.0.6/x86_64-native-linuxapp-clang/35303/dpdk/x86_64-native-linuxapp-clang/meson-logs/meson-log.txt *Build Failed #11: OS: SUSE15-64 Target: x86_64-native-linuxapp-gcc Checking if "AVX512 checking" : compiles: YES Fetching value of define "__AVX512F__" : 1 config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/SUSE15-64_K6.4.0_GCC7.5.0/x86_64-native-linuxapp-gcc/35303/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #12: OS: AzureLinux3.0-64 Target: x86_64-native-linuxapp-gcc Checking if "AVX512 checking" : compiles: YES Fetching value of define "__AVX512F__" : 1 config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/AzureLinux3.0-64_6.6.47.1_GCC13.2.0/x86_64-native-linuxapp-gcc/35303/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #13: OS: UB2404-32 Target: i686-native-linuxapp-gcc Checking if "AVX512 checking" : compiles: YES Fetching value of define "__AVX512F__" : 1 config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/UB2404-32_K6.8.0_GCC13.3.0/i686-native-linuxapp-gcc/35303/dpdk/i686-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #14: OS: RHEL10-64 Target: x86_64-native-linuxapp-gcc Fetching value of define "__AVX512F__" : Compiler for C supports arguments -Wno-overriding-option: NO config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/RHEL10-64_K6.12.0_GCC14.2.1/x86_64-native-linuxapp-gcc/35303/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #15: OS: UB2404-64 Target: x86_64-native-linuxapp-gcc+16byte Fetching value of define "__AVX512F__" : Compiler for C supports arguments -Wno-overriding-option: NO config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/UB2404-64_K6.8.0_GCC13.3.0/x86_64-native-linuxapp-gcc+16byte/35303/dpdk/x86_64-native-linuxapp-gcc+16byte/meson-logs/meson-log.txt *Build Failed #16: OS: UB2404-64 Target: x86_64-native-linuxapp-gcc Checking if "AVX512 checking" : compiles: YES Fetching value of define "__AVX512F__" : 1 config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/UB2404-64_K6.8.0_GCC13.3.0/x86_64-native-linuxapp-gcc/35303/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #17: OS: UB2404-64 Target: x86_64-native-linuxapp-clang Checking if "AVX512 checking" : compiles: YES Fetching value of define "__AVX512F__" : 1 config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/UB2404-64_K6.8.0_Clang18.1.3/x86_64-native-linuxapp-clang/35303/dpdk/x86_64-native-linuxapp-clang/meson-logs/meson-log.txt *Build Failed #18: OS: UB2404-64 Target: x86_64-native-linuxapp-doc Checking if "AVX512 checking" : compiles: YES Fetching value of define "__AVX512F__" : 1 config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/UB2404-64_K6.8.0_GCC13.3.0/x86_64-native-linuxapp-doc/35303/dpdk/x86_64-native-linuxapp-doc/meson-logs/meson-log.txt *Build Failed #19: OS: RHEL96-64RT Target: x86_64-native-linuxapp-gcc Fetching value of define "__AVX512F__" : Compiler for C supports arguments -Wno-overriding-option: NO config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/RHEL96-64RT_K5.14.0_GCC11.5.0/x86_64-native-linuxapp-gcc/35303/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #20: OS: UB2504-64 Target: x86_64-native-linuxapp-gcc Checking if "AVX512 checking" : compiles: YES Fetching value of define "__AVX512F__" : 1 config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/UB2504-64_K6.14.0_GCC14.2.0/x86_64-native-linuxapp-gcc/35303/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #21: OS: FC42-64 Target: x86_64-native-linuxapp-gcc Fetching value of define "__AVX512F__" : Compiler for C supports arguments -Wno-overriding-option: NO config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/FC42-64_K6.14.0_GCC15.0.1/x86_64-native-linuxapp-gcc/35303/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #22: OS: FC42-64 Target: x86_64-native-linuxapp-clang Fetching value of define "__AVX512F__" : Compiler for C supports arguments -Wno-overriding-option: YES config/x86/meson.build:88:16: ERROR: Unknown variable "cc_avx512_args". A full log can be found at /root/FC42-64_K6.14.0_Clang20.1.3/x86_64-native-linuxapp-clang/35303/dpdk/x86_64-native-linuxapp-clang/meson-logs/meson-log.txt *Build Failed #23: OS: UB2404-64RT Target: x86_64-native-linuxapp-gcc Fetching value of define "__AVX512F__" : Compiler for C supports arguments -Wno-overriding-option: NO config/x86/meson.build:94:4: ERROR: Format placeholder @0@ out of range. A full log can be found at /root/UB2404-64RT_K6.8.0_GCC13.3.0/x86_64-native-linuxapp-gcc/35303/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt DPDK STV team