Test output: teeks99-dkr-dc17-20-lc - math - cubic_roots_test / clang-linux-17~c++20~lc
Rev 2fae7982e100aa9916592f55cddcddc5e96488c7 / Mon, 11 Nov 2024 12:54:42 +0000
Compile [2024-11-11 16:10:27 UTC]: succeed

"clang++-17"   -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++20 -stdlib=libc++ -isystem/usr/include/libcxxabi -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 --target=x86_64-pc-linux -Wno-literal-range -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"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/container/include" -I"/var/boost/run/boost_root/libs/container_hash/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/describe/include" -I"/var/boost/run/boost_root/libs/integer/include" -I"/var/boost/run/boost_root/libs/intrusive/include" -I"/var/boost/run/boost_root/libs/lexical_cast/include" -I"/var/boost/run/boost_root/libs/math/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/random/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/type_index/include" -I"/var/boost/run/boost_root/libs/type_traits/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/math/test/cubic_roots_test.test/clang-linux-17~c++20~lc/debug/x86_64/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/cubic_roots_test.o" "../libs/math/test/cubic_roots_test.cpp"

            
Link [2024-11-11 16:10:27 UTC]: succeed

"clang++-17"    -o "/var/boost/run/results/boost/bin.v2/libs/math/test/cubic_roots_test.test/clang-linux-17~c++20~lc/debug/x86_64/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/cubic_roots_test" -Wl,--start-group "/var/boost/run/results/boost/bin.v2/libs/math/test/cubic_roots_test.test/clang-linux-17~c++20~lc/debug/x86_64/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/cubic_roots_test.o" "/var/boost/run/results/boost/bin.v2/libs/container/build/clang-linux-17~c++20~lc/debug/x86_64/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/libboost_container.a" "/var/boost/run/results/boost/bin.v2/libs/random/build/clang-linux-17~c++20~lc/debug/x86_64/debug-symbols-off/link-static/pch-off/threading-multi/visibility-hidden/libboost_random.a" "/var/boost/run/results/boost/bin.v2/libs/system/build/clang-linux-17~c++20~lc/debug/x86_64/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 -m64 -stdlib=libc++ -lc++abi --target=x86_64-pc-linux 

            
Run [2024-11-11 16:10:27 UTC]: fail

?[0;31mError at ../libs/math/test/cubic_roots_test.cpp:test_zero_coefficients:44
?[0m  Condition 'nan == -1' is not satisfied:
  Expected =  nan = nan = nan
  Computed =  -1.000000 = -1.000000e+00 = -0x1p+0
?[0;31mError at ../libs/math/test/cubic_roots_test.cpp:test_zero_coefficients:45
?[0m  The computed value should be a nan, but is instead -1.000000 = -1.000000e+00 = -0x1p+0
?[0;31mError at ../libs/math/test/cubic_roots_test.cpp:test_zero_coefficients:50
?[0m  Condition 'nan == 1' is not satisfied:
  Expected =  nan = nan = nan
  Computed =  1.000000 = 1.000000e+00 = 0x1p+0
?[0;31mError at ../libs/math/test/cubic_roots_test.cpp:test_zero_coefficients:51
?[0m  The computed value should be a nan, but is instead 1.000000 = 1.000000e+00 = 0x1p+0
libc++abi: terminating due to uncaught exception of type std::domain_error: Error in CHECK_ULP_CLOSE: Expected value cannot be a nan. Callsite: ../libs/math/test/cubic_roots_test.cpp:test_zero_coefficients:57.
Aborted (core dumped)

EXIT STATUS: 134