Library Status: serialization/test

Run Date: 21:44:22 UTC, Friday 11 October 2019

bin.v2/libs/serialization/test/test_check.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_check.cpp:18:
In file included from ../../../boost/archive/text_iarchive.hpp:24:
In file included from ../../../boost/archive/basic_text_iarchive.hpp:30:
In file included from ../../../boost/archive/detail/common_iarchive.hpp:23:
In file included from ../../../boost/archive/detail/interface_iarchive.hpp:22:
In file included from ../../../boost/archive/detail/iserializer.hpp:90:
../../../boost/archive/detail/check.hpp:78:5: error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'
    BOOST_STATIC_ASSERT(typex::value);
    ^
../../../boost/static_assert.hpp:154:13: note: expanded from macro 'BOOST_STATIC_ASSERT'
            sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST( __VA_ARGS__ ) >)>\
            ^
../../../boost/archive/detail/oserializer.hpp:314:9: note: in instantiation of function template specialization 'boost::archive::detail::check_object_versioning<check2>' requested here
        check_object_versioning< T >();
        ^
../../../boost/archive/detail/oserializer.hpp:539:12: note: in instantiation of function template specialization 'boost::archive::detail::save_non_pointer_type<boost::archive::text_oarchive>::invoke<check2>' requested here
    typex::invoke(ar, t);
           ^
../../../boost/archive/detail/common_oarchive.hpp:71:18: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::text_oarchive, const check2>' requested here
        archive::save(* this->This(), t);
                 ^
../../../boost/archive/basic_text_oarchive.hpp:83:39: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::text_oarchive>::save_override<const check2>' requested here
        this->detail_common_oarchive::save_override(t);
                                      ^
../../../boost/archive/detail/interface_oarchive.hpp:70:23: note: in instantiation of function template specialization 'boost::archive::basic_text_oarchive<boost::archive::text_oarchive>::save_override<const check2>' requested here
        this->This()->save_override(t);
                      ^
test_check.cpp:85:12: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::text_oarchive>::operator<<<check2>' requested here
        oa << c2_out; // error check_object_versioning
           ^
../../../boost/static_assert.hpp:79:26: note: template is declared here
template <bool x> struct STATIC_ASSERTION_FAILURE;
                         ^
In file included from test_check.cpp:18:
In file included from ../../../boost/archive/text_iarchive.hpp:24:
In file included from ../../../boost/archive/basic_text_iarchive.hpp:30:
In file included from ../../../boost/archive/detail/common_iarchive.hpp:23:
In file included from ../../../boost/archive/detail/interface_iarchive.hpp:22:
In file included from ../../../boost/archive/detail/iserializer.hpp:90:
../../../boost/archive/detail/check.hpp:162:5: error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'
    BOOST_STATIC_ASSERT(typex::value);
    ^
../../../boost/static_assert.hpp:154:13: note: expanded from macro 'BOOST_STATIC_ASSERT'
            sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST( __VA_ARGS__ ) >)>\
            ^
../../../boost/archive/detail/iserializer.hpp:609:13: note: in instantiation of function template specialization 'boost::archive::detail::check_const_loading<const check1>' requested here
    detail::check_const_loading< T >();
            ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const check1>' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const check1>' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const check1>' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<const check1>' requested here
        this->This()->load_override(t);
                      ^
test_check.cpp:91:12: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><const check1>' requested here
        ia >> c1_in; // check_const_loading
           ^
../../../boost/static_assert.hpp:79:26: note: template is declared here
template <bool x> struct STATIC_ASSERTION_FAILURE;
                         ^
2 errors generated.
(failed-as-expected) ../../../bin.v2/libs/serialization/test/test_check.test/clang-darwin-03/debug/threading-multi/visibility-hidden/test_check.o

bin.v2/libs/serialization/test/test_dll_exported_polymorphic_xml_warchive.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_dll_exported.cpp:51:
./polymorphic_base.hpp:29:13: warning: polymorphic_base imported [-W#pragma-messages]
    #pragma message ("polymorphic_base imported")
            ^
In file included from test_dll_exported.cpp:56:
./polymorphic_derived2.hpp:29:13: warning: polymorphic_derived2 imported [-W#pragma-messages]
    #pragma message ("polymorphic_derived2 imported")
            ^
2 warnings generated.

bin.v2/libs/serialization/test/test_not_serializable.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_not_serializable.cpp:14:
In file included from ./test_tools.hpp:246:
In file included from ./text_archive.hpp:8:
In file included from ../../../boost/archive/text_oarchive.hpp:31:
In file included from ../../../boost/archive/basic_text_oarchive.hpp:29:
In file included from ../../../boost/archive/detail/common_oarchive.hpp:22:
In file included from ../../../boost/archive/detail/interface_oarchive.hpp:23:
In file included from ../../../boost/archive/detail/oserializer.hpp:40:
In file included from ../../../boost/serialization/extended_type_info_typeid.hpp:37:
../../../boost/serialization/access.hpp:116:11: error: no member named 'serialize' in 'A'
        t.serialize(ar, file_version);
        ~ ^
../../../boost/serialization/serialization.hpp:68:13: note: in instantiation of function template specialization 'boost::serialization::access::serialize<boost::archive::text_oarchive, A>' requested here
    access::serialize(ar, t, static_cast<unsigned int>(file_version));
            ^
../../../boost/serialization/serialization.hpp:126:5: note: in instantiation of function template specialization 'boost::serialization::serialize<boost::archive::text_oarchive, A>' requested here
    serialize(ar, t, v);
    ^
../../../boost/archive/detail/oserializer.hpp:153:27: note: in instantiation of function template specialization 'boost::serialization::serialize_adl<boost::archive::text_oarchive, A>' requested here
    boost::serialization::serialize_adl(
                          ^
../../../boost/serialization/singleton.hpp:147:5: note: in instantiation of member function 'boost::archive::detail::oserializer<boost::archive::text_oarchive, A>::save_object_data' requested here
    singleton_wrapper(){
    ^
../../../boost/serialization/singleton.hpp:171:47: note: in instantiation of member function 'boost::serialization::detail::singleton_wrapper<boost::archive::detail::oserializer<boost::archive::text_oarchive, A> >::singleton_wrapper' requested here
        static detail::singleton_wrapper< T > t;
                                              ^
../../../boost/serialization/singleton.hpp:196:16: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        return get_instance();
               ^
../../../boost/archive/detail/oserializer.hpp:539:12: note: in instantiation of function template specialization 'boost::archive::detail::save_non_pointer_type<boost::archive::text_oarchive>::invoke<boost::serialization::nvp<A> >' requested here
    typex::invoke(ar, t);
           ^
../../../boost/archive/detail/common_oarchive.hpp:71:18: note: in instantiation of function template specialization 'boost::archive::save<boost::archive::text_oarchive, const boost::serialization::nvp<A> >' requested here
        archive::save(* this->This(), t);
                 ^
../../../boost/archive/basic_text_oarchive.hpp:83:39: note: in instantiation of function template specialization 'boost::archive::detail::common_oarchive<boost::archive::text_oarchive>::save_override<const boost::serialization::nvp<A> >' requested here
        this->detail_common_oarchive::save_override(t);
                                      ^
../../../boost/archive/detail/interface_oarchive.hpp:70:23: note: in instantiation of function template specialization 'boost::archive::basic_text_oarchive<boost::archive::text_oarchive>::save_override<const boost::serialization::nvp<A> >' requested here
        this->This()->save_override(t);
                      ^
test_not_serializable.cpp:28:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_oarchive<boost::archive::text_oarchive>::operator<<<boost::serialization::nvp<A> >' requested here
    oa << BOOST_SERIALIZATION_NVP(a);
       ^
In file included from test_not_serializable.cpp:14:
In file included from ./test_tools.hpp:246:
In file included from ./text_archive.hpp:8:
In file included from ../../../boost/archive/text_oarchive.hpp:31:
In file included from ../../../boost/archive/basic_text_oarchive.hpp:29:
In file included from ../../../boost/archive/detail/common_oarchive.hpp:22:
In file included from ../../../boost/archive/detail/interface_oarchive.hpp:23:
In file included from ../../../boost/archive/detail/oserializer.hpp:70:
../../../boost/archive/detail/check.hpp:60:5: error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'
    BOOST_STATIC_ASSERT(typex::value);
    ^
../../../boost/static_assert.hpp:154:13: note: expanded from macro 'BOOST_STATIC_ASSERT'
            sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST( __VA_ARGS__ ) >)>\
            ^
../../../boost/archive/detail/iserializer.hpp:460:9: note: in instantiation of function template specialization 'boost::archive::detail::check_object_level<A>' requested here
        check_object_level< T >();
        ^
../../../boost/archive/detail/iserializer.hpp:624:12: note: in instantiation of function template specialization 'boost::archive::detail::load_non_pointer_type<boost::archive::text_iarchive>::invoke<A>' requested here
    typex::invoke(ar, t);
           ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, A>' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<A>' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<A>' requested here
        basic_text_iarchive<Archive>::load_override(t);
                                      ^
../../../boost/archive/detail/interface_iarchive.hpp:68:23: note: (skipping 9 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
        this->This()->load_override(t);
                      ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const boost::serialization::nvp<A> >' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<A> >' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<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_iarchive_impl<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<A> >' requested here
        this->This()->load_override(t);
                      ^
test_not_serializable.cpp:35:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><const boost::serialization::nvp<A> >' requested here
    ia >> BOOST_SERIALIZATION_NVP(a);
       ^
../../../boost/static_assert.hpp:79:26: note: template is declared here
template <bool x> struct STATIC_ASSERTION_FAILURE;
                         ^
In file included from test_not_serializable.cpp:14:
In file included from ./test_tools.hpp:246:
In file included from ./text_archive.hpp:8:
In file included from ../../../boost/archive/text_oarchive.hpp:31:
In file included from ../../../boost/archive/basic_text_oarchive.hpp:29:
In file included from ../../../boost/archive/detail/common_oarchive.hpp:22:
In file included from ../../../boost/archive/detail/interface_oarchive.hpp:23:
In file included from ../../../boost/archive/detail/oserializer.hpp:40:
In file included from ../../../boost/serialization/extended_type_info_typeid.hpp:37:
../../../boost/serialization/access.hpp:116:11: error: no member named 'serialize' in 'A'
        t.serialize(ar, file_version);
        ~ ^
../../../boost/serialization/serialization.hpp:68:13: note: in instantiation of function template specialization 'boost::serialization::access::serialize<boost::archive::text_iarchive, A>' requested here
    access::serialize(ar, t, static_cast<unsigned int>(file_version));
            ^
../../../boost/serialization/serialization.hpp:126:5: note: in instantiation of function template specialization 'boost::serialization::serialize<boost::archive::text_iarchive, A>' requested here
    serialize(ar, t, v);
    ^
../../../boost/archive/detail/iserializer.hpp:187:27: note: in instantiation of function template specialization 'boost::serialization::serialize_adl<boost::archive::text_iarchive, A>' requested here
    boost::serialization::serialize_adl(
                          ^
../../../boost/serialization/singleton.hpp:147:5: note: in instantiation of member function 'boost::archive::detail::iserializer<boost...
   (remainder deleted because of excessive size)

bin.v2/libs/serialization/test/test_const_load_fail2.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_const_load_fail2.cpp:11:
In file included from ../../../boost/archive/text_iarchive.hpp:24:
In file included from ../../../boost/archive/basic_text_iarchive.hpp:30:
In file included from ../../../boost/archive/detail/common_iarchive.hpp:23:
In file included from ../../../boost/archive/detail/interface_iarchive.hpp:22:
In file included from ../../../boost/archive/detail/iserializer.hpp:90:
../../../boost/archive/detail/check.hpp:162:5: error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'
    BOOST_STATIC_ASSERT(typex::value);
    ^
../../../boost/static_assert.hpp:154:13: note: expanded from macro 'BOOST_STATIC_ASSERT'
            sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST( __VA_ARGS__ ) >)>\
            ^
../../../boost/archive/detail/iserializer.hpp:609:13: note: in instantiation of function template specialization 'boost::archive::detail::check_const_loading<A *const>' requested here
    detail::check_const_loading< T >();
            ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, A *const>' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<A *const>' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<A *const>' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<A *const>' requested here
        this->This()->load_override(t);
                      ^
test_const_load_fail2.cpp:22:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><A *const>' requested here
    ia >> a;
       ^
../../../boost/static_assert.hpp:79:26: note: template is declared here
template <bool x> struct STATIC_ASSERTION_FAILURE;
                         ^
In file included from test_const_load_fail2.cpp:11:
In file included from ../../../boost/archive/text_iarchive.hpp:24:
In file included from ../../../boost/archive/basic_text_iarchive.hpp:30:
In file included from ../../../boost/archive/detail/common_iarchive.hpp:23:
In file included from ../../../boost/archive/detail/interface_iarchive.hpp:22:
../../../boost/archive/detail/iserializer.hpp:552:15: error: cannot assign to variable 't' with const-qualified type 'A *const &'
            t = pointer_tweak(newbpis_ptr->get_eti(), t, *t);
            ~ ^
../../../boost/archive/detail/iserializer.hpp:624:12: note: in instantiation of function template specialization 'boost::archive::detail::load_pointer_type<boost::archive::text_iarchive>::invoke<A *const>' requested here
    typex::invoke(ar, t);
           ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, A *const>' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<A *const>' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<A *const>' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<A *const>' requested here
        this->This()->load_override(t);
                      ^
test_const_load_fail2.cpp:22:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><A *const>' requested here
    ia >> a;
       ^
../../../boost/archive/detail/iserializer.hpp:538:45: note: variable 't' declared const here
    static void invoke(Archive & ar, Tptr & t){
                                     ~~~~~~~^
2 errors generated.
(failed-as-expected) ../../../bin.v2/libs/serialization/test/test_const_load_fail2.test/clang-darwin-03/debug/threading-multi/visibility-hidden/test_const_load_fail2.o

bin.v2/libs/serialization/test/test_const_load_fail1_nvp.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_const_load_fail1_nvp.cpp:11:
In file included from ../../../boost/archive/text_iarchive.hpp:24:
In file included from ../../../boost/archive/basic_text_iarchive.hpp:30:
In file included from ../../../boost/archive/detail/common_iarchive.hpp:23:
In file included from ../../../boost/archive/detail/interface_iarchive.hpp:22:
In file included from ../../../boost/archive/detail/iserializer.hpp:90:
../../../boost/archive/detail/check.hpp:162:5: error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'
    BOOST_STATIC_ASSERT(typex::value);
    ^
../../../boost/static_assert.hpp:154:13: note: expanded from macro 'BOOST_STATIC_ASSERT'
            sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST( __VA_ARGS__ ) >)>\
            ^
../../../boost/archive/detail/iserializer.hpp:609:13: note: in instantiation of function template specialization 'boost::archive::detail::check_const_loading<const A>' requested here
    detail::check_const_loading< T >();
            ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const A>' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const A>' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const 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_iarchive_impl<boost::archive::text_iarchive>::load_override<const A>' requested here
        this->This()->load_override(t);
                      ^
../../../boost/serialization/nvp.hpp:56:8: note: (skipping 8 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    ar >> t.value();
       ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const boost::serialization::nvp<const A> >' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<const A> >' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<const 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_iarchive_impl<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<const A> >' requested here
        this->This()->load_override(t);
                      ^
test_const_load_fail1_nvp.cpp:23:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><const boost::serialization::nvp<const A> >' requested here
    ia >> BOOST_SERIALIZATION_NVP(a);
       ^
../../../boost/static_assert.hpp:79:26: note: template is declared here
template <bool x> struct STATIC_ASSERTION_FAILURE;
                         ^
1 error generated.
(failed-as-expected) ../../../bin.v2/libs/serialization/test/test_const_load_fail1_nvp.test/clang-darwin-03/debug/threading-multi/visibility-hidden/test_const_load_fail1_nvp.o

bin.v2/libs/serialization/test/test_const_load_fail3.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_const_load_fail3.cpp:11:
In file included from ../../../boost/archive/text_iarchive.hpp:24:
In file included from ../../../boost/archive/basic_text_iarchive.hpp:30:
In file included from ../../../boost/archive/detail/common_iarchive.hpp:23:
In file included from ../../../boost/archive/detail/interface_iarchive.hpp:22:
In file included from ../../../boost/archive/detail/iserializer.hpp:90:
../../../boost/archive/detail/check.hpp:162:5: error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'
    BOOST_STATIC_ASSERT(typex::value);
    ^
../../../boost/static_assert.hpp:154:13: note: expanded from macro 'BOOST_STATIC_ASSERT'
            sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST( __VA_ARGS__ ) >)>\
            ^
../../../boost/archive/detail/iserializer.hpp:609:13: note: in instantiation of function template specialization 'boost::archive::detail::check_const_loading<const A *const>' requested here
    detail::check_const_loading< T >();
            ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const A *const>' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const A *const>' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const A *const>' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<const A *const>' requested here
        this->This()->load_override(t);
                      ^
test_const_load_fail3.cpp:21:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><const A *const>' requested here
    ia >> a;
       ^
../../../boost/static_assert.hpp:79:26: note: template is declared here
template <bool x> struct STATIC_ASSERTION_FAILURE;
                         ^
In file included from test_const_load_fail3.cpp:11:
In file included from ../../../boost/archive/text_iarchive.hpp:24:
In file included from ../../../boost/archive/basic_text_iarchive.hpp:30:
In file included from ../../../boost/archive/detail/common_iarchive.hpp:23:
In file included from ../../../boost/archive/detail/interface_iarchive.hpp:22:
../../../boost/archive/detail/iserializer.hpp:552:15: error: cannot assign to variable 't' with const-qualified type 'const A *const &'
            t = pointer_tweak(newbpis_ptr->get_eti(), t, *t);
            ~ ^
../../../boost/archive/detail/iserializer.hpp:624:12: note: in instantiation of function template specialization 'boost::archive::detail::load_pointer_type<boost::archive::text_iarchive>::invoke<const A *const>' requested here
    typex::invoke(ar, t);
           ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const A *const>' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const A *const>' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const A *const>' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<const A *const>' requested here
        this->This()->load_override(t);
                      ^
test_const_load_fail3.cpp:21:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><const A *const>' requested here
    ia >> a;
       ^
../../../boost/archive/detail/iserializer.hpp:538:45: note: variable 't' declared const here
    static void invoke(Archive & ar, Tptr & t){
                                     ~~~~~~~^
2 errors generated.
(failed-as-expected) ../../../bin.v2/libs/serialization/test/test_const_load_fail3.test/clang-darwin-03/debug/threading-multi/visibility-hidden/test_const_load_fail3.o

bin.v2/libs/serialization/test/test_dll_exported_polymorphic_text_archive.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_dll_exported.cpp:51:
./polymorphic_base.hpp:29:13: warning: polymorphic_base imported [-W#pragma-messages]
    #pragma message ("polymorphic_base imported")
            ^
In file included from test_dll_exported.cpp:56:
./polymorphic_derived2.hpp:29:13: warning: polymorphic_derived2 imported [-W#pragma-messages]
    #pragma message ("polymorphic_derived2 imported")
            ^
2 warnings generated.

bin.v2/libs/serialization/test/test_singleton_plain.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

test_singleton_plain.cpp:25:32: warning: unknown warning group '-Wterminate', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wterminate"
                               ^
1 warning generated.

bin.v2/libs/serialization/test/test_singleton_inherited.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

test_singleton_inherited.cpp:26:32: warning: unknown warning group '-Wterminate', ignored [-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wterminate"
                               ^
1 warning generated.

bin.v2/libs/serialization/test/test_dll_simple.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_dll_simple.cpp:33:
./A.hpp:37:13: warning: A imported [-W#pragma-messages]
    #pragma message("A imported")
            ^
1 warning generated.

bin.v2/libs/serialization/test/test_dll_exported_polymorphic_binary_archive.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_dll_exported.cpp:51:
./polymorphic_base.hpp:29:13: warning: polymorphic_base imported [-W#pragma-messages]
    #pragma message ("polymorphic_base imported")
            ^
In file included from test_dll_exported.cpp:56:
./polymorphic_derived2.hpp:29:13: warning: polymorphic_derived2 imported [-W#pragma-messages]
    #pragma message ("polymorphic_derived2 imported")
            ^
2 warnings generated.

bin.v2/libs/serialization/test/test_traits_fail.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

test_traits_fail.cpp:24:1: error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'
BOOST_CLASS_TRACKING(A, boost::serialization::track_never) 
^
../../../boost/serialization/tracking.hpp:108:5: note: expanded from macro 'BOOST_CLASS_TRACKING'
    BOOST_STATIC_ASSERT((                    \
    ^
../../../boost/static_assert.hpp:154:13: note: expanded from macro 'BOOST_STATIC_ASSERT'
            sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST( __VA_ARGS__ ) >)>\
            ^
../../../boost/static_assert.hpp:79:26: note: template is declared here
template <bool x> struct STATIC_ASSERTION_FAILURE;
                         ^
1 error generated.
(failed-as-expected) ../../../bin.v2/libs/serialization/test/test_traits_fail.test/clang-darwin-03/debug/threading-multi/visibility-hidden/test_traits_fail.o

bin.v2/libs/serialization/test/test_const_load_fail1.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_const_load_fail1.cpp:11:
In file included from ../../../boost/archive/text_iarchive.hpp:24:
In file included from ../../../boost/archive/basic_text_iarchive.hpp:30:
In file included from ../../../boost/archive/detail/common_iarchive.hpp:23:
In file included from ../../../boost/archive/detail/interface_iarchive.hpp:22:
In file included from ../../../boost/archive/detail/iserializer.hpp:90:
../../../boost/archive/detail/check.hpp:162:5: error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'
    BOOST_STATIC_ASSERT(typex::value);
    ^
../../../boost/static_assert.hpp:154:13: note: expanded from macro 'BOOST_STATIC_ASSERT'
            sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST( __VA_ARGS__ ) >)>\
            ^
../../../boost/archive/detail/iserializer.hpp:609:13: note: in instantiation of function template specialization 'boost::archive::detail::check_const_loading<const A>' requested here
    detail::check_const_loading< T >();
            ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const A>' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const A>' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const 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_iarchive_impl<boost::archive::text_iarchive>::load_override<const A>' requested here
        this->This()->load_override(t);
                      ^
test_const_load_fail1.cpp:22:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><const A>' requested here
    ia >> a;
       ^
../../../boost/static_assert.hpp:79:26: note: template is declared here
template <bool x> struct STATIC_ASSERTION_FAILURE;
                         ^
1 error generated.
(failed-as-expected) ../../../bin.v2/libs/serialization/test/test_const_load_fail1.test/clang-darwin-03/debug/threading-multi/visibility-hidden/test_const_load_fail1.o

bin.v2/libs/serialization/test/test_smart_cast.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

test_smart_cast.cpp:20:10: warning: private field 'a' is not used [-Wunused-private-field]
    char a;
         ^
test_smart_cast.cpp:25:9: warning: private field 'b' is not used [-Wunused-private-field]
    int b;
        ^
test_smart_cast.cpp:35:10: warning: private field 'c' is not used [-Wunused-private-field]
    long c;
         ^
test_smart_cast.cpp:122:10: warning: private field 'a' is not used [-Wunused-private-field]
    char a;
         ^
test_smart_cast.cpp:129:9: warning: private field 'b' is not used [-Wunused-private-field]
    int b;
        ^
test_smart_cast.cpp:141:10: warning: private field 'c' is not used [-Wunused-private-field]
    long c;
         ^
6 warnings generated.

bin.v2/libs/serialization/test/test_const_load_fail2_nvp.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_const_load_fail2_nvp.cpp:11:
In file included from ../../../boost/archive/text_iarchive.hpp:24:
In file included from ../../../boost/archive/basic_text_iarchive.hpp:30:
In file included from ../../../boost/archive/detail/common_iarchive.hpp:23:
In file included from ../../../boost/archive/detail/interface_iarchive.hpp:22:
In file included from ../../../boost/archive/detail/iserializer.hpp:90:
../../../boost/archive/detail/check.hpp:162:5: error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'
    BOOST_STATIC_ASSERT(typex::value);
    ^
../../../boost/static_assert.hpp:154:13: note: expanded from macro 'BOOST_STATIC_ASSERT'
            sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST( __VA_ARGS__ ) >)>\
            ^
../../../boost/archive/detail/iserializer.hpp:609:13: note: in instantiation of function template specialization 'boost::archive::detail::check_const_loading<A *const>' requested here
    detail::check_const_loading< T >();
            ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, A *const>' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<A *const>' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<A *const>' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<A *const>' requested here
        this->This()->load_override(t);
                      ^
../../../boost/serialization/nvp.hpp:56:8: note: (skipping 8 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    ar >> t.value();
       ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const boost::serialization::nvp<A *const> >' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<A *const> >' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<A *const> >' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<A *const> >' requested here
        this->This()->load_override(t);
                      ^
test_const_load_fail2_nvp.cpp:23:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><const boost::serialization::nvp<A *const> >' requested here
    ia >> BOOST_SERIALIZATION_NVP(a);
       ^
../../../boost/static_assert.hpp:79:26: note: template is declared here
template <bool x> struct STATIC_ASSERTION_FAILURE;
                         ^
In file included from test_const_load_fail2_nvp.cpp:11:
In file included from ../../../boost/archive/text_iarchive.hpp:24:
In file included from ../../../boost/archive/basic_text_iarchive.hpp:30:
In file included from ../../../boost/archive/detail/common_iarchive.hpp:23:
In file included from ../../../boost/archive/detail/interface_iarchive.hpp:22:
../../../boost/archive/detail/iserializer.hpp:552:15: error: cannot assign to variable 't' with const-qualified type 'A *const &'
            t = pointer_tweak(newbpis_ptr->get_eti(), t, *t);
            ~ ^
../../../boost/archive/detail/iserializer.hpp:624:12: note: in instantiation of function template specialization 'boost::archive::detail::load_pointer_type<boost::archive::text_iarchive>::invoke<A *const>' requested here
    typex::invoke(ar, t);
           ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, A *const>' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<A *const>' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<A *const>' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<A *const>' requested here
        this->This()->load_override(t);
                      ^
../../../boost/serialization/nvp.hpp:56:8: note: (skipping 8 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    ar >> t.value();
       ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const boost::serialization::nvp<A *const> >' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<A *const> >' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<A *const> >' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<A *const> >' requested here
        this->This()->load_override(t);
                      ^
test_const_load_fail2_nvp.cpp:23:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><const boost::serialization::nvp<A *const> >' requested here
    ia >> BOOST_SERIALIZATION_NVP(a);
       ^
../../../boost/archive/detail/iserializer.hpp:538:45: note: variable 't' declared const here
    static void invoke(Archive & ar, Tptr & t){
                                     ~~~~~~~^
2 errors generated.
(failed-as-expected) ../../../bin.v2/libs/serialization/test/test_const_load_fail2_nvp.test/clang-darwin-03/debug/threading-multi/visibility-hidden/test_const_load_fail2_nvp.o

bin.v2/libs/serialization/test/test_const_load_fail3_nvp.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_const_load_fail3_nvp.cpp:11:
In file included from ../../../boost/archive/text_iarchive.hpp:24:
In file included from ../../../boost/archive/basic_text_iarchive.hpp:30:
In file included from ../../../boost/archive/detail/common_iarchive.hpp:23:
In file included from ../../../boost/archive/detail/interface_iarchive.hpp:22:
In file included from ../../../boost/archive/detail/iserializer.hpp:90:
../../../boost/archive/detail/check.hpp:162:5: error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>'
    BOOST_STATIC_ASSERT(typex::value);
    ^
../../../boost/static_assert.hpp:154:13: note: expanded from macro 'BOOST_STATIC_ASSERT'
            sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST( __VA_ARGS__ ) >)>\
            ^
../../../boost/archive/detail/iserializer.hpp:609:13: note: in instantiation of function template specialization 'boost::archive::detail::check_const_loading<const A *const>' requested here
    detail::check_const_loading< T >();
            ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const A *const>' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const A *const>' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const A *const>' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<const A *const>' requested here
        this->This()->load_override(t);
                      ^
../../../boost/serialization/nvp.hpp:56:8: note: (skipping 8 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    ar >> t.value();
       ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const boost::serialization::nvp<const A *const> >' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<const A *const> >' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<const A *const> >' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<const A *const> >' requested here
        this->This()->load_override(t);
                      ^
test_const_load_fail3_nvp.cpp:23:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><const boost::serialization::nvp<const A *const> >' requested here
    ia >> BOOST_SERIALIZATION_NVP(a);
       ^
../../../boost/static_assert.hpp:79:26: note: template is declared here
template <bool x> struct STATIC_ASSERTION_FAILURE;
                         ^
In file included from test_const_load_fail3_nvp.cpp:11:
In file included from ../../../boost/archive/text_iarchive.hpp:24:
In file included from ../../../boost/archive/basic_text_iarchive.hpp:30:
In file included from ../../../boost/archive/detail/common_iarchive.hpp:23:
In file included from ../../../boost/archive/detail/interface_iarchive.hpp:22:
../../../boost/archive/detail/iserializer.hpp:552:15: error: cannot assign to variable 't' with const-qualified type 'const A *const &'
            t = pointer_tweak(newbpis_ptr->get_eti(), t, *t);
            ~ ^
../../../boost/archive/detail/iserializer.hpp:624:12: note: in instantiation of function template specialization 'boost::archive::detail::load_pointer_type<boost::archive::text_iarchive>::invoke<const A *const>' requested here
    typex::invoke(ar, t);
           ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const A *const>' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const A *const>' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const A *const>' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<const A *const>' requested here
        this->This()->load_override(t);
                      ^
../../../boost/serialization/nvp.hpp:56:8: note: (skipping 8 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    ar >> t.value();
       ^
../../../boost/archive/detail/common_iarchive.hpp:67:18: note: in instantiation of function template specialization 'boost::archive::load<boost::archive::text_iarchive, const boost::serialization::nvp<const A *const> >' requested here
        archive::load(* this->This(), t);
                 ^
../../../boost/archive/basic_text_iarchive.hpp:70:39: note: in instantiation of function template specialization 'boost::archive::detail::common_iarchive<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<const A *const> >' requested here
        this->detail_common_iarchive::load_override(t);
                                      ^
../../../boost/archive/text_iarchive.hpp:82:39: note: in instantiation of function template specialization 'boost::archive::basic_text_iarchive<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<const A *const> >' 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_iarchive_impl<boost::archive::text_iarchive>::load_override<const boost::serialization::nvp<const A *const> >' requested here
        this->This()->load_override(t);
                      ^
test_const_load_fail3_nvp.cpp:23:8: note: in instantiation of function template specialization 'boost::archive::detail::interface_iarchive<boost::archive::text_iarchive>::operator>><const boost::serialization::nvp<const A *const> >' requested here
    ia >> BOOST_SERIALIZATION_NVP(a);
       ^
../../../boost/archive/detail/iserializer.hpp:538:45: note: variable 't' declared const here
    static void invoke(Archive & ar, Tptr & t){
                                     ~~~~~~~^
2 errors generated.
(failed-as-expected) ../../../bin.v2/libs/serialization/test/test_const_load_fail3_nvp.test/clang-darwin-03/debug/threading-multi/visibility-hidden/test_const_load_fail3_nvp.o

bin.v2/libs/serialization/test/test_dll_exported_polymorphic_text_warchive.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

In file included from test_dll_exported.cpp:51:
./polymorphic_base.hpp:29:13: warning: polymorphic_base imported [-W#pragma-messages]
    #pragma message ("polymorphic_base imported")
            ^
In file included from test_dll_exported.cpp:56:
./polymorphic_derived2.hpp:29:13: warning: polymorphic_derived2 imported [-W#pragma-messages]
    #pragma message ("polymorphic_derived2 imported")
            ^
2 warnings generated.

bin.v2/libs/serialization/test/test_void_cast.test/clang-darwin-03/debug/threading-multi/visibility-hidden

Compiler output:

test_void_cast.cpp:18:10: warning: private field 'a' is not used [-Wunused-private-field]
    char a;
         ^
test_void_cast.cpp:23:9: warning: private field 'b' is not used [-Wunused-private-field]
    int b;
        ^
test_void_cast.cpp:28:10: warning: private field 'c' is not used [-Wunused-private-field]
    long c;
         ^
test_void_cast.cpp:33:10: warning: private field 'd' is not used [-Wunused-private-field]
    char d[32];
         ^
4 warnings generated.