Test output: teeks99-06-dc15-2b-64onaarch64 - python - callbacks / 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/callbacks.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/callbacks.o" "../libs/python/test/callbacks.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/callbacks.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/callbacks_ext.so" -Wl,-soname -Wl,"callbacks_ext.so" -shared -Wl,--start-group "/mnt/fs1/teeks99-06/run/results/boost/bin.v2/libs/python/test/callbacks.test/clang-linux-15~c++2b/debug/arm_64/debug-symbols-off/python-2.7/threading-multi/visibility-hidden/callbacks.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/callbacks.py", line 5, in __main__
Failed example:
    from callbacks_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 callbacks_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/callbacks.py", line 10, in __main__
Failed example:
    apply_int_int(double, 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__[2]>", line 1, in <module>
        apply_int_int(double, 42)
    NameError: name 'apply_int_int' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 12, in __main__
Failed example:
    apply_void_int(double, 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>
        apply_void_int(double, 42)
    NameError: name 'apply_void_int' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 20, in __main__
Failed example:
    try: apply_to_string_literal(identity)
    except ReferenceError: pass # expected
    else: print('expected an exception!')
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>
        try: apply_to_string_literal(identity)
    NameError: name 'apply_to_string_literal' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 24, in __main__
Failed example:
    try: apply_X_ref_handle(lambda ignored:X(42), None)
    except ReferenceError: pass # expected
    else: print('expected an exception!')
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>
        try: apply_X_ref_handle(lambda ignored:X(42), None)
    NameError: name 'apply_X_ref_handle' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 28, 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__[7]>", line 1, in <module>
        x = X(42)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 29, in __main__
Failed example:
    x.y = X(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__[8]>", line 1, in <module>
        x.y = X(7)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 30, in __main__
Failed example:
    apply_X_ref_handle(lambda z:z.y, 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__[9]>", line 1, in <module>
        apply_X_ref_handle(lambda z:z.y, x).value()
    NameError: name 'apply_X_ref_handle' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 33, in __main__
Failed example:
    x = apply_X_X(identity, 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__[10]>", line 1, in <module>
        x = apply_X_X(identity, X(42))
    NameError: name 'apply_X_X' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 34, 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__[11]>", line 1, in <module>
        x.value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 36, in __main__
Failed example:
    x_count()
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_count()
    NameError: name 'x_count' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 38, in __main__
Failed example:
    del 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__[13]>", line 1, in <module>
        del x
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 39, in __main__
Failed example:
    x_count()
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_count()
    NameError: name 'x_count' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 45, 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__[16]>", line 1, in <module>
        x = X(42)
    NameError: name 'X' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 46, in __main__
Failed example:
    apply_void_X_ref(increment, 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>
        apply_void_X_ref(increment, x)
    NameError: name 'apply_void_X_ref' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 47, 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__[18]>", line 1, in <module>
        x.value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 50, in __main__
Failed example:
    apply_void_X_cref(increment, 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>
        apply_void_X_cref(increment, x)
    NameError: name 'apply_void_X_cref' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 51, in __main__
Failed example:
    x.value()  # const-ness is not respected, sorry!
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.value()  # const-ness is not respected, sorry!
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 61, in __main__
Failed example:
    apply_void_X_ptr(decrement, 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>
        apply_void_X_ptr(decrement, x)
    NameError: name 'apply_void_X_ptr' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 62, 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__[24]>", line 1, in <module>
        x.value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 64, in __main__
Failed example:
    last_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__[25]>", line 1, in <module>
        last_x.value()
    AttributeError: 'int' object has no attribute 'value'
**********************************************************************
File "../libs/python/test/callbacks.py", line 66, in __main__
Failed example:
    increment(last_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__[26]>", line 1, in <module>
        increment(last_x)
      File "<doctest __main__[15]>", line 2, in increment
        x.set(x.value() + 1)
    AttributeError: 'int' object has no attribute 'set'
**********************************************************************
File "../libs/python/test/callbacks.py", line 67, 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__[27]>", line 1, in <module>
        x.value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 69, in __main__
Failed example:
    last_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>
        last_x.value()
    AttributeError: 'int' object has no attribute 'value'
**********************************************************************
File "../libs/python/test/callbacks.py", line 72, in __main__
Failed example:
    apply_void_X_ptr(decrement, None)
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>
        apply_void_X_ptr(decrement, None)
    NameError: name 'apply_void_X_ptr' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 73, in __main__
Failed example:
    assert last_x is None
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>
        assert last_x is None
    AssertionError
**********************************************************************
File "../libs/python/test/callbacks.py", line 74, 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__[31]>", line 1, in <module>
        x.value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 78, in __main__
Failed example:
    apply_void_X_deep_ptr(decrement, None)
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>
        apply_void_X_deep_ptr(decrement, None)
    NameError: name 'apply_void_X_deep_ptr' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 79, in __main__
Failed example:
    assert last_x is None
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>
        assert last_x is None
    AssertionError
**********************************************************************
File "../libs/python/test/callbacks.py", line 80, 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__[35]>", line 1, in <module>
        x.value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 83, in __main__
Failed example:
    apply_void_X_deep_ptr(decrement, 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__[36]>", line 1, in <module>
        apply_void_X_deep_ptr(decrement, x)
    NameError: name 'apply_void_X_deep_ptr' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 84, 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__[37]>", line 1, in <module>
        x.value()
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 86, in __main__
Failed example:
    last_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__[38]>", line 1, in <module>
        last_x.value()
    AttributeError: 'int' object has no attribute 'value'
**********************************************************************
File "../libs/python/test/callbacks.py", line 89, in __main__
Failed example:
    y = apply_X_ref_handle(identity, 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__[39]>", line 1, in <module>
        y = apply_X_ref_handle(identity, x)
    NameError: name 'apply_X_ref_handle' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 90, in __main__
Failed example:
    assert y.value() == 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__[40]>", line 1, in <module>
        assert y.value() == x.value()
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 91, in __main__
Failed example:
    increment(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__[41]>", line 1, in <module>
        increment(x)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 92, in __main__
Failed example:
    assert y.value() == 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__[42]>", line 1, in <module>
        assert y.value() == x.value()
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 94, in __main__
Failed example:
    y = apply_X_ptr_handle_cref(identity, 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__[43]>", line 1, in <module>
        y = apply_X_ptr_handle_cref(identity, x)
    NameError: name 'apply_X_ptr_handle_cref' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 95, in __main__
Failed example:
    assert y.value() == 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__[44]>", line 1, in <module>
        assert y.value() == x.value()
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 96, in __main__
Failed example:
    increment(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__[45]>", line 1, in <module>
        increment(x)
    NameError: name 'x' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 97, in __main__
Failed example:
    assert y.value() == 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__[46]>", line 1, in <module>
        assert y.value() == x.value()
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 99, in __main__
Failed example:
    y = apply_X_ptr_handle_cref(identity, None)
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>
        y = apply_X_ptr_handle_cref(identity, None)
    NameError: name 'apply_X_ptr_handle_cref' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 100, in __main__
Failed example:
    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__[48]>", line 1, in <module>
        y
    NameError: name 'y' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 105, in __main__
Failed example:
    try: apply_X_ref_handle(new_x, 1)
    except ReferenceError: pass
    else: print('no error')
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__[50]>", line 1, in <module>
        try: apply_X_ref_handle(new_x, 1)
    NameError: name 'apply_X_ref_handle' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 109, in __main__
Failed example:
    try: apply_X_ptr_handle_cref(new_x, 1)
    except ReferenceError: pass
    else: print('no error')
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__[51]>", line 1, in <module>
        try: apply_X_ptr_handle_cref(new_x, 1)
    NameError: name 'apply_X_ptr_handle_cref' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 113, in __main__
Failed example:
    try: apply_cstring_cstring(identity, 'hello')
    except ReferenceError: pass
    else: print('no error')
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__[52]>", line 1, in <module>
        try: apply_cstring_cstring(identity, 'hello')
    NameError: name 'apply_cstring_cstring' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 117, in __main__
Failed example:
    apply_char_char(identity, '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__[53]>", line 1, in <module>
        apply_char_char(identity, 'x')
    NameError: name 'apply_char_char' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 120, in __main__
Failed example:
    apply_cstring_pyobject(identity, '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__[54]>", line 1, in <module>
        apply_cstring_pyobject(identity, 'hello')
    NameError: name 'apply_cstring_pyobject' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 123, in __main__
Failed example:
    apply_cstring_pyobject(identity, None)
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__[55]>", line 1, in <module>
        apply_cstring_pyobject(identity, None)
    NameError: name 'apply_cstring_pyobject' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 126, in __main__
Failed example:
    apply_char_char(identity, '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__[56]>", line 1, in <module>
        apply_char_char(identity, 'x')
    NameError: name 'apply_char_char' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 129, in __main__
Failed example:
    assert apply_to_own_type(identity) is type(identity)
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__[57]>", line 1, in <module>
        assert apply_to_own_type(identity) is type(identity)
    NameError: name 'apply_to_own_type' is not defined
**********************************************************************
File "../libs/python/test/callbacks.py", line 131, in __main__
Failed example:
    assert apply_object_object(identity, identity) is identity
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__[58]>", line 1, in <module>
        assert apply_object_object(identity, identity) is identity
    NameError: name 'apply_object_object' is not defined
**********************************************************************
1 items had failures:
  52 of  59 in __main__
***Test Failed*** 52 failures.

EXIT STATUS: 52