******************************************************************************** conan install quill/2.0.0@#e18bafe362f7d3e500c783c45b40e1e1 --build=quill -pr /home/conan/w/prod/BuildSingleReference/34146/5eb02b52-7267-4477-aa10-c05fa7998bca/profile_linux_11_libstdcpp_clang_release_64..txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: clang, clang++ Found clang 11.1 clang>=8, using the major as version Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=clang compiler.version=11 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=clang compiler.libcxx=libstdc++ compiler.version=11 os=Linux [options] [build_requires] [env] fmt/8.1.1: Not found in local cache, looking in remotes... fmt/8.1.1: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz fmt/8.1.1: Downloaded recipe revision b3e969f8561a85087bd0365c09bbf4fb quill/2.0.0: Forced build from source Installing package: quill/2.0.0 Requirements fmt/8.1.1 from 'conan-center' - Downloaded quill/2.0.0 from local cache - Cache Packages fmt/8.1.1:4c0ca5d0b99aae90ba7f1557929cb03097feb8cb - Download quill/2.0.0:aaf33ae94776fd23b1832b190ae30d1c7e109f94 - Build Installing (downloading, building) binaries... fmt/8.1.1: Retrieving package 4c0ca5d0b99aae90ba7f1557929cb03097feb8cb from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz fmt/8.1.1: Package installed 4c0ca5d0b99aae90ba7f1557929cb03097feb8cb fmt/8.1.1: Downloaded package revision 01c51ddbe8ab1a54bdef73b7d6d7a1bb [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK quill/2.0.0: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK quill/2.0.0: Copying sources to build folder quill/2.0.0: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94 quill/2.0.0: Generator cmake created conanbuildinfo.cmake quill/2.0.0: Generator cmake_find_package created Findfmt.cmake quill/2.0.0: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK quill/2.0.0: Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/build_subfolder' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="clang" -DCONAN_COMPILER_VERSION="11" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/package/aaf33ae94776fd23b1832b190ae30d1c7e109f94" -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" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_MODULE_PATH="/home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DQUILL_FMT_EXTERNAL="True" -DQUILL_ENABLE_INSTALL="True" -DQUILL_USE_BOUNDED_QUEUE="False" -DQUILL_NO_EXCEPTIONS="False" -Wno-dev '/home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94' ----------------- -- The C compiler identification is Clang 11.1.0 -- The CXX compiler identification is Clang 11.1.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/clang - 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/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Compiler Clang>=8, checking major version 11 -- Conan: Checking correct version: 11 -- Conan: C++ stdlib: libstdc++ -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- QUILL_NO_EXCEPTIONS: False -- QUILL_USE_BOUNDED_QUEUE: False -- QUILL_FMT_EXTERNAL: True -- QUILL_NO_THREAD_NAME_SUPPORT: OFF -- Conan: Using autogenerated Findfmt.cmake -- Found fmt: 8.1.1 (found version "8.1.1") -- Library fmt found /home/conan/w/prod/BuildSingleReference/.conan/data/fmt/8.1.1/_/_/package/4c0ca5d0b99aae90ba7f1557929cb03097feb8cb/lib/libfmt.a -- Found: /home/conan/w/prod/BuildSingleReference/.conan/data/fmt/8.1.1/_/_/package/4c0ca5d0b99aae90ba7f1557929cb03097feb8cb/lib/libfmt.a -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/build_subfolder ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/build_subfolder' '--' '-j3' ----------------- Scanning dependencies of target quill [ 8%] Building CXX object source_subfolder/quill/CMakeFiles/quill.dir/src/detail/backend/BacktraceStorage.cpp.o [ 8%] Building CXX object source_subfolder/quill/CMakeFiles/quill.dir/src/detail/backend/BackendWorker.cpp.o [ 12%] Building CXX object source_subfolder/quill/CMakeFiles/quill.dir/src/detail/backend/FreeListAllocator.cpp.o source_subfolder/quill/CMakeFiles/quill.dir/build.make:107: recipe for target 'source_subfolder/quill/CMakeFiles/quill.dir/src/detail/backend/FreeListAllocator.cpp.o' failed source_subfolder/quill/CMakeFiles/quill.dir/build.make:94: recipe for target 'source_subfolder/quill/CMakeFiles/quill.dir/src/detail/backend/BacktraceStorage.cpp.o' failed source_subfolder/quill/CMakeFiles/quill.dir/build.make:81: recipe for target 'source_subfolder/quill/CMakeFiles/quill.dir/src/detail/backend/BackendWorker.cpp.o' failed CMakeFiles/Makefile2:130: recipe for target 'source_subfolder/quill/CMakeFiles/quill.dir/all' failed Makefile:170: recipe for target 'all' failed quill/2.0.0: CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/src/detail/backend/BackendWorker.cpp:1: In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/include/quill/detail/backend/BackendWorker.h:12: In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/include/quill/detail/HandlerCollection.h:9: In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/include/quill/handlers/ConsoleHandler.h:10: In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/include/quill/handlers/StreamHandler.h:10: In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/include/quill/handlers/Handler.h:9: /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/include/quill/MacroMetadata.h:12:10: fatal error: 'filesystem' file not found #include ^~~~~~~~~~~~ In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/src/detail/backend/FreeListAllocator.cpp:3: /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/include/quill/detail/misc/Os.h:13:10: fatal error: 'filesystem' file not found #include ^~~~~~~~~~~~ 1 error generated. make[2]: *** [source_subfolder/quill/CMakeFiles/quill.dir/src/detail/backend/FreeListAllocator.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/src/detail/backend/BacktraceStorage.cpp:1: In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/include/quill/detail/backend/BacktraceStorage.h:8: In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/include/quill/detail/backend/TransitEvent.h:9: In file included from /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/include/quill/detail/Serialize.h:10: /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/source_subfolder/quill/include/quill/MacroMetadata.h:12:10: fatal error: 'filesystem' file not found #include ^~~~~~~~~~~~ 1 error generated. make[2]: *** [source_subfolder/quill/CMakeFiles/quill.dir/src/detail/backend/BacktraceStorage.cpp.o] Error 1 1 error generated. make[2]: *** [source_subfolder/quill/CMakeFiles/quill.dir/src/detail/backend/BackendWorker.cpp.o] Error 1 make[1]: *** [source_subfolder/quill/CMakeFiles/quill.dir/all] Error 2 make: *** [all] Error 2 quill/2.0.0: ERROR: Package 'aaf33ae94776fd23b1832b190ae30d1c7e109f94' build failed quill/2.0.0: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94 ERROR: quill/2.0.0: Error in build() method, line 116 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.0.0/_/_/build/aaf33ae94776fd23b1832b190ae30d1c7e109f94/build_subfolder' '--' '-j3'