Test output: teeks99-05-dg8-2a-32onarmv7l - atomic - lockfree / gcc-8~c++2a
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Wed, 20 Nov 2024 03:42:08 +0000
Compile [2024-11-20 18:53:07 UTC]: succeed

"g++-8"   -fvisibility-inlines-hidden -std=c++2a -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -Wno-variadic-macros -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_DYN_LINK=1 -DBOOST_ATOMIC_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1   -I".." -I"../libs/atomic/test" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/assert/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/atomic/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/predef/include" -I"/mnt/fs1/teeks99-05/run/boost_root/libs/type_traits/include"  -c -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/atomic/test/lockfree.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/lockfree.o" "../libs/atomic/test/lockfree.cpp"

            
Link [2024-11-20 18:53:07 UTC]: succeed

"g++-8"  -Wl,-rpath -Wl,"/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/atomic/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden" -Wl,-rpath-link -Wl,"/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/atomic/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden" -o "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/atomic/test/lockfree.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/lockfree" -Wl,--start-group "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/atomic/test/lockfree.test/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/lockfree.o" "/mnt/fs1/teeks99-05/run/results/boost/bin.v2/libs/atomic/build/gcc-8~c++2a/debug/arm_32/debug-symbols-off/threading-multi/visibility-hidden/libboost_atomic.so.1.87.0"  -Wl,-Bstatic  -Wl,-Bdynamic -lrt -Wl,--end-group -fPIC -pthread -fvisibility=hidden -fvisibility-inlines-hidden 

            
Run [2024-11-20 18:53:07 UTC]: fail

atomic<char> is always lock free
atomic<short> is always lock free
atomic<int> is always lock free
atomic<long> is always lock free
../libs/atomic/test/lockfree.cpp(36): test 'lock_free_macro_val == lock_free_expect' ('1' == '0') failed in function 'void verify_lock_free(const char*, int, int) [with T = long long int]'
../libs/atomic/test/lockfree.cpp(45): test 'boost::atomic<T>::is_always_lock_free == (lock_free_expect == 2)' ('1' == '0') failed in function 'void verify_lock_free(const char*, int, int) [with T = long long int]'
atomic<long long> is sometimes lock free
atomic<void *> is always lock free
atomic<bool> is always lock free
atomic<float> is always lock free
../libs/atomic/test/lockfree.cpp(36): test 'lock_free_macro_val == lock_free_expect' ('1' == '0') failed in function 'void verify_lock_free(const char*, int, int) [with T = double]'
../libs/atomic/test/lockfree.cpp(45): test 'boost::atomic<T>::is_always_lock_free == (lock_free_expect == 2)' ('1' == '0') failed in function 'void verify_lock_free(const char*, int, int) [with T = double]'
atomic<double> is sometimes lock free
../libs/atomic/test/lockfree.cpp(36): test 'lock_free_macro_val == lock_free_expect' ('1' == '0') failed in function 'void verify_lock_free(const char*, int, int) [with T = long double]'
../libs/atomic/test/lockfree.cpp(45): test 'boost::atomic<T>::is_always_lock_free == (lock_free_expect == 2)' ('1' == '0') failed in function 'void verify_lock_free(const char*, int, int) [with T = long double]'
atomic<long double> is sometimes lock free
6 errors detected.

EXIT STATUS: 6