Test output: teeks99-dkr-mg6-warn - serialization - test_set_hashed_text_archive / gcc-6~c++14~warn
Rev e6b943262b57c8c693e8eab9ab50bc63073cebe7 / Tue, 05 Nov 2024 07:08:41 +0000
Compile [2024-11-05 09:59:19 UTC]: succeed

"g++-6"   -fvisibility-inlines-hidden -std=c++14 -Wall -Wextra -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden -Wno-unused-variable -Wno-long-long -ftemplate-depth-255 -DBOOST_ALL_NO_LIB=1 -DBOOST_ARCHIVE_TEST=text_archive.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_set_hashed_text_archive.test/gcc-6~c++14~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/test_set_hashed.o" "../libs/serialization/test/test_set_hashed.cpp"

In file included from /usr/include/c++/6/backward/hash_set:60:0,
                 from ../boost/serialization/hash_set.hpp:21,
                 from ../libs/serialization/test/test_set_hashed.cpp:32:
/usr/include/c++/6/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
 #warning \
  ^~~~~~~
In file included from ../libs/serialization/test/test_set_hashed.cpp:32:0:
../boost/serialization/hash_set.hpp: In instantiation of 'void boost::serialization::save(Archive&, const __gnu_cxx::hash_set<Key, HashFcn, EqualKey, Allocator>&, unsigned int) [with Archive = boost::archive::text_oarchive; Key = A; HashFcn = __gnu_cxx::hash<A>; EqualKey = std::equal_to<A>; Allocator = std::allocator<A>]':
../boost/serialization/split_free.hpp:44:13:   required from 'static void boost::serialization::free_saver<Archive, T>::invoke(Archive&, const T&, unsigned int) [with Archive = boost::archive::text_oarchive; T = __gnu_cxx::hash_set<A>]'
../boost/serialization/split_free.hpp:72:18:   required from 'void boost::serialization::split_free(Archive&, T&, unsigned int) [with Archive = boost::archive::text_oarchive; T = __gnu_cxx::hash_set<A>]'
../boost/serialization/hash_set.hpp:141:37:   required from 'void boost::serialization::serialize(Archive&, __gnu_cxx::hash_set<Key, HashFcn, EqualKey, Allocator>&, unsigned int) [with Archive = boost::archive::text_oarchive; Key = A; HashFcn = __gnu_cxx::hash<A>; EqualKey = std::equal_to<A>; Allocator = std::allocator<A>]'
../boost/serialization/serialization.hpp:109:14:   required from 'void boost::serialization::serialize_adl(Archive&, T&, unsigned int) [with Archive = boost::archive::text_oarchive; T = __gnu_cxx::hash_set<A>]'
../boost/archive/detail/oserializer.hpp:155:40:   required from 'void boost::archive::detail::oserializer<Archive, T>::save_object_data(boost::archive::detail::basic_oarchive&, const void*) const [with Archive = boost::archive::text_oarchive; T = __gnu_cxx::hash_set<A>]'
../boost/archive/detail/oserializer.hpp:108:1:   [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
../boost/archive/detail/oserializer.hpp:317:22:   required from 'static void boost::archive::detail::save_non_pointer_type<Archive>::invoke(Archive&, const T&) [with T = boost::serialization::nvp<__gnu_cxx::hash_set<A> >; Archive = boost::archive::text_oarchive]'
../boost/archive/detail/oserializer.hpp:541:18:   required from 'void boost::archive::save(Archive&, T&) [with Archive = boost::archive::text_oarchive; T = const boost::serialization::nvp<__gnu_cxx::hash_set<A> >]'
../boost/archive/detail/common_oarchive.hpp:71:22:   required from 'void boost::archive::detail::common_oarchive<Archive>::save_override(T&) [with T = const boost::serialization::nvp<__gnu_cxx::hash_set<A> >; Archive = boost::archive::text_oarchive]'
../boost/archive/basic_text_oarchive.hpp:83:9:   required from 'void boost::archive::basic_text_oarchive<Archive>::save_override(T&) [with T = const boost::serialization::nvp<__gnu_cxx::hash_set<A> >; Archive = boost::archive::text_oarchive]'
../boost/archive/detail/interface_oarchive.hpp:71:9:   required from 'Archive& boost::archive::detail::interface_oarchive<Archive>::operator<<(const T&) [with T = boost::serialization::nvp<__gnu_cxx::hash_set<A> >; Archive = boost::archive::text_oarchive]'
../libs/serialization/test/test_set_hashed.cpp:65:68:   required from here
../boost/serialization/hash_set.hpp:87:24: warning: unused parameter 'file_version' [-Wunused-parameter]
     const unsigned int file_version
                        ^~~~~~~~~~~~
../boost/serialization/hash_set.hpp: In instantiation of 'void boost::serialization::save(Archive&, const __gnu_cxx::hash_multiset<Key, HashFcn, EqualKey, Allocator>&, unsigned int) [with Archive = boost::archive::text_oarchive; Key = A; HashFcn = __gnu_cxx::hash<A>; EqualKey = std::equal_to<A>; Allocator = std::allocator<A>]':
../boost/serialization/split_free.hpp:44:13:   required from 'static void boost::serialization::free_saver<Archive, T>::invoke(Archive&, const T&, unsigned int) [with Archive = boost::archive::text_oarchive; T = __gnu_cxx::hash_multiset<A>]'
../boost/serialization/split_free.hpp:72:18:   required from 'void boost::serialization::split_free(Archive&, T&, unsigned int) [with Archive = boost::archive::text_oarchive; T = __gnu_cxx::hash_multiset<A>]'
../boost/serialization/hash_set.hpp:211:37:   required from 'void boost::serialization::serialize(Archive&, __gnu_cxx::hash_multiset<Key, HashFcn, EqualKey, Allocator>&, unsigned int) [with Archive = boost::archive::text_oarchive; Key = A; HashFcn = __gnu_cxx::hash<A>; EqualKey = std::equal_to<A>; Allocator = std::allocator<A>]'
../boost/serialization/serialization.hpp:109:14:   required from 'void boost::serialization::serialize_adl(Archive&, T&, unsigned int) [with Archive = boost::archive::text_oarchive; T = __gnu_cxx::hash_multiset<A>]'
../boost/archive/detail/oserializer.hpp:155:40:   required from 'void boost::archive::detail::oserializer<Archive, T>::save_object_data(boost::archive::detail::basic_oarchive&, const void*) const [with Archive = boost::archive::text_oarchive; T = __gnu_cxx::hash_multiset<A>]'
../boost/archive/detail/oserializer.hpp:108:1:   [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
../boost/archive/detail/oserializer.hpp:317:22:   required from 'static void boost::archive::detail::save_non_pointer_type<Archive>::invoke(Archive&, const T&) [with T = boost::serialization::nvp<__gnu_cxx::hash_multiset<A> >; Archive = boost::archive::text_oarchive]'
../boost/archive/detail/oserializer.hpp:541:18:   required from 'void boost::archive::save(Archive&, T&) [with Archive = boost::archive::text_oarchive; T = const boost::serialization::nvp<__gnu_cxx::hash_multiset<A> >]'
../boost/archive/detail/common_oarchive.hpp:71:22:   required from 'void boost::archive::detail::common_oarchive<Archive>::save_override(T&) [with T = const boost::serialization::nvp<__gnu_cxx::hash_multiset<A> >; Archive = boost::archive::text_oarchive]'
../boost/archive/basic_text_oarchive.hpp:83:9:   required from 'void boost::archive::basic_text_oarchive<Archive>::save_override(T&) [with T = const boost::serialization::nvp<__gnu_cxx::hash_multiset<A> >; Archive = boost::archive::text_oarchive]'
../boost/archive/detail/interface_oarchive.hpp:71:9:   required from 'Archive& boost::archive::detail::interface_oarchive<Archive>::operator<<(const T&) [with T = boost::serialization::nvp<__gnu_cxx::hash_multiset<A> >; Archive = boost::archive::text_oarchive]'
../libs/serialization/test/test_set_hashed.cpp:95:78:   required from here
../boost/serialization/hash_set.hpp:157:24: warning: unused parameter 'file_version' [-Wunused-parameter]
     const unsigned int file_version
                        ^~~~~~~~~~~~
../boost/serialization/hash_set.hpp: In instantiation of 'void boost::serialization::load(Archive&, __gnu_cxx::hash_set<Key, HashFcn, EqualKey, Allocator>&, unsigned int) [with Archive = boost::archive::text_iarchive; Key = A; HashFcn = __gnu_cxx::hash<A>; EqualKey = std::equal_to<A>; Allocator = std::allocator<A>]':
../boost/serialization/split_free.hpp:57:13:   required from 'static void boost::serialization::free_loader<Archive, T>::invoke(Archive&, T&, unsigned int) [with Archive = boost::archive::text_iarchive; T = __gnu_cxx::hash_set<A>]'
../boost/serialization/split_free.hpp:72:18:   required from 'void boost::serialization::split_free(Archive&, T&, unsigned int) [with Archive = boost::archive::text_iarchive; T = __gnu_cxx::hash_set<A>]'
../boost/serialization/hash_set.hpp:141:37:   required from 'void boost::serialization::serialize(Archive&, __gnu_cxx::hash_set<Key, HashFcn, EqualKey, Allocator>&, unsigned int) [with Archive = boost::archive::text_iarchive; Key = A; HashFcn = __gnu_cxx::hash<A>; EqualKey = std::equal_to<A>; Allocator = std::allocator<A>]'
../boost/serialization/serialization.hpp:109:14:   required from 'void boost::serialization::serialize_adl(Archive&, T&, unsigned int) [with Archive = boost::archive::text_iarchive; T = __gnu_cxx::hash_set<A>]'
../boost/archive/detail/iserializer.hpp:189:40:   required from 'void boost::archive::detail::iserializer<Archive, T>::load_object_data(boost::archive::detail::basic_iarchive&, void*, unsigned int) const [with Archive = boost::archive::text_iarchive; T = __gnu_cxx::hash_set<A>]'
../boost/archive/detail/iserializer.hpp:123:1:   [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
../boost/archive/detail/iserializer.hpp:626:18:   required from 'void boost::archive::load(Archive&, T&) [with Archive = boost::archive::text_iarchive; T = const boost::serialization::nvp<__gnu_cxx::hash_set<A> >]'
../boost/archive/detail/common_iarchive.hpp:67:22:   required from 'void boost::archive::detail::common_iarchive<Archive>::load_override(T&) [with T = const boost::serialization::nvp<__gnu_cxx::hash_set<A> >; Archive = boost::archive::text_iarchive]'
../boost/archive/basic_text_iarchive.hpp:70:9:   required from 'void boost::archive::basic_text_iarchive<Archive>::load_override(T&) [with T = const boost::serialization::nvp<__gnu_cxx::hash_set<A> >; Archive = boost::archive::text_iarchive]'
../boost/archive/text_iarchive.hpp:82:52:   required from 'void boost::archive::text_iarchive_impl<Archive>::load_override(T&) [with T = const boost::serialization::nvp<__gnu_cxx::hash_set<A> >; Archive = boost::archive::text_iarchive]'
../boost/archive/detail/interface_iarchive.hpp:68:9:   required from 'Archive& boost::archive::detail::interface_iarchive<Archive>::operator>>(T&) [with T = const boost::serialization::nvp<__gnu_cxx::hash_set<A> >; Archive = boost::archive::text_iarchive]'
../libs/serialization/test/test_set_hashed.cpp:71:69:   required from here
../boost/serialization/hash_set.hpp:109:24: warning: unused parameter 'file_version' [-Wunused-parameter]
     const unsigned int file_version
                        ^~~~~~~~~~~~
../boost/serialization/hash_set.hpp: In instantiation of 'void boost::serialization::load(Archive&, __gnu_cxx::hash_multiset<Key, HashFcn, EqualKey, Allocator>&, unsigned int) [with Archive = boost::archive::text_iarchive; Key = A; HashFcn = __gnu_cxx::hash<A>; EqualKey = std::equal_to<A>; Allocator = std::allocator<A>]':
../boost/serialization/split_free.hpp:57:13:   required from 'static void boost::serialization::free_loader<Archive, T>::invoke(Archive&, T&, unsigned int) [with Archive = boost::archive::text_iarchive; T = __gnu_cxx::hash_multiset<A>]'
../boost/serialization/split_free.hpp:72:18:   required from 'void boost::serialization::split_free(Archive&, T&, unsigned int) [with Archive = boost::archive::text_iarchive; T = __gnu_cxx::hash_multiset<A>]'
../boost/serialization/hash_set.hpp:211:37:   required from 'void boost::serialization::serialize(Archive&, __gnu_cxx::hash_multiset<Key, HashFcn, EqualKey, Allocator>&, unsigned int) [with Archive = boost::archive::text_iarchive; Key = A; HashFcn = __gnu_cxx::hash<A>; EqualKey = std::equal_to<A>; Allocator = std::allocator<A>]'
../boost/serialization/serialization.hpp:109:14:   required from 'void boost::serialization::serialize_adl(Archive&, T&, unsigned int) [with Archive = boost::archive::text_iarchive; T = __gnu_cxx::hash_multiset<A>]'
../boost/archive/detail/iserializer.hpp:189:40:   required from 'void boost::archive::detail::iserializer<Archive, T>::load_object_data(boost::archive::detail::basic_iarchive&, void*, unsigned int) const [with Archive = boost::archive::text_iarchive; T = __gnu_cxx::hash_multiset<A>]'
../boost/archive/detail/iserializer.hpp:123:1:   [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
../boost/archive/detail/iserializer.hpp:626:18:   required from 'void boost::archive::load(Archive&, T&) [with Archive = boost::archive::text_iarchive; T = const boost::serialization::nvp<__gnu_cxx::hash_multiset<A> >]'
../boost/archive/detail/common_iarchive.hpp:67:22:   required from 'void boost::archive::detail::common_iarchive<Archive>::load_override(T&) [with T = const boost::serialization::nvp<__gnu_cxx::hash_multiset<A> >; Archive = boost::archive::text_iarchive]'
../boost/archive/basic_text_iarchive.hpp:70:9:   required from 'void boost::archive::basic_text_iarchive<Archive>::load_override(T&) [with T = const boost::serialization::nvp<__gnu_cxx::hash_multiset<A> >; Archive = boost::archive::text_iarchive]'
../boost/archive/text_iarchive.hpp:82:52:   required from 'void boost::archive::text_iarchive_impl<Archive>::load_override(T&) [with T = const boost::serialization::nvp<__gnu_cxx::hash_multiset<A> >; Archive = boost::archive::text_iarchive]'
../boost/archive/detail/interface_iarchive.hpp:68:9:   required from 'Archive& boost::archive::detail::interface_iarchive<Archive>::operator>>(T&) [with T = const boost::serialization::nvp<__gnu_cxx::hash_multiset<A> >; Archive = boost::archive::text_iarchive]'
../libs/serialization/test/test_set_hashed.cpp:101:79:   required from here
../boost/serialization/hash_set.hpp:179:24: warning: unused parameter 'file_version' [-Wunused-parameter]
     const unsigned int file_version
                        ^~~~~~~~~~~~
            
Link [2024-11-05 09:59:19 UTC]: fail


    "g++-6"  -Wl,-rpath -Wl,"/var/boost/run/results/boost/bin.v2/libs/serialization/build/gcc-6~c++14~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/gcc-6~c++14~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden" -o "/var/boost/run/results/boost/bin.v2/libs/serialization/test/test_set_hashed_text_archive.test/gcc-6~c++14~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/test_set_hashed_text_archive" -Wl,--start-group "/var/boost/run/results/boost/bin.v2/libs/serialization/test/test_set_hashed_text_archive.test/gcc-6~c++14~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/test_set_hashed.o" "/var/boost/run/results/boost/bin.v2/libs/serialization/test/test_set_hashed_text_archive.test/gcc-6~c++14~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/A.o" "/var/boost/run/results/boost/bin.v2/libs/serialization/build/gcc-6~c++14~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 -m64 -pthread -fvisibility=hidden -fvisibility-inlines-hidden 

/var/boost/run/results/boost/bin.v2/libs/serialization/test/test_set_hashed_text_archive.test/gcc-6~c++14~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/test_set_hashed.o: In function `boost::archive::tmpnam(char*)':
test_set_hashed.cpp:(.text+0xcb): undefined reference to `boost::filesystem::detail::path_algorithms::append_v3(boost::filesystem::path&, char const*, char const*)'
/var/boost/run/results/boost/bin.v2/libs/serialization/test/test_set_hashed_text_archive.test/gcc-6~c++14~warn/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/test_set_hashed.o: In function `boost::filesystem::unique_path(boost::filesystem::path const&)':
test_set_hashed.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