Compile [2024-11-20 18:55:11 UTC]: succeed
"g++-8" -fvisibility-inlines-hidden -std=c++2a -pthread -O0 -fno-inline -Wall -fvisibility=hidden -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_CONTAINER_STATIC_LINK=1 -DBOOST_RANDOM_NO_LIB=1 -DBOOST_SYSTEM_NO_LIB=1 -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_TEST_NO_AUTO_LINK=1 -DBOOST_UBLAS_UNSUPPORTED_COMPILER=0 -I".." -I"../libs/math/include_private" -I"../libs/math/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/integer/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/intrusive/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/lexical_cast/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/math/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/random/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/type_index/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/type_traits/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/math/test/ljung_box_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/ljung_box_test.o" "../libs/math/test/ljung_box_test.cpp"
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/math/test/math_unit_test.hpp:10,
from ../libs/math/test/ljung_box_test.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<const 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<const 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<const 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<const double*, std::vector<double> >??? changed in GCC 7.1
return std::__distance(__first, __last,
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__iterator_category(__first));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/math/test/ljung_box_test.cpp:12:
../boost/math/statistics/ljung_box.hpp: In function ???auto boost::math::statistics::ljung_box(RandomAccessIterator, RandomAccessIterator, int64_t, int64_t) [with RandomAccessIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
../boost/math/statistics/ljung_box.hpp:18:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
auto ljung_box(RandomAccessIterator begin, RandomAccessIterator end, int64_t lags = -1, int64_t fit_dof = 0) {
^~~~~~~~~
../boost/math/statistics/ljung_box.hpp:18:6: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/statistics/ljung_box.hpp:20:30: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
int64_t n = std::distance(begin, end);
~~~~~~~~~~~~~^~~~~~~~~~~~
../boost/math/statistics/ljung_box.hpp:34:44: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
auto mu = boost::math::statistics::mean(begin, end);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
../boost/math/statistics/ljung_box.hpp: In function ???auto boost::math::statistics::ljung_box(const RandomAccessContainer&, int64_t, int64_t) [with RandomAccessContainer = std::vector<double>]???:
../boost/math/statistics/ljung_box.hpp:66:21: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return ljung_box(v.begin(), v.end(), lags, fit_dof);
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/math/test/ljung_box_test.cpp: In function ???void test_agreement_with_mathematica()???:
../libs/math/test/ljung_box_test.cpp:40:119: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
std::vector<double> v{0.7739928761039216,-0.4468259278452086,0.98287381303903,-0.3943029116201079,0.6569015496559457};
^
In file included from /usr/include/c++/8/vector:64,
from ../boost/math/special_functions/math_fwd.hpp:107,
from ../boost/math/special_functions/next.hpp:18,
from ../libs/math/test/math_unit_test.hpp:16,
from ../libs/math/test/ljung_box_test.cpp:8:
/usr/include/c++/8/bits/stl_vector.h: In constructor ???std::vector<_Tp, _Alloc>::vector(std::initializer_list<_Tp>, const allocator_type&) [with _Tp = double; _Alloc = std::allocator<double>]???:
/usr/include/c++/8/bits/stl_vector.h:515:7: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
vector(initializer_list<value_type> __l,
^~~~~~
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/math/test/math_unit_test.hpp:10,
from ../libs/math/test/ljung_box_test.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<const 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<const 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<const double*, std::vector<double> >??? changed in GCC 7.1
In file included from ../boost/math/statistics/ljung_box.hpp:13,
from ../libs/math/test/ljung_box_test.cpp:12:
../boost/math/statistics/univariate_statistics.hpp: In function ???Real boost::math::statistics::mean(ForwardIterator, ForwardIterator) [with ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >; Real = double; typename std::enable_if<(! std::is_integral<U>::value), bool>::type <anonymous> = 1]???:
../boost/math/statistics/univariate_statistics.hpp:724:13: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
inline Real mean(const ForwardIterator first, const ForwardIterator last)
^~~~
../boost/math/statistics/univariate_statistics.hpp:724:13: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/statistics/univariate_statistics.hpp:727:46: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
return detail::mean_sequential_impl<Real>(first, last);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../libs/math/test/ljung_box_test.cpp: In function ???void test_trivial() [with Real = double]???:
../libs/math/test/ljung_box_test.cpp:27:21: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
std::vector<Real> v{1,2};
^
In file included from /usr/include/c++/8/bits/stl_algobase.h:66,
from /usr/include/c++/8/bits/char_traits.h:39,
from /usr/include/c++/8/ios:40,
from /usr/include/c++/8/ostream:38,
from /usr/include/c++/8/iostream:39,
from ../libs/math/test/math_unit_test.hpp:10,
from ../libs/math/test/ljung_box_test.cpp:8:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h: In function ???constexpr _InputIterator std::next(_InputIterator, typename std::iterator_traits<_Iter>::difference_type) [with _InputIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:213:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
next(_InputIterator __x, typename
^~~~
In file included from ../boost/math/statistics/univariate_statistics.hpp:10,
from ../boost/math/statistics/ljung_box.hpp:13,
from ../libs/math/test/ljung_box_test.cpp:12:
../boost/math/statistics/detail/single_pass.hpp: In function ???ReturnType boost::math::statistics::detail::mean_sequential_impl(ForwardIterator, ForwardIterator) [with ReturnType = double; ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
../boost/math/statistics/detail/single_pass.hpp:30:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
ReturnType mean_sequential_impl(ForwardIterator first, ForwardIterator last)
^~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/detail/single_pass.hpp:30:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/statistics/detail/single_pass.hpp:32:71: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
const std::size_t elements {static_cast<std::size_t>(std::distance(first, last))};
~~~~~~~~~~~~~^~~~~~~~~~~~~
../boost/math/statistics/detail/single_pass.hpp:33:31: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
std::valarray<ReturnType> mu {0, 0, 0, 0};
^~
../boost/math/statistics/detail/single_pass.hpp:34:31: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
std::valarray<ReturnType> temp {0, 0, 0, 0};
^~~~
../boost/math/statistics/detail/single_pass.hpp:42:14: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
temp = {static_cast<ReturnType>(*it++), static_cast<ReturnType>(*it++), static_cast<ReturnType>(*it++), static_cast<ReturnType>(*it++)};
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/math/statistics/detail/single_pass.hpp:17,
from ../boost/math/statistics/univariate_statistics.hpp:10,
from ../boost/math/statistics/ljung_box.hpp:13,
from ../libs/math/test/ljung_box_test.cpp:12:
/usr/include/c++/8/valarray: In constructor ???std::valarray<_Tp>::valarray(std::initializer_list<_Tp>) [with _Tp = double]???:
/usr/include/c++/8/valarray:692:5: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
valarray<_Tp>::valarray(initializer_list<_Tp> __l)
^~~~~~~~~~~~~
/usr/include/c++/8/valarray: In member function ???std::valarray<_Tp>& std::valarray<_Tp>::operator=(std::initializer_list<_Tp>) [with _Tp = double]???:
/usr/include/c++/8/valarray:753:5: note: parameter passing for argument of type ???std::initializer_list<double>??? changed in GCC 7.1
valarray<_Tp>::operator=(initializer_list<_Tp> __l)
^~~~~~~~~~~~~