Run [2024-11-22 00:26:31 UTC]: fail
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 6, in python_test
Failed example:
from python_test_ext import X
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 python_test[0]>", line 1, in <module>
from python_test_ext import X
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 "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 7, in python_test
Failed example:
x = X(y = 'baz')
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 python_test[1]>", line 1, in <module>
x = X(y = 'baz')
NameError: name 'X' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 8, in python_test
Failed example:
x.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 python_test[2]>", line 1, in <module>
x.value
NameError: name 'x' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 10, in python_test
Failed example:
x.f(1,2)
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 python_test[3]>", line 1, in <module>
x.f(1,2)
NameError: name 'x' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 12, in python_test
Failed example:
x.f(1,2,3)
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 python_test[4]>", line 1, in <module>
x.f(1,2,3)
NameError: name 'x' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 14, in python_test
Failed example:
x.f(1,2, z = 3)
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 python_test[5]>", line 1, in <module>
x.f(1,2, z = 3)
NameError: name 'x' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 16, in python_test
Failed example:
x.f(z = 3, y = 2, x = 1)
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 python_test[6]>", line 1, in <module>
x.f(z = 3, y = 2, x = 1)
NameError: name 'x' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 18, in python_test
Failed example:
x.g()
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 python_test[7]>", line 1, in <module>
x.g()
NameError: name 'x' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 20, in python_test
Failed example:
x.g(y = "baz")
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 python_test[8]>", line 1, in <module>
x.g(y = "baz")
NameError: name 'x' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 22, in python_test
Failed example:
x.g(x = "baz")
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 python_test[9]>", line 1, in <module>
x.g(x = "baz")
NameError: name 'x' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 24, in python_test
Failed example:
x.g(y = "foo", x = "bar")
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 python_test[10]>", line 1, in <module>
x.g(y = "foo", x = "bar")
NameError: name 'x' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 26, in python_test
Failed example:
y = x.h(x = "bar", y = "foo")
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 python_test[11]>", line 1, in <module>
y = x.h(x = "bar", y = "foo")
NameError: name 'x' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 27, in python_test
Failed example:
assert x == y
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 python_test[12]>", line 1, in <module>
assert x == y
NameError: name 'x' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 28, in python_test
Failed example:
y = x(0)
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 python_test[13]>", line 1, in <module>
y = x(0)
NameError: name 'x' is not defined
**********************************************************************
File "/mnt/fs1/teeks99-06/run/boost_root/libs/parameter_python/test/python_test.py", line 29, in python_test
Failed example:
assert x == y
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 python_test[14]>", line 1, in <module>
assert x == y
NameError: name 'x' is not defined
**********************************************************************
1 items had failures:
15 of 15 in python_test
***Test Failed*** 15 failures.
EXIT STATUS: 15