Test output: teeks99-09-v14d-64onAMD64 - python - callbacks / msvc-14.0
Rev 1704ae5656970f972f91c0801f2177ee907e2ce8 / Tue, 19 Nov 2024 12:11:09 +0000
Compile [2024-11-19 16:43:22 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.0\msvc-setup.bat" amd64 >nul
 cl /Zm800 -nologo "..\libs\python\test\callbacks.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\callbacks.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\callbacks.obj"     -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -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.." "-IC:\Python311-64\include" "-IC:\teeks99-09\run\boost_root\libs\assert\include" "-IC:\teeks99-09\run\boost_root\libs\bind\include" "-IC:\teeks99-09\run\boost_root\libs\container\include" "-IC:\teeks99-09\run\boost_root\libs\container_hash\include" "-IC:\teeks99-09\run\boost_root\libs\conversion\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\describe\include" "-IC:\teeks99-09\run\boost_root\libs\detail\include" "-IC:\teeks99-09\run\boost_root\libs\function\include" "-IC:\teeks99-09\run\boost_root\libs\function_types\include" "-IC:\teeks99-09\run\boost_root\libs\fusion\include" "-IC:\teeks99-09\run\boost_root\libs\integer\include" "-IC:\teeks99-09\run\boost_root\libs\intrusive\include" "-IC:\teeks99-09\run\boost_root\libs\iterator\include" "-IC:\teeks99-09\run\boost_root\libs\lexical_cast\include" "-IC:\teeks99-09\run\boost_root\libs\move\include" "-IC:\teeks99-09\run\boost_root\libs\mp11\include" "-IC:\teeks99-09\run\boost_root\libs\optional\include" "-IC:\teeks99-09\run\boost_root\libs\python\include" "-IC:\teeks99-09\run\boost_root\libs\smart_ptr\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\tuple\include" "-IC:\teeks99-09\run\boost_root\libs\type_traits\include" 

callbacks.cpp
            
Link [2024-11-19 16:43:23 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.0\msvc-setup.bat" amd64 >nul
 link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\callbacks.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\callbacks.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\python\build\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\boost_python311-vc140-mt-gd-x64-1_87.lib" "C:\teeks99-09\run\results\boost\bin.v2\libs\container\build\msvc-14.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\boost_container-vc140-mt-gd-x64-1_87.lib"    "python311.lib"  /MANIFEST:EMBED /MACHINE:X64 /subsystem:console /out:"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\callbacks.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\callbacks_ext.pyd" /LIBPATH:"C:\Python311-64\libs"  /DLL /IMPLIB:"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\callbacks.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\callbacks_ext-vc140-mt-gd-x64-1_87.lib" 
    
   Creating library C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\callbacks.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\callbacks_ext-vc140-mt-gd-x64-1_87.lib and object C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\callbacks.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\callbacks_ext-vc140-mt-gd-x64-1_87.exp
            
Run [2024-11-19 16:43:23 UTC]: fail

running...
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 5, in __main__
Failed example:
    from callbacks_ext import *
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[0]>", line 1, in <module>
        from callbacks_ext import *
    ImportError: DLL load failed while importing callbacks_ext: The specified module could not be found.
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 10, in __main__
Failed example:
    apply_int_int(double, 42)
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[2]>", line 1, in <module>
        apply_int_int(double, 42)
        ^^^^^^^^^^^^^
    NameError: name 'apply_int_int' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 12, in __main__
Failed example:
    apply_void_int(double, 42)
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[3]>", line 1, in <module>
        apply_void_int(double, 42)
        ^^^^^^^^^^^^^^
    NameError: name 'apply_void_int' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[5]>", line 1, in <module>
        try: apply_to_string_literal(identity)
             ^^^^^^^^^^^^^^^^^^^^^^^
    NameError: name 'apply_to_string_literal' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      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 "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 28, in __main__
Failed example:
    x = X(42)
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[7]>", line 1, in <module>
        x = X(42)
            ^
    NameError: name 'X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 29, in __main__
Failed example:
    x.y = X(7)
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[8]>", line 1, in <module>
        x.y = X(7)
              ^
    NameError: name 'X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      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 "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[10]>", line 1, in <module>
        x = apply_X_X(identity, X(42))
            ^^^^^^^^^
    NameError: name 'apply_X_X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 34, in __main__
Failed example:
    x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[11]>", line 1, in <module>
        x.value()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 36, in __main__
Failed example:
    x_count()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[12]>", line 1, in <module>
        x_count()
        ^^^^^^^
    NameError: name 'x_count' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 38, in __main__
Failed example:
    del x
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[13]>", line 1, in <module>
        del x
            ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 39, in __main__
Failed example:
    x_count()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[14]>", line 1, in <module>
        x_count()
        ^^^^^^^
    NameError: name 'x_count' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 45, in __main__
Failed example:
    x = X(42)
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[16]>", line 1, in <module>
        x = X(42)
            ^
    NameError: name 'X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[17]>", line 1, in <module>
        apply_void_X_ref(increment, x)
        ^^^^^^^^^^^^^^^^
    NameError: name 'apply_void_X_ref' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 47, in __main__
Failed example:
    x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[18]>", line 1, in <module>
        x.value()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[19]>", line 1, in <module>
        apply_void_X_cref(increment, x)
        ^^^^^^^^^^^^^^^^^
    NameError: name 'apply_void_X_cref' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[20]>", line 1, in <module>
        x.value()  # const-ness is not respected, sorry!
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[23]>", line 1, in <module>
        apply_void_X_ptr(decrement, x)
        ^^^^^^^^^^^^^^^^
    NameError: name 'apply_void_X_ptr' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 62, in __main__
Failed example:
    x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[24]>", line 1, in <module>
        x.value()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 64, in __main__
Failed example:
    last_x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[25]>", line 1, in <module>
        last_x.value()
        ^^^^^^^^^^^^
    AttributeError: 'int' object has no attribute 'value'
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 66, in __main__
Failed example:
    increment(last_x)
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      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 "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 67, in __main__
Failed example:
    x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[27]>", line 1, in <module>
        x.value()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 69, in __main__
Failed example:
    last_x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[28]>", line 1, in <module>
        last_x.value()
        ^^^^^^^^^^^^
    AttributeError: 'int' object has no attribute 'value'
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[29]>", line 1, in <module>
        apply_void_X_ptr(decrement, None)
        ^^^^^^^^^^^^^^^^
    NameError: name 'apply_void_X_ptr' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 73, in __main__
Failed example:
    assert last_x is None
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[30]>", line 1, in <module>
        assert last_x is None
               ^^^^^^^^^^^^^^
    AssertionError
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 74, in __main__
Failed example:
    x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[31]>", line 1, in <module>
        x.value()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      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 "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 79, in __main__
Failed example:
    assert last_x is None
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[34]>", line 1, in <module>
        assert last_x is None
               ^^^^^^^^^^^^^^
    AssertionError
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 80, in __main__
Failed example:
    x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[35]>", line 1, in <module>
        x.value()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      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 "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 84, in __main__
Failed example:
    x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[37]>", line 1, in <module>
        x.value()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 86, in __main__
Failed example:
    last_x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[38]>", line 1, in <module>
        last_x.value()
        ^^^^^^^^^^^^
    AttributeError: 'int' object has no attribute 'value'
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      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 "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 90, in __main__
Failed example:
    assert y.value() == x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[40]>", line 1, in <module>
        assert y.value() == x.value()
               ^
    NameError: name 'y' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 91, in __main__
Failed example:
    increment(x)
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[41]>", line 1, in <module>
        increment(x)
                  ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 92, in __main__
Failed example:
    assert y.value() == x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[42]>", line 1, in <module>
        assert y.value() == x.value()
               ^
    NameError: name 'y' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      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 "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 95, in __main__
Failed example:
    assert y.value() == x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[44]>", line 1, in <module>
        assert y.value() == x.value()
               ^
    NameError: name 'y' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 96, in __main__
Failed example:
    increment(x)
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[45]>", line 1, in <module>
        increment(x)
                  ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 97, in __main__
Failed example:
    assert y.value() == x.value()
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[46]>", line 1, in <module>
        assert y.value() == x.value()
               ^
    NameError: name 'y' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      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 "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 100, in __main__
Failed example:
    y
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[48]>", line 1, in <module>
        y
    NameError: name 'y' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      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 "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      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 "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[52]>", line 1, in <module>
        try: apply_cstring_cstring(identity, 'hello')
             ^^^^^^^^^^^^^^^^^^^^^
    NameError: name 'apply_cstring_cstring' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 117, in __main__
Failed example:
    apply_char_char(identity, 'x')
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[53]>", line 1, in <module>
        apply_char_char(identity, 'x')
        ^^^^^^^^^^^^^^^
    NameError: name 'apply_char_char' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 120, in __main__
Failed example:
    apply_cstring_pyobject(identity, 'hello')
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[54]>", line 1, in <module>
        apply_cstring_pyobject(identity, 'hello')
        ^^^^^^^^^^^^^^^^^^^^^^
    NameError: name 'apply_cstring_pyobject' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 123, in __main__
Failed example:
    apply_cstring_pyobject(identity, None)
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[55]>", line 1, in <module>
        apply_cstring_pyobject(identity, None)
        ^^^^^^^^^^^^^^^^^^^^^^
    NameError: name 'apply_cstring_pyobject' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\callbacks.py", line 126, in __main__
Failed example:
    apply_char_char(identity, 'x')
Exception raised:
    Traceback (most recent call last):
      File "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      File "<doctest __main__[56]>", line 1, in <module>
        apply_char_char(identity, 'x')
        ^^^^^^^^^^^^^^^
    NameError: name 'apply_char_char' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      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 "C:\teeks99-09\run\boost_root\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 "C:\Python311-64\Lib\doctest.py", line 1351, in __run
        exec(compile(example.source, filename, "single",
      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