******************************************************************************** conan test conan-center-index/recipes/scons/all/test_package/conanfile.py scons/4.2.0@#c2f969eb0d8eb457bf43a79cfc970e5a -pr /Users/jenkins/w/prod/BuildSingleReference@3/44016/8f89ba13-bedc-4355-a239-ffab89dcd728/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/4.2.0 (test package): Installing package Requirements scons/4.2.0 from local cache - Cache Packages scons/4.2.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download Installing (downloading, building) binaries... scons/4.2.0: Retrieving package 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 from remote 'c3i_PR-11219' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz scons/4.2.0: Package installed 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 scons/4.2.0: Downloaded package revision 38bbd4f817d526edd16868a9c61109e2 scons/4.2.0: Appending PATH environment var: /Users/jenkins/w/prod/BuildSingleReference@3/.conan/data/scons/4.2.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin scons/4.2.0: Setting SCONS environment variable: /Users/jenkins/w/prod/BuildSingleReference@3/.conan/data/scons/4.2.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/scons scons/4.2.0 (test package): Generator scons created SConscript_conan scons/4.2.0 (test package): Generator txt created conanbuildinfo.txt scons/4.2.0 (test package): Aggregating env generators scons/4.2.0 (test package): Generated conaninfo.txt scons/4.2.0 (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/4.2.0 (test package): Calling build() scons/4.2.0 (test package): output: ----Running------ > DYLD_LIBRARY_PATH="" DYLD_FRAMEWORK_PATH="" /Users/jenkins/w/prod/BuildSingleReference@3/.conan/data/scons/4.2.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/bin/scons --version ----------------- SCons by Steven Knight et al.: SCons: v4.2.0.fcdadeef19fe5fead09fa7544a27502be65312be, Sat, 31 Jul 2021 18:12:46 -0700, by bdbaddog on ProDog2020 SCons path: ['/Users/jenkins/w/prod/BuildSingleReference@3/.conan/data/scons/4.2.0/_/_/package/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/res/SCons'] Copyright (c) 2001 - 2021 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/4.2.0 (test package): Running test() scons/4.2.0 (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