******************************************************************************** conan test conan-center-index\recipes\gn\all\test_package\conanfile.py gn/cci.20210429@#0c25df0bd2d57af577123120bbf20e94 -pr C:\J\w\prod\BuildSingleReference\72030\79de3585-63ab-4469-9039-c1948b249e6a/profile_windows_15_mt_vs_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=15 os=Windows [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True gn/cci.20210429 (test package): Installing package Requirements gn/cci.20210429 from local cache - Cache Packages gn/cci.20210429:0a420ff5c47119e668867cdb51baff0eca1fdb68 - Cache Build requirements ninja/1.10.2 from 'conan-center' - Cache Build requirements packages ninja/1.10.2:0a420ff5c47119e668867cdb51baff0eca1fdb68 - Cache Installing (downloading, building) binaries... gn/cci.20210429: Already installed! gn/cci.20210429: Appending PATH environment variable: C:\J\w\prod\BuildSingleReference\.conan\data\gn\cci.20210429\_\_\package\0a420ff5c47119e668867cdb51baff0eca1fdb68\bin ninja/1.10.2: Already installed! gn/cci.20210429 (test package): Applying build-requirement: ninja/1.10.2 gn/cci.20210429 (test package): Generator txt created conanbuildinfo.txt gn/cci.20210429 (test package): Aggregating env generators gn/cci.20210429 (test package): Generated conaninfo.txt gn/cci.20210429 (test package): Generated graphinfo Using lockfile: 'C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\gn\all\test_package\build\12cc9b982277429c7047b05d3602252f4c74a542/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 gn/cci.20210429 (test package): Calling build() ----Running------ > gn gen build/12cc9b982277429c7047b05d3602252f4c74a542/bin --args="target_os=\"win\" target_cpu=\"x64\"" ----------------- current_os: win current_cpu: x64 host_os: win host_cpu: x64 target_os: win target_cpu: win current_os: win current_cpu: x64 host_os: win host_cpu: x64 target_os: win target_cpu: win Done. Made 3 targets from 4 files in 44ms ********************************************************************** ** Visual Studio 2017 Developer Command Prompt v15.9.49 ** Copyright (c) 2017 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x64' ----Running------ > ninja -v -j8 -C bin ----------------- ninja: Entering directory `bin' [1/6] cl -nologo -DTEST_SHARED_BUILD -c ../../../test_shared.cpp -Foobj/test_shared.test_shared.o test_shared.cpp [2/6] cl -nologo -c ../../../test_static.cpp -Foobj/test_static.test_static.o test_static.cpp [3/6] cl -nologo -c ../../../test_package.cpp -Foobj/test_package.test_package.o test_package.cpp C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\xlocale(319): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc [4/6] lib -nologo -OUT:obj/test_static.lib obj/test_static.test_static.o [5/6] link -nologo -dll -OUT:./test_shared.dll -IMPLIB:./test_shared.dll.lib @test_shared.dll.rsp Creating library ./test_shared.dll.lib and object ./test_shared.dll.exp [6/6] link -nologo -OUT:test_package.exe @test_package.exe.rsp gn/cci.20210429 (test package): Running test() ----Running------ > bin\test_package ----------------- hello from the shared library! hello from the static library!