Compile [2024-11-11 09:58:38 UTC]: succeed
"clang++-17" -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++20 -O2 -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 --target=x86_64-pc-linux -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_TIMER_DYN_LINK=1 -DBOOST_TIMER_NO_LIB=1 -I".." -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/detail/include" -I"/var/boost/run/boost_root/libs/predef/include" -I"/var/boost/run/boost_root/libs/throw_exception/include" -I"/var/boost/run/boost_root/libs/timer/include" -I"/var/boost/run/boost_root/libs/type_traits/include" -c -o "/var/boost/run/results/boost/bin.v2/libs/timer/test/cpu_timer_test.test/clang-linux-17~c++20~O2/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/cpu_timer_test.o" "../libs/timer/test/cpu_timer_test.cpp"
Link [2024-11-11 09:58:38 UTC]: succeed
"clang++-17" -Wl,-rpath -Wl,"/var/boost/run/results/boost/bin.v2/libs/timer/build/clang-linux-17~c++20~O2/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden" -Wl,-rpath-link -Wl,"/var/boost/run/results/boost/bin.v2/libs/timer/build/clang-linux-17~c++20~O2/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden" -o "/var/boost/run/results/boost/bin.v2/libs/timer/test/cpu_timer_test.test/clang-linux-17~c++20~O2/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/cpu_timer_test" -Wl,--start-group "/var/boost/run/results/boost/bin.v2/libs/timer/test/cpu_timer_test.test/clang-linux-17~c++20~O2/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/cpu_timer_test.o" "/var/boost/run/results/boost/bin.v2/libs/timer/build/clang-linux-17~c++20~O2/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/libboost_timer.so.1.87.0" -Wl,-Bstatic -Wl,-Bdynamic -lrt -Wl,--end-group -fPIC -pthread -fvisibility=hidden -fvisibility-inlines-hidden -m64 --target=x86_64-pc-linux
Run [2024-11-11 09:58:38 UTC]: succeed
---------- timer_test ----------
unit test...
unit test complete
format test...
times.wall is 5123456789
times.user is 2123456789
times.system is 1234567890
user+system is 3358024679
format(times, 9) output: 5.123456789s wall, 2.123456789s user + 1.234567890s system = 3.358024679s CPU (65.5%)
format test complete
C library consistency test...
std::time() elapsed is 1 seconds
cpu_timer wall elapsed is 1 seconds
The two clocks whose elapsed time is compared by this test are started
and stopped one right after the other. If the operating system suspends
the process in the interim, the test may fail. Thus no single failure
of this test is meaningful.
C library consistency test complete
No errors detected.
EXIT STATUS: 0