Compile [2024-11-20 01:38:34 UTC]: succeed
"g++-11" -fvisibility-inlines-hidden -std=c++20 -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -Wextra -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_PYTHON_NO_LIB -I".." -I"/mnt/fs1/teeks99-06/run/boost_root/libs/assert/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/bind/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/container/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/container_hash/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/conversion/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/core/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/describe/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/detail/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/function/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/function_types/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/fusion/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/integer/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/intrusive/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/iterator/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/lexical_cast/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/move/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/mp11/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/optional/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/python/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/smart_ptr/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/throw_exception/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/tuple/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/type_traits/include" -I"/usr/include/python2.7" -c -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/virtual_functions.test/gcc-11~c++20/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/virtual_functions.o" "../libs/python/test/virtual_functions.cpp"
In file included from ../boost/python/detail/is_xxx.hpp:8,
from ../boost/python/detail/is_auto_ptr.hpp:9,
from ../boost/python/detail/copy_ctor_mutates_rhs.hpp:8,
from ../boost/python/detail/value_arg.hpp:7,
from ../boost/python/object/forward.hpp:10,
from ../boost/python/object/pointer_holder.hpp:16,
from ../boost/python/to_python_indirect.hpp:10,
from ../boost/python/converter/arg_to_python.hpp:10,
from ../boost/python/call.hpp:15,
from ../boost/python/object_core.hpp:14,
from ../boost/python/object/class.hpp:9,
from ../boost/python/class.hpp:13,
from ../libs/python/test/virtual_functions.cpp:6:
../boost/python/detail/is_auto_ptr.hpp:17:40: warning: ???template<class> class std::auto_ptr??? is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
17 | BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
| ^~~~~~~~
../boost/detail/is_xxx.hpp:20:4: note: in definition of macro ???BOOST_DETAIL_IS_XXX_DEF???
20 | qualified_name< BOOST_PP_ENUM_PARAMS_Z(1, nargs, T) > \
| ^~~~~~~~~~~~~~
../boost/python/detail/is_auto_ptr.hpp:17:1: note: in expansion of macro ???BOOST_PYTHON_IS_XXX_DEF???
17 | BOOST_PYTHON_IS_XXX_DEF(auto_ptr, std::auto_ptr, 1)
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/11/memory:76,
from ../boost/config/no_tr1/memory.hpp:21,
from ../boost/get_pointer.hpp:14,
from ../boost/python/object/pointer_holder.hpp:11,
from ../boost/python/to_python_indirect.hpp:10,
from ../boost/python/converter/arg_to_python.hpp:10,
from ../boost/python/call.hpp:15,
from ../boost/python/object_core.hpp:14,
from ../boost/python/object/class.hpp:9,
from ../boost/python/class.hpp:13,
from ../libs/python/test/virtual_functions.cpp:6:
/usr/include/c++/11/bits/unique_ptr.h:57:28: note: declared here
57 | template<typename> class auto_ptr;
| ^~~~~~~~
Run [2024-11-20 01:38:34 UTC]: fail
running...
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 5, in __main__
Failed example:
from virtual_functions_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 virtual_functions_ext import *
ImportError: /mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/build/gcc-11~c++20/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/virtual_functions.py", line 7, in __main__
Failed example:
class C1(concrete):
def f(self, y):
return concrete.f(self, Y(-y.value()))
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__[1]>", line 1, in <module>
class C1(concrete):
NameError: name 'concrete' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 11, in __main__
Failed example:
class C2(concrete):
pass
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>
class C2(concrete):
NameError: name 'concrete' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 14, in __main__
Failed example:
class A1(abstract):
def f(self, y):
return y.value() * 2
def g(self, y):
return self
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>
class A1(abstract):
NameError: name 'abstract' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 20, in __main__
Failed example:
class A2(abstract):
pass
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>
class A2(abstract):
NameError: name 'abstract' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 24, in __main__
Failed example:
y1 = Y(16)
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>
y1 = Y(16)
NameError: name 'Y' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 25, in __main__
Failed example:
y2 = Y(17)
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>
y2 = Y(17)
NameError: name 'Y' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 32, in __main__
Failed example:
a1 = A1(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>
a1 = A1(42)
NameError: name 'A1' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 33, in __main__
Failed example:
a1.value()
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>
a1.value()
NameError: name 'a1' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 37, in __main__
Failed example:
a1.call_f(y1)
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>
a1.call_f(y1)
NameError: name 'a1' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 39, in __main__
Failed example:
assert type(a1.call_g(y1)) is abstract
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>
assert type(a1.call_g(y1)) is abstract
NameError: name 'a1' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 42, in __main__
Failed example:
a1.f(y2)
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>
a1.f(y2)
NameError: name 'a1' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 48, in __main__
Failed example:
a2 = A2(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__[12]>", line 1, in <module>
a2 = A2(42)
NameError: name 'A2' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 49, in __main__
Failed example:
a2.value()
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__[13]>", line 1, in <module>
a2.value()
NameError: name 'a2' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 53, in __main__
Failed example:
try: a2.call_f(y1)
except AttributeError: pass
else: print('no exception')
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__[14]>", line 1, in <module>
try: a2.call_f(y1)
NameError: name 'a2' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 58, in __main__
Failed example:
try: a2.call_f(y2)
except AttributeError: pass
else: print('no exception')
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__[15]>", line 1, in <module>
try: a2.call_f(y2)
NameError: name 'a2' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 67, in __main__
Failed example:
c1 = C1(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__[16]>", line 1, in <module>
c1 = C1(42)
NameError: name 'C1' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 68, in __main__
Failed example:
c1.value()
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__[17]>", line 1, in <module>
c1.value()
NameError: name 'c1' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 72, in __main__
Failed example:
c1.call_f(y1)
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__[18]>", line 1, in <module>
c1.call_f(y1)
NameError: name 'c1' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 76, in __main__
Failed example:
c1.f(y2)
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__[19]>", line 1, in <module>
c1.f(y2)
NameError: name 'c1' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 82, in __main__
Failed example:
c2 = C2(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__[20]>", line 1, in <module>
c2 = C2(42)
NameError: name 'C2' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 83, in __main__
Failed example:
c2.value()
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__[21]>", line 1, in <module>
c2.value()
NameError: name 'c2' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 87, in __main__
Failed example:
c2.call_f(y1)
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__[22]>", line 1, in <module>
c2.call_f(y1)
NameError: name 'c2' is not defined
**********************************************************************
File "../libs/python/test/virtual_functions.py", line 91, in __main__
Failed example:
c2.f(y2)
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__[23]>", line 1, in <module>
c2.f(y2)
NameError: name 'c2' is not defined
**********************************************************************
1 items had failures:
24 of 24 in __main__
***Test Failed*** 24 failures.
EXIT STATUS: 24