******************************************************************************** conan test conan-center-index/recipes/scons/all/test_package/conanfile.py scons/3.1.2@#70ead8231070fb5b384a10e9003ab3bc -pr /Users/jenkins/w/prod/BuildSingleReference@3/44014/d91a809a-ac72-4def-b02e-a67742b1e665/profile_osx_110_libcpp_apple-clang_release_64..txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/prod/BuildSingleReference@3/.conan/profiles/default) Found apple-clang 11.0 Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=11.0 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/prod/BuildSingleReference@3/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=11.0 os=Macos [options] [build_requires] [env] scons/3.1.2 (test package): Installing package Requirements scons/3.1.2 from local cache - Cache Packages scons/3.1.2:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download Installing (downloading, building) binaries... scons/3.1.2: Retrieving package 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 from remote 'c3i_PR-11219' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz scons/3.1.2: Package installed 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 scons/3.1.2: Downloaded package revision d5d3be02297111f37fce6c324e009ffb scons/3.1.2: Appending PATH environment var: /Users/jenkins/w/prod/BuildSingleReference@3/.conan/data/scons/3.1.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin scons/3.1.2: Setting SCONS environment variable: /Users/jenkins/w/prod/BuildSingleReference@3/.conan/data/scons/3.1.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/scons scons/3.1.2 (test package): Generator txt created conanbuildinfo.txt scons/3.1.2 (test package): Generator scons created SConscript_conan scons/3.1.2 (test package): Aggregating env generators scons/3.1.2 (test package): Generated conaninfo.txt scons/3.1.2 (test package): Generated graphinfo Using lockfile: '/Users/jenkins/w/prod/BuildSingleReference@3/conan-center-index/recipes/scons/all/test_package/build/095f106abafbac38da90a8da41990542c1a8967a/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 scons/3.1.2 (test package): Calling build() scons/3.1.2 (test package): output: ----Running------ > DYLD_LIBRARY_PATH="" DYLD_FRAMEWORK_PATH="" /Users/jenkins/w/prod/BuildSingleReference@3/.conan/data/scons/3.1.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/scons --version ----------------- SCons by Steven Knight et al.: engine: v3.1.2.bee7caf9defd6e108fc2998a2520ddb36a967691, 2019-12-17 02:07:09, by bdeegan on octodog engine path: ['/Users/jenkins/w/prod/BuildSingleReference@3/.conan/data/scons/3.1.2/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/res/SCons'] Copyright (c) 2001 - 2019 The SCons Foundation ----Running------ > DYLD_LIBRARY_PATH="" DYLD_FRAMEWORK_PATH="" scons -j 4 -C /Users/jenkins/w/prod/BuildSingleReference@3/conan-center-index/recipes/scons/all/test_package -f /Users/jenkins/w/prod/BuildSingleReference@3/conan-center-index/recipes/scons/all/test_package/SConstruct ----------------- scons: Entering directory `/Users/jenkins/w/prod/BuildSingleReference@3/conan-center-index/recipes/scons/all/test_package' scons: Reading SConscript files ... CC is: gcc scons: done reading SConscript files. scons: Building targets ... scons: building associated VariantDir targets: build/095f106abafbac38da90a8da41990542c1a8967a gcc -o build/095f106abafbac38da90a8da41990542c1a8967a/test_package.o -c test_package.c gcc -o build/095f106abafbac38da90a8da41990542c1a8967a/test_package build/095f106abafbac38da90a8da41990542c1a8967a/test_package.o scons: done building targets. scons/3.1.2 (test package): Running test() scons/3.1.2 (test package): output: ----Running------ > DYLD_LIBRARY_PATH="" DYLD_FRAMEWORK_PATH="" ./test_package ----------------- Hello world ----Running------ > DYLD_LIBRARY_PATH="" DYLD_FRAMEWORK_PATH="" ./test_package ----------------- Hello world