[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.00390625 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: 2110391d082c9d6e64045b3f534368b7 simdjson/0.4.7: Exported revision: 2110391d082c9d6e64045b3f534368b7 Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=Visual Studio compiler.runtime=MTd compiler.version=16 os=Windows os_build=Windows [options] simdjson:shared=False [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:325d292065b76e9f968dd82e5b0dad879d1e7085 - 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\9\0_24\.conan\data\simdjson\0.4.7\_\_\build\325d292065b76e9f968dd82e5b0dad879d1e7085 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\9\0_24\.conan\data\simdjson\0.4.7\_\_\build\325d292065b76e9f968dd82e5b0dad879d1e7085 && cmake -G "Visual Studio 16 2019" -A "x64" -DCONAN_LINK_RUNTIME="/MTd" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="16" -DCONAN_CXX_FLAGS="/MP1" -DCONAN_C_FLAGS="/MP1" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="C:\J\workspace\onan-center-pull-request_PR-2249\9\0_24\.conan\data\simdjson\0.4.7\_\_\package\325d292065b76e9f968dd82e5b0dad879d1e7085" -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="True" -DSIMDJSON_ENABLE_THREADS="True" -DSIMDJSON_SANITIZE="False" -DSIMDJSON_JUST_LIBRARY="True" -Wno-dev C:\J\workspace\onan-center-pull-request_PR-2249\9\0_24\.conan\data\simdjson\0.4.7\_\_\build\325d292065b76e9f968dd82e5b0dad879d1e7085\source_subfolder ----------------- -- The CXX compiler identification is MSVC 19.24.28316.0 -- The C compiler identification is MSVC 19.24.28316.0 -- 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 -- 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 -- The simdjson repository appears to be standalone. -- By default, we attempt to build everything. -- 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 static library. 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 CONAN_COMPILER CONAN_COMPILER_VERSION CONAN_CXX_FLAGS CONAN_C_FLAGS CONAN_EXPORTED CONAN_IN_LOCAL_CACHE CONAN_LINK_RUNTIME -- Build files have been written to: C:/J/workspace/onan-center-pull-request_PR-2249/9/0_24/.conan/data/simdjson/0.4.7/_/_/build/325d292065b76e9f968dd82e5b0dad879d1e7085 ----Running------ > cmake --build C:\J\workspace\onan-center-pull-request_PR-2249\9\0_24\.conan\data\simdjson\0.4.7\_\_\build\325d292065b76e9f968dd82e5b0dad879d1e7085 --config Debug -- /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/9/0_24/.conan/data/simdjson/0.4.7/_/_/build/325d292065b76e9f968dd82e5b0dad879d1e7085/source_subfolder/src/CMakeLists.txt simdjson.cpp simdjson.vcxproj -> C:\J\workspace\onan-center-pull-request_PR-2249\9\0_24\.conan\data\simdjson\0.4.7\_\_\build\325d292065b76e9f968dd82e5b0dad879d1e7085\src\Debug\simdjson.lib Building Custom Rule C:/J/workspace/onan-center-pull-request_PR-2249/9/0_24/.conan/data/simdjson/0.4.7/_/_/build/325d292065b76e9f968dd82e5b0dad879d1e7085/source_subfolder/CMakeLists.txt simdjson/0.4.7: Package '325d292065b76e9f968dd82e5b0dad879d1e7085' built simdjson/0.4.7: Build folder C:\J\workspace\onan-center-pull-request_PR-2249\9\0_24\.conan\data\simdjson\0.4.7\_\_\build\325d292065b76e9f968dd82e5b0dad879d1e7085 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\9\0_24\.conan\data\simdjson\0.4.7\_\_\package\325d292065b76e9f968dd82e5b0dad879d1e7085 simdjson/0.4.7: Calling package() ----Running------ > cmake --build C:\J\workspace\onan-center-pull-request_PR-2249\9\0_24\.conan\data\simdjson\0.4.7\_\_\build\325d292065b76e9f968dd82e5b0dad879d1e7085 --config Debug --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. simdjson.vcxproj -> C:\J\workspace\onan-center-pull-request_PR-2249\9\0_24\.conan\data\simdjson\0.4.7\_\_\build\325d292065b76e9f968dd82e5b0dad879d1e7085\src\Debug\simdjson.lib -- Install configuration: "Debug" -- Installing: C:/J/workspace/onan-center-pull-request_PR-2249/9/0_24/.conan/data/simdjson/0.4.7/_/_/package/325d292065b76e9f968dd82e5b0dad879d1e7085/include/simdjson.h -- Installing: C:/J/workspace/onan-center-pull-request_PR-2249/9/0_24/.conan/data/simdjson/0.4.7/_/_/package/325d292065b76e9f968dd82e5b0dad879d1e7085/lib/simdjson.lib -- Installing: C:/J/workspace/onan-center-pull-request_PR-2249/9/0_24/.conan/data/simdjson/0.4.7/_/_/package/325d292065b76e9f968dd82e5b0dad879d1e7085/lib/cmake/simdjson/simdjson-config.cmake -- Installing: C:/J/workspace/onan-center-pull-request_PR-2249/9/0_24/.conan/data/simdjson/0.4.7/_/_/package/325d292065b76e9f968dd82e5b0dad879d1e7085/lib/cmake/simdjson/simdjson-config-debug.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 '.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 '325d292065b76e9f968dd82e5b0dad879d1e7085' created simdjson/0.4.7: Created package revision 8e02ac0d9534182d888add3a15c08144 [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/9/co_0_24/recipes/simdjson/0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4/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/9/co_0_24/recipes/simdjson/0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4 && cmake -G "Visual Studio 16 2019" -A "x64" -DCONAN_LINK_RUNTIME="/MTd" -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/9/co_0_24/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/9/co_0_24/recipes/simdjson/0.4.7/test_package/build/3294438b7a141da88b6008adf3bb53d3c0bb43e4 ----Running------ > cmake --build C:\J\workspace\onan-center-pull-request_PR-2249/9/co_0_24/recipes/simdjson/0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4 --config Debug -- /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/9/co_0_24/recipes/simdjson/0.4.7/test_package/CMakeLists.txt test_package.cpp simdjson.lib(simdjson.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MDd_DynamicDebug' doesn't match value 'MTd_StaticDebug' in test_package.obj [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] msvcprtd.lib(MSVCP140D.dll) : error LNK2005: "public: __cdecl std::_Lockit::_Lockit(int)" (??0_Lockit@std@@QEAA@H@Z) already defined in libcpmtd.lib(xlock.obj) [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] msvcprtd.lib(MSVCP140D.dll) : error LNK2005: "public: __cdecl std::_Lockit::~_Lockit(void)" (??1_Lockit@std@@QEAA@XZ) already defined in libcpmtd.lib(xlock.obj) [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] msvcprtd.lib(MSVCP140D.dll) : error LNK2005: "public: struct _Cvtvec __cdecl std::_Locinfo::_Getcvt(void)const " (?_Getcvt@_Locinfo@std@@QEBA?AU_Cvtvec@@XZ) already defined in libcpmtd.lib(locale.obj) [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] msvcprtd.lib(MSVCP140D.dll) : error LNK2005: "public: char const * __cdecl std::_Locinfo::_Getdays(void)const " (?_Getdays@_Locinfo@std@@QEBAPEBDXZ) already defined in libcpmtd.lib(wlocale.obj) [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] msvcprtd.lib(MSVCP140D.dll) : error LNK2005: "public: char const * __cdecl std::_Locinfo::_Getmonths(void)const " (?_Getmonths@_Locinfo@std@@QEBAPEBDXZ) already defined in libcpmtd.lib(wlocale.obj) [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] msvcprtd.lib(MSVCP140D.dll) : error LNK2005: "public: unsigned short const * __cdecl std::_Locinfo::_W_Getdays(void)const " (?_W_Getdays@_Locinfo@std@@QEBAPEBGXZ) already defined in libcpmtd.lib(wlocale.obj) [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] msvcprtd.lib(MSVCP140D.dll) : error LNK2005: "public: unsigned short const * __cdecl std::_Locinfo::_W_Getmonths(void)const " (?_W_Getmonths@_Locinfo@std@@QEBAPEBGXZ) already defined in libcpmtd.lib(wlocale.obj) [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] Creating library C:/J/workspace/onan-center-pull-request_PR-2249/9/co_0_24/recipes/simdjson/0.4.7/test_package/build/3294438b7a141da88b6008adf3bb53d3c0bb43e4/lib/test_package.lib and object C:/J/workspace/onan-center-pull-request_PR-2249/9/co_0_24/recipes/simdjson/0.4.7/test_package/build/3294438b7a141da88b6008adf3bb53d3c0bb43e4/lib/test_package.exp LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use /NODEFAULTLIB:library [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] LINK : warning LNK4217: symbol '_invalid_parameter' defined in 'libucrtd.lib(invalid_parameter.obj)' is imported by 'simdjson.lib(simdjson.obj)' in function '"void * __cdecl std::_Allocate_manually_vector_aligned(unsigned __int64)" (??$_Allocate_manually_vector_aligned@U_Default_allocate_traits@std@@@std@@YAPEAX_K@Z)' [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] LINK : warning LNK4217: symbol '_calloc_dbg' defined in 'libucrtd.lib(debug_heap.obj)' is imported by 'simdjson.lib(simdjson.obj)' in function '"char * __cdecl std::_Maklocstr(char const *,char *,struct _Cvtvec const &)" (??$_Maklocstr@D@std@@YAPEADPEBDPEADAEBU_Cvtvec@@@Z)' [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] LINK : warning LNK4217: symbol '_CrtDbgReport' defined in 'libucrtd.lib(dbgrpt.obj)' is imported by 'simdjson.lib(simdjson.obj)' in function '"void * __cdecl std::_Allocate_manually_vector_aligned(unsigned __int64)" (??$_Allocate_manually_vector_aligned@U_Default_allocate_traits@std@@@std@@YAPEAX_K@Z)' [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] LINK : warning LNK4217: symbol '_dtest' defined in 'libucrtd.lib(_test.obj)' is imported by 'simdjson.lib(simdjson.obj)' in function '"int __cdecl fpclassify(double)" (?fpclassify@@YAHN@Z)' [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] LINK : warning LNK4217: symbol 'free' defined in 'libucrtd.lib(free.obj)' is imported by 'simdjson.lib(simdjson.obj)' in function '"public: bool __cdecl simdjson::haswell::stage2::structural_iterator::with_space_terminated_copy >(class const &)" (??$with_space_terminated_copy@V@@@structural_iterator@stage2@haswell@simdjson@@QEAA_NAEBV@@@Z)' [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] LINK : warning LNK4217: symbol 'malloc' defined in 'libucrtd.lib(malloc.obj)' is imported by 'simdjson.lib(simdjson.obj)' in function '"public: bool __cdecl simdjson::haswell::stage2::structural_iterator::with_space_terminated_copy >(class const &)" (??$with_space_terminated_copy@V@@@structural_iterator@stage2@haswell@simdjson@@QEAA_NAEBV@@@Z)' [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] LINK : warning LNK4217: symbol 'strtod' defined in 'libucrtd.lib(strtod.obj)' is imported by 'simdjson.lib(simdjson.obj)' in function '"bool __cdecl simdjson::fallback::stage2::numberparsing::parse_float_strtod(char const *,double *)" (?parse_float_strtod@numberparsing@stage2@fallback@simdjson@@YA_NPEBDPEAN@Z)' [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] LINK : warning LNK4217: symbol 'getenv' defined in 'libucrtd.lib(getenv.obj)' is imported by 'simdjson.lib(simdjson.obj)' in function '"private: class simdjson::implementation const * __cdecl simdjson::internal::detect_best_supported_implementation_on_first_use::set_best(void)const " (?set_best@detect_best_supported_implementation_on_first_use@internal@simdjson@@AEBAPEBVimplementation@3@XZ)' [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] LINK : warning LNK4217: symbol '__acrt_iob_func' defined in 'libucrtd.lib(_file.obj)' is imported by 'simdjson.lib(simdjson.obj)' in function 'printf' [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] LINK : warning LNK4217: symbol '__stdio_common_vfprintf' defined in 'libucrtd.lib(output.obj)' is imported by 'simdjson.lib(simdjson.obj)' in function '_vfprintf_l' [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] LINK : warning LNK4217: symbol 'wcslen' defined in 'libucrtd.lib(strnlen.obj)' is imported by 'simdjson.lib(simdjson.obj)' in function '"wchar_t * __cdecl std::_Maklocwcs(wchar_t const *)" (?_Maklocwcs@std@@YAPEA_WPEB_W@Z)' [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\bin\test_package.exe : fatal error LNK1169: one or more multiply defined symbols found [C:\J\workspace\onan-center-pull-request_PR-2249\9\co_0_24\recipes\simdjson\0.4.7\test_package\build\3294438b7a141da88b6008adf3bb53d3c0bb43e4\test_package.vcxproj] JSON file created at 'C:\J\workspace\onan-center-pull-request_PR-2249/9/co_0_24/_create.json'