******************************************************************************** conan test conan-center-index/recipes/gn/all/test_package/conanfile.py gn/cci.20210429@#0c25df0bd2d57af577123120bbf20e94 -pr /Users/jenkins/w/prod/BuildSingleReference/72028/7cdb1eb2-b503-43ea-a18e-d7b021db3bd8/profile_osx_110_libcpp_apple-clang_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True -c tools.apple:sdk_path=/Applications/conan/xcode/11/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=11.0 os=Macos [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True tools.apple:sdk_path=/Applications/conan/xcode/11/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk gn/cci.20210429 (test package): Installing package Requirements gn/cci.20210429 from local cache - Cache Packages gn/cci.20210429:801752c0480319b8e090188c566245a78e9abcf4 - Cache Build requirements ninja/1.10.2 from 'conan-center' - Cache Build requirements packages ninja/1.10.2:801752c0480319b8e090188c566245a78e9abcf4 - Cache Installing (downloading, building) binaries... gn/cci.20210429: Already installed! gn/cci.20210429: Appending PATH environment variable: /Users/jenkins/w/prod/BuildSingleReference/.conan/data/gn/cci.20210429/_/_/package/801752c0480319b8e090188c566245a78e9abcf4/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: '/Users/jenkins/w/prod/BuildSingleReference/conan-center-index/recipes/gn/all/test_package/build/b58301c28171f656e8b3ce94a8c13d2656852d43/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------ > DYLD_LIBRARY_PATH="" DYLD_FRAMEWORK_PATH="" gn gen build/b58301c28171f656e8b3ce94a8c13d2656852d43/bin --args="target_os=\"mac\" target_cpu=\"x64\"" ----------------- current_os: mac current_cpu: x64 host_os: mac host_cpu: x64 target_os: mac target_cpu: mac current_os: mac current_cpu: x64 host_os: mac host_cpu: x64 target_os: mac target_cpu: mac Done. Made 3 targets from 4 files in 7ms ----Running------ > DYLD_LIBRARY_PATH="" DYLD_FRAMEWORK_PATH="" ninja -v -j4 -C bin ----------------- ninja: Entering directory `bin' [1/6] g++ -MMD -MF obj/libtest_shared.test_shared.o.d -DTEST_SHARED_BUILD -c ../../../test_shared.cpp -o obj/libtest_shared.test_shared.o [2/6] g++ -MMD -MF obj/libtest_static.test_static.o.d -c ../../../test_static.cpp -o obj/libtest_static.test_static.o [3/6] rm -f obj/libtest_static.a && ar rcs obj/libtest_static.a obj/libtest_static.test_static.o [4/6] g++ -shared -o ./libtest_shared.dylib -install_name @executable_path/./libtest_shared.dylib @libtest_shared.dylib.rsp [5/6] g++ -MMD -MF obj/test_package.test_package.o.d -c ../../../test_package.cpp -o obj/test_package.test_package.o [6/6] g++ -o test_package @test_package.rsp gn/cci.20210429 (test package): Running test() ----Running------ > DYLD_LIBRARY_PATH="" DYLD_FRAMEWORK_PATH="" bin/test_package ----------------- hello from the shared library! hello from the static library!