Link [2024-11-22 00:26:50 UTC]: succeed
"clang++-15" -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/pickle4.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/pickle4_ext.so" -Wl,-soname -Wl,"pickle4_ext.so" -shared -Wl,--start-group "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/pickle4.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/pickle4.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:50 UTC]: fail
running...
**********************************************************************
File "../libs/python/test/pickle4.py", line 4, in __main__
Failed example:
import pickle4_ext
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>
import pickle4_ext
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/pickle4.py", line 8, in __main__
Failed example:
pickle4_ext.world.__getinitargs__ = world_getinitargs
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>
pickle4_ext.world.__getinitargs__ = world_getinitargs
NameError: name 'pickle4_ext' is not defined
**********************************************************************
File "../libs/python/test/pickle4.py", line 9, in __main__
Failed example:
pickle4_ext.world.__module__
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__[4]>", line 1, in <module>
pickle4_ext.world.__module__
NameError: name 'pickle4_ext' is not defined
**********************************************************************
File "../libs/python/test/pickle4.py", line 11, in __main__
Failed example:
pickle4_ext.world.__safe_for_unpickling__
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>
pickle4_ext.world.__safe_for_unpickling__
NameError: name 'pickle4_ext' is not defined
**********************************************************************
File "../libs/python/test/pickle4.py", line 13, in __main__
Failed example:
pickle4_ext.world.__name__
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>
pickle4_ext.world.__name__
NameError: name 'pickle4_ext' is not defined
**********************************************************************
File "../libs/python/test/pickle4.py", line 15, in __main__
Failed example:
pickle4_ext.world('Hello').__reduce__()
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>
pickle4_ext.world('Hello').__reduce__()
NameError: name 'pickle4_ext' is not defined
**********************************************************************
File "../libs/python/test/pickle4.py", line 17, in __main__
Failed example:
wd = pickle4_ext.world('California')
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>
wd = pickle4_ext.world('California')
NameError: name 'pickle4_ext' is not defined
**********************************************************************
File "../libs/python/test/pickle4.py", line 18, in __main__
Failed example:
pstr = pickle.dumps(wd)
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__[9]>", line 1, in <module>
pstr = pickle.dumps(wd)
NameError: name 'wd' is not defined
**********************************************************************
File "../libs/python/test/pickle4.py", line 19, in __main__
Failed example:
wl = pickle.loads(pstr)
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__[10]>", line 1, in <module>
wl = pickle.loads(pstr)
NameError: name 'pstr' is not defined
**********************************************************************
File "../libs/python/test/pickle4.py", line 20, in __main__
Failed example:
print(wd.greet())
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__[11]>", line 1, in <module>
print(wd.greet())
NameError: name 'wd' is not defined
**********************************************************************
File "../libs/python/test/pickle4.py", line 22, in __main__
Failed example:
print(wl.greet())
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__[12]>", line 1, in <module>
print(wl.greet())
NameError: name 'wl' is not defined
**********************************************************************
1 items had failures:
11 of 13 in __main__
***Test Failed*** 11 failures.
EXIT STATUS: 11