Test output: teeks99-09-v14d-64onAMD64 - python - staticmethod / msvc-14.0
Rev 1704ae5656970f972f91c0801f2177ee907e2ce8 / Tue, 19 Nov 2024 12:11:09 +0000
Compile [2024-11-19 16:43:21 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\staticmethod.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\staticmethod.test\msvc-14.0\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\staticmethod.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" 

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

running...
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\staticmethod.py", line 5, in __main__
Failed example:
    from staticmethod_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 staticmethod_ext import *
    ImportError: DLL load failed while importing staticmethod_ext: The specified module could not be found.
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\staticmethod.py", line 7, in __main__
Failed example:
    class X1(X):
        pass
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>
        class X1(X):
                 ^
    NameError: name 'X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\staticmethod.py", line 11, in __main__
Failed example:
    x = X(16)
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>
        x = X(16)
            ^
    NameError: name 'X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\staticmethod.py", line 12, in __main__
Failed example:
    x1 = X1(17)
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>
        x1 = X1(17)
             ^^
    NameError: name 'X1' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\staticmethod.py", line 16, in __main__
Failed example:
    x1.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__[4]>", line 1, in <module>
        x1.count()
        ^^
    NameError: name 'x1' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\staticmethod.py", line 19, 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__[5]>", line 1, in <module>
        x.count()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\staticmethod.py", line 22, in __main__
Failed example:
    X1.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__[6]>", line 1, in <module>
        X1.count()
        ^^
    NameError: name 'X1' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\staticmethod.py", line 25, 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__[7]>", line 1, in <module>
        X.count()
        ^
    NameError: name 'X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\staticmethod.py", line 29, in __main__
Failed example:
    x1.magic()
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>
        x1.magic()
        ^^
    NameError: name 'x1' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\staticmethod.py", line 32, in __main__
Failed example:
    x.magic()
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>
        x.magic()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\staticmethod.py", line 35, in __main__
Failed example:
    X1.magic()
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>
        X1.magic()
        ^^
    NameError: name 'X1' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\staticmethod.py", line 38, in __main__
Failed example:
    X.magic()
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.magic()
        ^
    NameError: name 'X' is not defined
**********************************************************************
1 items had failures:
  12 of  12 in __main__
***Test Failed*** 12 failures.
 
EXIT STATUS: 12