Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/109439 _Compilation issues_ Submitter: Owen Hilyard Date: 2022-04-07 21:47:08 Reply_mail: <20220407214707.29730-5-ohilyard@iol.unh.edu> DPDK git baseline: Repo:dpdk, CommitID: b35c4b0aa2bcd242d8b1989acaa41fed154045c7 Meson Build Summary: 21 Builds Done, 0 Successful, 21 Failures, 0 Blocked +--------------+------------+--------------+------------+------------+-----------+----------+------------+ | os | gcc-static | clang-static | icc-static | gcc-shared | gcc-debug | document | gcc-16byte | +--------------+------------+--------------+------------+------------+-----------+----------+------------+ | FC35-64 | fail | fail | | | | | | | FreeBSD13-64 | fail | fail | | fail | fail | | | | RHEL84-64 | fail | fail | fail | fail | fail | | | | SUSE15-64 | fail | fail | | | | | | | UB2004-32 | fail | | | | | | | | UB2004-64 | fail | fail | fail | | | fail | fail | | UB2110-64 | fail | | | | | | | | RHEL85-64 | 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: FC35-64 Kernel Version: 5.14.16-301.fc35.x86_64 GCC Version: gcc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1) Clang Version: 13.0.0 (Fedora 13.0.0~rc1-1.fc35) x86_64-native-linuxapp-gcc x86_64-native-linuxapp-clang 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: RHEL84-64 Kernel Version: 4.18.0-348.7.1.el8_5.x86_64 GCC Version: gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-4) Clang Version: 12.0.1 (Red Hat 12.0.1-4.module_el8.5.0+1025+93159d6c) ICC Version: 19.1.3.304 (gcc version 8.5.0 compatibility) 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 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: 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: 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 x86_64-native-linuxapp-gcc+16byte 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: RHEL85-64 Kernel Version: 4.18.0-348.7.1.el8_5.x86_64 GCC Version: gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-4) Clang Version: 12.0.1 (Red Hat 12.0.1-4.module_el8.5.0+1025+93159d6c) ICC Version: 19.1.3.304 (gcc version 8.5.0 compatibility) x86_64-native-linuxapp-gcc *Build Failed #1: OS: FC35-64 Target: x86_64-native-linuxapp-gcc Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/FC35-64_K5.14.16_GCC11.2.1/x86_64-native-linuxapp-gcc/22419/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #2: OS: FC35-64 Target: x86_64-native-linuxapp-clang Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/FC35-64_K5.14.17_Clang13.0.0/x86_64-native-linuxapp-clang/22419/dpdk/x86_64-native-linuxapp-clang/meson-logs/meson-log.txt *Build Failed #3: OS: FreeBSD13-64 Target: x86_64-native-bsdapp-gcc Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/FreeBSD13-64_K13_GCC10.3.0/x86_64-native-bsdapp-gcc/22419/dpdk/x86_64-native-bsdapp-gcc/meson-logs/meson-log.txt *Build Failed #4: OS: FreeBSD13-64 Target: x86_64-native-bsdapp-clang Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/FreeBSD13-64_K13_Clang11.0.1/x86_64-native-bsdapp-clang/22419/dpdk/x86_64-native-bsdapp-clang/meson-logs/meson-log.txt *Build Failed #5: OS: FreeBSD13-64 Target: x86_64-native-bsdapp-gcc+shared Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/FreeBSD13-64_K13_GCC10.3.0/x86_64-native-bsdapp-gcc+shared/22419/dpdk/x86_64-native-bsdapp-gcc+shared/meson-logs/meson-log.txt *Build Failed #6: OS: FreeBSD13-64 Target: x86_64-native-bsdapp-gcc+debug Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/FreeBSD13-64_K13_GCC10.3.0/x86_64-native-bsdapp-gcc+debug/22419/dpdk/x86_64-native-bsdapp-gcc+debug/meson-logs/meson-log.txt *Build Failed #7: OS: RHEL84-64 Target: x86_64-native-linuxapp-gcc Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/RHEL84-64_K4.18.0_GCC8.4.1/x86_64-native-linuxapp-gcc/22419/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #8: OS: RHEL84-64 Target: x86_64-native-linuxapp-clang Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/RHEL84-64_K4.18.0_Clang11.0.0/x86_64-native-linuxapp-clang/22419/dpdk/x86_64-native-linuxapp-clang/meson-logs/meson-log.txt *Build Failed #9: OS: RHEL84-64 Target: x86_64-native-linuxapp-gcc+shared Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/RHEL84-64_K4.18.0_GCC8.4.1/x86_64-native-linuxapp-gcc+shared/22419/dpdk/x86_64-native-linuxapp-gcc+shared/meson-logs/meson-log.txt *Build Failed #10: OS: RHEL84-64 Target: x86_64-native-linuxapp-gcc+debug Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/RHEL84-64_K4.18.0_GCC8.4.1/x86_64-native-linuxapp-gcc+debug/22419/dpdk/x86_64-native-linuxapp-gcc+debug/meson-logs/meson-log.txt *Build Failed #11: OS: RHEL84-64 Target: x86_64-native-linuxapp-icc Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/RHEL84-64_K4.18.0_ICC19.1.3/x86_64-native-linuxapp-icc/22419/dpdk/x86_64-native-linuxapp-icc/meson-logs/meson-log.txt *Build Failed #12: OS: SUSE15-64 Target: x86_64-native-linuxapp-clang Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/SUSE15-64_K5.3.18_Clang11.0.1/x86_64-native-linuxapp-clang/22419/dpdk/x86_64-native-linuxapp-clang/meson-logs/meson-log.txt *Build Failed #13: OS: SUSE15-64 Target: x86_64-native-linuxapp-gcc Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/SUSE15-64_K5.3.18_GCC7.5.0/x86_64-native-linuxapp-gcc/22419/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #14: OS: UB2004-32 Target: i686-native-linuxapp-gcc Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/UB2004-32_K5.8.0_GCC10.2.0/i686-native-linuxapp-gcc/22419/dpdk/i686-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #15: OS: UB2004-64 Target: x86_64-native-linuxapp-clang Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/UB2004-64_K5.8.0_Clang10.0.0/x86_64-native-linuxapp-clang/22419/dpdk/x86_64-native-linuxapp-clang/meson-logs/meson-log.txt *Build Failed #16: OS: UB2004-64 Target: x86_64-native-linuxapp-gcc Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/UB2004-64_K5.8.0_GCC10.3.0/x86_64-native-linuxapp-gcc/22419/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #17: OS: UB2004-64 Target: x86_64-native-linuxapp-icc Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/UB2004-64_K5.8.0_ICC19.1.3/x86_64-native-linuxapp-icc/22419/dpdk/x86_64-native-linuxapp-icc/meson-logs/meson-log.txt *Build Failed #18: OS: UB2004-64 Target: x86_64-native-linuxapp-doc Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/UB2004-64_K5.8.0_GCC10.3.0/x86_64-native-linuxapp-doc/22419/dpdk/x86_64-native-linuxapp-doc/meson-logs/meson-log.txt *Build Failed #19: OS: UB2110-64 Target: x86_64-native-linuxapp-gcc Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/UB2110-64_K5.13.0_GCC11.2.0/x86_64-native-linuxapp-gcc/22419/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt *Build Failed #20: OS: UB2004-64 Target: x86_64-native-linuxapp-gcc+16byte Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/UB2004-64_K5.8.0_GCC10.3.0/x86_64-native-linuxapp-gcc+16byte/22419/dpdk/x86_64-native-linuxapp-gcc+16byte/meson-logs/meson-log.txt *Build Failed #21: OS: RHEL85-64 Target: x86_64-native-linuxapp-gcc Host machine cpu: x86_64 Message: ## Building in Developer Mode ## meson.build:35:4: ERROR: Tried to access compiler for language "cpp", not specified for host machine. A full log can be found at /root/RHEL85-64_K4.18.0_GCC8.5.0/x86_64-native-linuxapp-gcc/22419/dpdk/x86_64-native-linuxapp-gcc/meson-logs/meson-log.txt DPDK STV team