Test output: teeks99-06-dc15-2b-64onaarch64 - python - args / 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/args.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/args.o" "../libs/python/test/args.cpp"

            
Link [2024-11-22 00:26:49 UTC]: succeed

"clang++-15"    -o "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/args.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/args_ext.so" -Wl,-soname -Wl,"args_ext.so" -shared -Wl,--start-group "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/args.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/args.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/args.py", line 5, in __main__
Failed example:
    from args_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 args_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/args.py", line 7, in __main__
Failed example:
    args, kwargs = raw(3, 4, foo = 'bar', baz = 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__[1]>", line 1, in <module>
        args, kwargs = raw(3, 4, foo = 'bar', baz = 42)
    NameError: name 'raw' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 8, in __main__
Failed example:
    args
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>
        args
    NameError: name 'args' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 10, in __main__
Failed example:
    kwargs['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 __main__[3]>", line 1, in <module>
        kwargs['foo']
    NameError: name 'kwargs' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 12, in __main__
Failed example:
    kwargs['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 __main__[4]>", line 1, in <module>
        kwargs['baz']
    NameError: name 'kwargs' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 17, in __main__
Failed example:
    raw(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__[5]>", line 1, in <module>
        raw(3, 4)
    NameError: name 'raw' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 20, in __main__
Failed example:
    raw(foo = '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 __main__[6]>", line 1, in <module>
        raw(foo = 'bar')
    NameError: name 'raw' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 23, in __main__
Failed example:
    f(x= 1, y = 3, z = 'hello')
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>
        f(x= 1, y = 3, z = 'hello')
    NameError: name 'f' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 26, in __main__
Failed example:
    f(z = 'hello', x = 3, y = 2.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__[8]>", line 1, in <module>
        f(z = 'hello', x = 3, y = 2.5)
    NameError: name 'f' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 29, in __main__
Failed example:
    f(1, z = 'hi', y = 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__[9]>", line 1, in <module>
        f(1, z = 'hi', y = 3)
    NameError: name 'f' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 32, in __main__
Failed example:
    try: f(1, 2, 'hello', bar = 'baz')
    except TypeError: pass
    else: print('expected an exception: unknown keyword')
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>
        try: f(1, 2, 'hello', bar = 'baz')
    NameError: name 'f' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 39, in __main__
Failed example:
    f1(z = 'nix', y = .125, 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__[11]>", line 1, in <module>
        f1(z = 'nix', y = .125, x = 2)
    NameError: name 'f1' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 41, in __main__
Failed example:
    f1(y = .125, 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__[12]>", line 1, in <module>
        f1(y = .125, x = 2)
    NameError: name 'f1' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 43, in __main__
Failed example:
    f1(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__[13]>", line 1, in <module>
        f1(x = 2)
    NameError: name 'f1' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 45, in __main__
Failed example:
    f1()
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>
        f1()
    NameError: name 'f1' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 48, in __main__
Failed example:
    f2(z = 'nix', y = .125, 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__[15]>", line 1, in <module>
        f2(z = 'nix', y = .125, x = 2)
    NameError: name 'f2' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 50, in __main__
Failed example:
    f2(y = .125, 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__[16]>", line 1, in <module>
        f2(y = .125, x = 2)
    NameError: name 'f2' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 52, in __main__
Failed example:
    f2(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__[17]>", line 1, in <module>
        f2(x = 2)
    NameError: name 'f2' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 54, in __main__
Failed example:
    f2()
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>
        f2()
    NameError: name 'f2' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 57, in __main__
Failed example:
    f3(z = 'nix', y = .125, 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__[19]>", line 1, in <module>
        f3(z = 'nix', y = .125, x = 2)
    NameError: name 'f3' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 59, in __main__
Failed example:
    f3(y = .125, 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__[20]>", line 1, in <module>
        f3(y = .125, x = 2)
    NameError: name 'f3' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 61, in __main__
Failed example:
    f3(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__[21]>", line 1, in <module>
        f3(x = 2)
    NameError: name 'f3' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 63, in __main__
Failed example:
    f3()
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>
        f3()
    NameError: name 'f3' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 68, in __main__
Failed example:
    q = 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>
        q = X()
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 69, in __main__
Failed example:
    q.f(x= 1, y = 3, z = 'hello')
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>
        q.f(x= 1, y = 3, z = 'hello')
    NameError: name 'q' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 72, in __main__
Failed example:
    q.f(z = 'hello', x = 3, y = 2.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__[25]>", line 1, in <module>
        q.f(z = 'hello', x = 3, y = 2.5)
    NameError: name 'q' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 75, in __main__
Failed example:
    q.f(1, z = 'hi', y = 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__[26]>", line 1, in <module>
        q.f(1, z = 'hi', y = 3)
    NameError: name 'q' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 78, in __main__
Failed example:
    try: q.f(1, 2, 'hello', bar = 'baz')
    except TypeError: pass
    else: print('expected an exception: unknown keyword')
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>
        try: q.f(1, 2, 'hello', bar = 'baz')
    NameError: name 'q' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 84, in __main__
Failed example:
    q.f1(z = 'nix', y = .125, 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__[28]>", line 1, in <module>
        q.f1(z = 'nix', y = .125, x = 2)
    NameError: name 'q' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 86, in __main__
Failed example:
    q.f1(y = .125, 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__[29]>", line 1, in <module>
        q.f1(y = .125, x = 2)
    NameError: name 'q' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 88, in __main__
Failed example:
    q.f1(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__[30]>", line 1, in <module>
        q.f1(x = 2)
    NameError: name 'q' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 90, in __main__
Failed example:
    q.f1()
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>
        q.f1()
    NameError: name 'q' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 92, in __main__
Failed example:
    q.f2.__doc__.splitlines()[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__[32]>", line 1, in <module>
        q.f2.__doc__.splitlines()[1]
    NameError: name 'q' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 95, in __main__
Failed example:
    q.f2.__doc__.splitlines()[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__[33]>", line 1, in <module>
        q.f2.__doc__.splitlines()[2]
    NameError: name 'q' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 98, in __main__
Failed example:
    X.f.__doc__.splitlines()[1: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__[34]>", line 1, in <module>
        X.f.__doc__.splitlines()[1:5]
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 101, in __main__
Failed example:
    xfuncs = (X.inner0, X.inner1, X.inner2, X.inner3, X.inner4, X.inner5)
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>
        xfuncs = (X.inner0, X.inner1, X.inner2, X.inner3, X.inner4, X.inner5)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 102, in __main__
Failed example:
    for f in xfuncs:
       print(f(q,1).value(), end=' ')
       print(f(q, n = 1).value(), end=' ')
       print(f(q, n = 0).value(), end=' ')
       print(f.__doc__.splitlines()[1: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__[36]>", line 1, in <module>
        for f in xfuncs:
    NameError: name 'xfuncs' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 114, in __main__
Failed example:
    x = X(a1 = 44, a0 = 22)
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 = X(a1 = 44, a0 = 22)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 115, in __main__
Failed example:
    x.inner0(0).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__[38]>", line 1, in <module>
        x.inner0(0).value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 117, in __main__
Failed example:
    x.inner0(1).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__[39]>", line 1, in <module>
        x.inner0(1).value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 120, in __main__
Failed example:
    x = X(a0 = 7)
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>
        x = X(a0 = 7)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 121, in __main__
Failed example:
    x.inner0(0).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__[41]>", line 1, in <module>
        x.inner0(0).value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 123, in __main__
Failed example:
    x.inner0(1).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__[42]>", line 1, in <module>
        x.inner0(1).value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 126, in __main__
Failed example:
    inner(n = 1, self = q).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__[43]>", line 1, in <module>
        inner(n = 1, self = q).value()
    NameError: name 'inner' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 129, in __main__
Failed example:
    y = Y(value = 33)
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__[44]>", line 1, in <module>
        y = Y(value = 33)
    NameError: name 'Y' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 130, in __main__
Failed example:
    _, kwargs = y.raw(this = 1, that = 'the other')
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__[45]>", line 1, in <module>
        _, kwargs = y.raw(this = 1, that = 'the other')
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 131, in __main__
Failed example:
    kwargs['this']
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__[46]>", line 1, in <module>
        kwargs['this']
    NameError: name 'kwargs' is not defined
**********************************************************************
File "../libs/python/test/args.py", line 133, in __main__
Failed example:
    kwargs['that']
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__[47]>", line 1, in <module>
        kwargs['that']
    NameError: name 'kwargs' is not defined
**********************************************************************
1 items had failures:
  48 of  48 in __main__
***Test Failed*** 48 failures.
Traceback (most recent call last):
  File "../libs/python/test/args.py", line 153, in <module>
    import args_ext
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

EXIT STATUS: 1