[HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK [HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK [HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK [HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK [HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK [HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 5.2734375 KB [HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: ['CMakeLists.txt'] [HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK [HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK [HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK [HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK [HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK [HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK [HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK [HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK [HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK [HOOK - conan-center.py] pre_export(): [NO FINAL ENDLINE (KB-H041)] OK [HOOK - conan-center.py] pre_export(): [NO REQUIRES.ADD() (KB-H044)] OK [HOOK - conan-center.py] pre_export(): [DELETE OPTIONS (KB-H045)] OK [HOOK - conan-center.py] pre_export(): [NO ASCII CHARACTERS (KB-H047)] OK [HOOK - conan-center.py] pre_export(): [CMAKE VERBOSE MAKEFILE (KB-H046)] OK Exporting package recipe simdjson/0.4.7 exports: File 'conandata.yml' found. Exporting it... simdjson/0.4.7 exports: Copied 1 '.yml' file: conandata.yml simdjson/0.4.7 exports_sources: Copied 1 '.txt' file: CMakeLists.txt [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'0.4.7': {'url': 'https://github.com/lemire/simdjson/archive/v0.4.7.tar.gz', 'sha256': '44c20aa1000a8ed67ed6d541048aa7e5ea26a3bcb833a7232310414fc46b3ef9'}}} [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: sources: 0.4.7: sha256: 44c20aa1000a8ed67ed6d541048aa7e5ea26a3bcb833a7232310414fc46b3ef9 url: https://github.com/lemire/simdjson/archive/v0.4.7.tar.gz [HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK simdjson/0.4.7: The stored package has not changed simdjson/0.4.7: Using the exported files summary hash as the recipe revision: 27a85d33ed9a262cbff47bfb957a713c simdjson/0.4.7: Exported revision: 27a85d33ed9a262cbff47bfb957a713c Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MD compiler.version=16 os=Windows os_build=Windows [options] simdjson:shared=True [build_requires] [env] simdjson/0.4.7: Forced build from source simdjson/0.4.7 (test package): Installing package Requirements simdjson/0.4.7 from local cache - Cache Packages simdjson/0.4.7:3e78deb9ecf05c09300e853fe2a09daa283ce500 - Build Installing (downloading, building) binaries... simdjson/0.4.7: Copying sources to build folder simdjson/0.4.7: Building your package in C:\J\workspace\onan-center-pull-request_PR-2249\12\0_60\.conan\data\simdjson\0.4.7\_\_\build\3e78deb9ecf05c09300e853fe2a09daa283ce500 simdjson/0.4.7: 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 simdjson/0.4.7: Calling build() ----Running------ > cd C:\J\workspace\onan-center-pull-request_PR-2249\12\0_60\.conan\data\simdjson\0.4.7\_\_\build\3e78deb9ecf05c09300e853fe2a09daa283ce500\build_subfolder && cmake -G "Visual Studio 16 2019" -A "x64" -DCONAN_LINK_RUNTIME="/MD" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="16" -DCONAN_CXX_FLAGS="/MP1" -DCONAN_C_FLAGS="/MP1" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="C:\J\workspace\onan-center-pull-request_PR-2249\12\0_60\.conan\data\simdjson\0.4.7\_\_\package\3e78deb9ecf05c09300e853fe2a09daa283ce500" -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" -DSIMDJSON_BUILD_STATIC="False" -DSIMDJSON_ENABLE_THREADS="True" -DSIMDJSON_SANITIZE="False" -DSIMDJSON_JUST_LIBRARY="True" -Wno-dev C:\J\workspace\onan-center-pull-request_PR-2249\12\0_60\.conan\data\simdjson\0.4.7\_\_\build\3e78deb9ecf05c09300e853fe2a09daa283ce500 ----------------- -- The C compiler identification is MSVC 19.24.28316.0 -- The CXX compiler identification is MSVC 19.24.28316.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/bin/Hostx64/x64/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/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.24.28314/bin/Hostx64/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/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 -- The simdjson repository appears to be used as a subdirectory. -- By default, we just build the library. -- The simdjson repository does not appear to be under git. -- No build type selected, default to Release -- Using SIMDJSON_GOOGLE_BENCHMARKS -- Looking for pthread.h -- Looking for pthread.h - not found -- Found Threads: TRUE -- Building just the library, omitting all tests, tools and benchmarks. -- Building a dynamic library. -- Building a Windows DLL using Visual Studio, exporting all symbols automatically. grep and nm are unavailable on this system. -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY -- Build files have been written to: C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/build/3e78deb9ecf05c09300e853fe2a09daa283ce500/build_subfolder ----Running------ > cmake --build C:\J\workspace\onan-center-pull-request_PR-2249\12\0_60\.conan\data\simdjson\0.4.7\_\_\build\3e78deb9ecf05c09300e853fe2a09daa283ce500\build_subfolder --config Release -- /m:1 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 16.4.0+e901037fe for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Checking Build System Building Custom Rule C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/build/3e78deb9ecf05c09300e853fe2a09daa283ce500/source_subfolder/src/CMakeLists.txt simdjson.cpp Auto build dll exports Creating library C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/build/3e78deb9ecf05c09300e853fe2a09daa283ce500/build_subfolder/lib/simdjson.lib and object C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/build/3e78deb9ecf05c09300e853fe2a09daa283ce500/build_subfolder/lib/simdjson.exp simdjson.vcxproj -> C:\J\workspace\onan-center-pull-request_PR-2249\12\0_60\.conan\data\simdjson\0.4.7\_\_\build\3e78deb9ecf05c09300e853fe2a09daa283ce500\build_subfolder\bin\simdjson.dll Building Custom Rule C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/build/3e78deb9ecf05c09300e853fe2a09daa283ce500/CMakeLists.txt simdjson/0.4.7: Package '3e78deb9ecf05c09300e853fe2a09daa283ce500' built simdjson/0.4.7: Build folder C:\J\workspace\onan-center-pull-request_PR-2249\12\0_60\.conan\data\simdjson\0.4.7\_\_\build\3e78deb9ecf05c09300e853fe2a09daa283ce500 simdjson/0.4.7: Generated conaninfo.txt simdjson/0.4.7: Generated conanbuildinfo.txt simdjson/0.4.7: Generating the package simdjson/0.4.7: Package folder C:\J\workspace\onan-center-pull-request_PR-2249\12\0_60\.conan\data\simdjson\0.4.7\_\_\package\3e78deb9ecf05c09300e853fe2a09daa283ce500 simdjson/0.4.7: Calling package() ----Running------ > cmake --build C:\J\workspace\onan-center-pull-request_PR-2249\12\0_60\.conan\data\simdjson\0.4.7\_\_\build\3e78deb9ecf05c09300e853fe2a09daa283ce500\build_subfolder --config Release --target install -- /m:1 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 16.4.0+e901037fe for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Checking Build System Auto build dll exports Creating library C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/build/3e78deb9ecf05c09300e853fe2a09daa283ce500/build_subfolder/lib/simdjson.lib and object C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/build/3e78deb9ecf05c09300e853fe2a09daa283ce500/build_subfolder/lib/simdjson.exp simdjson.vcxproj -> C:\J\workspace\onan-center-pull-request_PR-2249\12\0_60\.conan\data\simdjson\0.4.7\_\_\build\3e78deb9ecf05c09300e853fe2a09daa283ce500\build_subfolder\bin\simdjson.dll Building Custom Rule C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/build/3e78deb9ecf05c09300e853fe2a09daa283ce500/CMakeLists.txt -- Install configuration: "Release" -- Installing: C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/package/3e78deb9ecf05c09300e853fe2a09daa283ce500/include/simdjson.h -- Installing: C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/package/3e78deb9ecf05c09300e853fe2a09daa283ce500/lib/simdjson.lib -- Installing: C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/package/3e78deb9ecf05c09300e853fe2a09daa283ce500/bin/simdjson.dll -- Installing: C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/package/3e78deb9ecf05c09300e853fe2a09daa283ce500/lib/cmake/simdjson/simdjson-config.cmake -- Installing: C:/J/workspace/onan-center-pull-request_PR-2249/12/0_60/.conan/data/simdjson/0.4.7/_/_/package/3e78deb9ecf05c09300e853fe2a09daa283ce500/lib/cmake/simdjson/simdjson-config-release.cmake [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 simdjson/0.4.7 package(): Packaged 1 '.dll' file: simdjson.dll simdjson/0.4.7 package(): Packaged 1 '.h' file: simdjson.h simdjson/0.4.7 package(): Packaged 1 '.lib' file: simdjson.lib simdjson/0.4.7 package(): Packaged 1 file: LICENSE simdjson/0.4.7: Package '3e78deb9ecf05c09300e853fe2a09daa283ce500' created simdjson/0.4.7: Created package revision 256e7b2ce7c8cd269279d28cc650c123 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK simdjson/0.4.7 (test package): Generator cmake created conanbuildinfo.cmake simdjson/0.4.7 (test package): Generator txt created conanbuildinfo.txt simdjson/0.4.7 (test package): Generated conaninfo.txt simdjson/0.4.7 (test package): Generated graphinfo Using lockfile: 'C:\J\workspace\onan-center-pull-request_PR-2249/12/co_0_60/recipes/simdjson/0.4.7\test_package\build\db934fa11a0a76c446d5883adf254d68d4281c15/conan.lock' Using cached profile from lockfile [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 simdjson/0.4.7 (test package): Calling build() ----Running------ > cd C:\J\workspace\onan-center-pull-request_PR-2249/12/co_0_60/recipes/simdjson/0.4.7\test_package\build\db934fa11a0a76c446d5883adf254d68d4281c15 && cmake -G "Visual Studio 16 2019" -A "x64" -DCONAN_LINK_RUNTIME="/MD" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="16" -DCONAN_CXX_FLAGS="/MP1" -DCONAN_C_FLAGS="/MP1" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev C:\J\workspace\onan-center-pull-request_PR-2249/12/co_0_60/recipes/simdjson/0.4.7\test_package ----------------- -- The C compiler identification is MSVC 19.24.28316.0 -- The CXX compiler identification is MSVC 19.24.28316.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/bin/Hostx64/x64/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/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.24.28314/bin/Hostx64/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/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: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY -- Build files have been written to: C:/J/workspace/onan-center-pull-request_PR-2249/12/co_0_60/recipes/simdjson/0.4.7/test_package/build/db934fa11a0a76c446d5883adf254d68d4281c15 ----Running------ > cmake --build C:\J\workspace\onan-center-pull-request_PR-2249/12/co_0_60/recipes/simdjson/0.4.7\test_package\build\db934fa11a0a76c446d5883adf254d68d4281c15 --config Release -- /m:1 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 16.4.0+e901037fe for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Checking Build System Building Custom Rule C:/J/workspace/onan-center-pull-request_PR-2249/12/co_0_60/recipes/simdjson/0.4.7/test_package/CMakeLists.txt test_package.cpp test_package.obj : error LNK2019: unresolved external symbol "class simdjson::internal::atomic_ptr simdjson::active_implementation" (?active_implementation@simdjson@@3V?$atomic_ptr@$$CBVimplementation@simdjson@@@internal@1@A) referenced in function main [C:\J\workspace\onan-center-pull-request_PR-2249\12\co_0_60\recipes\simdjson\0.4.7\test_package\build\db934fa11a0a76c446d5883adf254d68d4281c15\test_package.vcxproj] test_package.obj : error LNK2019: unresolved external symbol "struct simdjson::internal::error_code_info const * const simdjson::internal::error_codes" (?error_codes@internal@simdjson@@3QBUerror_code_info@12@B) referenced in function main [C:\J\workspace\onan-center-pull-request_PR-2249\12\co_0_60\recipes\simdjson\0.4.7\test_package\build\db934fa11a0a76c446d5883adf254d68d4281c15\test_package.vcxproj] C:\J\workspace\onan-center-pull-request_PR-2249\12\co_0_60\recipes\simdjson\0.4.7\test_package\build\db934fa11a0a76c446d5883adf254d68d4281c15\bin\test_package.exe : fatal error LNK1120: 2 unresolved externals [C:\J\workspace\onan-center-pull-request_PR-2249\12\co_0_60\recipes\simdjson\0.4.7\test_package\build\db934fa11a0a76c446d5883adf254d68d4281c15\test_package.vcxproj] JSON file created at 'C:\J\workspace\onan-center-pull-request_PR-2249/12/co_0_60/_create.json'