Test output: teeks99-09-v14m-64onAMD64 - python - return_arg / msvc-14.0
Rev 62658b2ab10667a59ced1201b3443ff937b70d4e / Tue, 19 Nov 2024 16:58:06 +0000
Compile [2024-11-19 21:29:14 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\return_arg.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\return_arg.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\return_arg.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" 

return_arg.cpp
            
Link [2024-11-19 21:29:14 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\return_arg.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\return_arg.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\return_arg.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\return_arg_ext.pyd" /LIBPATH:"C:\Python311-64\libs"  /DLL /IMPLIB:"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\return_arg.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\return_arg_ext-vc140-mt-gd-x64-1_87.lib" 
    
   Creating library C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\return_arg.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\return_arg_ext-vc140-mt-gd-x64-1_87.lib and object C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\return_arg.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\return_arg_ext-vc140-mt-gd-x64-1_87.exp
            
Run [2024-11-19 21:29:14 UTC]: fail

running...
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\return_arg.py", line 5, in __main__
Failed example:
    from return_arg_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 return_arg_ext import *
    ImportError: DLL load failed while importing return_arg_ext: The specified module could not be found.
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\return_arg.py", line 6, in __main__
Failed example:
    l1=Label()
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>
        l1=Label()
           ^^^^^
    NameError: name 'Label' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\return_arg.py", line 7, in __main__
Failed example:
    assert l1 is l1.label("bar")
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>
        assert l1 is l1.label("bar")
               ^^
    NameError: name 'l1' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\return_arg.py", line 8, in __main__
Failed example:
    assert l1 is l1.label("bar").sensitive(0)
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 l1 is l1.label("bar").sensitive(0)
               ^^
    NameError: name 'l1' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\return_arg.py", line 9, in __main__
Failed example:
    assert l1.label("foo").sensitive(0) is l1.sensitive(1).label("bar")
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>
        assert l1.label("foo").sensitive(0) is l1.sensitive(1).label("bar")
               ^^
    NameError: name 'l1' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\return_arg.py", line 10, in __main__
Failed example:
    assert return_arg is return_arg(return_arg)
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 return_arg is return_arg(return_arg)
               ^^^^^^^^^^
    NameError: name 'return_arg' is not defined
**********************************************************************
1 items had failures:
   6 of   6 in __main__
***Test Failed*** 6 failures.
 
EXIT STATUS: 6