******************************************************************************** conan test conan-center-index/recipes/quill/all/test_package/conanfile.py quill/2.7.0@#3782e9bdc92d9964e0d1d97a315c57ca -pr /home/conan/w/prod/BuildSingleReference/172624/cd2a69b1-5899-472c-9013-6426883b0bbf/profile_linux_13_libcpp_clang_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=clang compiler.libcxx=libc++ compiler.version=13 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True quill/2.7.0 (test package): Installing package Requirements fmt/9.1.0 from 'conan-center' - Cache quill/2.7.0 from local cache - Cache Packages fmt/9.1.0:425520cd3d52bc8dfea7013ac3c402455eea4a71 - Cache quill/2.7.0:e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc - Cache Installing (downloading, building) binaries... fmt/9.1.0: Already installed! quill/2.7.0: Already installed! quill/2.7.0 (test package): Generator txt created conanbuildinfo.txt quill/2.7.0 (test package): Generator 'CMakeToolchain' calling 'generate()' quill/2.7.0 (test package): Preset 'release' added to CMakePresets.json. Invoke it manually using 'cmake --preset release' quill/2.7.0 (test package): If your CMake version is not compatible with CMakePresets (<3.19) call cmake like: 'cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_package/build/Release/generators/conan_toolchain.cmake -DCMAKE_POLICY_DEFAULT_CMP0091=NEW -DCMAKE_BUILD_TYPE=Release' quill/2.7.0 (test package): Generator 'CMakeDeps' calling 'generate()' quill/2.7.0 (test package): Generator 'VirtualRunEnv' calling 'generate()' quill/2.7.0 (test package): Aggregating env generators quill/2.7.0 (test package): Generated conaninfo.txt quill/2.7.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_package/build/Release/generators/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 quill/2.7.0 (test package): Calling build() quill/2.7.0 (test package): CMake command: cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_package/." ----Running------ > cmake -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_package/build/Release/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" -DCMAKE_BUILD_TYPE="Release" "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_package/." ----------------- -- Using Conan toolchain: /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_package/build/Release/generators/conan_toolchain.cmake -- The CXX compiler identification is Clang 13.0.0 -- Check for working CXX compiler: /usr/local/bin/clang++ -- Check for working CXX compiler: /usr/local/bin/clang++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: Target declared 'quill::quill' -- Conan: Component target declared 'fmt::fmt' -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_package/build/Release quill/2.7.0 (test package): CMake command: cmake --build "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_package/build/Release" '--' '-j3' ----Running------ > cmake --build "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_package/build/Release" '--' '-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 CMakeFiles/test_package.dir/build.make:85: recipe for target 'test_package' failed CMakeFiles/Makefile2:75: recipe for target 'CMakeFiles/test_package.dir/all' failed Makefile:83: recipe for target 'all' failed ld: error: undefined symbol: quill::file_handler(std::__1::__fs::filesystem::path const&, std::__1::basic_string, std::__1::allocator > const&, quill::FilenameAppend, quill::FileEventNotifier, bool) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(main) ld: error: undefined symbol: quill::create_logger(std::__1::basic_string, std::__1::allocator > const&, quill::Handler*, std::__1::optional, std::__1::optional) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(main) ld: error: undefined symbol: quill::detail::BackendWorker::_check_dropped_messages(std::__1::vector > const&) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::run()::'lambda'()::operator()() const) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_exit()) ld: error: undefined symbol: quill::detail::BacktraceStorage::process(std::__1::basic_string, std::__1::allocator > const&, std::__1::function const&) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_process_transit_event(std::__1::vector > const&)) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_process_transit_event(std::__1::vector > const&)) ld: error: undefined symbol: quill::detail::BacktraceStorage::set_capacity(std::__1::basic_string, std::__1::allocator > const&, unsigned int) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_process_transit_event(std::__1::vector > const&)) ld: error: undefined symbol: quill::detail::RdtscClock::RdtscClock(std::__1::chrono::duration >) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_read_queue_messages_and_decode(quill::detail::ThreadContext*, unsigned long)) ld: error: undefined symbol: quill::detail::BackendWorker::_process_structured_log_template(std::__1::basic_string_view >) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_read_queue_messages_and_decode(quill::detail::ThreadContext*, unsigned long)) ld: error: undefined symbol: quill::PatternFormatter::format(std::__1::chrono::duration >, std::__1::basic_string_view >, std::__1::basic_string_view >, std::__1::basic_string_view >, std::__1::basic_string_view >, quill::MacroMetadata const&, fmt::v9::basic_memory_buffer > const&) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_write_transit_event(quill::TransitEvent const&)) ld: error: undefined symbol: quill::Handler::apply_filters(char const*, std::__1::chrono::duration >, quill::MacroMetadata const&, fmt::v9::basic_memory_buffer > const&) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_write_transit_event(quill::TransitEvent const&)) ld: error: undefined symbol: std::__cxx11::basic_string, std::allocator >::_M_create(unsigned long&, unsigned long) >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 91 more times ld: error: undefined symbol: std::cerr >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(std::_Function_handler, std::allocator > const&), quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)::$_0>::_M_invoke(std::_Any_data const&, std::__cxx11::basic_string, std::allocator > const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by RdtscClock.cpp >>> RdtscClock.cpp.o:(quill::detail::RdtscClock::RdtscClock(std::chrono::duration >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by RdtscClock.cpp >>> RdtscClock.cpp.o:(quill::detail::RdtscClock::RdtscClock(std::chrono::duration >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 4 more times ld: error: undefined symbol: std::basic_ostream >& std::__ostream_insert >(std::basic_ostream >&, char const*, long) >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(std::_Function_handler, std::allocator > const&), quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)::$_0>::_M_invoke(std::_Any_data const&, std::__cxx11::basic_string, std::allocator > const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by Os.cpp >>> Os.cpp.o:(quill::detail::gmtime_rs(long const*, tm*)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by Os.cpp >>> Os.cpp.o:(quill::detail::gmtime_rs(long const*, tm*)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 71 more times ld: error: undefined symbol: std::ctype::_M_widen_init() const >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(std::_Function_handler, std::allocator > const&), quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)::$_0>::_M_invoke(std::_Any_data const&, std::__cxx11::basic_string, std::allocator > const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by RdtscClock.cpp >>> RdtscClock.cpp.o:(quill::detail::RdtscClock::RdtscClock(std::chrono::duration >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by FileUtilities.cpp >>> FileUtilities.cpp.o:(quill::detail::rename_file(std::filesystem::__cxx11::path const&, std::filesystem::__cxx11::path const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 3 more times ld: error: undefined symbol: std::ostream::put(char) >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(std::_Function_handler, std::allocator > const&), quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)::$_0>::_M_invoke(std::_Any_data const&, std::__cxx11::basic_string, std::allocator > const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by RdtscClock.cpp >>> RdtscClock.cpp.o:(quill::detail::RdtscClock::RdtscClock(std::chrono::duration >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by FileUtilities.cpp >>> FileUtilities.cpp.o:(quill::detail::rename_file(std::filesystem::__cxx11::path const&, std::filesystem::__cxx11::path const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 1 more times ld: error: undefined symbol: std::ostream::flush() >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(std::_Function_handler, std::allocator > const&), quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)::$_0>::_M_invoke(std::_Any_data const&, std::__cxx11::basic_string, std::allocator > const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by RdtscClock.cpp >>> RdtscClock.cpp.o:(quill::detail::RdtscClock::RdtscClock(std::chrono::duration >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by FileUtilities.cpp >>> FileUtilities.cpp.o:(quill::detail::rename_file(std::filesystem::__cxx11::path const&, std::filesystem::__cxx11::path const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 1 more times ld: error: undefined symbol: std::__throw_bad_cast() >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(std::_Function_handler, std::allocator > const&), quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)::$_0>::_M_invoke(std::_Any_data const&, std::__cxx11::basic_string, std::allocator > const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by RdtscClock.cpp >>> RdtscClock.cpp.o:(quill::detail::RdtscClock::RdtscClock(std::chrono::duration >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by FileUtilities.cpp >>> FileUtilities.cpp.o:(quill::detail::rename_file(std::filesystem::__cxx11::path const&, std::filesystem::__cxx11::path const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 3 more times ld: error: undefined symbol: std::thread::join() >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::stop()) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a ld: error: undefined symbol: std::__cxx11::basic_string, std::allocator >::_M_append(char const*, unsigned long) >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 15 more times ld: error: undefined symbol: std::__throw_out_of_range_fmt(char const*, ...) >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 18 more times ld: error: undefined symbol: std::__throw_length_error(char const*) >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(void std::vector, std::allocator >, std::allocator, std::allocator > > >::_M_realloc_insert > >(__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, std::basic_string_view >&&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BacktraceStorage.cpp >>> BacktraceStorage.cpp.o:(void std::vector >::_M_realloc_insert, std::allocator >&, std::__cxx11::basic_string, std::allocator >&, quill::TransitEvent>(__gnu_cxx::__normal_iterator > >, std::__cxx11::basic_string, std::allocator >&, std::__cxx11::basic_string, std::allocator >&, quill::TransitEvent&&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 17 more times ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) clang-13: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [test_package] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 quill/2.7.0 (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 quill/2.7.0 (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 ERROR: quill/2.7.0 (test package): Error in build() method, line 21 cmake.build() ConanException: Error 2 while executing cmake --build "/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_package/build/Release" '--' '-j3' ******************************************************************************** conan test conan-center-index/recipes/quill/all/test_v1_package/conanfile.py quill/2.7.0@#3782e9bdc92d9964e0d1d97a315c57ca -pr /home/conan/w/prod/BuildSingleReference/172624/cd2a69b1-5899-472c-9013-6426883b0bbf/profile_linux_13_libcpp_clang_release_64..txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=clang compiler.libcxx=libc++ compiler.version=13 os=Linux [options] [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True quill/2.7.0 (test package): Installing package Requirements fmt/9.1.0 from 'conan-center' - Cache quill/2.7.0 from local cache - Cache Packages fmt/9.1.0:425520cd3d52bc8dfea7013ac3c402455eea4a71 - Cache quill/2.7.0:e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc - Cache Installing (downloading, building) binaries... fmt/9.1.0: Already installed! quill/2.7.0: Already installed! quill/2.7.0 (test package): Generator cmake_find_package_multi created quill-config-version.cmake quill/2.7.0 (test package): Generator cmake_find_package_multi created quill-config.cmake quill/2.7.0 (test package): Generator cmake_find_package_multi created quillTargets.cmake quill/2.7.0 (test package): Generator cmake_find_package_multi created quillTarget-release.cmake quill/2.7.0 (test package): Generator cmake_find_package_multi created fmt-config-version.cmake quill/2.7.0 (test package): Generator cmake_find_package_multi created fmtTarget-release.cmake quill/2.7.0 (test package): Generator cmake_find_package_multi created fmtTargets.cmake quill/2.7.0 (test package): Generator cmake_find_package_multi created fmt-config.cmake quill/2.7.0 (test package): Generator cmake created conanbuildinfo.cmake quill/2.7.0 (test package): Generator txt created conanbuildinfo.txt quill/2.7.0 (test package): Aggregating env generators quill/2.7.0 (test package): Generated conaninfo.txt quill/2.7.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_v1_package/build/da8e085be02a95a37baee5461f6c82473cdbeede/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 quill/2.7.0 (test package): Calling build() ----Running------ > cd '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_v1_package/build/da8e085be02a95a37baee5461f6c82473cdbeede' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="clang" -DCONAN_COMPILER_VERSION="13" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libc++" -DCMAKE_INSTALL_PREFIX="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_v1_package/build/da8e085be02a95a37baee5461f6c82473cdbeede/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_PREFIX_PATH="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_v1_package/build/da8e085be02a95a37baee5461f6c82473cdbeede" -DCMAKE_MODULE_PATH="/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_v1_package/build/da8e085be02a95a37baee5461f6c82473cdbeede" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_v1_package' ----------------- -- The C compiler identification is Clang 13.0.0 -- The CXX compiler identification is Clang 13.0.0 -- Check for working C compiler: /usr/local/bin/clang -- Check for working C compiler: /usr/local/bin/clang -- 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: /usr/local/bin/clang++ -- Check for working CXX compiler: /usr/local/bin/clang++ -- 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 targets configuration -- Library quill found /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a -- Library fmt found /home/conan/w/prod/BuildSingleReference/.conan/data/fmt/9.1.0/_/_/package/425520cd3d52bc8dfea7013ac3c402455eea4a71/lib/libfmt.a -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Compiler Clang>=8, checking major version 13 -- Conan: Checking correct version: 13 -- Conan: C++ stdlib: libc++ -- Library quill found /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a -- Found: /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a -- Library fmt found /home/conan/w/prod/BuildSingleReference/.conan/data/fmt/9.1.0/_/_/package/425520cd3d52bc8dfea7013ac3c402455eea4a71/lib/libfmt.a -- Found: /home/conan/w/prod/BuildSingleReference/.conan/data/fmt/9.1.0/_/_/package/425520cd3d52bc8dfea7013ac3c402455eea4a71/lib/libfmt.a -- Library fmt found /home/conan/w/prod/BuildSingleReference/.conan/data/fmt/9.1.0/_/_/package/425520cd3d52bc8dfea7013ac3c402455eea4a71/lib/libfmt.a -- Found: /home/conan/w/prod/BuildSingleReference/.conan/data/fmt/9.1.0/_/_/package/425520cd3d52bc8dfea7013ac3c402455eea4a71/lib/libfmt.a -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_v1_package/build/da8e085be02a95a37baee5461f6c82473cdbeede ----Running------ > cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_v1_package/build/da8e085be02a95a37baee5461f6c82473cdbeede' '--' '-j3' ----------------- Scanning dependencies of target test_package [ 50%] Building CXX object test_package/CMakeFiles/test_package.dir/test_package.cpp.o [100%] Linking CXX executable ../bin/test_package test_package/CMakeFiles/test_package.dir/build.make:85: recipe for target 'bin/test_package' failed CMakeFiles/Makefile2:93: recipe for target 'test_package/CMakeFiles/test_package.dir/all' failed Makefile:83: recipe for target 'all' failed 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 ld: error: undefined symbol: quill::file_handler(std::__1::__fs::filesystem::path const&, std::__1::basic_string, std::__1::allocator > const&, quill::FilenameAppend, quill::FileEventNotifier, bool) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(main) ld: error: undefined symbol: quill::create_logger(std::__1::basic_string, std::__1::allocator > const&, quill::Handler*, std::__1::optional, std::__1::optional) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(main) ld: error: undefined symbol: quill::detail::BackendWorker::_check_dropped_messages(std::__1::vector > const&) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::run()::'lambda'()::operator()() const) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_exit()) ld: error: undefined symbol: quill::detail::BacktraceStorage::process(std::__1::basic_string, std::__1::allocator > const&, std::__1::function const&) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_process_transit_event(std::__1::vector > const&)) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_process_transit_event(std::__1::vector > const&)) ld: error: undefined symbol: quill::detail::BacktraceStorage::set_capacity(std::__1::basic_string, std::__1::allocator > const&, unsigned int) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_process_transit_event(std::__1::vector > const&)) ld: error: undefined symbol: quill::detail::RdtscClock::RdtscClock(std::__1::chrono::duration >) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_read_queue_messages_and_decode(quill::detail::ThreadContext*, unsigned long)) ld: error: undefined symbol: quill::detail::BackendWorker::_process_structured_log_template(std::__1::basic_string_view >) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_read_queue_messages_and_decode(quill::detail::ThreadContext*, unsigned long)) ld: error: undefined symbol: quill::PatternFormatter::format(std::__1::chrono::duration >, std::__1::basic_string_view >, std::__1::basic_string_view >, std::__1::basic_string_view >, std::__1::basic_string_view >, quill::MacroMetadata const&, fmt::v9::basic_memory_buffer > const&) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_write_transit_event(quill::TransitEvent const&)) ld: error: undefined symbol: quill::Handler::apply_filters(char const*, std::__1::chrono::duration >, quill::MacroMetadata const&, fmt::v9::basic_memory_buffer > const&) >>> referenced by test_package.cpp >>> CMakeFiles/test_package.dir/test_package.cpp.o:(quill::detail::BackendWorker::_write_transit_event(quill::TransitEvent const&)) ld: error: undefined symbol: std::__cxx11::basic_string, std::allocator >::_M_create(unsigned long&, unsigned long) >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 91 more times ld: error: undefined symbol: std::cerr >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(std::_Function_handler, std::allocator > const&), quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)::$_0>::_M_invoke(std::_Any_data const&, std::__cxx11::basic_string, std::allocator > const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by RdtscClock.cpp >>> RdtscClock.cpp.o:(quill::detail::RdtscClock::RdtscClock(std::chrono::duration >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by RdtscClock.cpp >>> RdtscClock.cpp.o:(quill::detail::RdtscClock::RdtscClock(std::chrono::duration >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 4 more times ld: error: undefined symbol: std::basic_ostream >& std::__ostream_insert >(std::basic_ostream >&, char const*, long) >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(std::_Function_handler, std::allocator > const&), quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)::$_0>::_M_invoke(std::_Any_data const&, std::__cxx11::basic_string, std::allocator > const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by Os.cpp >>> Os.cpp.o:(quill::detail::gmtime_rs(long const*, tm*)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by Os.cpp >>> Os.cpp.o:(quill::detail::gmtime_rs(long const*, tm*)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 71 more times ld: error: undefined symbol: std::ctype::_M_widen_init() const >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(std::_Function_handler, std::allocator > const&), quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)::$_0>::_M_invoke(std::_Any_data const&, std::__cxx11::basic_string, std::allocator > const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by RdtscClock.cpp >>> RdtscClock.cpp.o:(quill::detail::RdtscClock::RdtscClock(std::chrono::duration >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by FileUtilities.cpp >>> FileUtilities.cpp.o:(quill::detail::rename_file(std::filesystem::__cxx11::path const&, std::filesystem::__cxx11::path const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 3 more times ld: error: undefined symbol: std::ostream::put(char) >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(std::_Function_handler, std::allocator > const&), quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)::$_0>::_M_invoke(std::_Any_data const&, std::__cxx11::basic_string, std::allocator > const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by RdtscClock.cpp >>> RdtscClock.cpp.o:(quill::detail::RdtscClock::RdtscClock(std::chrono::duration >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by FileUtilities.cpp >>> FileUtilities.cpp.o:(quill::detail::rename_file(std::filesystem::__cxx11::path const&, std::filesystem::__cxx11::path const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 1 more times ld: error: undefined symbol: std::ostream::flush() >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(std::_Function_handler, std::allocator > const&), quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)::$_0>::_M_invoke(std::_Any_data const&, std::__cxx11::basic_string, std::allocator > const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by RdtscClock.cpp >>> RdtscClock.cpp.o:(quill::detail::RdtscClock::RdtscClock(std::chrono::duration >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by FileUtilities.cpp >>> FileUtilities.cpp.o:(quill::detail::rename_file(std::filesystem::__cxx11::path const&, std::filesystem::__cxx11::path const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 1 more times ld: error: undefined symbol: std::__throw_bad_cast() >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(std::_Function_handler, std::allocator > const&), quill::detail::BackendWorker::BackendWorker(quill::Config const&, quill::detail::ThreadContextCollection&, quill::detail::HandlerCollection const&)::$_0>::_M_invoke(std::_Any_data const&, std::__cxx11::basic_string, std::allocator > const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by RdtscClock.cpp >>> RdtscClock.cpp.o:(quill::detail::RdtscClock::RdtscClock(std::chrono::duration >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by FileUtilities.cpp >>> FileUtilities.cpp.o:(quill::detail::rename_file(std::filesystem::__cxx11::path const&, std::filesystem::__cxx11::path const&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 3 more times ld: error: undefined symbol: std::thread::join() >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::stop()) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a ld: error: undefined symbol: std::__cxx11::basic_string, std::allocator >::_M_append(char const*, unsigned long) >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 15 more times ld: error: undefined symbol: std::__throw_out_of_range_fmt(char const*, ...) >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 18 more times ld: error: undefined symbol: std::__throw_length_error(char const*) >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(quill::detail::BackendWorker::_process_structured_log_template[abi:cxx11](std::basic_string_view >)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BackendWorker.cpp >>> BackendWorker.cpp.o:(void std::vector, std::allocator >, std::allocator, std::allocator > > >::_M_realloc_insert > >(__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, std::basic_string_view >&&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced by BacktraceStorage.cpp >>> BacktraceStorage.cpp.o:(void std::vector >::_M_realloc_insert, std::allocator >&, std::__cxx11::basic_string, std::allocator >&, quill::TransitEvent>(__gnu_cxx::__normal_iterator > >, std::__cxx11::basic_string, std::allocator >&, std::__cxx11::basic_string, std::allocator >&, quill::TransitEvent&&)) in archive /home/conan/w/prod/BuildSingleReference/.conan/data/quill/2.7.0/_/_/package/e1816a2f17bb6fb7f4a0135cf8fd8b779aa582fc/lib/libquill.a >>> referenced 17 more times ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) clang-13: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [bin/test_package] Error 1 make[1]: *** [test_package/CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 ERROR: quill/2.7.0 (test package): Error in build() method, line 13 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/quill/all/test_v1_package/build/da8e085be02a95a37baee5461f6c82473cdbeede' '--' '-j3'