Test output: teeks99-05-dg8-2a-32onarmv7l - math - linear_regression_test / gcc-8~c++2a
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Wed, 20 Nov 2024 03:42:08 +0000
Compile [2024-11-20 18:55:12 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/linear_regression_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/linear_regression_test.o" "../libs/math/test/linear_regression_test.cpp"

../libs/math/test/linear_regression_test.cpp: In function ???void test_permutation_invariance() [with Real = double]???:
../libs/math/test/linear_regression_test.cpp:174:21: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
         std::shuffle(x.begin(), x.end(), gen1);
         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/math/test/linear_regression_test.cpp:175:21: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
         std::shuffle(y.begin(), y.end(), gen2);
         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/math/test/linear_regression_test.cpp: In function ???void test_permutation_invariance() [with Real = long double]???:
../libs/math/test/linear_regression_test.cpp:174:21: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
         std::shuffle(x.begin(), x.end(), gen1);
         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/math/test/linear_regression_test.cpp:175:21: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
         std::shuffle(y.begin(), y.end(), gen2);
         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/8/algorithm:62,
                 from ../boost/math/tools/config.hpp:215,
                 from ../boost/math/tools/assert.hpp:13,
                 from ../libs/math/test/math_unit_test.hpp:15,
                 from ../libs/math/test/linear_regression_test.cpp:9:
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::shuffle(_RAIter, _RAIter, _UGenerator&&) [with _RAIter = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _UGenerator = std::mersenne_twister_engine<long long unsigned int, 64, 312, 156, 31, 13043109905998158313, 29, 6148914691236517205, 17, 8202884508482404352, 37, 18444473444759240704, 43, 6364136223846793005>&]???:
/usr/include/c++/8/bits/stl_algo.h:3792:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last,
     ^~~~~~~
/usr/include/c++/8/bits/stl_algo.h:3792: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:3830:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    std::iter_swap(__i++, __first + __d(__g));
    ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:3844:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    std::iter_swap(__i++, __first + __pospos.first);
    ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:3845:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
    std::iter_swap(__i++, __first + __pospos.second);
    ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:3854:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
  std::iter_swap(__i, __first + __d(__g, __p_type(0, __i - __first)));
  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h: In function ???void std::shuffle(_RAIter, _RAIter, _UGenerator&&) [with _RAIter = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >; _UGenerator = std::mersenne_twister_engine<long long unsigned int, 64, 312, 156, 31, 13043109905998158313, 29, 6148914691236517205, 17, 8202884508482404352, 37, 18444473444759240704, 43, 6364136223846793005>&]???:
/usr/include/c++/8/bits/stl_algo.h:3792:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
     shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last,
     ^~~~~~~
/usr/include/c++/8/bits/stl_algo.h:3792:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algo.h:3830:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
    std::iter_swap(__i++, __first + __d(__g));
    ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:3844:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
    std::iter_swap(__i++, __first + __pospos.first);
    ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:3845:18: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
    std::iter_swap(__i++, __first + __pospos.second);
    ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:3854:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
  std::iter_swap(__i, __first + __d(__g, __p_type(0, __i - __first)));
  ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included 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/linear_regression_test.cpp:9:
/usr/include/c++/8/bits/stl_algobase.h: In function ???void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >; _ForwardIterator2 = __gnu_cxx::__normal_iterator<double*, std::vector<double> >]???:
/usr/include/c++/8/bits/stl_algobase.h:120:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<double*, std::vector<double> >??? changed in GCC 7.1
     iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
     ^~~~~~~~~
/usr/include/c++/8/bits/stl_algobase.h:120: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_algobase.h: In function ???void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >; _ForwardIterator2 = __gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >]???:
/usr/include/c++/8/bits/stl_algobase.h:120:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
/usr/include/c++/8/bits/stl_algobase.h:120:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
In file included from ../boost/math/statistics/linear_regression.hpp:19,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/bivariate_statistics.hpp: In function ???std::tuple<Real, Real, Real> boost::math::statistics::means_and_covariance(const Container&, const Container&) [with Container = std::vector<double>; Real = double; typename std::enable_if<(! std::is_integral<U>::value), bool>::type <anonymous> = 1]???:
../boost/math/statistics/bivariate_statistics.hpp:434:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     ReturnType temp = detail::means_and_covariance_seq_impl<ReturnType>(std::begin(u), std::end(u), std::begin(v), std::end(v));
                ^~~~
../boost/math/statistics/bivariate_statistics.hpp:434:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
../boost/math/statistics/bivariate_statistics.hpp:434:16: 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/linear_regression.hpp:18,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/univariate_statistics.hpp: In function ???Real boost::math::statistics::variance(const Container&) [with Container = std::vector<double>; Real = double; typename std::enable_if<(! std::is_integral<U>::value), bool>::type <anonymous> = 1]???:
../boost/math/statistics/univariate_statistics.hpp:763:20: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     return variance(std::begin(c), std::end(c));
            ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/math/statistics/linear_regression.hpp:19,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/bivariate_statistics.hpp: In function ???std::tuple<Real, Real, Real> boost::math::statistics::means_and_covariance(const Container&, const Container&) [with Container = std::vector<long double, std::allocator<long double> >; Real = long double; typename std::enable_if<(! std::is_integral<U>::value), bool>::type <anonymous> = 1]???:
../boost/math/statistics/bivariate_statistics.hpp:434:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
     ReturnType temp = detail::means_and_covariance_seq_impl<ReturnType>(std::begin(u), std::end(u), std::begin(v), std::end(v));
                ^~~~
../boost/math/statistics/bivariate_statistics.hpp:434:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
../boost/math/statistics/bivariate_statistics.hpp:434:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
In file included from ../boost/math/statistics/linear_regression.hpp:18,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/univariate_statistics.hpp: In function ???Real boost::math::statistics::variance(const Container&) [with Container = std::vector<long double, std::allocator<long double> >; Real = long double; typename std::enable_if<(! std::is_integral<U>::value), bool>::type <anonymous> = 1]???:
../boost/math/statistics/univariate_statistics.hpp:763:20: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
     return variance(std::begin(c), std::end(c));
            ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/math/statistics/linear_regression.hpp:19,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/bivariate_statistics.hpp: In function ???std::tuple<double, double, double> boost::math::statistics::means_and_covariance(const Container&, const Container&) [with Container = std::vector<long long int, std::allocator<long long int> >; Real = long long int; typename std::enable_if<std::is_integral<U>::value, bool>::type <anonymous> = 1]???:
../boost/math/statistics/bivariate_statistics.hpp:426:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
     ReturnType temp = detail::means_and_covariance_seq_impl<ReturnType>(std::begin(u), std::end(u), std::begin(v), std::end(v));
                ^~~~
../boost/math/statistics/bivariate_statistics.hpp:426:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
../boost/math/statistics/bivariate_statistics.hpp:426:16: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
In file included from ../boost/math/statistics/linear_regression.hpp:18,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/univariate_statistics.hpp: In function ???double boost::math::statistics::variance(const Container&) [with Container = std::vector<long long int, std::allocator<long long int> >; Real = long long int; typename std::enable_if<std::is_integral<U>::value, bool>::type <anonymous> = 1]???:
../boost/math/statistics/univariate_statistics.hpp:748:20: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
     return variance(std::begin(c), std::end(c));
            ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/math/statistics/linear_regression.hpp:19,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/bivariate_statistics.hpp: In function ???ReturnType boost::math::statistics::detail::means_and_covariance_seq_impl(ForwardIterator, ForwardIterator, ForwardIterator, ForwardIterator) [with ReturnType = std::tuple<double, double, double, double>; ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
../boost/math/statistics/bivariate_statistics.hpp:31:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
 ReturnType means_and_covariance_seq_impl(ForwardIterator u_begin, ForwardIterator u_end, ForwardIterator v_begin, ForwardIterator v_end)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/bivariate_statistics.hpp:31: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/bivariate_statistics.hpp:31: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/bivariate_statistics.hpp:31:12: 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/linear_regression.hpp:18,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/univariate_statistics.hpp: In function ???Real boost::math::statistics::variance(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:753: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 variance(const ForwardIterator first, const ForwardIterator last)
             ^~~~~~~~
../boost/math/statistics/univariate_statistics.hpp:753: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:755:23: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
     return std::get<2>(detail::variance_sequential_impl<std::tuple<Real, Real, Real, Real>>(first, last));
            ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/math/statistics/linear_regression.hpp:19,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/bivariate_statistics.hpp: In function ???ReturnType boost::math::statistics::detail::means_and_covariance_seq_impl(ForwardIterator, ForwardIterator, ForwardIterator, ForwardIterator) [with ReturnType = std::tuple<long double, long double, long double, long double>; ForwardIterator = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >]???:
../boost/math/statistics/bivariate_statistics.hpp:31:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
 ReturnType means_and_covariance_seq_impl(ForwardIterator u_begin, ForwardIterator u_end, ForwardIterator v_begin, ForwardIterator v_end)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/bivariate_statistics.hpp:31:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
../boost/math/statistics/bivariate_statistics.hpp:31:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
../boost/math/statistics/bivariate_statistics.hpp:31:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
In file included from ../boost/math/statistics/linear_regression.hpp:18,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/univariate_statistics.hpp: In function ???Real boost::math::statistics::variance(ForwardIterator, ForwardIterator) [with ForwardIterator = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >; Real = long double; typename std::enable_if<(! std::is_integral<U>::value), bool>::type <anonymous> = 1]???:
../boost/math/statistics/univariate_statistics.hpp:753:13: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
 inline Real variance(const ForwardIterator first, const ForwardIterator last)
             ^~~~~~~~
../boost/math/statistics/univariate_statistics.hpp:753:13: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
../boost/math/statistics/univariate_statistics.hpp:755:23: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
     return std::get<2>(detail::variance_sequential_impl<std::tuple<Real, Real, Real, Real>>(first, last));
            ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../boost/math/statistics/linear_regression.hpp:19,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/bivariate_statistics.hpp: In function ???ReturnType boost::math::statistics::detail::means_and_covariance_seq_impl(ForwardIterator, ForwardIterator, ForwardIterator, ForwardIterator) [with ReturnType = std::tuple<double, double, double, double>; ForwardIterator = __gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >]???:
../boost/math/statistics/bivariate_statistics.hpp:31:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
 ReturnType means_and_covariance_seq_impl(ForwardIterator u_begin, ForwardIterator u_end, ForwardIterator v_begin, ForwardIterator v_end)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/bivariate_statistics.hpp:31:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
../boost/math/statistics/bivariate_statistics.hpp:31:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
../boost/math/statistics/bivariate_statistics.hpp:31:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
In file included from ../boost/math/statistics/linear_regression.hpp:18,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/univariate_statistics.hpp: In function ???double boost::math::statistics::variance(ForwardIterator, ForwardIterator) [with ForwardIterator = __gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >; Real = long long int; typename std::enable_if<std::is_integral<U>::value, bool>::type <anonymous> = 1]???:
../boost/math/statistics/univariate_statistics.hpp:739:15: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
 inline double variance(const ForwardIterator first, const ForwardIterator last)
               ^~~~~~~~
../boost/math/statistics/univariate_statistics.hpp:739:15: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
../boost/math/statistics/univariate_statistics.hpp:741:23: note: parameter passing for argument of type ???const __gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
     return std::get<2>(detail::variance_sequential_impl<std::tuple<double, double, double, double>>(first, last));
            ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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/linear_regression_test.cpp:9:
/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/linear_regression.hpp:18,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/detail/single_pass.hpp: In function ???ReturnType boost::math::statistics::detail::variance_sequential_impl(ForwardIterator, ForwardIterator) [with ReturnType = std::tuple<double, double, double, double>; ForwardIterator = __gnu_cxx::__normal_iterator<const double*, std::vector<double> >]???:
../boost/math/statistics/detail/single_pass.hpp:64:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const double*, std::vector<double> >??? changed in GCC 7.1
 ReturnType variance_sequential_impl(ForwardIterator first, ForwardIterator last)
            ^~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/detail/single_pass.hpp:64:12: 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/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/linear_regression_test.cpp:9:
/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 long double*, std::vector<long double, std::allocator<long 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 long double*, std::vector<long double, std::allocator<long 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/linear_regression.hpp:18,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/detail/single_pass.hpp: In function ???ReturnType boost::math::statistics::detail::variance_sequential_impl(ForwardIterator, ForwardIterator) [with ReturnType = std::tuple<long double, long double, long double, long double>; ForwardIterator = __gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >]???:
../boost/math/statistics/detail/single_pass.hpp:64:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
 ReturnType variance_sequential_impl(ForwardIterator first, ForwardIterator last)
            ^~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/detail/single_pass.hpp:64:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long double*, std::vector<long double, std::allocator<long double> > >??? changed in GCC 7.1
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/linear_regression_test.cpp:9:
/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 long long int*, std::vector<long long int, std::allocator<long long int> > >]???:
/usr/include/c++/8/bits/stl_iterator_base_funcs.h:213:5: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
     next(_InputIterator __x, typename
     ^~~~
In file included from ../boost/math/statistics/univariate_statistics.hpp:10,
                 from ../boost/math/statistics/linear_regression.hpp:18,
                 from ../libs/math/test/linear_regression_test.cpp:15:
../boost/math/statistics/detail/single_pass.hpp: In function ???ReturnType boost::math::statistics::detail::variance_sequential_impl(ForwardIterator, ForwardIterator) [with ReturnType = std::tuple<double, double, double, double>; ForwardIterator = __gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >]???:
../boost/math/statistics/detail/single_pass.hpp:64:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
 ReturnType variance_sequential_impl(ForwardIterator first, ForwardIterator last)
            ^~~~~~~~~~~~~~~~~~~~~~~~
../boost/math/statistics/detail/single_pass.hpp:64:12: note: parameter passing for argument of type ???__gnu_cxx::__normal_iterator<const long long int*, std::vector<long long int, std::allocator<long long int> > >??? changed in GCC 7.1
            
Link [2024-11-20 18:55:12 UTC]: fail


    "g++-8"    -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/linear_regression_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/linear_regression_test" -Wl,--start-group "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/linear_regression_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/linear_regression_test.o" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/container/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/libboost_container.a" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/random/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/libboost_random.a" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/system/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/libboost_system.a"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -pthread -fvisibility=hidden -fvisibility-inlines-hidden 

/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/linear_regression_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/linear_regression_test.o: in function `std::__atomic_base<long long>::operator++()':
linear_regression_test.cpp:(.text._ZNSt13__atomic_baseIxEppEv[_ZNSt13__atomic_baseIxEppEv]+0x28): undefined reference to `__atomic_fetch_add_8'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/linear_regression_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/linear_regression_test.o: in function `std::__atomic_base<long long>::operator long long() const':
linear_regression_test.cpp:(.text._ZNKSt13__atomic_baseIxEcvxEv[_ZNKSt13__atomic_baseIxEcvxEv]+0x40): undefined reference to `__atomic_load_8'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/linear_regression_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/linear_regression_test.o: in function `std::__atomic_base<long long>::operator=(long long)':
linear_regression_test.cpp:(.text._ZNSt13__atomic_baseIxEaSEx[_ZNSt13__atomic_baseIxEaSEx]+0x4c): undefined reference to `__atomic_store_8'
/usr/bin/ld: /mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/math/test/linear_regression_test.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/linear_regression_test.o: in function `std::__atomic_base<long long>::operator+=(long long)':
linear_regression_test.cpp:(.text._ZNSt13__atomic_baseIxEpLEx[_ZNSt13__atomic_baseIxEpLEx]+0x30): undefined reference to `__atomic_fetch_add_8'
collect2: error: ld returned 1 exit status