Test output: teeks99-09-v16m-64onAMD64 - python - extract / msvc-14.2
Rev 9dae34c66db664e04b92ce65f33d238cb5fb1c44 / Wed, 20 Nov 2024 19:38:35 +0000
Compile [2024-11-21 02:13:58 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.2\msvc-setup.bat"  >nul
 cl /Zm800 -nologo "..\libs\python\test\extract.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\extract.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\extract.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\conversion\include" "-IC:\teeks99-09\run\boost_root\libs\core\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\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\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" 

extract.cpp
            
Link [2024-11-21 02:13:58 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.2\msvc-setup.bat"  >nul
 link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\extract.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\extract.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\python\build\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\boost_python311-vc142-mt-gd-x64-1_87.lib" "C:\teeks99-09\run\results\boost\bin.v2\libs\container\build\msvc-14.2\dbg\x86_6\dbg-symbl-off\thrd-mlt\boost_container-vc142-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\extract.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\extract_ext.pyd" /LIBPATH:"C:\Python311-64\libs"  /DLL /IMPLIB:"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\extract.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\extract_ext-vc142-mt-gd-x64-1_87.lib" 
    
   Creating library C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\extract.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\extract_ext-vc142-mt-gd-x64-1_87.lib and object C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\extract.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\extract_ext-vc142-mt-gd-x64-1_87.exp
            
Run [2024-11-21 02:13:58 UTC]: fail

running...
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 5, in __main__
Failed example:
    from extract_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 extract_ext import *
    ImportError: DLL load failed while importing extract_ext: The specified module could not be found.
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 9, in __main__
Failed example:
    assert check_bool(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__[1]>", line 1, in <module>
        assert check_bool(None)
               ^^^^^^^^^^
    NameError: name 'check_bool' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 10, in __main__
Failed example:
    extract_bool(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__[2]>", line 1, in <module>
        extract_bool(None)
        ^^^^^^^^^^^^
    NameError: name 'extract_bool' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 13, in __main__
Failed example:
    assert check_bool(2)
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>
        assert check_bool(2)
               ^^^^^^^^^^
    NameError: name 'check_bool' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 14, in __main__
Failed example:
    extract_bool(2)
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__[4]>", line 1, in <module>
        extract_bool(2)
        ^^^^^^^^^^^^
    NameError: name 'extract_bool' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 17, in __main__
Failed example:
    assert not check_bool('')
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>
        assert not check_bool('')
                   ^^^^^^^^^^
    NameError: name 'check_bool' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 22, in __main__
Failed example:
    assert not check_list(2)
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>
        assert not check_list(2)
                   ^^^^^^^^^^
    NameError: name 'check_list' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 23, in __main__
Failed example:
    try: x = extract_list(2)
    except TypeError as x:
        if str(x) != 'Expecting an object of type list; got an object of type int instead':
            print(x)
    else:
        print('expected an exception, got', x, 'instead')
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>
        try: x = extract_list(2)
                 ^^^^^^^^^^^^
    NameError: name 'extract_list' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 33, in __main__
Failed example:
    assert not check_list((1, 2, 3))
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>
        assert not check_list((1, 2, 3))
                   ^^^^^^^^^^
    NameError: name 'check_list' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 34, in __main__
Failed example:
    assert check_list([1, 2, 3])
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>
        assert check_list([1, 2, 3])
               ^^^^^^^^^^
    NameError: name 'check_list' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 35, in __main__
Failed example:
    extract_list([1, 2, 3])
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>
        extract_list([1, 2, 3])
        ^^^^^^^^^^^^
    NameError: name 'extract_list' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 40, in __main__
Failed example:
    assert check_cstring('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__[11]>", line 1, in <module>
        assert check_cstring('hello')
               ^^^^^^^^^^^^^
    NameError: name 'check_cstring' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 41, in __main__
Failed example:
    extract_cstring('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__[12]>", line 1, in <module>
        extract_cstring('hello')
        ^^^^^^^^^^^^^^^
    NameError: name 'extract_cstring' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 46, in __main__
Failed example:
    assert not check_cstring(1)
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>
        assert not check_cstring(1)
                   ^^^^^^^^^^^^^
    NameError: name 'check_cstring' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 47, in __main__
Failed example:
    try: x = extract_cstring(1)
    except TypeError: pass
    else:
        print('expected an exception, got', x, 'instead')
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>
        try: x = extract_cstring(1)
                 ^^^^^^^^^^^^^^^
    NameError: name 'extract_cstring' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 54, in __main__
Failed example:
    assert check_string('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__[15]>", line 1, in <module>
        assert check_string('hello')
               ^^^^^^^^^^^^
    NameError: name 'check_string' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 55, in __main__
Failed example:
    extract_string('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__[16]>", line 1, in <module>
        extract_string('hello')
        ^^^^^^^^^^^^^^
    NameError: name 'extract_string' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 61, in __main__
Failed example:
    assert not check_string_cref('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__[17]>", line 1, in <module>
        assert not check_string_cref('hello')
                   ^^^^^^^^^^^^^^^^^
    NameError: name 'check_string_cref' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 65, 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__[18]>", line 1, in <module>
        x = X(42)
            ^
    NameError: name 'X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 66, in __main__
Failed example:
    check_X(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>
        check_X(x)
        ^^^^^^^
    NameError: name 'check_X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 68, in __main__
Failed example:
    extract_X(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__[20]>", line 1, in <module>
        extract_X(x)
        ^^^^^^^^^
    NameError: name 'extract_X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 71, in __main__
Failed example:
    check_X_ptr(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__[21]>", line 1, in <module>
        check_X_ptr(x)
        ^^^^^^^^^^^
    NameError: name 'check_X_ptr' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 73, in __main__
Failed example:
    extract_X_ptr(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__[22]>", line 1, in <module>
        extract_X_ptr(x)
        ^^^^^^^^^^^^^
    NameError: name 'extract_X_ptr' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 75, in __main__
Failed example:
    extract_X_ref(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>
        extract_X_ref(x)
        ^^^^^^^^^^^^^
    NameError: name 'extract_X_ref' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 81, in __main__
Failed example:
    n = count_Xs()
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>
        n = count_Xs()
            ^^^^^^^^
    NameError: name 'count_Xs' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 82, in __main__
Failed example:
    double_X(333)
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>
        double_X(333)
        ^^^^^^^^
    NameError: name 'double_X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 84, in __main__
Failed example:
    count_Xs() - n
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>
        count_Xs() - n
        ^^^^^^^^
    NameError: name 'count_Xs' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 89, 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__[27]>", line 1, in <module>
        del x
            ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\extract.py", line 90, in __main__
Failed example:
    count_Xs()
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>
        count_Xs()
        ^^^^^^^^
    NameError: name 'count_Xs' is not defined
**********************************************************************
1 items had failures:
  29 of  29 in __main__
***Test Failed*** 29 failures.
 
EXIT STATUS: 29