Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure of Conda\Linux if ROBOTOLOGY_ENABLE_ROBOT_TESTING option is enabled #848

Closed
traversaro opened this issue Aug 5, 2021 · 6 comments

Comments

@traversaro
Copy link
Member

Since this night, the build of blocktest is failing on Conda\Linux with error:

2021-08-05T02:23:37.1917330Z [36/94] Linking CXX executable bin/blocktestrunner
2021-08-05T02:23:37.1917840Z FAILED: bin/blocktestrunner 
2021-08-05T02:23:37.1922579Z : && /usr/share/miniconda3/envs/test/bin/x86_64-conda-linux-gnu-c++ -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /usr/share/miniconda3/envs/test/include -Wall -Wextra -O3 -DNDEBUG -rdynamic src/blocktestrunner/CMakeFiles/blocktestrunner.dir/blocktestrunner_autogen/mocs_compilation.cpp.o src/blocktestrunner/CMakeFiles/blocktestrunner.dir/main.cpp.o src/blocktestrunner/CMakeFiles/blocktestrunner.dir/blockTestRunner.cpp.o src/blocktestrunner/CMakeFiles/blocktestrunner.dir/__/__/extern/pugixml/pugixml.cpp.o -o bin/blocktestrunner  -Wl,-rpath,/home/runner/work/robotology-superbuild/robotology-superbuild/build/src/blocktestcore/lib:  lib/libblocktestcore.so.2.3.2  /usr/share/miniconda3/envs/test/lib/libboost_system.so.1.74.0  /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0  -ldl  -lpthread && :
2021-08-05T02:23:37.1927349Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: warning: libstdc++.so.6, needed by lib/libblocktestcore.so.2.3.2, not found (try using -rpath or -rpath-link)
2021-08-05T02:23:37.1929618Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `VTT for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
2021-08-05T02:23:37.1932075Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::basic_streambuf<char, std::char_traits<char> >@GLIBCXX_3.4'
2021-08-05T02:23:37.2024802Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_first_not_of(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2026938Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8'
2021-08-05T02:23:37.2029554Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2032270Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_create(unsigned long&, unsigned long)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2034304Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_allocate_exception@CXXABI_1.3'
2021-08-05T02:23:37.2036486Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)@GLIBCXX_3.4'
2021-08-05T02:23:37.2038615Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::bad_alloc::~bad_alloc()@GLIBCXX_3.4'
2021-08-05T02:23:37.2040771Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ostream::put(char)@GLIBCXX_3.4'
2021-08-05T02:23:37.2043951Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::sync()@GLIBCXX_3.4'
2021-08-05T02:23:37.2048908Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::length_error@GLIBCXX_3.4'
2021-08-05T02:23:37.2174315Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_first_of(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2176863Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::uflow()@GLIBCXX_3.4'
2021-08-05T02:23:37.2179361Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::operator=(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2181794Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::str() const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2183825Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11'
2021-08-05T02:23:37.2185738Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15'
2021-08-05T02:23:37.2188028Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::open(char const*, std::_Ios_Openmode)@GLIBCXX_3.4'
2021-08-05T02:23:37.2190660Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)@GLIBCXX_3.4'
2021-08-05T02:23:37.2193648Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace_aux(unsigned long, unsigned long, unsigned long, char)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2196350Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ostream& std::ostream::_M_insert<bool>(bool)@GLIBCXX_3.4.9'
2021-08-05T02:23:37.2198848Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2201951Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `operator new[](unsigned long, std::nothrow_t const&)@GLIBCXX_3.4'
2021-08-05T02:23:37.2204920Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::runtime_error::runtime_error(std::runtime_error const&)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2208292Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace(unsigned long, unsigned long, char const*, unsigned long)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2212008Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, long)@GLIBCXX_3.4.9'
2021-08-05T02:23:37.2335090Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_throw@CXXABI_1.3'
2021-08-05T02:23:37.2337817Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `std::codecvt<wchar_t, char, __mbstate_t> const& std::use_facet<std::codecvt<wchar_t, char, __mbstate_t> >(std::locale const&)@GLIBCXX_3.4'
2021-08-05T02:23:37.2340406Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)@GLIBCXX_3.4'
2021-08-05T02:23:37.2343007Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__exception_ptr::exception_ptr::exception_ptr(void*)@CXXABI_1.3.11'
2021-08-05T02:23:37.2345688Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_construct(unsigned long, char)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2347906Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `operator delete(void*)@GLIBCXX_3.4'
2021-08-05T02:23:37.2351658Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::basic_ifstream<char, std::char_traits<char> >@GLIBCXX_3.4'
2021-08-05T02:23:37.2355038Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::basic_fstream<char, std::char_traits<char> >@GLIBCXX_3.4'
2021-08-05T02:23:37.2358255Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::locale::locale()@GLIBCXX_3.4'
2021-08-05T02:23:37.2361579Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_guard_release@CXXABI_1.3'
2021-08-05T02:23:37.2363695Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)@GLIBCXX_3.4'
2021-08-05T02:23:37.2366600Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `VTT for std::basic_ofstream<char, std::char_traits<char> >@GLIBCXX_3.4'
2021-08-05T02:23:37.2368411Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_bad_typeid@CXXABI_1.3'
2021-08-05T02:23:37.2416113Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14'
2021-08-05T02:23:37.2419329Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::basic_filebuf<char, std::char_traits<char> >@GLIBCXX_3.4'
2021-08-05T02:23:37.2422038Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__exception_ptr::exception_ptr::exception_ptr(std::__exception_ptr::exception_ptr const&)@CXXABI_1.3.3'
2021-08-05T02:23:37.2424286Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2426825Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > const& std::use_facet<std::time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > > >(std::locale const&)@GLIBCXX_3.4'
2021-08-05T02:23:37.2429493Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(char const*)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2443158Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_istream<wchar_t, std::char_traits<wchar_t> >::seekg(long, std::_Ios_Seekdir)@GLIBCXX_3.4'
2021-08-05T02:23:37.2445897Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::length_error::~length_error()@GLIBCXX_3.4'
2021-08-05T02:23:37.2448612Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::replace(unsigned long, unsigned long, char const*, unsigned long)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2452412Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::push_back(char)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2457050Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2460064Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15'
2021-08-05T02:23:37.2462642Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::basic_ofstream<char, std::char_traits<char> >@GLIBCXX_3.4'
2021-08-05T02:23:37.2466174Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_assign(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2469948Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `std::runtime_error::operator=(std::runtime_error const&)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2472373Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_istringstream()@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2474587Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `operator new(unsigned long)@GLIBCXX_3.4'
2021-08-05T02:23:37.2476794Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::locale::~locale()@GLIBCXX_3.4'
2021-08-05T02:23:37.2478903Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_guard_acquire@CXXABI_1.3'
2021-08-05T02:23:37.2481335Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__throw_logic_error(char const*)@GLIBCXX_3.4'
2021-08-05T02:23:37.2483580Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::rethrow_exception(std::__exception_ptr::exception_ptr)@CXXABI_1.3.3'
2021-08-05T02:23:37.2486241Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `typeinfo for std::codecvt<wchar_t, char, __mbstate_t>@GLIBCXX_3.4'
2021-08-05T02:23:37.2488472Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_istream<wchar_t, std::char_traits<wchar_t> >::read(wchar_t*, long)@GLIBCXX_3.4'
2021-08-05T02:23:37.2491068Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_erase(unsigned long, unsigned long)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2493549Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()@GLIBCXX_3.4'
2021-08-05T02:23:37.2645849Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::__cxx11::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2648238Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__throw_invalid_argument(char const*)@GLIBCXX_3.4'
2021-08-05T02:23:37.2650217Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::runtime_error::what() const@GLIBCXX_3.4'
2021-08-05T02:23:37.2652423Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `std::nothrow@GLIBCXX_3.4'
2021-08-05T02:23:37.2656406Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for __cxxabiv1::__class_type_info@CXXABI_1.3'
2021-08-05T02:23:37.2660921Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_istream<char, std::char_traits<char> >& std::operator>><char, std::char_traits<char>, std::allocator<char> >(std::basic_istream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2663555Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_end_catch@CXXABI_1.3'
2021-08-05T02:23:37.2666056Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_rethrow@CXXABI_1.3'
2021-08-05T02:23:37.2670094Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::thread::_M_start_thread(std::unique_ptr<std::thread::_State, std::default_delete<std::thread::_State> >, void (*)())@GLIBCXX_3.4.22'
2021-08-05T02:23:37.2673184Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::istream::seekg(std::fpos<__mbstate_t>)@GLIBCXX_3.4'
2021-08-05T02:23:37.2675438Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2677860Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::close()@GLIBCXX_3.4'
2021-08-05T02:23:37.2680876Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)@GLIBCXX_3.4'
2021-08-05T02:23:37.2683727Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::resize(unsigned long, wchar_t)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2686329Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_mutate(unsigned long, unsigned long, char const*, unsigned long)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2689361Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::system_error::~system_error()@GLIBCXX_3.4.11'
2021-08-05T02:23:37.2691872Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ios_base::ios_base()@GLIBCXX_3.4'
2021-08-05T02:23:37.2855408Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `std::locale::operator=(std::locale const&)@GLIBCXX_3.4'
2021-08-05T02:23:37.2859737Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `operator new(unsigned long, std::nothrow_t const&)@GLIBCXX_3.4'
2021-08-05T02:23:37.2863067Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `VTT for std::basic_ifstream<char, std::char_traits<char> >@GLIBCXX_3.4'
2021-08-05T02:23:37.2866027Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `typeinfo for std::basic_streambuf<char, std::char_traits<char> >@GLIBCXX_3.4'
2021-08-05T02:23:37.2869614Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ostream& std::ostream::_M_insert<long>(long)@GLIBCXX_3.4.9'
2021-08-05T02:23:37.2873062Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_istream<wchar_t, std::char_traits<wchar_t> >::seekg(std::fpos<__mbstate_t>)@GLIBCXX_3.4'
2021-08-05T02:23:37.2875631Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::_Rb_tree_increment(std::_Rb_tree_node_base const*)@GLIBCXX_3.4'
2021-08-05T02:23:37.2877746Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::basic_ios<char, std::char_traits<char> >@GLIBCXX_3.4'
2021-08-05T02:23:37.2880007Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::reserve(unsigned long)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2882182Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `typeinfo for std::length_error@GLIBCXX_3.4'
2021-08-05T02:23:37.2884286Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_istream<wchar_t, std::char_traits<wchar_t> >::tellg()@GLIBCXX_3.4'
2021-08-05T02:23:37.2886508Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::_V2::error_category::~error_category()@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2888694Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::bad_weak_ptr::~bad_weak_ptr()@GLIBCXX_3.4.15'
2021-08-05T02:23:37.2891089Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::istream::read(char*, long)@GLIBCXX_3.4'
2021-08-05T02:23:37.2893488Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `VTT for std::__cxx11::basic_istringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2895956Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ostream::flush()@GLIBCXX_3.4'
2021-08-05T02:23:37.2898192Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::istream::seekg(long, std::_Ios_Seekdir)@GLIBCXX_3.4'
2021-08-05T02:23:37.2900405Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ctype<char>::_M_widen_init() const@GLIBCXX_3.4.11'
2021-08-05T02:23:37.2902330Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::cout@GLIBCXX_3.4'
2021-08-05T02:23:37.2905067Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_istream<char, std::char_traits<char> >& std::getline<char, std::char_traits<char>, std::allocator<char> >(std::basic_istream<char, std::char_traits<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, char)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2907449Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::length_error::length_error(char const*)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2909589Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__throw_bad_cast()@GLIBCXX_3.4'
2021-08-05T02:23:37.2911817Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::_V2::error_category::_M_message[abi:cxx11](int) const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2913756Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ios_base::Init::Init()@GLIBCXX_3.4'
2021-08-05T02:23:37.2916165Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::uncaught_exception()@GLIBCXX_3.4'
2021-08-05T02:23:37.2919324Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_first_not_of(char, unsigned long) const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.2921944Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `typeinfo for std::system_error@GLIBCXX_3.4.11'
2021-08-05T02:23:37.2924436Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__gxx_personality_v0@CXXABI_1.3'
2021-08-05T02:23:37.2926673Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::current_exception()@CXXABI_1.3.3'
2021-08-05T02:23:37.2929250Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::setbuf(char*, long)@GLIBCXX_3.4'
2021-08-05T02:23:37.2931622Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `std::codecvt<wchar_t, char, __mbstate_t>::codecvt(unsigned long)@GLIBCXX_3.4'
2021-08-05T02:23:37.2933582Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_init_primary_exception@CXXABI_1.3.11'
2021-08-05T02:23:37.3017466Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::substr(unsigned long, unsigned long) const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3020556Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::resize(unsigned long, char)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3022723Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ios_base::Init::~Init()@GLIBCXX_3.4'
2021-08-05T02:23:37.3025187Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `std::codecvt<wchar_t, char, __mbstate_t>::~codecvt()@GLIBCXX_3.4'
2021-08-05T02:23:37.3027498Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__throw_out_of_range_fmt(char const*, ...)@GLIBCXX_3.4.20'
2021-08-05T02:23:37.3029819Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `typeinfo for std::bad_weak_ptr@GLIBCXX_3.4.15'
2021-08-05T02:23:37.3032326Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_ofstream<char, std::char_traits<char> >::~basic_ofstream()@GLIBCXX_3.4'
2021-08-05T02:23:37.3034664Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::runtime_error::runtime_error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3036969Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream()@GLIBCXX_3.4'
2021-08-05T02:23:37.3038808Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_free_exception@CXXABI_1.3'
2021-08-05T02:23:37.3041018Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `operator delete[](void*)@GLIBCXX_3.4'
2021-08-05T02:23:37.3043055Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `typeinfo for std::bad_alloc@GLIBCXX_3.4'
2021-08-05T02:23:37.3045240Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__throw_out_of_range(char const*)@GLIBCXX_3.4'
2021-08-05T02:23:37.3047328Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__basic_file<char>::~__basic_file()@GLIBCXX_3.4'
2021-08-05T02:23:37.3049089Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `typeinfo for void@CXXABI_1.3'
2021-08-05T02:23:37.3051840Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_filebuf<char, std::char_traits<char> >::basic_filebuf()@GLIBCXX_3.4'
2021-08-05T02:23:37.3232739Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::rfind(char, unsigned long) const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3235872Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()@GLIBCXX_3.4.26'
2021-08-05T02:23:37.3238789Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::pbackfail(int)@GLIBCXX_3.4'
2021-08-05T02:23:37.3241265Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_stringbuf<char, std::char_traits<char>, std::allocator<char> >::_M_sync(char*, unsigned long, unsigned long)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3243717Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ostream::write(char const*, long)@GLIBCXX_3.4'
2021-08-05T02:23:37.3245684Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_guard_abort@CXXABI_1.3'
2021-08-05T02:23:37.3247941Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::showmanyc()@GLIBCXX_3.4'
2021-08-05T02:23:37.3250238Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::exception::~exception()@GLIBCXX_3.4'
2021-08-05T02:23:37.3252467Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_ios<char, std::char_traits<char> >::rdbuf(std::basic_streambuf<char, std::char_traits<char> >*)@GLIBCXX_3.4'
2021-08-05T02:23:37.3255395Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::runtime_error::runtime_error(char const*)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3257840Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `typeinfo for std::exception@GLIBCXX_3.4'
2021-08-05T02:23:37.3259847Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::length_error::~length_error()@GLIBCXX_3.4.15'
2021-08-05T02:23:37.3264406Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `typeinfo for std::runtime_error@GLIBCXX_3.4'
2021-08-05T02:23:37.3267906Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__exception_ptr::exception_ptr::exception_ptr()@CXXABI_1.3.3'
2021-08-05T02:23:37.3271159Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::seekoff(long, std::_Ios_Seekdir, std::_Ios_Openmode)@GLIBCXX_3.4'
2021-08-05T02:23:37.3273832Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ostream& std::ostream::_M_insert<unsigned long>(unsigned long)@GLIBCXX_3.4.9'
2021-08-05T02:23:37.3275871Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::istream& std::istream::_M_extract<bool>(bool&)@GLIBCXX_3.4.9'
2021-08-05T02:23:37.3278274Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3280498Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_iostream<char, std::char_traits<char> >::basic_iostream()@GLIBCXX_3.4'
2021-08-05T02:23:37.3282727Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::_V2::generic_category()@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3284682Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::runtime_error::~runtime_error()@GLIBCXX_3.4'
2021-08-05T02:23:37.3286818Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::system_error@GLIBCXX_3.4.11'
2021-08-05T02:23:37.3289292Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ostream::sentry::sentry(std::ostream&)@GLIBCXX_3.4'
2021-08-05T02:23:37.3291541Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_fstream<char, std::char_traits<char> >::~basic_fstream()@GLIBCXX_3.4'
2021-08-05T02:23:37.3617383Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ostream::sentry::~sentry()@GLIBCXX_3.4'
2021-08-05T02:23:37.3620617Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find(char, unsigned long) const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3623792Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::imbue(std::locale const&)@GLIBCXX_3.4'
2021-08-05T02:23:37.3626099Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_ios<wchar_t, std::char_traits<wchar_t> >::clear(std::_Ios_Iostate)@GLIBCXX_3.4'
2021-08-05T02:23:37.3629095Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::seekpos(std::fpos<__mbstate_t>, std::_Ios_Openmode)@GLIBCXX_3.4'
2021-08-05T02:23:37.3631363Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__dynamic_cast@CXXABI_1.3'
2021-08-05T02:23:37.3633989Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_ostringstream()@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3636513Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::xsputn(char const*, long)@GLIBCXX_3.4'
2021-08-05T02:23:37.3639030Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `VTT for std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3641520Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::istream::operator>>(int&)@GLIBCXX_3.4'
2021-08-05T02:23:37.3643527Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `typeinfo for std::istream@GLIBCXX_3.4'
2021-08-05T02:23:37.3645552Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@CXXABI_1.3'
2021-08-05T02:23:37.3647592Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__throw_length_error(char const*)@GLIBCXX_3.4'
2021-08-05T02:23:37.3649824Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::xsgetn(char*, long)@GLIBCXX_3.4'
2021-08-05T02:23:37.3651957Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ostream::operator<<(int)@GLIBCXX_3.4'
2021-08-05T02:23:37.3759636Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_begin_catch@CXXABI_1.3'
2021-08-05T02:23:37.3762359Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ios_base::~ios_base()@GLIBCXX_3.4'
2021-08-05T02:23:37.3765341Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__basic_file<char>::is_open() const@GLIBCXX_3.4'
2021-08-05T02:23:37.3768336Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::ostream& std::ostream::_M_insert<double>(double)@GLIBCXX_3.4.9'
2021-08-05T02:23:37.3771977Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__exception_ptr::exception_ptr::swap(std::__exception_ptr::exception_ptr&)@CXXABI_1.3.3'
2021-08-05T02:23:37.3775906Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@CXXABI_1.3'
2021-08-05T02:23:37.3777755Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `operator new[](unsigned long)@GLIBCXX_3.4'
2021-08-05T02:23:37.3779788Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_pure_virtual@CXXABI_1.3'
2021-08-05T02:23:37.3781996Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `typeinfo for std::_V2::error_category@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3784439Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `VTT for std::basic_fstream<char, std::char_traits<char> >@GLIBCXX_3.4'
2021-08-05T02:23:37.3787630Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9'
2021-08-05T02:23:37.3790598Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_not_of(char, unsigned long) const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3793674Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__throw_bad_alloc()@GLIBCXX_3.4'
2021-08-05T02:23:37.3797318Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_M_replace(unsigned long, unsigned long, wchar_t const*, unsigned long)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3800441Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_M_create(unsigned long&, unsigned long)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3803383Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::bad_weak_ptr@GLIBCXX_3.4.15'
2021-08-05T02:23:37.3806239Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::put(std::ostreambuf_iterator<char, std::char_traits<char> >, std::ios_base&, char, tm const*, char const*, char const*) const@GLIBCXX_3.4'
2021-08-05T02:23:37.3809466Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::thread::_State::~_State()@GLIBCXX_3.4.22'
2021-08-05T02:23:37.3811843Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__exception_ptr::exception_ptr::~exception_ptr()@CXXABI_1.3.3'
2021-08-05T02:23:37.3934936Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)@GLIBCXX_3.4'
2021-08-05T02:23:37.3938351Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3941379Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::_V2::system_category()@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3944805Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::logic_error::logic_error(std::logic_error const&)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3947377Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::compare(char const*) const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3950748Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::find_last_of(char const*, unsigned long, unsigned long) const@GLIBCXX_3.4.21'
2021-08-05T02:23:37.3953439Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::locale::locale(std::locale const&)@GLIBCXX_3.4'
2021-08-05T02:23:37.3956210Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: /usr/share/miniconda3/envs/test/lib/libboost_filesystem.so.1.74.0: undefined reference to `std::locale::locale(char const*)@GLIBCXX_3.4'
2021-08-05T02:23:37.3958786Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `typeinfo for __cxxabiv1::__forced_unwind@CXXABI_1.3.2'
2021-08-05T02:23:37.3961717Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::thread::join()@GLIBCXX_3.4.11'
2021-08-05T02:23:37.3964725Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_ostream<wchar_t, std::char_traits<wchar_t> >::write(wchar_t const*, long)@GLIBCXX_3.4'
2021-08-05T02:23:37.3967948Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `typeinfo for std::thread::_State@GLIBCXX_3.4.22'
2021-08-05T02:23:37.3970757Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `vtable for std::bad_alloc@GLIBCXX_3.4'
2021-08-05T02:23:37.4094230Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::swap(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&)@GLIBCXX_3.4.21'
2021-08-05T02:23:37.4096935Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `__cxa_demangle@CXXABI_1.3'
2021-08-05T02:23:37.4176310Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::logic_error::what() const@GLIBCXX_3.4'
2021-08-05T02:23:37.4179550Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::~basic_stringstream()@GLIBCXX_3.4.21'
2021-08-05T02:23:37.4181949Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19'
2021-08-05T02:23:37.4184223Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::terminate()@GLIBCXX_3.4'
2021-08-05T02:23:37.4186163Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::istream::tellg()@GLIBCXX_3.4'
2021-08-05T02:23:37.4188438Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)@GLIBCXX_3.4'
2021-08-05T02:23:37.4190767Z /usr/share/miniconda3/envs/test/bin/../lib/gcc/x86_64-conda-linux-gnu/9.4.0/../../../../x86_64-conda-linux-gnu/bin/ld: lib/libblocktestcore.so.2.3.2: undefined reference to `std::istream::peek()@GLIBCXX_3.4'
2021-08-05T02:23:37.4191807Z collect2: error: ld returned 1 exit status
@traversaro
Copy link
Member Author

The GitHub Action problem prevents us to test everything, but it is possible that the problem emerged only in blocktest for its use of std::filesystem . Given that @Nicogene do you think we could get a patch release of blocktest ? Thanks in advance!

@Nicogene
Copy link
Member

Nicogene commented Aug 5, 2021

Yes sure!

@Nicogene
Copy link
Member

Nicogene commented Aug 5, 2021

@traversaro
Copy link
Member Author

Thanks!

@traversaro
Copy link
Member Author

Fixed by robotology/blocktest#51 and #851 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants