Test output: teeks99-05-mg8-2a-32onarmv7l - accumulators - weighted_p_square_cumul_dist / gcc-8~c++2a
Rev 9dae34c66db664e04b92ce65f33d238cb5fb1c44 / Thu, 21 Nov 2024 00:29:35 +0000
Notes
This test case was explicitly marked up in status/explicit-failures-markup.xml file in the Boost repository as "expected to fail", but is passing. Please consult the notes/output below for more details.
[ Eric Niebler ] This test has not been updated to accomodate changes in Boost.Random.
Compile [2024-11-21 15:32:43 UTC]: succeed

"g++-8"   -std=c++2a -O0 -fno-inline -Wall -Wno-deprecated-declarations -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_TEST_NO_AUTO_LINK=1   -I".."  -c -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/weighted_p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/weighted_p_square_cumul_dist.o" "../libs/accumulators/test/weighted_p_square_cumul_dist.cpp"

In file included from /usr/include/c++/8/vector:64,
                 from ../boost/random/detail/polynomial.hpp:18,
                 from ../boost/random/mersenne_twister.hpp:32,
                 from ../boost/random.hpp:43,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_vector.h: In copy constructor ???std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:463:31: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
    std::__uninitialized_copy_a(__x.begin(), __x.end(),
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
           this->_M_impl._M_start,
           ~~~~~~~~~~~~~~~~~~~~~~~
           _M_get_Tp_allocator());
           ~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_vector.h: In copy constructor ???std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = std::pair<double, double>; _Alloc = std::allocator<std::pair<double, double> >]???:
/usr/include/c++/8/bits/stl_vector.h:463:31: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >??? changed in GCC 7.1
    std::__uninitialized_copy_a(__x.begin(), __x.end(),
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
           this->_M_impl._M_start,
           ~~~~~~~~~~~~~~~~~~~~~~~
           _M_get_Tp_allocator());
           ~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/vector:63,
                 from ../boost/random/detail/polynomial.hpp:18,
                 from ../boost/random/mersenne_twister.hpp:32,
                 from ../boost/random.hpp:43,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _ForwardIterator = double*; _Tp = double]???:
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     __uninitialized_copy_a(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:289:37: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     { return std::uninitialized_copy(__first, __last, __result); }
              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >; _ForwardIterator = std::pair<double, double>*; _Tp = std::pair<double, double>]???:
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >??? changed in GCC 7.1
     __uninitialized_copy_a(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:289:37: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >??? changed in GCC 7.1
     { return std::uninitialized_copy(__first, __last, __result); }
              ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _ForwardIterator = double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     uninitialized_copy(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:134:15: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
       return std::__uninitialized_copy<__is_trivial(_ValueType1)
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __is_trivial(_ValueType2)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __assignable>::
            ~~~~~~~~~~~~~~~~~~
  __uninit_copy(__first, __last, __result);
  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In function ???_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >; _ForwardIterator = std::pair<double, double>*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >??? changed in GCC 7.1
     uninitialized_copy(_InputIterator __first, _InputIterator __last,
     ^~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:134:15: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >??? changed in GCC 7.1
       return std::__uninitialized_copy<__is_trivial(_ValueType1)
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __is_trivial(_ValueType2)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            && __assignable>::
            ~~~~~~~~~~~~~~~~~~
  __uninit_copy(__first, __last, __result);
  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In static member function ???static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _ForwardIterator = double*]???:
/usr/include/c++/8/bits/stl_uninitialized.h:99:9: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
         __uninit_copy(_InputIterator __first, _InputIterator __last,
         ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:99:9: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_uninitialized.h:101:27: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
         { return std::copy(__first, __last, __result); }
                  ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h: In static member function ???static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >; _ForwardIterator = std::pair<double, double>*; bool _TrivialValueTypes = false]???:
/usr/include/c++/8/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >??? changed in GCC 7.1
         __uninit_copy(_InputIterator __first, _InputIterator __last,
         ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const std::pair<double, double>*, std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > > >??? changed in GCC 7.1
In file included from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _OI = double*]???:
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     copy(_II __first, _II __last, _OI __result)
     ^~~~
/usr/include/c++/8/bits/stl_algobase.h:446:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h:455:8: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
       return (std::__copy_move_a2<__is_move_iterator<_II>::__value>
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        (std::__miter_base(__first), std::__miter_base(__last),
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         __result));
         ~~~~~~~~~~
In file included from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:17:
../boost/accumulators/statistics/weighted_p_square_cumul_dist.hpp: In member function ???void boost::accumulators::impl::weighted_p_square_cumulative_distribution_impl<Sample, Weight>::operator()(const Args&) [with Args = boost::parameter::aux::flat_like_arg_list<boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::weight, boost::parameter::aux::tagged_argument<boost::accumulators::tag::weight, const double>, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::accumulator, boost::parameter::aux::tagged_argument<boost::accumulators::tag::accumulator, boost::accumulators::accumulator_set<double, boost::accumulators::stats<boost::accumulators::tag::weighted_p_square_cumulative_distribution, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, double> >, std::integral_constant<bool, true> >, boost::parameter::aux::flat_like_arg_tuple<boost::accumulators::tag::sample, boost::parameter::aux::tagged_argument<boost::accumulators::tag::sample, const double>, std::integral_constant<bool, true> > >; Sample = double; Weight = double]???:
../boost/accumulators/statistics/weighted_p_square_cumul_dist.hpp:105:50: note: parameter passing for argument of type ???std::vector<double>::iterator??? {aka ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >???} changed in GCC 7.1
                         it_min = std::min_element(it_begin, it_end);
                                  ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
../boost/accumulators/statistics/weighted_p_square_cumul_dist.hpp:106:54: note: parameter passing for argument of type ???std::vector<double>::iterator??? {aka ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >???} changed in GCC 7.1
                         std::size_t d = std::distance(it_begin, it_min);
                                         ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
../boost/accumulators/statistics/weighted_p_square_cumul_dist.hpp:137:42: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
                     it = std::upper_bound(
                          ~~~~~~~~~~~~~~~~^
                         this->heights.begin()
                         ~~~~~~~~~~~~~~~~~~~~~
                       , this->heights.end()
                       ~~~~~~~~~~~~~~~~~~~~~
                       , args[sample]
                       ~~~~~~~~~~~~~~      
                     );
                     ~                     
../boost/accumulators/statistics/weighted_p_square_cumul_dist.hpp:143:48: note: parameter passing for argument of type ???std::vector<double>::iterator??? {aka ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >???} changed in GCC 7.1
                     sample_cell = std::distance(this->heights.begin(), it);
                                   ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/cmath:42,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/cpp_type_traits.h: In function ???_Iterator std::__miter_base(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
/usr/include/c++/8/bits/cpp_type_traits.h:419:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     __miter_base(_Iterator __it)
     ^~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/stl_algobase.h: In function ???_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; _OI = double*]???:
/usr/include/c++/8/bits/stl_algobase.h:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     __copy_move_a2(_II __first, _II __last, _OI __result)
     ^~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:420:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???constexpr _FIter std::min_element(_FIter, _FIter) [with _FIter = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algo.h:5610:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     inline min_element(_ForwardIterator __first, _ForwardIterator __last)
            ^~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:5610:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:5619:43: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       return _GLIBCXX_STD_A::__min_element(__first, __last,
                                           ^
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h: In function ???constexpr typename std::iterator_traits<_Iterator>::difference_type std::distance(_InputIterator, _InputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:138:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     distance(_InputIterator __first, _InputIterator __last)
     ^~~~~~~~
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:138:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:141:29: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       return std::__distance(__first, __last,
              ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
         std::__iterator_category(__first));
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???_FIter std::upper_bound(_FIter, _FIter, const _Tp&) [with _FIter = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Tp = double]???:
/usr/include/c++/8/bits/stl_algo.h:2077:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     upper_bound(_ForwardIterator __first, _ForwardIterator __last,
     ^~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:2077:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:2086:32: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       return std::__upper_bound(__first, __last, __val,
              ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
     __gnu_cxx::__ops::__val_less_iter());
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:67,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/stl_iterator.h: In function ???_Iterator std::__niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container>) [with _Iterator = const double*; _Container = std::vector<double>]???:
/usr/include/c++/8/bits/stl_iterator.h:987:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     __niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container> __it)
     ^~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:71,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???constexpr bool __gnu_cxx::__ops::_Iter_less_iter::operator()(_Iterator1, _Iterator2) const [with _Iterator1 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Iterator2 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/predefined_ops.h:42:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       operator()(_Iterator1 __it1, _Iterator2 __it2) const
       ^~~~~~~~
/usr/include/c++/8/bits/predefined_ops.h:42:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???constexpr _ForwardIterator std::__min_element(_ForwardIterator, _ForwardIterator, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:5588:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __min_element(_ForwardIterator __first, _ForwardIterator __last,
     ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:5588:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:5595:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
  if (__comp(__first, __result))
      ~~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h: In function ???constexpr typename std::iterator_traits<_Iterator>::difference_type std::__distance(_RandomAccessIterator, _RandomAccessIterator, std::random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:98:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __distance(_RandomAccessIterator __first, _RandomAccessIterator __last,
     ^~~~~~~~~~
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:98:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/random/additive_combine.hpp:21,
                 from ../boost/random.hpp:36,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???_ForwardIterator std::__upper_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _Compare) [with _ForwardIterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _Tp = double; _Compare = __gnu_cxx::__ops::_Val_less_iter]???:
/usr/include/c++/8/bits/stl_algo.h:2039:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     __upper_bound(_ForwardIterator __first, _ForwardIterator __last,
     ^~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:2039:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:2045:42: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       _DistanceType __len = std::distance(__first, __last);
                             ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:71,
                 from /usr/include/c++/8/bits/specfun.h:45,
                 from /usr/include/c++/8/cmath:1892,
                 from ../libs/accumulators/test/weighted_p_square_cumul_dist.cpp:8:
/usr/include/c++/8/bits/predefined_ops.h: In member function ???bool __gnu_cxx::__ops::_Val_less_iter::operator()(_Value&, _Iterator) const [with _Value = const double; _Iterator = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/predefined_ops.h:89:7: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
       operator()(_Value& __val, _Iterator __it) const
       ^~~~~~~~
            
Link [2024-11-21 15:32:43 UTC]: succeed

"g++-8"    -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/weighted_p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/weighted_p_square_cumul_dist" -Wl,--start-group "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/accumulators/test/weighted_p_square_cumul_dist.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/weighted_p_square_cumul_dist.o" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/serialization/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/visibility-hidden/libboost_wserialization.a" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/serialization/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/visibility-hidden/libboost_serialization.a" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/test/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/visibility-hidden/libboost_unit_test_framework.a"  -Wl,-Bstatic  -Wl,-Bdynamic  -Wl,--end-group  

            
Run [2024-11-21 15:32:43 UTC]: succeed

Running 1 test case...

?[1;32;49m*** No errors detected
?[0;39;49m
EXIT STATUS: 0