******************************************************************************** conan test conan-center-index/recipes/spdlog/all/test_package/conanfile.py spdlog/1.9.0@ --profile=/Users/jenkins/w/BuildSingleReference@7/26498/8f278c93-0c62-402b-863e-78a8008890bc/profile.txt ******************************************************************************** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos os_build=Macos [options] spdlog:shared=False [build_requires] [env] spdlog/1.9.0 (test package): Installing package Requirements fmt/8.0.1 from 'conan-center' - Cache spdlog/1.9.0 from local cache - Cache Packages fmt/8.0.1:e49065ecb5f0d44c4e32f570e965f6a1bd08dd0e - Cache spdlog/1.9.0:46df9d3a377cd3fcc9ae94d0a0e2ed80ea1bb97f - Cache Installing (downloading, building) binaries... fmt/8.0.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.9.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.9.0 (test package): Generator cmake created conanbuildinfo.cmake spdlog/1.9.0 (test package): Generator txt created conanbuildinfo.txt spdlog/1.9.0 (test package): Generated conaninfo.txt spdlog/1.9.0 (test package): Generated graphinfo Using lockfile: '/Users/jenkins/w/BuildSingleReference@7/conan-center-index/recipes/spdlog/all/test_package/build/f2b631c3db734c7527cc8b410a48798e9fd3fea8/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.9.0 (test package): Calling build() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference@7/conan-center-index/recipes/spdlog/all/test_package/build/f2b631c3db734c7527cc8b410a48798e9fd3fea8' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="12.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libc++" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/BuildSingleReference@7/conan-center-index/recipes/spdlog/all/test_package/build/f2b631c3db734c7527cc8b410a48798e9fd3fea8/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@7/conan-center-index/recipes/spdlog/all/test_package' ----------------- -- The C compiler identification is AppleClang 12.0.0.12000032 -- The CXX compiler identification is AppleClang 12.0.0.12000032 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - 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: /Users/administrator/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - 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: C++ stdlib: libc++ -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference@7/conan-center-index/recipes/spdlog/all/test_package/build/f2b631c3db734c7527cc8b410a48798e9fd3fea8 ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@7/conan-center-index/recipes/spdlog/all/test_package/build/f2b631c3db734c7527cc8b410a48798e9fd3fea8' '--' '-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.9.0 (test package): Running test() ----Running------ > DYLD_LIBRARY_PATH="/Users/jenkins/w/BuildSingleReference@7/.conan/data/spdlog/1.9.0/_/_/package/46df9d3a377cd3fcc9ae94d0a0e2ed80ea1bb97f/lib:/Users/jenkins/w/BuildSingleReference@7/.conan/data/fmt/8.0.1/_/_/package/e49065ecb5f0d44c4e32f570e965f6a1bd08dd0e/lib" DYLD_FRAMEWORK_PATH="" bin/test_package ----------------- [2021-07-29 10:59:06.526] [info] Welcome to spdlog version 1.9.0 ! [2021-07-29 10:59:06.528] [warning] Easy padding in numbers like 00000012 [2021-07-29 10:59:06.528] [critical] Support for int: 42; hex: 2a; oct: 52; bin: 101010 [2021-07-29 10:59:06.528] [info] Support for floats 1.23 [2021-07-29 10:59:06.528] [info] Positional args are supported too.. [2021-07-29 10:59:06.528] [info] right aligned, left aligned [2021-07-29 10:59:06.528] [debug] This message should be displayed.. [10:59:06 -07:00] [I] [thread 267198659] This an info message with custom format [2021-07-29 10:59:06.528] [info] ****************** Backtrace Start ****************** [2021-07-29 10:59:06.528] [debug] Backtrace message 90 [2021-07-29 10:59:06.528] [debug] Backtrace message 91 [2021-07-29 10:59:06.528] [debug] Backtrace message 92 [2021-07-29 10:59:06.528] [debug] Backtrace message 93 [2021-07-29 10:59:06.528] [debug] Backtrace message 94 [2021-07-29 10:59:06.528] [debug] Backtrace message 95 [2021-07-29 10:59:06.528] [debug] Backtrace message 96 [2021-07-29 10:59:06.528] [debug] Backtrace message 97 [2021-07-29 10:59:06.528] [debug] Backtrace message 98 [2021-07-29 10:59:06.528] [debug] Backtrace message 99 [2021-07-29 10:59:06.528] [info] ****************** Backtrace End ******************** [2021-07-29 10:59:06.531] [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-29 10:59:06.531] [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-29 10:59:06.531] [info] user defined type: [my_type i=14] [2021-07-29 10:59:06.531] [console] [info] End of example. [2021-07-29 10:59:06.531] [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