Test output: teeks99-06-mc15-2b-64onaarch64 - python - defaults / clang-linux-15~c++2b
Rev 2b7c83edd2af574bf4a892389c61cee817fcb8c5 / Fri, 15 Nov 2024 05:00:04 +0000
Compile [2024-11-16 04:02:50 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/python/test/defaults.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/defaults.o" "../libs/python/test/defaults.cpp"

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

"clang++-15"    -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/defaults.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/defaults_ext.so" -Wl,-soname -Wl,"defaults_ext.so" -shared -Wl,--start-group "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/defaults.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/defaults.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:50 UTC]: fail

running...
**********************************************************************
File "../libs/python/test/defaults.py", line 5, in __main__
Failed example:
    from defaults_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 defaults_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/defaults.py", line 6, in __main__
Failed example:
    bar(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 __main__[1]>", line 1, in <module>
        bar(1)
    NameError: name 'bar' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 9, in __main__
Failed example:
    bar(2, '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 __main__[2]>", line 1, in <module>
        bar(2, 'X')
    NameError: name 'bar' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 12, in __main__
Failed example:
    bar(3, 'Y', "Hello World")
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>
        bar(3, 'Y', "Hello World")
    NameError: name 'bar' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 15, in __main__
Failed example:
    bar(4, 'Z', "Hi There", 3.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 __main__[4]>", line 1, in <module>
        bar(4, 'Z', "Hi There", 3.3)
    NameError: name 'bar' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 18, in __main__
Failed example:
    foo(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 __main__[5]>", line 1, in <module>
        foo(1)
    NameError: name 'foo' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 21, in __main__
Failed example:
    foo(2, '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 __main__[6]>", line 1, in <module>
        foo(2, 'X')
    NameError: name 'foo' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 24, in __main__
Failed example:
    foo(3, 'Y', "Hello World")
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>
        foo(3, 'Y', "Hello World")
    NameError: name 'foo' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 27, in __main__
Failed example:
    foo(4, 'Z', "Hi There", 3.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 __main__[8]>", line 1, in <module>
        foo(4, 'Z', "Hi There", 3.3)
    NameError: name 'foo' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 30, in __main__
Failed example:
    x = 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 __main__[9]>", line 1, in <module>
        x = X()
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 31, in __main__
Failed example:
    x.bar(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 __main__[10]>", line 1, in <module>
        x.bar(1)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 34, in __main__
Failed example:
    x.bar(2, '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 __main__[11]>", line 1, in <module>
        x.bar(2, 'X')
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 37, in __main__
Failed example:
    x.bar(3, 'Y', "Hello World")
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>
        x.bar(3, 'Y', "Hello World")
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 40, in __main__
Failed example:
    x.bar(4, 'Z', "Hi There", 3.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 __main__[13]>", line 1, in <module>
        x.bar(4, 'Z', "Hi There", 3.3)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 43, in __main__
Failed example:
    x.foo(5)
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>
        x.foo(5)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 46, in __main__
Failed example:
    x.foo(6, 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 __main__[15]>", line 1, in <module>
        x.foo(6, 0)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 49, in __main__
Failed example:
    x.foo(7, 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 __main__[16]>", line 1, in <module>
        x.foo(7, 1)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 52, in __main__
Failed example:
    x.foo("A")
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>
        x.foo("A")
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 55, in __main__
Failed example:
    x.foo("B", False)
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>
        x.foo("B", False)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 58, in __main__
Failed example:
    x.foo("C", True)
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>
        x.foo("C", True)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 61, in __main__
Failed example:
    x.foo([0,1,2], [2,3,4])
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>
        x.foo([0,1,2], [2,3,4])
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 64, in __main__
Failed example:
    x.foo([0,1,2], [2,3,4], False)
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>
        x.foo([0,1,2], [2,3,4], False)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 67, in __main__
Failed example:
    x.foo([0,1,2], [2,3,4], True)
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>
        x.foo([0,1,2], [2,3,4], True)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 70, in __main__
Failed example:
    x = 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 __main__[23]>", line 1, in <module>
        x = X(1)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 71, in __main__
Failed example:
    x.get_state()
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__[24]>", line 1, in <module>
        x.get_state()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 74, in __main__
Failed example:
    x = X(1, '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 __main__[25]>", line 1, in <module>
        x = X(1, 'X')
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 75, in __main__
Failed example:
    x.get_state()
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__[26]>", line 1, in <module>
        x.get_state()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 78, in __main__
Failed example:
    x = X(1, 'X', "Yabadabadoo")
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__[27]>", line 1, in <module>
        x = X(1, 'X', "Yabadabadoo")
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 79, in __main__
Failed example:
    x.get_state()
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__[28]>", line 1, in <module>
        x.get_state()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 82, in __main__
Failed example:
    x = X(1, 'X', "Phoenix", 3.65)
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__[29]>", line 1, in <module>
        x = X(1, 'X', "Phoenix", 3.65)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 83, in __main__
Failed example:
    x.get_state()
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__[30]>", line 1, in <module>
        x.get_state()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 86, in __main__
Failed example:
    x.bar2().get_state()
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__[31]>", line 1, in <module>
        x.bar2().get_state()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 89, in __main__
Failed example:
    x.bar2(1).get_state()
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__[32]>", line 1, in <module>
        x.bar2(1).get_state()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 92, in __main__
Failed example:
    x.bar2(1, 'K').get_state()
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__[33]>", line 1, in <module>
        x.bar2(1, 'K').get_state()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 95, in __main__
Failed example:
    x.bar2(1, 'K', "Kim").get_state()
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__[34]>", line 1, in <module>
        x.bar2(1, 'K', "Kim").get_state()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 98, in __main__
Failed example:
    x.bar2(1, 'K', "Kim", 9.9).get_state()
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__[35]>", line 1, in <module>
        x.bar2(1, 'K', "Kim", 9.9).get_state()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 101, in __main__
Failed example:
    x = X("Phoenix", 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 __main__[36]>", line 1, in <module>
        x = X("Phoenix", 1)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 102, in __main__
Failed example:
    x.get_state()
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__[37]>", line 1, in <module>
        x.get_state()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 109, in __main__
Failed example:
    print(selected_doc(X.__init__, 1, 2, 4, 7, 9))
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__[39]>", line 1, in <module>
        print(selected_doc(X.__init__, 1, 2, 4, 7, 9))
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 116, in __main__
Failed example:
    print(selected_doc(Y.__init__, 1, 2, 4))
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__[40]>", line 1, in <module>
        print(selected_doc(Y.__init__, 1, 2, 4))
    NameError: name 'Y' is not defined
**********************************************************************
File "../libs/python/test/defaults.py", line 121, in __main__
Failed example:
    print(selected_doc(X.bar2, 1, 2, 4))
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__[41]>", line 1, in <module>
        print(selected_doc(X.bar2, 1, 2, 4))
    NameError: name 'X' is not defined
**********************************************************************
1 items had failures:
  41 of  42 in __main__
***Test Failed*** 41 failures.

EXIT STATUS: 41