Test output: teeks99-05-mg8-2a-32onarmv7l - json - parse_into / gcc-8~c++2a
Rev 9dae34c66db664e04b92ce65f33d238cb5fb1c44 / Thu, 21 Nov 2024 00:29:35 +0000
Compile [2024-11-21 15:35:32 UTC]: fail


    "g++-8"   -fvisibility-inlines-hidden -std=c++2a -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -Wno-restrict -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_JSON_DYN_LINK=1 -DBOOST_JSON_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_LIB=1   -I".." -I"../libs/json/test" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/assert/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/container/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/container_hash/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/core/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/describe/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/endian/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/intrusive/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/json/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/move/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/mp11/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/predef/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/system/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/throw_exception/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/variant2/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/winapi/include"  -c -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/json/test/parse_into.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/parse_into.o" "../libs/json/test/parse_into.cpp"

../libs/json/test/parse_into.cpp: In member function ???void boost::json::parse_into_test::testSequence()???:
../libs/json/test/parse_into.cpp:281:52: note: parameter passing for argument of type ???std::initializer_list<long long unsigned int>??? changed in GCC 7.1
         testParseInto< std::vector<std::uint64_t> >( { 1, 2, UINT64_MAX } );
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:64,
                 from /usr/include/c++/8/functional:62,
                 from ../boost/system/detail/error_category.hpp:18,
                 from ../boost/system/error_category.hpp:10,
                 from ../boost/json/impl/error.hpp:13,
                 from ../boost/json/error.hpp:180,
                 from ../boost/json/detail/except.hpp:13,
                 from ../boost/json/basic_parser.hpp:15,
                 from ../boost/json/parse_into.hpp:16,
                 from ../libs/json/test/parse_into.cpp:12:
/usr/include/c++/8/bits/stl_vector.h: In constructor ???std::vector<_Tp, _Alloc>::vector(std::initializer_list<_Tp>, const allocator_type&) [with _Tp = long long unsigned int; _Alloc = std::allocator<long long unsigned int>]???:
/usr/include/c++/8/bits/stl_vector.h:515:7: note: parameter passing for argument of type ???std::initializer_list<long long unsigned int>??? changed in GCC 7.1
       vector(initializer_list<value_type> __l,
       ^~~~~~
/usr/include/c++/8/bits/stl_vector.h: In function ???bool std::operator==(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&) [with _Tp = long long unsigned int; _Alloc = std::allocator<long long unsigned int>]???:
/usr/include/c++/8/bits/stl_vector.h:1755:21: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long unsigned int*, std::vector<long long unsigned int> >??? changed in GCC 7.1
        && std::equal(__x.begin(), __x.end(), __y.begin())); }
           ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/map:60,
                 from ../libs/json/test/parse_into.cpp:20:
/usr/include/c++/8/bits/stl_tree.h: In member function ???void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_unique(_II, _II) [with _InputIterator = const std::pair<const std::__cxx11::basic_string<char>, double>*; _Key = std::__cxx11::basic_string<char>; _Val = std::pair<const std::__cxx11::basic_string<char>, double>; _KeyOfValue = std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, double> >; _Compare = std::less<std::__cxx11::basic_string<char> >; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, double> >]???:
/usr/include/c++/8/bits/stl_tree.h:2468:4: note: parameter passing for argument of type ???std::_Rb_tree<std::__cxx11::basic_string<char>, std::pair<const std::__cxx11::basic_string<char>, double>, std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, double> >, std::less<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, double> > >::const_iterator??? {aka ???std::_Rb_tree_const_iterator<std::pair<const std::__cxx11::basic_string<char>, double> >???} changed in GCC 7.1
    _M_insert_unique_(end(), *__first, __an);
    ^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/char_traits.h:39,
                 from /usr/include/c++/8/string:40,
                 from ../boost/assert/source_location.hpp:13,
                 from ../boost/exception/exception.hpp:9,
                 from ../boost/throw_exception.hpp:21,
                 from ../boost/json/detail/config.hpp:17,
                 from ../boost/json/parse_into.hpp:14,
                 from ../libs/json/test/parse_into.cpp:12:
/usr/include/c++/8/bits/stl_algobase.h: In function ???bool std::equal(_II1, _II1, _II2) [with _II1 = __gnu_cxx::__normal_iterator<const long long unsigned int*, std::vector<long long unsigned int> >; _II2 = __gnu_cxx::__normal_iterator<const long long unsigned int*, std::vector<long long unsigned int> >]???:
/usr/include/c++/8/bits/stl_algobase.h:1039:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long unsigned int*, std::vector<long long unsigned int> >??? changed in GCC 7.1
     equal(_II1 __first1, _II1 __last1, _II2 __first2)
     ^~~~~
/usr/include/c++/8/bits/stl_algobase.h:1039:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long unsigned int*, std::vector<long long unsigned int> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h:1039:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long unsigned int*, std::vector<long long unsigned int> >??? changed in GCC 7.1
In file included from /usr/include/c++/8/map:60,
                 from ../libs/json/test/parse_into.cpp:20:
/usr/include/c++/8/bits/stl_tree.h: In member function ???std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_unique_(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator, _Arg&&, _NodeGen&) [with _Arg = const std::pair<const std::__cxx11::basic_string<char>, double>&; _NodeGen = std::_Rb_tree<std::__cxx11::basic_string<char>, std::pair<const std::__cxx11::basic_string<char>, double>, std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, double> >, std::less<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, double> > >::_Alloc_node; _Key = std::__cxx11::basic_string<char>; _Val = std::pair<const std::__cxx11::basic_string<char>, double>; _KeyOfValue = std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, double> >; _Compare = std::less<std::__cxx11::basic_string<char> >; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, double> >]???:
/usr/include/c++/8/bits/stl_tree.h:2207:7: note: parameter passing for argument of type ???std::_Rb_tree<std::__cxx11::basic_string<char>, std::pair<const std::__cxx11::basic_string<char>, double>, std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, double> >, std::less<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, double> > >::const_iterator??? {aka ???std::_Rb_tree_const_iterator<std::pair<const std::__cxx11::basic_string<char>, double> >???} changed in GCC 7.1
       _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
                 from /usr/include/c++/8/bits/char_traits.h:39,
                 from /usr/include/c++/8/string:40,
                 from ../boost/assert/source_location.hpp:13,
                 from ../boost/exception/exception.hpp:9,
                 from ../boost/throw_exception.hpp:21,
                 from ../boost/json/detail/config.hpp:17,
                 from ../boost/json/parse_into.hpp:14,
                 from ../libs/json/test/parse_into.cpp:12:
/usr/include/c++/8/bits/stl_iterator.h: In function ???_Iterator std::__niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container>) [with _Iterator = const long long unsigned int*; _Container = std::vector<long long unsigned int>]???:
/usr/include/c++/8/bits/stl_iterator.h:987:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long unsigned int*, std::vector<long long unsigned int> >??? changed in GCC 7.1
     __niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container> __it)
     ^~~~~~~~~~~~
In file included from /usr/include/c++/8/map:60,
                 from ../libs/json/test/parse_into.cpp:20:
/usr/include/c++/8/bits/stl_tree.h: In member function ???std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_hint_unique_pos(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator, const key_type&) [with _Key = std::__cxx11::basic_string<char>; _Val = std::pair<const std::__cxx11::basic_string<char>, double>; _KeyOfValue = std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, double> >; _Compare = std::less<std::__cxx11::basic_string<char> >; _Alloc = std::allocator<std::pair<const std::__cxx11::basic_string<char>, double> >]???:
/usr/include/c++/8/bits/stl_tree.h:2146:5: note: parameter passing for argument of type ???std::_Rb_tree<std::__cxx11::basic_string<char>, std::pair<const std::__cxx11::basic_string<char>, double>, std::_Select1st<std::pair<const std::__cxx11::basic_string<char>, double> >, std::less<std::__cxx11::basic_string<char> >, std::allocator<std::pair<const std::__cxx11::basic_string<char>, double> > >::const_iterator??? {aka ???std::_Rb_tree_const_iterator<std::pair<const std::__cxx11::basic_string<char>, double> >???} changed in GCC 7.1
     _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
300 second time limit exceeded