******************************************************************************** conan test conan-center-index/recipes/spdlog/all/test_package/conanfile.py spdlog/1.8.2@ --profile=/home/conan/w/BuildSingleReference/26294/ce68bd24-8a03-46e5-8b25-71d6d2454c6f/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 10 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=10 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 arch_build=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=10 os=Linux os_build=Linux [options] spdlog:shared=True [build_requires] [env] fmt/7.1.3: Not found in local cache, looking in remotes... fmt/7.1.3: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz fmt/7.1.3: Downloaded recipe revision 47942581d0440d7158085584dcde49cf spdlog/1.8.2 (test package): Installing package Requirements fmt/7.1.3 from 'conan-center' - Downloaded spdlog/1.8.2 from local cache - Cache Packages fmt/7.1.3:8fbeded8e81bfcbd1fcdca301b03a876d262e652 - Download spdlog/1.8.2:683473e8412faa9ff74f9d76a15eea614d21bf16 - Download Installing (downloading, building) binaries... fmt/7.1.3: Retrieving package 8fbeded8e81bfcbd1fcdca301b03a876d262e652 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz fmt/7.1.3: Package installed 8fbeded8e81bfcbd1fcdca301b03a876d262e652 fmt/7.1.3: Downloaded package revision 53595d9ed49bde5a77d19d60868046cf spdlog/1.8.2: Retrieving package 683473e8412faa9ff74f9d76a15eea614d21bf16 from remote 'c3i_PR-6498' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz spdlog/1.8.2: Package installed 683473e8412faa9ff74f9d76a15eea614d21bf16 spdlog/1.8.2: Downloaded package revision df9f101eb0ce8b20b0588d5eca1c8f3b [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 [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 spdlog/1.8.2 (test package): Generator cmake created conanbuildinfo.cmake spdlog/1.8.2 (test package): Generator txt created conanbuildinfo.txt spdlog/1.8.2 (test package): Generated conaninfo.txt spdlog/1.8.2 (test package): Generated graphinfo Using lockfile: '/home/conan/w/BuildSingleReference/conan-center-index/recipes/spdlog/all/test_package/build/69a81db7c5c428daae1ada8aa613429ee707e040/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 spdlog/1.8.2 (test package): Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/conan-center-index/recipes/spdlog/all/test_package/build/69a81db7c5c428daae1ada8aa613429ee707e040' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="10" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/conan-center-index/recipes/spdlog/all/test_package/build/69a81db7c5c428daae1ada8aa613429ee707e040/package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/BuildSingleReference/conan-center-index/recipes/spdlog/all/test_package' ----------------- -- The C compiler identification is GNU 10.3.0 -- The CXX compiler identification is GNU 10.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- 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: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler GCC>=5, checking major version 10 -- Conan: Checking correct version: 10 -- Conan: C++ stdlib: libstdc++11 -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/conan-center-index/recipes/spdlog/all/test_package/build/69a81db7c5c428daae1ada8aa613429ee707e040 ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/conan-center-index/recipes/spdlog/all/test_package/build/69a81db7c5c428daae1ada8aa613429ee707e040' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o [100%] Linking CXX executable bin/test_package [100%] Built target test_package spdlog/1.8.2 (test package): Running test() ----Running------ > bin/test_package ----------------- [2021-07-28 16:35:17.349] [info] Welcome to spdlog version 1.8.2 ! [2021-07-28 16:35:17.350] [warning] Easy padding in numbers like 00000012 [2021-07-28 16:35:17.350] [critical] Support for int: 42; hex: 2a; oct: 52; bin: 101010 [2021-07-28 16:35:17.350] [info] Support for floats 1.23 [2021-07-28 16:35:17.350] [info] Positional args are supported too.. [2021-07-28 16:35:17.350] [info] right aligned, left aligned [2021-07-28 16:35:17.350] [debug] This message should be displayed.. [16:35:17 +00:00] [I] [thread 1170] This an info message with custom format [2021-07-28 16:35:17.350] [info] ****************** Backtrace Start ****************** [2021-07-28 16:35:17.350] [debug] Backtrace message 90 [2021-07-28 16:35:17.350] [debug] Backtrace message 91 [2021-07-28 16:35:17.350] [debug] Backtrace message 92 [2021-07-28 16:35:17.350] [debug] Backtrace message 93 [2021-07-28 16:35:17.350] [debug] Backtrace message 94 [2021-07-28 16:35:17.350] [debug] Backtrace message 95 [2021-07-28 16:35:17.350] [debug] Backtrace message 96 [2021-07-28 16:35:17.350] [debug] Backtrace message 97 [2021-07-28 16:35:17.350] [debug] Backtrace message 98 [2021-07-28 16:35:17.350] [debug] Backtrace message 99 [2021-07-28 16:35:17.350] [info] ****************** Backtrace End ******************** [2021-07-28 16:35:17.354] [info] Binary example: 0000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f 0060: 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 20 21 22 23 24 25 26 27 28 29 2a 2b 2c 2d 2e 2f 0080: 30 31 32 33 34 35 36 37 38 39 3a 3b 3c 3d 3e 3f 40 41 42 43 44 45 46 47 48 49 4a 4b 4c 4d 4e 4f [2021-07-28 16:35:17.354] [info] Another binary example: 00 00 00 00 00 00 00 00 00 00 [multi_sink_example] [warning] this should appear in both console and file [2021-07-28 16:35:17.355] [info] user defined type: [my_type i=14] [2021-07-28 16:35:17.355] [console] [info] End of example. [2021-07-28 16:35:17.355] [info] End of example. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR