Test output: teeks99-06-dc15-2b-64onaarch64 - python - operators / clang-linux-15~c++2b
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Thu, 21 Nov 2024 00:15:43 +0000
Compile [2024-11-22 00:26:49 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/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/operators.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/operators.o" "../libs/python/test/operators.cpp"

../libs/python/test/operators.cpp:116:19: warning: explicitly assigning value of variable of type 'boost::python::self_ns::self_t' to itself [-Wself-assign-overloaded]
        .def(self -= self)
             ~~~~ ^  ~~~~
../libs/python/test/operators.cpp:138:17: warning: explicitly assigning value of variable of type 'boost::python::self_ns::self_t' to itself [-Wself-assign-overloaded]
      .def(self -= self)
           ~~~~ ^  ~~~~
../libs/python/test/operators.cpp:142:17: warning: explicitly assigning value of variable of type 'boost::python::self_ns::self_t' to itself [-Wself-assign-overloaded]
      .def(self /= self)
           ~~~~ ^  ~~~~
../libs/python/test/operators.cpp:144:17: warning: explicitly assigning value of variable of type 'boost::python::self_ns::self_t' to itself [-Wself-assign-overloaded]
      .def(self %= self)
           ~~~~ ^  ~~~~
4 warnings generated.
            
Link [2024-11-22 00:26:49 UTC]: succeed

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

running...
**********************************************************************
File "../libs/python/test/operators.py", line 5, in __main__
Failed example:
    from operators_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 operators_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/operators.py", line 9, in __main__
Failed example:
    assert X(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 __main__[1]>", line 1, in <module>
        assert X(2)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 10, in __main__
Failed example:
    assert not 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 __main__[2]>", line 1, in <module>
        assert not X(0)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 14, in __main__
Failed example:
    x = X(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__[3]>", line 1, in <module>
        x = X(42)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 15, in __main__
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 __main__[4]>", line 1, in <module>
        x.value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 17, in __main__
Failed example:
    y = x - X(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__[5]>", line 1, in <module>
        y = x - X(5)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 18, in __main__
Failed example:
    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__[6]>", line 1, in <module>
        y.value()
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 20, in __main__
Failed example:
    y = x - 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__[7]>", line 1, in <module>
        y = x - 4
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 21, in __main__
Failed example:
    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__[8]>", line 1, in <module>
        y.value()
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 23, in __main__
Failed example:
    y = 3 - 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>
        y = 3 - x
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 24, in __main__
Failed example:
    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__[10]>", line 1, in <module>
        y.value()
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 26, in __main__
Failed example:
    (-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__[11]>", line 1, in <module>
        (-y).value()
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 29, in __main__
Failed example:
    (x + 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__[12]>", line 1, in <module>
        (x + y).value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 32, in __main__
Failed example:
    abs(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__[13]>", line 1, in <module>
        abs(y).value()
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 35, in __main__
Failed example:
    x < 10
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 < 10
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 37, in __main__
Failed example:
    x < 43
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 < 43
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 40, in __main__
Failed example:
    10 < 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__[16]>", line 1, in <module>
        10 < x
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 42, in __main__
Failed example:
    43 < 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__[17]>", line 1, in <module>
        43 < x
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 45, in __main__
Failed example:
    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 __main__[18]>", line 1, in <module>
        x < y
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 47, in __main__
Failed example:
    y < 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__[19]>", line 1, in <module>
        y < x
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 51, in __main__
Failed example:
    x > 10
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 > 10
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 53, in __main__
Failed example:
    x > 43
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 > 43
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 56, in __main__
Failed example:
    10 > 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__[22]>", line 1, in <module>
        10 > x
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 58, in __main__
Failed example:
    43 > 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__[23]>", line 1, in <module>
        43 > x
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 61, in __main__
Failed example:
    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 __main__[24]>", line 1, in <module>
        x > y
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 63, in __main__
Failed example:
    y > 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>
        y > x
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 66, in __main__
Failed example:
    y = x - 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__[26]>", line 1, in <module>
        y = x - 5
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 67, in __main__
Failed example:
    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 __main__[27]>", line 1, in <module>
        x -= y
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 68, in __main__
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 __main__[28]>", line 1, in <module>
        x.value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 70, in __main__
Failed example:
    str(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__[29]>", line 1, in <module>
        str(x)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 73, in __main__
Failed example:
    z = Z(10)
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>
        z = Z(10)
    NameError: name 'Z' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 74, in __main__
Failed example:
    int(z)
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>
        int(z)
    NameError: name 'z' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 76, in __main__
Failed example:
    float(z)
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>
        float(z)
    NameError: name 'z' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 78, in __main__
Failed example:
    complex(z)
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>
        complex(z)
    NameError: name 'z' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 81, in __main__
Failed example:
    pow(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__[34]>", line 1, in <module>
        pow(2,x)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 83, in __main__
Failed example:
    pow(x,2).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__[35]>", line 1, in <module>
        pow(x,2).value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/operators.py", line 85, in __main__
Failed example:
    pow(X(2),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 __main__[36]>", line 1, in <module>
        pow(X(2),x).value()
    NameError: name 'X' is not defined
**********************************************************************
1 items had failures:
  37 of  37 in __main__
***Test Failed*** 37 failures.

EXIT STATUS: 37