Test output: teeks99-09-v16m-64onAMD64 - python - slice / msvc-14.2
Rev 9dae34c66db664e04b92ce65f33d238cb5fb1c44 / Wed, 20 Nov 2024 19:38:35 +0000
Compile [2024-11-21 02:13:57 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\slice.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\slice.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\slice.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" 

slice.cpp
..\libs\python\test\slice.cpp(73): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
            
Link [2024-11-21 02:13:57 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\slice.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\slice.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\slice.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\slice_ext.pyd" /LIBPATH:"C:\Python311-64\libs"  /DLL /IMPLIB:"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\slice.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\slice_ext-vc142-mt-gd-x64-1_87.lib" 
    
   Creating library C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\slice.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\slice_ext-vc142-mt-gd-x64-1_87.lib and object C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\slice.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\slice_ext-vc142-mt-gd-x64-1_87.exp
            
Run [2024-11-21 02:13:57 UTC]: fail

running...
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\slice.py", line 5, in __main__
Failed example:
    from slice_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 slice_ext import *
    ImportError: DLL load failed while importing slice_ext: The specified module could not be found.
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\slice.py", line 6, in __main__
Failed example:
    accept_slice(slice(1, None, (1,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__[1]>", line 1, in <module>
        accept_slice(slice(1, None, (1,2)))
        ^^^^^^^^^^^^
    NameError: name 'accept_slice' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\slice.py", line 16, in __main__
Failed example:
    if sys.version_info[0] == 2 and sys.version_info[1] >= 3:
        check_string_rich_slice()
    elif sys.version_info[0] > 2:
        check_string_rich_slice()
    else:
        print(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__[4]>", line 4, in <module>
        check_string_rich_slice()
        ^^^^^^^^^^^^^^^^^^^^^^^
    NameError: name 'check_string_rich_slice' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\slice.py", line 24, in __main__
Failed example:
    check_slice_get_indices( slice(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__[5]>", line 1, in <module>
        check_slice_get_indices( slice(None))
        ^^^^^^^^^^^^^^^^^^^^^^^
    NameError: name 'check_slice_get_indices' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\slice.py", line 26, in __main__
Failed example:
    check_slice_get_indices( slice(2,-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>
        check_slice_get_indices( slice(2,-2))
        ^^^^^^^^^^^^^^^^^^^^^^^
    NameError: name 'check_slice_get_indices' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\slice.py", line 28, in __main__
Failed example:
    check_slice_get_indices( slice(2, None, 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__[7]>", line 1, in <module>
        check_slice_get_indices( slice(2, None, 2))
        ^^^^^^^^^^^^^^^^^^^^^^^
    NameError: name 'check_slice_get_indices' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\slice.py", line 30, in __main__
Failed example:
    check_slice_get_indices( slice(2, None, -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__[8]>", line 1, in <module>
        check_slice_get_indices( slice(2, None, -1))
        ^^^^^^^^^^^^^^^^^^^^^^^
    NameError: name 'check_slice_get_indices' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\slice.py", line 32, in __main__
Failed example:
    check_slice_get_indices( slice( 20, 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__[9]>", line 1, in <module>
        check_slice_get_indices( slice( 20, None))
        ^^^^^^^^^^^^^^^^^^^^^^^
    NameError: name 'check_slice_get_indices' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\slice.py", line 34, in __main__
Failed example:
    check_slice_get_indices( slice( -2, -5, -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__[10]>", line 1, in <module>
        check_slice_get_indices( slice( -2, -5, -2))
        ^^^^^^^^^^^^^^^^^^^^^^^
    NameError: name 'check_slice_get_indices' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\slice.py", line 36, in __main__
Failed example:
    check_slice_get_indices.__doc__.strip().split('\n')[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__[11]>", line 1, in <module>
        check_slice_get_indices.__doc__.strip().split('\n')[0]
        ^^^^^^^^^^^^^^^^^^^^^^^
    NameError: name 'check_slice_get_indices' is not defined
**********************************************************************
1 items had failures:
  10 of  12 in __main__
***Test Failed*** 10 failures.
 
EXIT STATUS: 10