Test output: teeks99-dkr-mc17-warn - serialization - test_shared_ptr_132_text_warchive / clang-linux-17~c++20~warn
Rev e5cdcdb017326dad630ab2d85172e2d81bde89bc / Tue, 12 Nov 2024 10:22:04 +0000
Compile [2024-11-12 13:09:03 UTC]: succeed

"clang++-17"   -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++20 -Wall -Wextra -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 --target=x86_64-pc-linux -ftemplate-depth-255 -DBOOST_ALL_NO_LIB=1 -DBOOST_ARCHIVE_TEST=text_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 "/var/boost/run/results/boost/bin.v2/libs/serialization/test/test_shared_ptr_132_text_warchive.test/clang-linux-17~c++20~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/test_shared_ptr_132.o" "../libs/serialization/test/test_shared_ptr_132.cpp"

In file included from ../libs/serialization/test/test_shared_ptr_132.cpp:24:
In file included from ../boost/serialization/shared_ptr_132.hpp:35:
In file included from ../boost/serialization/detail/shared_ptr_132.hpp:29:
In file included from ../boost/serialization/detail/shared_count_132.hpp:28:
../boost/detail/lightweight_mutex.hpp:10:1: warning: This header is deprecated. Use <boost/smart_ptr/detail/lightweight_mutex.hpp> instead. [-W#pragma-messages]
BOOST_HEADER_DEPRECATED("<boost/smart_ptr/detail/lightweight_mutex.hpp>")
^
../boost/config/header_deprecated.hpp:23:37: note: expanded from macro 'BOOST_HEADER_DEPRECATED'
# define BOOST_HEADER_DEPRECATED(a) BOOST_PRAGMA_MESSAGE("This header is deprecated. Use " a " instead.")
                                    ^
../boost/config/pragma_message.hpp:24:34: note: expanded from macro 'BOOST_PRAGMA_MESSAGE'
# define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
                                 ^
<scratch space>:113:2: note: expanded from here
 message("This header is deprecated. Use " "<boost/smart_ptr/detail/lightweight_mutex.hpp>" " instead.")
 ^
In file included from ../libs/serialization/test/test_shared_ptr_132.cpp:24:
In file included from ../boost/serialization/shared_ptr_132.hpp:35:
../boost/serialization/detail/shared_ptr_132.hpp:144:18: warning: definition of implicit copy constructor for 'shared_ptr<A>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
    shared_ptr & operator=(shared_ptr const & r) // never throws
                 ^
../libs/serialization/test/test_shared_ptr_132.cpp:217:37: note: in implicit copy constructor for 'boost_132::shared_ptr<A>' first required here
    boost_132::shared_ptr<A> spa1 = spa;
                                    ^
In file included from ../libs/serialization/test/test_shared_ptr_132.cpp:24:
In file included from ../boost/serialization/shared_ptr_132.hpp:35:
../boost/serialization/detail/shared_ptr_132.hpp:144:18: warning: definition of implicit copy constructor for 'shared_ptr<const void>' is deprecated because it has a user-provided copy assignment operator [-Wdeprecated-copy-with-user-provided-copy]
    shared_ptr & operator=(shared_ptr const & r) // never throws
                 ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_construct.h:97:39: note: in implicit copy constructor for 'boost_132::shared_ptr<const void>' first required here
    { return ::new((void*)__location) _Tp(std::forward<_Args>(__args)...); }
                                      ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/alloc_traits.h:518:9: note: in instantiation of function template specialization 'std::construct_at<boost_132::shared_ptr<const void>, const boost_132::shared_ptr<const void> &>' requested here
          std::construct_at(__p, std::forward<_Args>(__args)...);
               ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_list.h:637:24: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<std::_List_node<boost_132::shared_ptr<const void>>>>::construct<boost_132::shared_ptr<const void>, const boost_132::shared_ptr<const void> &>' requested here
          _Node_alloc_traits::construct(__alloc, __p->_M_valptr(),
                              ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_list.h:1911:18: note: in instantiation of function template specialization 'std::list<boost_132::shared_ptr<const void>>::_M_create_node<const boost_132::shared_ptr<const void> &>' requested here
         _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...);
                        ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/stl_list.h:1212:15: note: in instantiation of function template specialization 'std::list<boost_132::shared_ptr<const void>>::_M_insert<const boost_132::shared_ptr<const void> &>' requested here
      { this->_M_insert(end(), __x); }
              ^
../boost/serialization/shared_ptr_helper.hpp:98:25: note: (skipping 24 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        m_pointers_132->push_back(t);
                        ^
../boost/archive/text_wiarchive.hpp:93:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_wiarchive>::load_override<const boost::serialization::nvp<boost::shared_ptr<A>>>' requested here
        basic_text_iarchive<Archive>::load_override(t);
                                      ^
../boost/archive/detail/interface_iarchive.hpp:68:23: note: in instantiation of function template specialization 'boost::archive::text_wiarchive_impl<boost::archive::text_wiarchive>::load_override<const boost::serialization::nvp<boost::shared_ptr<A>>>' requested here
        this->This()->load_override(t);
                      ^
../libs/serialization/test/test_shared_ptr_132.cpp:100:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_wiarchive>::operator>><const boost::serialization::nvp<boost::shared_ptr<A>>>' requested here
    ia >> BOOST_SERIALIZATION_NVP(spa);
       ^
../libs/serialization/test/test_shared_ptr_132.cpp:115:5: note: in instantiation of function template specialization 'load<boost::shared_ptr<A>>' requested here
    load(testfile, spa1);
    ^
../libs/serialization/test/test_shared_ptr_132.cpp:208:5: note: in instantiation of function template specialization 'save_and_load<boost_132::shared_ptr<A>>' requested here
    save_and_load(spa);
    ^
3 warnings generated.
            
Link [2024-11-12 13:09:03 UTC]: fail


    "clang++-17"  -Wl,-rpath -Wl,"/var/boost/run/results/boost/bin.v2/libs/serialization/build/clang-linux-17~c++20~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden" -Wl,-rpath-link -Wl,"/var/boost/run/results/boost/bin.v2/libs/serialization/build/clang-linux-17~c++20~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden" -o "/var/boost/run/results/boost/bin.v2/libs/serialization/test/test_shared_ptr_132_text_warchive.test/clang-linux-17~c++20~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/test_shared_ptr_132_text_warchive" -Wl,--start-group "/var/boost/run/results/boost/bin.v2/libs/serialization/test/test_shared_ptr_132_text_warchive.test/clang-linux-17~c++20~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/test_shared_ptr_132.o" "/var/boost/run/results/boost/bin.v2/libs/serialization/build/clang-linux-17~c++20~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/libboost_wserialization.so.1.87.0" "/var/boost/run/results/boost/bin.v2/libs/serialization/build/clang-linux-17~c++20~warn/debug/x86_64/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 -m64 --target=x86_64-pc-linux 

/usr/bin/ld: /var/boost/run/results/boost/bin.v2/libs/serialization/test/test_shared_ptr_132_text_warchive.test/clang-linux-17~c++20~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/test_shared_ptr_132.o: in function `boost::archive::tmpnam(char*)':
test_shared_ptr_132.cpp:(.text+0xf5): undefined reference to `boost::filesystem::detail::path_algorithms::append_v3(boost::filesystem::path&, char const*, char const*)'
/usr/bin/ld: /var/boost/run/results/boost/bin.v2/libs/serialization/test/test_shared_ptr_132_text_warchive.test/clang-linux-17~c++20~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/test_shared_ptr_132.o: in function `boost::filesystem::unique_path(boost::filesystem::path const&)':
test_shared_ptr_132.cpp:(.text._ZN5boost10filesystem11unique_pathERKNS0_4pathE[_ZN5boost10filesystem11unique_pathERKNS0_4pathE]+0x20): undefined reference to `boost::filesystem::detail::unique_path(boost::filesystem::path const&, boost::system::error_code*)'
clang++-17: error: linker command failed with exit code 1 (use -v to see invocation)