******************************************************************************** conan test conan-center-index\recipes\gn\all\test_package\conanfile.py gn/cci.20210429@#0c25df0bd2d57af577123120bbf20e94 -pr C:\J\w\prod\BuildSingleReference\72030\92f29fc6-b9af-4933-be85-2b12dc5b5f00/profile_windows_15_mtd_vs_debug_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Debug compiler=Visual Studio compiler.runtime=MTd 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:01edd76db8e16db9b38c3cca44ec466a9444c388 - Cache Build requirements ninja/1.10.2 from 'conan-center' - Cache Build requirements packages ninja/1.10.2:01edd76db8e16db9b38c3cca44ec466a9444c388 - 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\01edd76db8e16db9b38c3cca44ec466a9444c388\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\1a4cddef17ccb591e1e9b63fcd40b2032455545e/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/1a4cddef17ccb591e1e9b63fcd40b2032455545e/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 59ms ********************************************************************** ** 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] lib -nologo -OUT:obj/test_static.lib obj/test_static.test_static.o [4/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 [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!