******************************************************************************** conan test conan-center-index/recipes/scons/all/test_package/conanfile.py scons/4.2.0@ --profile=/home/conan/w/BuildSingleReference/48678/8a36f5d8-ff4a-4a83-b9b0-bdba12e690d0/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 5.4 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=5 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [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:cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31 - Download Installing (downloading, building) binaries... scons/4.2.0: Retrieving package cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31 from remote 'c3i_PR-7828' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz scons/4.2.0: Package installed cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31 scons/4.2.0: Downloaded package revision 917b44b104eacdb6b460dd992e618327 scons/4.2.0: Appending PATH environment var: /home/conan/w/BuildSingleReference/.conan/data/scons/4.2.0/_/_/package/cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31/bin scons/4.2.0: Setting SCONS environment variable: /home/conan/w/BuildSingleReference/.conan/data/scons/4.2.0/_/_/package/cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31/bin/scons [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK 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: '/home/conan/w/BuildSingleReference/conan-center-index/recipes/scons/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f/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() ----Running------ > scons -j 3 -C /home/conan/w/BuildSingleReference/conan-center-index/recipes/scons/all/test_package -f /home/conan/w/BuildSingleReference/conan-center-index/recipes/scons/all/test_package/SConstruct ----------------- scons: Entering directory `/home/conan/w/BuildSingleReference/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/2da8b83836e27aacd43916b404a0e9d98f21239f gcc -o build/2da8b83836e27aacd43916b404a0e9d98f21239f/test_package.o -c test_package.c gcc -o build/2da8b83836e27aacd43916b404a0e9d98f21239f/test_package build/2da8b83836e27aacd43916b404a0e9d98f21239f/test_package.o scons: done building targets. scons/4.2.0 (test package): Running test() ----Running------ > ./test_package ----------------- Hello world