Link [2024-11-22 00:26:49 UTC]: succeed
"clang++-15" -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/tuple.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/tuple_ext.so" -Wl,-soname -Wl,"tuple_ext.so" -shared -Wl,--start-group "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/tuple.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/tuple.o" "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/build/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/libboost_python27.so.1.87.0" "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/container/build/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/threading-multi/visibility-hidden/libboost_container.so.1.87.0" -Wl,-Bstatic -Wl,-Bdynamic -lrt -ldl -lpthread -Wl,--end-group -fPIC -pthread -fvisibility=hidden -fvisibility-inlines-hidden -m64 --target=arm64-pc-linux
Run [2024-11-22 00:26:49 UTC]: fail
running...
**********************************************************************
File "../libs/python/test/tuple.py", line 5, in __main__
Failed example:
from tuple_ext import *
Exception raised:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest __main__[0]>", line 1, in <module>
from tuple_ext import *
ImportError: /mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/build/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/libboost_python27.so.1.87.0: undefined symbol: PyUnicodeUCS4_FromEncodedObject
**********************************************************************
File "../libs/python/test/tuple.py", line 10, in __main__
Failed example:
print(convert_to_tuple("this is a test string"))
Exception raised:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest __main__[2]>", line 1, in <module>
print(convert_to_tuple("this is a test string"))
NameError: name 'convert_to_tuple' is not defined
**********************************************************************
File "../libs/python/test/tuple.py", line 12, in __main__
Failed example:
t1 = convert_to_tuple("this is")
Exception raised:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest __main__[3]>", line 1, in <module>
t1 = convert_to_tuple("this is")
NameError: name 'convert_to_tuple' is not defined
**********************************************************************
File "../libs/python/test/tuple.py", line 14, in __main__
Failed example:
test_operators(t1,t2,printer) #doctest: +NORMALIZE_WHITESPACE
Exception raised:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest __main__[5]>", line 1, in <module>
test_operators(t1,t2,printer) #doctest: +NORMALIZE_WHITESPACE
NameError: name 'test_operators' is not defined
**********************************************************************
File "../libs/python/test/tuple.py", line 16, in __main__
Failed example:
make_tuple()
Exception raised:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest __main__[6]>", line 1, in <module>
make_tuple()
NameError: name 'make_tuple' is not defined
**********************************************************************
File "../libs/python/test/tuple.py", line 18, in __main__
Failed example:
make_tuple(42)
Exception raised:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest __main__[7]>", line 1, in <module>
make_tuple(42)
NameError: name 'make_tuple' is not defined
**********************************************************************
File "../libs/python/test/tuple.py", line 20, in __main__
Failed example:
make_tuple('hello', 42)
Exception raised:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest __main__[8]>", line 1, in <module>
make_tuple('hello', 42)
NameError: name 'make_tuple' is not defined
**********************************************************************
1 items had failures:
7 of 9 in __main__
***Test Failed*** 7 failures.
EXIT STATUS: 7