******************************************************************************** conan install jerryscript/2.2.0@ --build=jerryscript --profile=C:\J\w\BuildSingleReference@10/25548/503c0a52-9852-492e-892f-0c9c1174b874/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=16 os=Windows os_build=Windows [options] jerryscript:shared=False [build_requires] [env] jerryscript/2.2.0: Forced build from source Installing package: jerryscript/2.2.0 Requirements jerryscript/2.2.0 from local cache - Cache Packages jerryscript/2.2.0:bc8596d4b8da05a426e304a8d324ddffae767a89 - Build Installing (downloading, building) binaries... jerryscript/2.2.0: Copying sources to build folder jerryscript/2.2.0: Building your package in C:\J\w\BuildSingleReference@10/s\37101e\1 jerryscript/2.2.0: Generator cmake created conanbuildinfo.cmake [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK jerryscript/2.2.0: Calling build() ----Running------ > cd C:\J\w\BuildSingleReference@10/s\37101e\1\build_subfolder && cmake -G "Visual Studio 16 2019" -A "x64" -DCONAN_LINK_RUNTIME="/MT" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="16" -DCONAN_CXX_FLAGS="/MP16" -DCONAN_C_FLAGS="/MP16" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="C:\J\w\BuildSingleReference@10/s\71bd61\1" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DJERRY_CMDLINE="True" -DJERRY_CMDLINE_TEST="False" -DJERRY_CMDLINE_SNAPSHOT="False" -DJERRY_PORT_DEFAULT="True" -DJERRY_EXT="True" -DJERRY_LIBM="True" -DENABLE_STRIP="True" -DENABLE_LTO="True" -DENABLE_ALL_IN_ONE="False" -DJERRY_DEBUGGER="False" -DJERRY_LINE_INFO="False" -DJERRY_PROFILE="es5.1" -DJERRY_EXTERNAL_CONTEXT="False" -DJERRY_SNAPSHOT_EXEC="False" -DJERRY_SNAPSHOT_SAVE="False" -DJERRY_PARSER="True" -DJERRY_PARSER_DUMP_BYTE_CODE="False" -DJERRY_REGEXP_DUMP_BYTE_CODE="False" -DJERRY_REGEXP_STRICT_MODE="False" -DJERRY_ERROR_MESSAGES="False" -DJERRY_LOGGING="False" -DJERRY_MEM_STATS="False" -DJERRY_GLOBAL_HEAP_SIZE="(512)" -DJERRY_GC_LIMIT="(0)" -DJERRY_GC_MARK_LIMIT="(8)" -DJERRY_STACK_LIMIT="(0)" -DJERRY_CPOINTER_32_BIT="False" -DJERRY_SYSTEM_ALLOCATOR="False" -DJERRY_VALGRIND="False" -DJERRY_MEM_GC_BEFORE_EACH_ALLOC="False" -DJERRY_VM_EXEC_STOP="False" -Wno-dev C:\J\w\BuildSingleReference@10/s\37101e\1 ----------------- -- The C compiler identification is MSVC 19.28.29333.0 -- The CXX compiler identification is MSVC 19.28.29333.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- CMAKE_BUILD_TYPE MinSizeRel -- CMAKE_C_COMPILER_ID MSVC -- CMAKE_SYSTEM_NAME Windows -- CMAKE_SYSTEM_PROCESSOR AMD64 -- BUILD_SHARED_LIBS OFF -- ENABLE_LTO True -- ENABLE_STRIP OFF (FORCED BY COMPILER) -- JERRY_CMDLINE True -- JERRY_CMDLINE_TEST False -- JERRY_CMDLINE_SNAPSHOT False -- JERRY_LIBFUZZER OFF (FORCED BY COMPILER) -- JERRY_PORT_DEFAULT ON (FORCED BY CMDLINE OR LIBFUZZER OR TESTS) -- JERRY_EXT ON (FORCED BY CMDLINE OR TESTS) -- JERRY_LIBM OFF (FORCED BY COMPILER) -- UNITTESTS OFF -- DOCTESTS OFF -- ENABLE_ALL_IN_ONE ON (FORCED BY COMPILER) -- JERRY_CPOINTER_32_BIT False -- JERRY_DEBUGGER False -- JERRY_ERROR_MESSAGES False -- JERRY_EXTERNAL_CONTEXT False -- JERRY_PARSER True -- JERRY_LINE_INFO False -- JERRY_LOGGING False -- JERRY_MEM_STATS False -- JERRY_MEM_GC_BEFORE_EACH_ALLOC False -- JERRY_PARSER_DUMP_BYTE_CODE False -- JERRY_PROFILE es5.1 -- JERRY_REGEXP_STRICT_MODE False -- JERRY_REGEXP_DUMP_BYTE_CODE False -- JERRY_SNAPSHOT_EXEC False -- JERRY_SNAPSHOT_SAVE False -- JERRY_SYSTEM_ALLOCATOR False -- JERRY_VALGRIND False -- JERRY_VM_EXEC_STOP False -- JERRY_GLOBAL_HEAP_SIZE (512) -- JERRY_GC_LIMIT (0) -- JERRY_STACK_LIMIT (0) -- JERRY_GC_MARK_LIMIT (8) -- FEATURE_INIT_FINI OFF -- Performing Test HAVE_TM_GMTOFF -- Performing Test HAVE_TM_GMTOFF - Failed -- Looking for include file time.h -- Looking for include file time.h - not found -- Looking for include file unistd.h -- Looking for include file unistd.h - not found -- ENABLE_LINK_MAP OFF -- Configuring done -- Generating done -- Build files have been written to: C:/J/w/BuildSingleReference@10/s/37101e/1/build_subfolder ----Running------ > cmake --build C:\J\w\BuildSingleReference@10/s\37101e\1\build_subfolder --config Release -- /m:16 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 16.8.1+bd2ea1e3c for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Checking Build System Building Custom Rule C:/J/w/BuildSingleReference@10/s/37101e/1/source_subfolder/jerry-core/CMakeLists.txt jerry-all-in.c C:/J/w/BuildSingleReference@10/s/37101e/1/source_subfolder/jerry-core/ecma/base/ecma-helpers-conversion.c(791,43): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\J\w\BuildSingleReference@10\s\37101e\1\build_subfolder\source_subfolder\jerry-core\jerry-core.vcxproj] C:/J/w/BuildSingleReference@10/s/37101e/1/source_subfolder/jerry-core/parser/js/js-scanner-util.c(1914,32): warning C4090: 'function': different 'const' qualifiers [C:\J\w\BuildSingleReference@10\s\37101e\1\build_subfolder\source_subfolder\jerry-core\jerry-core.vcxproj] CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR