Test output: teeks99-09-v17m-64onAMD64 - serialization - test_derived_class_ptr_text_archive / msvc-14.3
Rev 9dae34c66db664e04b92ce65f33d238cb5fb1c44 / Thu, 21 Nov 2024 09:42:04 +0000
Compile [2024-11-21 16:37:10 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.3\msvc-setup.bat"  >nul
 cl /Zm800 -nologo "..\libs\serialization\test\test_derived_class_ptr.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_derived_class_ptr_text_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_derived_class_ptr.obj"     -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W4 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -Gy -wd4996 -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 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS "-I.." 

test_derived_class_ptr.cpp
C:\teeks99-09\run\boost_root\libs\serialization\test\B.hpp(49): warning C4100: 'file_version': unreferenced formal parameter
C:\teeks99-09\run\boost_root\libs\serialization\test\B.hpp(49): note: the template instantiation context (the oldest one first) is
..\libs\serialization\test\test_derived_class_ptr.cpp(43): note: see reference to function template instantiation 'Archive &boost::archive::detail::interface_iarchive<Archive>::operator >><const boost::serialization::nvp<B *>>(T &)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=const boost::serialization::nvp<B *>
        ]
..\libs\serialization\test\test_derived_class_ptr.cpp(43): note: see the first reference to 'boost::archive::detail::interface_iarchive<Archive>::operator >>' in 'test_main'
        with
        [
            Archive=boost::archive::text_iarchive
        ]
..\boost/archive/detail/interface_iarchive.hpp(68): note: see reference to function template instantiation 'void boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::load_override<T>(T &)' being compiled
        with
        [
            T=const boost::serialization::nvp<B *>
        ]
..\boost/archive/text_iarchive.hpp(82): note: see reference to function template instantiation 'void boost::archive::basic_text_iarchive<Archive>::load_override<T>(T &)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=const boost::serialization::nvp<B *>
        ]
..\boost/archive/basic_text_iarchive.hpp(70): note: see reference to function template instantiation 'void boost::archive::detail::common_iarchive<Archive>::load_override<T>(T &)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=const boost::serialization::nvp<B *>
        ]
..\boost/archive/detail/common_iarchive.hpp(67): note: see reference to function template instantiation 'void boost::archive::load<Archive,T>(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=const boost::serialization::nvp<B *>
        ]
..\boost/archive/detail/iserializer.hpp(626): note: see reference to function template instantiation 'void boost::archive::detail::load_non_pointer_type<Archive>::invoke<T>(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=const boost::serialization::nvp<B *>
        ]
..\boost/archive/detail/iserializer.hpp(463): note: see reference to function template instantiation 'void boost::archive::detail::load_non_pointer_type<Archive>::load_only::invoke<const T>(Archive &,const T &)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=const boost::serialization::nvp<B *>
        ]
..\boost/archive/detail/iserializer.hpp(397): note: see reference to function template instantiation 'void boost::serialization::serialize_adl<Archive,T>(Archive &,T &,const unsigned int)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=const boost::serialization::nvp<B *>
        ]
..\boost/serialization/serialization.hpp(109): note: see reference to function template instantiation 'void boost::serialization::serialize<Archive,B*>(Archive &,boost::serialization::nvp<B *> &,const unsigned int)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive
        ]
..\boost/serialization/nvp.hpp(65): note: see reference to function template instantiation 'void boost::serialization::split_free<Archive,boost::serialization::nvp<B *>>(Archive &,T &,const unsigned int)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=boost::serialization::nvp<B *>
        ]
..\boost/serialization/split_free.hpp(72): note: see reference to class template instantiation 'boost::serialization::free_loader<Archive,T>' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=boost::serialization::nvp<B *>
        ]
..\boost/serialization/split_free.hpp(49): note: while compiling class template member function 'void boost::serialization::free_loader<Archive,T>::invoke(Archive &,T &,const unsigned int)'
        with
        [
            Archive=boost::archive::text_iarchive,
            T=boost::serialization::nvp<B *>
        ]
..\boost/serialization/split_free.hpp(72): note: see the first reference to 'boost::serialization::free_loader<Archive,T>::invoke' in 'boost::serialization::split_free'
        with
        [
            Archive=boost::archive::text_iarchive,
            T=boost::serialization::nvp<B *>
        ]
..\boost/serialization/split_free.hpp(57): note: see reference to function template instantiation 'void boost::serialization::load<Archive,B*>(Archive &,boost::serialization::nvp<B *> &,const unsigned int)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive
        ]
..\boost/serialization/nvp.hpp(56): note: see reference to function template instantiation 'Archive &boost::archive::detail::interface_iarchive<Archive>::operator >><T>(T &)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B *
        ]
..\boost/archive/detail/interface_iarchive.hpp(68): note: see reference to function template instantiation 'void boost::archive::text_iarchive_impl<boost::archive::text_iarchive>::load_override<T>(T &)' being compiled
        with
        [
            T=B *
        ]
..\boost/archive/text_iarchive.hpp(82): note: see reference to function template instantiation 'void boost::archive::basic_text_iarchive<Archive>::load_override<T>(T &)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B *
        ]
..\boost/archive/basic_text_iarchive.hpp(70): note: see reference to function template instantiation 'void boost::archive::detail::common_iarchive<Archive>::load_override<T>(T &)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B *
        ]
..\boost/archive/detail/common_iarchive.hpp(67): note: see reference to function template instantiation 'void boost::archive::load<Archive,T>(Archive &,T &)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B *
        ]
..\boost/archive/detail/iserializer.hpp(626): note: see reference to function template instantiation 'void boost::archive::detail::load_pointer_type<Archive>::invoke<T>(Archive &,Tptr &)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B *,
            Tptr=B *
        ]
..\boost/archive/detail/iserializer.hpp(542): note: see reference to function template instantiation 'const boost::archive::detail::basic_pointer_iserializer *boost::archive::detail::load_pointer_type<Archive>::register_type<B>(Archive &,const T *const )' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/archive/detail/iserializer.hpp(499): note: see reference to function template instantiation 'const boost::archive::detail::basic_pointer_iserializer *boost::archive::detail::load_pointer_type<Archive>::non_abstract::register_type<T>(Archive &)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/archive/detail/iserializer.hpp(483): note: see reference to function template instantiation 'const boost::archive::detail::basic_pointer_iserializer *boost::archive::detail::interface_iarchive<Archive>::register_type<T>(T *)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/archive/detail/interface_iarchive.hpp(52): note: see reference to class template instantiation 'boost::archive::detail::pointer_iserializer<Archive,T>' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/archive/detail/iserializer.hpp(300): note: while compiling class template member function 'const boost::archive::detail::basic_iserializer &boost::archive::detail::pointer_iserializer<Archive,T>::get_basic_serializer(void) const'
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/archive/detail/iserializer.hpp(303): note: see reference to class template instantiation 'boost::archive::detail::iserializer<Archive,T>' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/archive/detail/iserializer.hpp(171): note: while compiling class template member function 'void boost::archive::detail::iserializer<Archive,T>::load_object_data(boost::archive::detail::basic_iarchive &,void *,const unsigned int) const'
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/archive/detail/iserializer.hpp(189): note: see reference to function template instantiation 'void boost::serialization::serialize_adl<Archive,T>(Archive &,T &,const unsigned int)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/serialization/serialization.hpp(109): note: see reference to function template instantiation 'void boost::serialization::serialize<Archive,T>(Archive &,T &,const unsigned int)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/serialization/serialization.hpp(59): note: see reference to function template instantiation 'void boost::serialization::access::serialize<Archive,T>(Archive &,T &,const unsigned int)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/serialization/access.hpp(116): note: see reference to function template instantiation 'void B::serialize<Archive>(Archive &,const unsigned int)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive
        ]
C:\teeks99-09\run\boost_root\libs\serialization\test\B.hpp(55): note: see reference to function template instantiation 'void boost::serialization::split_member<Archive,B>(Archive &,T &,const unsigned int)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/serialization/split_member.hpp(69): note: see reference to class template instantiation 'boost::serialization::detail::member_loader<Archive,T>' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/serialization/split_member.hpp(49): note: while compiling class template member function 'void boost::serialization::detail::member_loader<Archive,T>::invoke(Archive &,T &,const unsigned int)'
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/serialization/split_member.hpp(69): note: see the first reference to 'boost::serialization::detail::member_loader<Archive,T>::invoke' in 'boost::serialization::split_member'
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/serialization/split_member.hpp(54): note: see reference to function template instantiation 'void boost::serialization::access::member_load<Archive,T>(Archive &,T &,const unsigned int)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive,
            T=B
        ]
..\boost/serialization/access.hpp(99): note: see reference to function template instantiation 'void B::load<Archive>(Archive &,const unsigned int)' being compiled
        with
        [
            Archive=boost::archive::text_iarchive
        ]
            
Link [2024-11-21 16:37:10 UTC]: fail


        call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.3\msvc-setup.bat"  >nul
 link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_derived_class_ptr_text_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_derived_class_ptr.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_derived_class_ptr_text_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\A.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\build\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\boost_serialization-vc143-mt-gd-x64-1_87.lib"      /MANIFEST:EMBED /MACHINE:X64 /subsystem:console /out:"C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_derived_class_ptr_text_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_derived_class_ptr_text_archive.exe"  
    
   Creating library C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_derived_class_ptr_text_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_derived_class_ptr_text_archive.lib and object C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_derived_class_ptr_text_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_derived_class_ptr_text_archive.exp
test_derived_class_ptr.obj : error LNK2019: unresolved external symbol "void __cdecl boost::filesystem::detail::path_traits::convert(char const *,char const *,class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,class std::codecvt<wchar_t,char,struct _Mbstatet> const *)" (?convert@path_traits@detail@filesystem@boost@@YAXPEBD0AEAV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@PEBV?$codecvt@_WDU_Mbstatet@@@6@@Z) referenced in function "public: void __cdecl boost::filesystem::path::assign_op::operator()<char>(char const *,char const *,class std::codecvt<wchar_t,char,struct _Mbstatet> const *)const " (??$?RD@assign_op@path@filesystem@boost@@QEBAXPEBD0PEBV?$codecvt@_WDU_Mbstatet@@@std@@@Z)
test_derived_class_ptr.obj : error LNK2019: unresolved external symbol "void __cdecl boost::filesystem::detail::path_traits::convert(wchar_t const *,wchar_t const *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class std::codecvt<wchar_t,char,struct _Mbstatet> const *)" (?convert@path_traits@detail@filesystem@boost@@YAXPEB_W0AEAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PEBV?$codecvt@_WDU_Mbstatet@@@6@@Z) referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl boost::filesystem::path::string(void)const " (?string@path@filesystem@boost@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
test_derived_class_ptr.obj : error LNK2019: unresolved external symbol "class boost::filesystem::path __cdecl boost::filesystem::detail::unique_path(class boost::filesystem::path const &,class boost::system::error_code *)" (?unique_path@detail@filesystem@boost@@YA?AVpath@23@AEBV423@PEAVerror_code@system@3@@Z) referenced in function "class boost::filesystem::path __cdecl boost::filesystem::unique_path(class boost::filesystem::path const &)" (?unique_path@filesystem@boost@@YA?AVpath@12@AEBV312@@Z)
C:\teeks99-09\run\results\boost\bin.v2\libs\serialization\test\test_derived_class_ptr_text_archive.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_derived_class_ptr_text_archive.exe : fatal error LNK1120: 3 unresolved externals