Test output: teeks99-06-mc15-2b-64onaarch64 - parameter_python - python_test / clang-linux-15~c++2b
Rev 2b7c83edd2af574bf4a892389c61cee817fcb8c5 / Fri, 15 Nov 2024 05:00:04 +0000
Compile [2024-11-16 04:02:33 UTC]: succeed

"clang++-15"   -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++2b -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 --target=arm64-pc-linux  -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/conversion/include" -I"/mnt/fs1/teeks99-06/run/boost_root/libs/core/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/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/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"/usr/include/python2.7"  -c -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/parameter_python/test/python_test.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/python_test.o" "../libs/parameter_python/test/python_test.cpp"

            
Link [2024-11-16 04:02:33 UTC]: succeed

"clang++-15"    -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/parameter_python/test/python_test.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/python_test_ext.so" -Wl,-soname -Wl,"python_test_ext.so" -shared -Wl,--start-group "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/parameter_python/test/python_test.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/python_test.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-16 04:02:33 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