******************************************************************************** conan install wasm-micro-runtime/1.2.2@#019196e28ca438739723fdb824b65676 --build=wasm-micro-runtime -pr /home/conan/w/prod/BuildSingleReference/267333/fcdf871b-ea1a-4e54-99b2-7de46be95691/profile_linux_10_libstdcpp11_gcc_release_64.wasm-micro-runtime-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 10 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=10 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux [options] wasm-micro-runtime:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True wasm-micro-runtime/1.2.2: Forced build from source Installing package: wasm-micro-runtime/1.2.2 Requirements wasm-micro-runtime/1.2.2 from local cache - Cache Packages wasm-micro-runtime/1.2.2:1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK wasm-micro-runtime/1.2.2: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/source/src wasm-micro-runtime/1.2.2: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK wasm-micro-runtime/1.2.2: Copying sources to build folder wasm-micro-runtime/1.2.2: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86 wasm-micro-runtime/1.2.2: Generator txt created conanbuildinfo.txt wasm-micro-runtime/1.2.2: Calling generate() wasm-micro-runtime/1.2.2: Preset 'release' added to CMakePresets.json. Invoke it manually using 'cmake --preset release' wasm-micro-runtime/1.2.2: If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/build/Release/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release' wasm-micro-runtime/1.2.2: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK wasm-micro-runtime/1.2.2: Calling build() wasm-micro-runtime/1.2.2: Apply patch (conan): separate static and shasred build wasm-micro-runtime/1.2.2: CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/build/Release/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/package/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/src" ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/build/Release/generators/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/package/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/src" ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/build/Release/generators/conan_toolchain.cmake -- Conan toolchain: Setting CMAKE_POSITION_INDEPENDENT_CODE=ON (options.fPIC) -- Conan toolchain: Setting BUILD_SHARED_LIBS = OFF -- The C compiler identification is GNU 10.3.0 -- The CXX compiler identification is GNU 10.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- The ASM compiler identification is GNU -- Found assembler: /usr/bin/gcc -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/build/Release wasm-micro-runtime/1.2.2: CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/build/Release" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/build/Release" '--' '-j3' ----------------- Scanning dependencies of target iwasm_static [ 2%] Building C object CMakeFiles/iwasm_static.dir/core/shared/platform/linux/platform_init.c.o [ 5%] Building C object CMakeFiles/iwasm_static.dir/core/shared/platform/common/posix/posix_malloc.c.o [ 8%] Building C object CMakeFiles/iwasm_static.dir/core/shared/platform/common/posix/posix_memmap.c.o [ 11%] Building C object CMakeFiles/iwasm_static.dir/core/shared/platform/common/posix/posix_socket.c.o [ 14%] Building C object CMakeFiles/iwasm_static.dir/core/shared/platform/common/posix/posix_thread.c.o [ 17%] Building C object CMakeFiles/iwasm_static.dir/core/shared/platform/common/posix/posix_time.c.o [ 20%] Building C object CMakeFiles/iwasm_static.dir/core/shared/mem-alloc/ems/ems_alloc.c.o [ 22%] Building C object CMakeFiles/iwasm_static.dir/core/shared/mem-alloc/ems/ems_hmu.c.o [ 25%] Building C object CMakeFiles/iwasm_static.dir/core/shared/mem-alloc/ems/ems_kfc.c.o [ 28%] Building C object CMakeFiles/iwasm_static.dir/core/shared/mem-alloc/mem_alloc.c.o [ 31%] Building C object CMakeFiles/iwasm_static.dir/core/shared/utils/bh_assert.c.o [ 34%] Building C object CMakeFiles/iwasm_static.dir/core/shared/utils/bh_common.c.o [ 37%] Building C object CMakeFiles/iwasm_static.dir/core/shared/utils/bh_hashmap.c.o [ 40%] Building C object CMakeFiles/iwasm_static.dir/core/shared/utils/bh_list.c.o [ 42%] Building C object CMakeFiles/iwasm_static.dir/core/shared/utils/bh_log.c.o [ 45%] Building C object CMakeFiles/iwasm_static.dir/core/shared/utils/bh_queue.c.o [ 48%] Building C object CMakeFiles/iwasm_static.dir/core/shared/utils/bh_vector.c.o [ 51%] Building C object CMakeFiles/iwasm_static.dir/core/shared/utils/runtime_timer.c.o [ 54%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/libraries/libc-builtin/libc_builtin_wrapper.c.o [ 57%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/common/wasm_application.c.o [ 60%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/common/wasm_c_api.c.o [ 62%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/common/wasm_exec_env.c.o [ 65%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/common/wasm_memory.c.o [ 68%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/common/wasm_native.c.o [ 71%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/common/wasm_runtime_common.c.o [ 74%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/common/wasm_shared_memory.c.o [ 77%] Building ASM object CMakeFiles/iwasm_static.dir/core/iwasm/common/arch/invokeNative_em64_simd.s.o [ 80%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/interpreter/wasm_interp_fast.c.o [ 82%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/interpreter/wasm_loader.c.o [ 85%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/interpreter/wasm_runtime.c.o [ 88%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/aot/aot_intrinsic.c.o [ 91%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/aot/aot_loader.c.o [ 94%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/aot/aot_runtime.c.o [ 97%] Building C object CMakeFiles/iwasm_static.dir/core/iwasm/aot/arch/aot_reloc_x86_64.c.o [100%] Linking C static library libvmlib.a [100%] Built target iwasm_static wasm-micro-runtime/1.2.2: Package '1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86' built wasm-micro-runtime/1.2.2: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/build/Release wasm-micro-runtime/1.2.2: Generated conaninfo.txt wasm-micro-runtime/1.2.2: Generated conanbuildinfo.txt wasm-micro-runtime/1.2.2: Generating the package wasm-micro-runtime/1.2.2: Package folder /home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/package/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86 wasm-micro-runtime/1.2.2: Calling package() wasm-micro-runtime/1.2.2: Copied 1 file: LICENSE wasm-micro-runtime/1.2.2: CMake command: cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/build/Release" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/package/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86" ----Running------ > cmake --install "/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/build/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/build/Release" --prefix "/home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/package/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86" ----------------- -- Install configuration: "Release" -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/package/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/lib/libvmlib.a -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/package/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/include/wasm_c_api.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/package/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/include/wasm_export.h -- Installing: /home/conan/w/prod/BuildSingleReference/.conan/data/wasm-micro-runtime/1.2.2/_/_/package/1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86/include/lib_export.h [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [STATIC ARTIFACTS (KB-H074)] OK [HOOK - conan-center.py] post_package(): [EITHER STATIC OR SHARED OF EACH LIB (KB-H076)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK [HOOK - conan-center.py] post_package(): [SHORT_PATHS USAGE (KB-H066)] OK [HOOK - conan-center.py] post_package(): [MISSING SYSTEM LIBS (KB-H043)] OK [HOOK - conan-center.py] post_package(): [APPLE RELOCATABLE SHARED LIBS (KB-H077)] OK wasm-micro-runtime/1.2.2 package(): Packaged 1 file: LICENSE wasm-micro-runtime/1.2.2 package(): Packaged 1 '.a' file: libvmlib.a wasm-micro-runtime/1.2.2 package(): Packaged 3 '.h' files: lib_export.h, wasm_export.h, wasm_c_api.h wasm-micro-runtime/1.2.2: Package '1ee65dc6053c211c4edbdecf2b01d8ae3cf99a86' created wasm-micro-runtime/1.2.2: Created package revision c4082671f57bb1e59099b6ebdd95afc8 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] post_package_info(): [INCLUDE PATH DOES NOT EXIST (KB-H071)] OK Aggregating env generators -- Build Configurations: Build as target X86_64 CMAKE_BUILD_TYPE Release WAMR Interpreter enabled WAMR AOT enabled WAMR Fast JIT disabled WAMR LLVM ORC JIT disabled Libc builtin enabled Libc WASI disabled Fast interpreter enabled Multiple modules disabled Bulk memory feature enabled SIMD enabled Reference types disabled wasm-micro-runtime/1.2.2: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior