Test output: teeks99-dkr-mg9 - numeric/ublas - test_assignment / gcc-9~c++17
Rev 7e09330c84621efd22370bf57289b67c7283ee21 / Sat, 16 Nov 2024 00:29:11 +0000
Compile [2024-11-16 03:39:35 UTC]: fail


    "g++-9"   -fvisibility-inlines-hidden -std=c++17 -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden -Wall -Wno-unknown-pragmas -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_UBLAS_COO_ALWAYS_DO_FULL_SORT -DBOOST_UBLAS_NO_EXCEPTIONS   -I".."  -c -o "/var/boost/run/results/boost/bin.v2/libs/numeric/ublas/test/test_assignment.test/gcc-9~c++17/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/test_assignment.o" "../libs/numeric/ublas/test/test_assignment.cpp"

In file included from ../libs/numeric/ublas/test/test_assignment.cpp:16:
../boost/timer.hpp:21:3: error: #error This header is deprecated and will be removed. (You can define BOOST_TIMER_ENABLE_DEPRECATED to suppress this error.)
   21 | # error This header is deprecated and will be removed. (You can define BOOST_TIMER_ENABLE_DEPRECATED to suppress this error.)
      |   ^~~~~
In file included from ../boost/config/header_deprecated.hpp:18,
                 from ../boost/timer.hpp:24,
                 from ../libs/numeric/ublas/test/test_assignment.cpp:16:
../boost/config/pragma_message.hpp:24:34: note: #pragma message: This header is deprecated. Use the facilities in <boost/timer/timer.hpp> instead.
   24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x)))
      |                                  ^~~~~~~
../boost/config/header_deprecated.hpp:23:37: note: in expansion of macro 'BOOST_PRAGMA_MESSAGE'
   23 | # define BOOST_HEADER_DEPRECATED(a) BOOST_PRAGMA_MESSAGE("This header is deprecated. Use " a " instead.")
      |                                     ^~~~~~~~~~~~~~~~~~~~
../boost/timer.hpp:25:1: note: in expansion of macro 'BOOST_HEADER_DEPRECATED'
   25 | BOOST_HEADER_DEPRECATED( "the facilities in <boost/timer/timer.hpp>" )
      | ^~~~~~~~~~~~~~~~~~~~~~~