******************************************************************************** conan test conan-center-index/recipes/out_ptr/all/test_package/conanfile.py out_ptr/ea379b2@#ebd82b487fb3c8290e65db8e6ce43e4d -pr /home/conan/w/prod/BuildSingleReference/34147/963f3000-a199-4b5c-9521-a99f0af9bdb6/profile_linux_5_libstdcpp11_gcc_release_64..txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/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/prod/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/prod/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] out_ptr/ea379b2 (test package): Installing package Requirements out_ptr/ea379b2 from local cache - Cache Packages out_ptr/ea379b2:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download Installing (downloading, building) binaries... out_ptr/ea379b2: Retrieving package 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 from remote 'c3i_PR-10865' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz out_ptr/ea379b2: Package installed 5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 out_ptr/ea379b2: Downloaded package revision 12e965d44c8f2d79dae3697baa1c9a0f out_ptr/ea379b2 (test package): Generator 'CMakeToolchain' calling 'generate()' out_ptr/ea379b2 (test package): Generator 'CMakeDeps' calling 'generate()' out_ptr/ea379b2 (test package): Generator txt created conanbuildinfo.txt out_ptr/ea379b2 (test package): Aggregating env generators out_ptr/ea379b2 (test package): Generated conaninfo.txt out_ptr/ea379b2 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/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 out_ptr/ea379b2 (test package): Calling build() out_ptr/ea379b2 (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f/package" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package" ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f/package" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package" ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f/conan_toolchain.cmake -- The CXX compiler identification is GNU 5.4.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: Target declared 'out_ptr::out_ptr' -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f out_ptr/ea379b2 (test package): CMake command: cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f' '--' '-j3' ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o [100%] Linking CXX executable test_package [100%] Built target test_package out_ptr/ea379b2 (test package): Running test() out_ptr/ea379b2 (test package): CMake command: cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f' '--target' 'test' '--' '-j3' ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f' '--target' 'test' '--' '-j3' ----------------- Running tests... Test project /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/out_ptr/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f Start 1: test_package 1/1 Test #1: test_package ..................... Passed 0.00 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.06 sec out_ptr/ea379b2 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior out_ptr/ea379b2 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior