******************************************************************************** conan test conan-center-index/recipes/spdlog/all/test_package/conanfile.py spdlog/1.6.0@ --profile=/Users/jenkins/w/BuildSingleReference/25717/a488eda1-4eb3-4b55-a9d8-753c320830e2/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=11.0 os=Macos os_build=Macos [options] spdlog:shared=True [build_requires] [env] spdlog/1.6.0 (test package): Installing package Requirements fmt/6.2.1 from 'conan-center' - Cache spdlog/1.6.0 from local cache - Cache Packages fmt/6.2.1:5fed66895e5b85fca4af6ac05bb157e1ffecb806 - Cache spdlog/1.6.0:952cf89acbbd68e00a55488b4af66e84e788c4dc - Cache Installing (downloading, building) binaries... fmt/6.2.1: Already installed! [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.6.0: Already installed! [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.6.0 (test package): Generator cmake created conanbuildinfo.cmake spdlog/1.6.0 (test package): Generator txt created conanbuildinfo.txt spdlog/1.6.0 (test package): Generated conaninfo.txt spdlog/1.6.0 (test package): Generated graphinfo Using lockfile: '/Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/spdlog/all/test_package/build/f43e5d4a73eb406b4ba272b6aa3093043155ac72/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.6.0 (test package): Calling build() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/spdlog/all/test_package/build/f43e5d4a73eb406b4ba272b6aa3093043155ac72' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="11.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libc++" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/spdlog/all/test_package/build/f43e5d4a73eb406b4ba272b6aa3093043155ac72/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 '/Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/spdlog/all/test_package' ----------------- -- The C compiler identification is AppleClang 11.0.0.11000033 -- The CXX compiler identification is AppleClang 11.0.0.11000033 -- Check for working C compiler: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- Check for working C compiler: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- Check for working CXX compiler: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- 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: C++ stdlib: libc++ -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/spdlog/all/test_package/build/f43e5d4a73eb406b4ba272b6aa3093043155ac72 ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference/conan-center-index/recipes/spdlog/all/test_package/build/f43e5d4a73eb406b4ba272b6aa3093043155ac72' '--' '-j4' ----------------- 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.6.0 (test package): Running test() ----Running------ > DYLD_LIBRARY_PATH="/Users/jenkins/w/BuildSingleReference/.conan/data/spdlog/1.6.0/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/lib:/Users/jenkins/w/BuildSingleReference/.conan/data/fmt/6.2.1/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/lib" DYLD_FRAMEWORK_PATH="" bin/test_package ----------------- [2021-07-25 15:52:55.058] [info] Welcome to spdlog version 1.6.0 ! [2021-07-25 15:52:55.059] [warning] Easy padding in numbers like 00000012 [2021-07-25 15:52:55.059] [critical] Support for int: 42; hex: 2a; oct: 52; bin: 101010 [2021-07-25 15:52:55.059] [info] Support for floats 1.23 [2021-07-25 15:52:55.059] [info] Positional args are supported too.. [2021-07-25 15:52:55.059] [info] right aligned, left aligned [2021-07-25 15:52:55.059] [debug] This message should be displayed.. [15:52:55 -04:00] [I] [thread 167507152] This an info message with custom format [2021-07-25 15:52:55.059] [info] ****************** Backtrace Start ****************** [2021-07-25 15:52:55.059] [debug] Backtrace message 90 [2021-07-25 15:52:55.059] [debug] Backtrace message 91 [2021-07-25 15:52:55.059] [debug] Backtrace message 92 [2021-07-25 15:52:55.059] [debug] Backtrace message 93 [2021-07-25 15:52:55.059] [debug] Backtrace message 94 [2021-07-25 15:52:55.059] [debug] Backtrace message 95 [2021-07-25 15:52:55.059] [debug] Backtrace message 96 [2021-07-25 15:52:55.059] [debug] Backtrace message 97 [2021-07-25 15:52:55.059] [debug] Backtrace message 98 [2021-07-25 15:52:55.059] [debug] Backtrace message 99 [2021-07-25 15:52:55.059] [info] ****************** Backtrace End ******************** [2021-07-25 15:52:55.064] [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-25 15:52:55.064] [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-25 15:52:55.064] [info] user defined type: [my_type i=14] [2021-07-25 15:52:55.064] [console] [info] End of example. [2021-07-25 15:52:55.064] [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