Test output: teeks99-09-v15m-64onAMD64 - python - back_reference / msvc-14.1
Rev 9dae34c66db664e04b92ce65f33d238cb5fb1c44 / Wed, 20 Nov 2024 05:13:34 +0000
Compile [2024-11-20 12:27:01 UTC]: succeed

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

back_reference.cpp
            
Link [2024-11-20 12:27:01 UTC]: succeed

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

running...
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\back_reference.py", line 5, in __main__
Failed example:
    from back_reference_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 back_reference_ext import *
    ImportError: DLL load failed while importing back_reference_ext: The specified module could not be found.
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\back_reference.py", line 6, in __main__
Failed example:
    y = Y(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__[1]>", line 1, in <module>
        y = Y(3)
            ^
    NameError: name 'Y' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\back_reference.py", line 7, in __main__
Failed example:
    z = Z(4)
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>
        z = Z(4)
            ^
    NameError: name 'Z' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\back_reference.py", line 8, in __main__
Failed example:
    x_instances()
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>
        x_instances()
        ^^^^^^^^^^^
    NameError: name 'x_instances' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\back_reference.py", line 10, in __main__
Failed example:
    y2 = copy_Y(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__[4]>", line 1, in <module>
        y2 = copy_Y(y)
             ^^^^^^
    NameError: name 'copy_Y' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\back_reference.py", line 11, in __main__
Failed example:
    x_instances()
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>
        x_instances()
        ^^^^^^^^^^^
    NameError: name 'x_instances' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\back_reference.py", line 13, in __main__
Failed example:
    z2 = copy_Z(z)
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>
        z2 = copy_Z(z)
             ^^^^^^
    NameError: name 'copy_Z' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\back_reference.py", line 14, in __main__
Failed example:
    x_instances()
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_instances()
        ^^^^^^^^^^^
    NameError: name 'x_instances' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\back_reference.py", line 16, in __main__
Failed example:
    assert y_identity(y) is 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__[8]>", line 1, in <module>
        assert y_identity(y) is y
               ^^^^^^^^^^
    NameError: name 'y_identity' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\back_reference.py", line 17, in __main__
Failed example:
    y_equality(y, 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__[9]>", line 1, in <module>
        y_equality(y, y)
        ^^^^^^^^^^
    NameError: name 'y_equality' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\back_reference.py", line 20, in __main__
Failed example:
    print(y_identity.__doc__.splitlines()[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__[10]>", line 1, in <module>
        print(y_identity.__doc__.splitlines()[1])
              ^^^^^^^^^^
    NameError: name 'y_identity' is not defined
**********************************************************************
1 items had failures:
  11 of  11 in __main__
***Test Failed*** 11 failures.
 
EXIT STATUS: 11