Test output: teeks99-05-mg8-2a-32onarmv7l - serialization - test_list_xml_warchive / gcc-8~c++2a
Rev 9dae34c66db664e04b92ce65f33d238cb5fb1c44 / Thu, 21 Nov 2024 00:29:35 +0000
Compile [2024-11-21 20:52:37 UTC]: succeed

"g++-8"   -fvisibility-inlines-hidden -std=c++2a -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -Wno-unused-variable -Wno-long-long -ftemplate-depth-255 -DBOOST_ALL_NO_LIB=1 -DBOOST_ARCHIVE_TEST=xml_warchive.hpp -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_LIB_DIAGNOSTIC=1 -DBOOST_SERIALIZATION_DYN_LINK=1 -DBOOST_WSERIALIZATION_DYN_LINK=1   -I".."  -c -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/serialization/test/test_list_xml_warchive.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/test_list.o" "../libs/serialization/test/test_list.cpp"

In file included from /usr/include/c++/8/list:63,
                 from ../boost/serialization/list.hpp:19,
                 from ../libs/serialization/test/test_list.cpp:28:
/usr/include/c++/8/bits/stl_list.h: In member function ???void std::__cxx11::list<_Tp, _Alloc>::push_back(std::__cxx11::list<_Tp, _Alloc>::value_type&&) [with _Tp = A; _Alloc = std::allocator<A>]???:
/usr/include/c++/8/bits/stl_list.h:1225:9: note: parameter passing for argument of type ???std::_List_iterator<A>??? changed in GCC 7.1
       { this->_M_insert(end(), std::move(__x)); }
         ^~~~
/usr/include/c++/8/bits/stl_list.h: In member function ???void std::__cxx11::list<_Tp, _Alloc>::_M_insert(std::__cxx11::list<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {A}; _Tp = A; _Alloc = std::allocator<A>]???:
/usr/include/c++/8/bits/stl_list.h:1901:8: note: parameter passing for argument of type ???std::__cxx11::list<A>::iterator??? {aka ???std::_List_iterator<A>???} changed in GCC 7.1
        _M_insert(iterator __position, _Args&&... __args)
        ^~~~~~~~~
In file included from /usr/include/c++/8/list:64,
                 from ../boost/serialization/list.hpp:19,
                 from ../libs/serialization/test/test_list.cpp:28:
/usr/include/c++/8/bits/list.tcc: In member function ???void std::__cxx11::list<_Tp, _Alloc>::resize(std::__cxx11::list<_Tp, _Alloc>::size_type) [with _Tp = A; _Alloc = std::allocator<A>]???:
/usr/include/c++/8/bits/list.tcc:237:9: note: parameter passing for argument of type ???std::__cxx11::list<A>::const_iterator??? {aka ???std::_List_const_iterator<A>???} changed in GCC 7.1
         erase(__i, end());
         ^~~~~
In file included from /usr/include/c++/8/list:63,
                 from ../boost/serialization/list.hpp:19,
                 from ../libs/serialization/test/test_list.cpp:28:
/usr/include/c++/8/bits/stl_list.h: In member function ???std::__cxx11::list<_Tp, _Alloc>::iterator std::__cxx11::list<_Tp, _Alloc>::erase(std::__cxx11::list<_Tp, _Alloc>::const_iterator, std::__cxx11::list<_Tp, _Alloc>::const_iterator) [with _Tp = A; _Alloc = std::allocator<A>]???:
/usr/include/c++/8/bits/stl_list.h:1464:7: note: parameter passing for argument of type ???std::__cxx11::list<A>::const_iterator??? {aka ???std::_List_const_iterator<A>???} changed in GCC 7.1
       erase(const_iterator __first, const_iterator __last) noexcept
       ^~~~~
/usr/include/c++/8/bits/stl_list.h:1464:7: note: parameter passing for argument of type ???std::__cxx11::list<A>::const_iterator??? {aka ???std::_List_const_iterator<A>???} changed in GCC 7.1
/usr/include/c++/8/bits/stl_list.h:1470:12: note: parameter passing for argument of type ???std::__cxx11::list<A>::const_iterator??? {aka ???std::_List_const_iterator<A>???} changed in GCC 7.1
    __first = erase(__first);
/usr/include/c++/8/bits/stl_list.h: In member function ???std::__cxx11::list<_Tp, _Alloc>::reference std::__cxx11::list<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {}; _Tp = A; _Alloc = std::allocator<A>]???:
/usr/include/c++/8/bits/stl_list.h:1235:4: note: parameter passing for argument of type ???std::_List_iterator<A>??? changed in GCC 7.1
    this->_M_insert(end(), std::forward<_Args>(__args)...);
    ^~~~
/usr/include/c++/8/bits/stl_list.h: In member function ???void std::__cxx11::list<_Tp, _Alloc>::pop_back() [with _Tp = A; _Alloc = std::allocator<A>]???:
/usr/include/c++/8/bits/stl_list.h:1255:9: note: parameter passing for argument of type ???std::__cxx11::list<A>::iterator??? {aka ???std::_List_iterator<A>???} changed in GCC 7.1
       { this->_M_erase(iterator(this->_M_impl._M_node._M_prev)); }
         ^~~~
In file included from /usr/include/c++/8/list:64,
                 from ../boost/serialization/list.hpp:19,
                 from ../libs/serialization/test/test_list.cpp:28:
/usr/include/c++/8/bits/list.tcc: In member function ???std::__cxx11::list<_Tp, _Alloc>::iterator std::__cxx11::list<_Tp, _Alloc>::erase(std::__cxx11::list<_Tp, _Alloc>::const_iterator) [with _Tp = A; _Alloc = std::allocator<A>]???:
/usr/include/c++/8/bits/list.tcc:150:5: note: parameter passing for argument of type ???std::__cxx11::list<A>::const_iterator??? {aka ???std::_List_const_iterator<A>???} changed in GCC 7.1
     list<_Tp, _Alloc>::
     ^~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/list.tcc:158:7: note: parameter passing for argument of type ???std::_List_iterator<A>??? changed in GCC 7.1
       _M_erase(__position._M_const_cast());
       ^~~~~~~~
In file included from /usr/include/c++/8/list:63,
                 from ../boost/serialization/list.hpp:19,
                 from ../libs/serialization/test/test_list.cpp:28:
/usr/include/c++/8/bits/stl_list.h: In member function ???void std::__cxx11::list<_Tp, _Alloc>::_M_insert(std::__cxx11::list<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {}; _Tp = A; _Alloc = std::allocator<A>]???:
/usr/include/c++/8/bits/stl_list.h:1901:8: note: parameter passing for argument of type ???std::__cxx11::list<A>::iterator??? {aka ???std::_List_iterator<A>???} changed in GCC 7.1
        _M_insert(iterator __position, _Args&&... __args)
        ^~~~~~~~~
/usr/include/c++/8/bits/stl_list.h: In member function ???void std::__cxx11::list<_Tp, _Alloc>::_M_erase(std::__cxx11::list<_Tp, _Alloc>::iterator) [with _Tp = A; _Alloc = std::allocator<A>]???:
/usr/include/c++/8/bits/stl_list.h:1911:7: note: parameter passing for argument of type ???std::__cxx11::list<A>::iterator??? {aka ???std::_List_iterator<A>???} changed in GCC 7.1
       _M_erase(iterator __position) _GLIBCXX_NOEXCEPT
       ^~~~~~~~
            
Link [2024-11-21 20:52:37 UTC]: fail


    "g++-8"  -Wl,-rpath -Wl,"/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/serialization/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden" -Wl,-rpath-link -Wl,"/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/serialization/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden" -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/serialization/test/test_list_xml_warchive.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/test_list_xml_warchive" -Wl,--start-group "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/serialization/test/test_list_xml_warchive.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/test_list.o" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/serialization/test/test_list_xml_warchive.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/A.o" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/serialization/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/libboost_wserialization.so.1.87.0" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/serialization/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/libboost_serialization.so.1.87.0"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -fPIC -pthread -fvisibility=hidden -fvisibility-inlines-hidden 

/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/serialization/test/test_list_xml_warchive.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/test_list.o: in function `boost::archive::tmpnam(char*)':
test_list.cpp:(.text+0xe0): undefined reference to `boost::filesystem::detail::path_algorithms::append_v3(boost::filesystem::path&, char const*, char const*)'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/serialization/test/test_list_xml_warchive.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/test_list.o: in function `boost::filesystem::unique_path(boost::filesystem::path const&)':
test_list.cpp:(.text._ZN5boost10filesystem11unique_pathERKNS0_4pathE[_ZN5boost10filesystem11unique_pathERKNS0_4pathE]+0x24): undefined reference to `boost::filesystem::detail::unique_path(boost::filesystem::path const&, boost::system::error_code*)'
collect2: error: ld returned 1 exit status