Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/104266 _Compilation issues_ Submitter: Stephen Hemminger Date: 2021-11-13 00:28:24 Reply_mail: 20211113002824.338343-6-stephen@networkplumber.org DPDK git baseline: Repo:dpdk, CommitID: d4fb4eb08725a3e667042c1f5cd3ed72b94505a7 Meson Build Summary: 20 Builds Done, 19 Successful, 1 Failures, 0 Blocked +--------------+------------+--------------+------------+------------+-----------+----------+ | os | gcc-static | clang-static | icc-static | gcc-shared | gcc-debug | document | +--------------+------------+--------------+------------+------------+-----------+----------+ | UB2004-64 | pass | pass | pass | | | pass | | FC34-64 | | pass | | | | | | FC35-64 | pass | | | | | | | WIN10-64 | | fail | | | | | | UB2004-32 | pass | | | | | | | FreeBSD13-64 | pass | pass | | pass | pass | | | UB2110-64 | pass | | | | | | | SUSE15-64 | pass | pass | | | | | | RHEL84-64 | pass | pass | pass | pass | pass | | +--------------+------------+--------------+------------+------------+-----------+----------+ 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.14.16-201.fc34.x86_64 GCC Version: gcc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1) Clang Version: 12.0.1 (Fedora 12.0.1-1.fc34) x86_64-native-linuxapp-clang 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 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: WIN10-64 Target: x86_64-windows-clang FAILED: lib/rte_eal-22.dll "clang" @lib/rte_eal-22.dll.rsp Creating library lib\rte_eal.lib and object lib\rte_eal.exp eal_common_malloc_heap.c.obj : error LNK2019: unresolved external symbol unregister_mp_requests referenced in function rte_eal_malloc_heap_cleanup lib/rte_eal-22.dll : fatal error LNK1120: 1 unresolved externals clang: error: linker command failed with exit code 1120 (use -v to see invocation) [97/549] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf_dyn.c.obj [98/549] Compiling C object lib/librte_mbuf.a.p/mbuf_rte_mbuf.c.obj [99/549] Compiling C object lib/librte_net.a.p/net_rte_arp.c.obj [100/549] Compiling C object lib/librte_mempool.a.p/mempool_mempool_trace_points.c.obj [101/549] Compiling C object lib/librte_net.a.p/net_rte_net_crc.c.obj [102/549] Compiling C object lib/librte_meter.a.p/meter_rte_meter.c.obj [103/549] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_mtr.c.obj [104/549] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.obj [105/549] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.obj [106/549] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.obj [107/549] Compiling C object lib/librte_net.a.p/net_rte_ether.c.obj [108/549] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.obj [109/549] Compiling C object lib/librte_net.a.p/net_rte_net.c.obj ninja: build stopped DPDK STV team