******************************************************************************** conan install jerryscript/2.2.0@ --build=jerryscript --profile=C:\J\w\BuildSingleReference@4/23454/8c04719a-58f5-45d5-8e74-eead384c2c37/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (C:\J\w\BuildSingleReference@4\.conan\profiles\default) Found Visual Studio 16 Default settings os=Windows os_build=Windows arch=x86_64 arch_build=x86_64 compiler=Visual Studio compiler.version=16 build_type=Release *** You can change them in C:\J\w\BuildSingleReference@4\.conan\profiles\default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=15 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:7bd6f2c3d5c4e48a75805376b58cde753392f711 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK jerryscript/2.2.0: Configuring sources in C:\J\w\BuildSingleReference@4/s\f90739\1 Unzipping 12.3MB, this can take a while [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK jerryscript/2.2.0: Copying sources to build folder jerryscript/2.2.0: Building your package in C:\J\w\BuildSingleReference@4/s\a6864e\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@4/s\a6864e\1\build_subfolder && cmake -G "Visual Studio 15 2017 Win64" -DCONAN_LINK_RUNTIME="/MT" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="15" -DCONAN_CXX_FLAGS="/MP16" -DCONAN_C_FLAGS="/MP16" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="C:\J\w\BuildSingleReference@4/s\ce064b\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="False" -DENABLE_LTO="False" -Wno-dev C:\J\w\BuildSingleReference@4/s\a6864e\1 ----------------- -- The C compiler identification is MSVC 19.16.27035.0 -- The CXX compiler identification is MSVC 19.16.27035.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/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/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/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 False -- ENABLE_STRIP OFF (FORCED BY COMPILER) -- JERRY_CMDLINE False -- JERRY_CMDLINE_TEST OFF -- JERRY_CMDLINE_SNAPSHOT OFF -- JERRY_LIBFUZZER OFF (FORCED BY COMPILER) -- JERRY_PORT_DEFAULT ON -- JERRY_EXT ON -- JERRY_LIBM OFF (FORCED BY COMPILER) -- UNITTESTS OFF -- DOCTESTS OFF -- ENABLE_ALL_IN_ONE ON (FORCED BY COMPILER) -- JERRY_CPOINTER_32_BIT OFF -- JERRY_DEBUGGER OFF -- JERRY_ERROR_MESSAGES OFF -- JERRY_EXTERNAL_CONTEXT OFF -- JERRY_PARSER ON -- JERRY_LINE_INFO OFF -- JERRY_LOGGING OFF -- JERRY_MEM_STATS OFF -- JERRY_MEM_GC_BEFORE_EACH_ALLOC OFF -- JERRY_PARSER_DUMP_BYTE_CODE OFF -- JERRY_PROFILE es5.1 -- JERRY_REGEXP_STRICT_MODE OFF -- JERRY_REGEXP_DUMP_BYTE_CODE OFF -- JERRY_SNAPSHOT_EXEC OFF -- JERRY_SNAPSHOT_SAVE OFF -- JERRY_SYSTEM_ALLOCATOR OFF -- JERRY_VALGRIND OFF -- JERRY_VM_EXEC_STOP OFF -- 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 -- Configuring done -- Generating done -- Build files have been written to: C:/J/w/BuildSingleReference@4/s/a6864e/1/build_subfolder ----Running------ > cmake --build C:\J\w\BuildSingleReference@4/s\a6864e\1\build_subfolder --config Release -- /m:16 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Checking Build System Building Custom Rule C:/J/w/BuildSingleReference@4/s/a6864e/1/source_subfolder/jerry-core/CMakeLists.txt jerry-all-in.c C:/J/w/BuildSingleReference@4/s/a6864e/1/source_subfolder/jerry-core/ecma/base/ecma-helpers-conversion.c(791): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-core\jerry-core.vcxproj] C:/J/w/BuildSingleReference@4/s/a6864e/1/source_subfolder/jerry-core/parser/js/js-scanner-util.c(1914): warning C4090: 'function': different 'const' qualifiers [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-core\jerry-core.vcxproj] C:/J/w/BuildSingleReference@4/s/a6864e/1/source_subfolder/jerry-core/parser/regexp/re-bytecode.c(268): warning C4028: formal parameter 2 different from declaration [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-core\jerry-core.vcxproj] C:/J/w/BuildSingleReference@4/s/a6864e/1/source_subfolder/jerry-core/parser/regexp/re-bytecode.c(268): warning C4028: formal parameter 3 different from declaration [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-core\jerry-core.vcxproj] jerry-core.vcxproj -> C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\lib\jerry-core.lib Building Custom Rule C:/J/w/BuildSingleReference@4/s/a6864e/1/source_subfolder/jerry-ext/CMakeLists.txt Building Custom Rule C:/J/w/BuildSingleReference@4/s/a6864e/1/source_subfolder/jerry-port/default/CMakeLists.txt Building Custom Rule C:/J/w/BuildSingleReference@4/s/a6864e/1/source_subfolder/jerry-port/default/CMakeLists.txt default-date.c arg-js-iterator-helper.c default-date.c default-debugger.c default-debugger.c arg-transform-functions.c arg.c default-external-context.c default-fatal.c default-external-context.c default-io.c default-fatal.c default-module.c default-io.c debugger-common.c C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-port\default\default-module.c(117): warning C4047: 'function': 'char *' differs in levels of indirection from 'char (*)[3]' [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-port\default\jerry-port-default-minimal.vcxproj] C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-port\default\default-module.c(117): warning C4024: '_splitpath_s': different types for formal and actual parameter 2 [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-port\default\jerry-port-default-minimal.vcxproj] C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-port\default\default-module.c(125): warning C4047: 'function': 'const char *' differs in levels of indirection from 'char (*)[3]' [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-port\default\jerry-port-default-minimal.vcxproj] C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-port\default\default-module.c(125): warning C4024: 'strncat': different types for formal and actual parameter 2 [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-port\default\jerry-port-default-minimal.vcxproj] default-module.c debugger-rp.c debugger-serial.c debugger-sha1.c debugger-tcp.c debugger-ws.c handle-scope-allocator.c handle-scope.c handler-assert.c handler-gc.c C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-port\default\default-module.c(117): warning C4047: 'function': 'char *' differs in levels of indirection from 'char (*)[3]' [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-port\default\jerry-port-default.vcxproj] C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-port\default\default-module.c(117): warning C4024: '_splitpath_s': different types for formal and actual parameter 2 [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-port\default\jerry-port-default.vcxproj] C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-port\default\default-module.c(125): warning C4047: 'function': 'const char *' differs in levels of indirection from 'char (*)[3]' [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-port\default\jerry-port-default.vcxproj] C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-port\default\default-module.c(125): warning C4024: 'strncat': different types for formal and actual parameter 2 [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-port\default\jerry-port-default.vcxproj] handler-print.c handler-register.c handler-resource-name.c module.c C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-ext\handle-scope\handle-scope-allocator.c(128): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-ext\jerry-ext.vcxproj] C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-port\default\default-date.c(84): warning C4244: 'return': conversion from 'LONGLONG' to 'double', possible loss of data [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-port\default\jerry-port-default-minimal.vcxproj] C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-port\default\default-date.c(113): warning C4244: 'return': conversion from 'time_t' to 'double', possible loss of data [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-port\default\jerry-port-default-minimal.vcxproj] C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-port\default\default-date.c(84): warning C4244: 'return': conversion from 'LONGLONG' to 'double', possible loss of data [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-port\default\jerry-port-default.vcxproj] C:\J\w\BuildSingleReference@4\s\a6864e\1\source_subfolder\jerry-port\default\default-date.c(113): warning C4244: 'return': conversion from 'time_t' to 'double', possible loss of data [C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\source_subfolder\jerry-port\default\jerry-port-default.vcxproj] jerry-ext.vcxproj -> C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\lib\jerry-ext.lib jerry-port-default-minimal.vcxproj -> C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\lib\jerry-port-default-minimal.lib jerry-port-default.vcxproj -> C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\lib\jerry-port-default.lib Building Custom Rule C:/J/w/BuildSingleReference@4/s/a6864e/1/CMakeLists.txt jerryscript/2.2.0: Package '7bd6f2c3d5c4e48a75805376b58cde753392f711' built jerryscript/2.2.0: Build folder C:\J\w\BuildSingleReference@4/s\a6864e\1 jerryscript/2.2.0: Generated conaninfo.txt jerryscript/2.2.0: Generated conanbuildinfo.txt jerryscript/2.2.0: Generating the package jerryscript/2.2.0: Package folder C:\J\w\BuildSingleReference@4/s\ce064b\1 jerryscript/2.2.0: Calling package() ----Running------ > cmake --build C:\J\w\BuildSingleReference@4/s\a6864e\1\build_subfolder --config Release --target install -- /m:16 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. jerry-core.vcxproj -> C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\lib\jerry-core.lib jerry-ext.vcxproj -> C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\lib\jerry-ext.lib jerry-port-default-minimal.vcxproj -> C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\lib\jerry-port-default-minimal.lib jerry-port-default.vcxproj -> C:\J\w\BuildSingleReference@4\s\a6864e\1\build_subfolder\lib\jerry-port-default.lib -- Install configuration: "Release" -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/lib/jerry-core.lib -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/lib/pkgconfig/libjerry-core.pc -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-config.h -- Up-to-date: C:/J/w/BuildSingleReference@4/s/ce064b/1/include -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-compiler.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-core.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-debugger-transport.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-debugger.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-port.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-snapshot.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/lib/jerry-ext.lib -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/lib/pkgconfig/libjerry-ext.pc -- Up-to-date: C:/J/w/BuildSingleReference@4/s/ce064b/1/include -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-ext -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-ext/arg.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-ext/arg.impl.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-ext/autorelease.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-ext/autorelease.impl.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-ext/debugger.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-ext/handle-scope.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-ext/handler.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-ext/module.h -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/lib/jerry-port-default.lib -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/lib/jerry-port-default-minimal.lib -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/lib/pkgconfig/libjerry-port-default.pc -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/lib/pkgconfig/libjerry-port-default-minimal.pc -- Up-to-date: C:/J/w/BuildSingleReference@4/s/ce064b/1/include -- Installing: C:/J/w/BuildSingleReference@4/s/ce064b/1/include/jerryscript-port-default.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(): [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 jerryscript/2.2.0 package(): Packaged 17 '.h' files jerryscript/2.2.0 package(): Packaged 4 '.lib' files: jerry-core.lib, jerry-ext.lib, jerry-port-default-minimal.lib, jerry-port-default.lib jerryscript/2.2.0 package(): Packaged 1 file: LICENSE jerryscript/2.2.0: Package '7bd6f2c3d5c4e48a75805376b58cde753392f711' created jerryscript/2.2.0: Created package revision c13a47ad8896628f733f0a15bb16fbda [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 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