Test output: teeks99-dkr-mg13-14 - regex - static_mutex_test / gcc-13~c++14
Rev 7e09330c84621efd22370bf57289b67c7283ee21 / Mon, 18 Nov 2024 03:46:32 +0000
Compile [2024-11-18 06:23:24 UTC]: fail


    "g++-13"   -fvisibility-inlines-hidden -std=c++14 -fPIC -m64 -pthread -O0 -fno-inline -Wall -fvisibility=hidden -Wextra -Wshadow -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_CHRONO_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_HAS_ICU=1 -DBOOST_REGEX_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_LIB=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DU_USING_ICU_NAMESPACE=0   -I".." -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/chrono/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/integer/include" -I"/var/boost/run/boost_root/libs/move/include" -I"/var/boost/run/boost_root/libs/mp11/include" -I"/var/boost/run/boost_root/libs/predef/include" -I"/var/boost/run/boost_root/libs/ratio/include" -I"/var/boost/run/boost_root/libs/system/include" -I"/var/boost/run/boost_root/libs/throw_exception/include" -I"/var/boost/run/boost_root/libs/variant2/include" -I"/var/boost/run/boost_root/libs/winapi/include"  -c -o "/var/boost/run/results/boost/bin.v2/libs/regex/test/static_mutex_test.test/gcc-13~c++14/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/static_mutex/static_mutex_test.o" "../libs/regex/test/static_mutex/static_mutex_test.cpp"

In file included from ../libs/regex/test/static_mutex/static_mutex_test.cpp:21:
../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/smart_ptr/detail/deprecated_macros.hpp:8,
                 from ../boost/smart_ptr/detail/sp_counted_base.hpp:22,
                 from ../boost/smart_ptr/detail/shared_count.hpp:22,
                 from ../boost/smart_ptr/shared_ptr.hpp:17,
                 from ../boost/shared_ptr.hpp:17,
                 from ../boost/date_time/time_clock.hpp:17,
                 from ../boost/thread/thread_time.hpp:9,
                 from ../boost/thread/lock_types.hpp:18,
                 from ../boost/thread/pthread/thread_data.hpp:12,
                 from ../boost/thread/thread_only.hpp:17,
                 from ../boost/thread/thread.hpp:12,
                 from ../libs/regex/test/static_mutex/static_mutex_test.cpp:20:
../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>" )
      | ^~~~~~~~~~~~~~~~~~~~~~~