******************************************************************************** conan test cci-a38dc4d2\recipes\gn\all\test_package\conanfile.py gn/cci.20210429@#25c911bca2d7bbc25e70cb0a3cb7ab0d -pr C:/J/workspace/prod-v1/bsr/4326/ceaef/profile_windows_16_mdd_vs_debug_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (C:\J\workspace\prod-v1\bsr\4326\aefde\.conan\profiles\default) Found Visual Studio 17 Default settings os=Windows os_build=Windows arch=x86_64 arch_build=x86_64 compiler=Visual Studio compiler.version=17 build_type=Release *** You can change them in C:\J\workspace\prod-v1\bsr\4326\aefde\.conan\profiles\default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=Visual Studio compiler.runtime=MDd compiler.version=16 os=Windows [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True ninja/1.11.1: Not found in local cache, looking in remotes... ninja/1.11.1: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz ninja/1.11.1: Downloaded recipe revision 77587f8c8318662ac8e5a7867eb4be21 gn/cci.20210429 (test package): Installing package Requirements Packages Build requirements gn/cci.20210429 from local cache - Cache ninja/1.11.1 from 'conan-center' - Downloaded Build requirements packages gn/cci.20210429:01edd76db8e16db9b38c3cca44ec466a9444c388 - Download ninja/1.11.1:01edd76db8e16db9b38c3cca44ec466a9444c388 - Download Installing (downloading, building) binaries... gn/cci.20210429: Retrieving package 01edd76db8e16db9b38c3cca44ec466a9444c388 from remote 'c3i_PR-18847' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz gn/cci.20210429: Package installed 01edd76db8e16db9b38c3cca44ec466a9444c388 gn/cci.20210429: Downloaded package revision a24751f4f80151a790d0937cc7d9de56 ninja/1.11.1: Retrieving package 01edd76db8e16db9b38c3cca44ec466a9444c388 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz ninja/1.11.1: Package installed 01edd76db8e16db9b38c3cca44ec466a9444c388 ninja/1.11.1: Downloaded package revision b0a2ce5f4574099640e90b265398c7c9 gn/cci.20210429: Appending PATH environment variable: C:\J\workspace\prod-v1\bsr\4326\aefde\.conan\data\gn\cci.20210429\_\_\package\01edd76db8e16db9b38c3cca44ec466a9444c388\bin gn/cci.20210429 (test package): Applying build-requirement: gn/cci.20210429 gn/cci.20210429 (test package): Applying build-requirement: ninja/1.11.1 gn/cci.20210429 (test package): Generator txt created conanbuildinfo.txt gn/cci.20210429 (test package): Generator 'VCVars' calling 'generate()' gn/cci.20210429 (test package): Calling generate() 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\workspace\prod-v1\bsr\cci-a38dc4d2\recipes\gn\all\test_package\build-debug\conan/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------ > "C:\J\workspace\prod-v1\bsr\cci-a38dc4d2\recipes\gn\all\test_package\build-debug\conan\conanbuild.bat" && gn gen . --args="target_os=\"win\" target_cpu=\"x64\"" ----------------- ********************************************************************** ** Visual Studio 2019 Developer Command Prompt v16.11.26 ** Copyright (c) 2021 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: '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 67ms ----Running------ > "C:\J\workspace\prod-v1\bsr\cci-a38dc4d2\recipes\gn\all\test_package\build-debug\conan\conanbuild.bat" && ninja -v -j8 -C . ----------------- ********************************************************************** ** Visual Studio 2019 Developer Command Prompt v16.11.26 ** Copyright (c) 2021 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x64' ninja: Entering directory `.' [1/6] cl -nologo -c ../test_static.cpp -Foobj/test_static.test_static.o test_static.cpp [2/6] cl -nologo -DTEST_SHARED_BUILD -c ../test_shared.cpp -Foobj/test_shared.test_shared.o test_shared.cpp [3/6] lib -nologo -OUT:obj/test_static.lib obj/test_static.test_static.o [4/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 [5/6] cl -nologo -c ../test_package.cpp -Foobj/test_package.test_package.o test_package.cpp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\ostream(743): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc ../test_package.cpp(7): note: see reference to function template instantiation 'std::basic_ostream> &std::operator <<>(std::basic_ostream> &,const char *)' being compiled [6/6] link -nologo -OUT:test_package.exe @test_package.exe.rsp gn/cci.20210429 (test package): Running test() ----Running------ > "C:\J\workspace\prod-v1\bsr\cci-a38dc4d2\recipes\gn\all\test_package\build-debug\conan\conanrun.bat" && .\test_package ----------------- hello from the shared library! hello from the static library! ******************************************************************************** conan test cci-a38dc4d2\recipes\gn\all\test_v1_package\conanfile.py gn/cci.20210429@#25c911bca2d7bbc25e70cb0a3cb7ab0d -pr C:/J/workspace/prod-v1/bsr/4326/ceaef/profile_windows_16_mdd_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=MDd compiler.version=16 os=Windows [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True ninja/1.10.2: Not found in local cache, looking in remotes... ninja/1.10.2: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz ninja/1.10.2: Downloaded recipe revision 850316165079c3e77e88583ed95448f1 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' - Downloaded Build requirements packages ninja/1.10.2:01edd76db8e16db9b38c3cca44ec466a9444c388 - Download Installing (downloading, building) binaries... ninja/1.10.2: Retrieving package 01edd76db8e16db9b38c3cca44ec466a9444c388 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz ninja/1.10.2: Package installed 01edd76db8e16db9b38c3cca44ec466a9444c388 ninja/1.10.2: Downloaded package revision 79626f9a1ea2580af673bed482d226b0 gn/cci.20210429: Already installed! gn/cci.20210429: Appending PATH environment variable: C:\J\workspace\prod-v1\bsr\4326\aefde\.conan\data\gn\cci.20210429\_\_\package\01edd76db8e16db9b38c3cca44ec466a9444c388\bin 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\workspace\prod-v1\bsr\cci-a38dc4d2\recipes\gn\all\test_v1_package\build\b26dcad3651f2240641352f9a50fb2ac45d18c87/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 ../test_v1_package/build/b26dcad3651f2240641352f9a50fb2ac45d18c87/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 21ms ********************************************************************** ** Visual Studio 2019 Developer Command Prompt v16.11.26 ** Copyright (c) 2021 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x64' ----Running------ > ninja -v -j8 -C bin ----------------- ninja: Entering directory `bin' [1/6] cl -nologo -c ../../../../test_package/test_static.cpp -Foobj/test_static.test_static.o test_static.cpp [2/6] cl -nologo -DTEST_SHARED_BUILD -c ../../../../test_package/test_shared.cpp -Foobj/test_shared.test_shared.o test_shared.cpp [3/6] lib -nologo -OUT:obj/test_static.lib obj/test_static.test_static.o [4/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 [5/6] cl -nologo -c ../../../../test_package/test_package.cpp -Foobj/test_package.test_package.o test_package.cpp C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\ostream(743): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc ../../../../test_package/test_package.cpp(7): note: see reference to function template instantiation 'std::basic_ostream> &std::operator <<>(std::basic_ostream> &,const char *)' being compiled [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!