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

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

running...
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 5, in __main__
Failed example:
    from calling_conventions_mf_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 calling_conventions_mf_ext import *
    ImportError: DLL load failed while importing calling_conventions_mf_ext: The specified module could not be found.
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 6, in __main__
Failed example:
    x = X__cdecl()
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>
        x = X__cdecl()
            ^^^^^^^^
    NameError: name 'X__cdecl' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 7, in __main__
Failed example:
    x.f0()
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.f0()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 8, in __main__
Failed example:
    x.g0()
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.g0()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 9, in __main__
Failed example:
    x.f1(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 1, in <module>
        x.f1(1)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 10, in __main__
Failed example:
    x.g1(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__[5]>", line 1, in <module>
        x.g1(1)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 11, in __main__
Failed example:
    x.f2(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__[6]>", line 1, in <module>
        x.f2(1, 2)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 12, in __main__
Failed example:
    x.g2(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__[7]>", line 1, in <module>
        x.g2(1, 2)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 13, in __main__
Failed example:
    x.f3(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>
        x.f3(1, 2, 3)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 14, in __main__
Failed example:
    x.g3(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>
        x.g3(1, 2, 3)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 15, in __main__
Failed example:
    x.f4(1, 2, 3, 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__[10]>", line 1, in <module>
        x.f4(1, 2, 3, 4)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 16, in __main__
Failed example:
    x.g4(1, 2, 3, 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__[11]>", line 1, in <module>
        x.g4(1, 2, 3, 4)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 17, in __main__
Failed example:
    x.f5(1, 2, 3, 4, 5)
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>
        x.f5(1, 2, 3, 4, 5)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 18, in __main__
Failed example:
    x.g5(1, 2, 3, 4, 5)
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>
        x.g5(1, 2, 3, 4, 5)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 19, in __main__
Failed example:
    x.f6(1, 2, 3, 4, 5, 6)
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>
        x.f6(1, 2, 3, 4, 5, 6)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 20, in __main__
Failed example:
    x.g6(1, 2, 3, 4, 5, 6)
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>
        x.g6(1, 2, 3, 4, 5, 6)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 21, in __main__
Failed example:
    x.f7(1, 2, 3, 4, 5, 6, 7)
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>
        x.f7(1, 2, 3, 4, 5, 6, 7)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 22, in __main__
Failed example:
    x.g7(1, 2, 3, 4, 5, 6, 7)
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>
        x.g7(1, 2, 3, 4, 5, 6, 7)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 23, in __main__
Failed example:
    x.f8(1, 2, 3, 4, 5, 6, 7, 8)
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.f8(1, 2, 3, 4, 5, 6, 7, 8)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 24, in __main__
Failed example:
    x.g8(1, 2, 3, 4, 5, 6, 7, 8)
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>
        x.g8(1, 2, 3, 4, 5, 6, 7, 8)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 25, in __main__
Failed example:
    x.hash
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>
        x.hash
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 27, in __main__
Failed example:
    x = X__stdcall()
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>
        x = X__stdcall()
            ^^^^^^^^^^
    NameError: name 'X__stdcall' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 28, in __main__
Failed example:
    x.f0()
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>
        x.f0()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 29, in __main__
Failed example:
    x.g0()
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>
        x.g0()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 30, in __main__
Failed example:
    x.f1(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__[24]>", line 1, in <module>
        x.f1(1)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 31, in __main__
Failed example:
    x.g1(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__[25]>", line 1, in <module>
        x.g1(1)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 32, in __main__
Failed example:
    x.f2(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__[26]>", line 1, in <module>
        x.f2(1, 2)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 33, in __main__
Failed example:
    x.g2(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__[27]>", line 1, in <module>
        x.g2(1, 2)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 34, in __main__
Failed example:
    x.f3(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__[28]>", line 1, in <module>
        x.f3(1, 2, 3)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 35, in __main__
Failed example:
    x.g3(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__[29]>", line 1, in <module>
        x.g3(1, 2, 3)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 36, in __main__
Failed example:
    x.f4(1, 2, 3, 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__[30]>", line 1, in <module>
        x.f4(1, 2, 3, 4)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 37, in __main__
Failed example:
    x.g4(1, 2, 3, 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__[31]>", line 1, in <module>
        x.g4(1, 2, 3, 4)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 38, in __main__
Failed example:
    x.f5(1, 2, 3, 4, 5)
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__[32]>", line 1, in <module>
        x.f5(1, 2, 3, 4, 5)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 39, in __main__
Failed example:
    x.g5(1, 2, 3, 4, 5)
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__[33]>", line 1, in <module>
        x.g5(1, 2, 3, 4, 5)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 40, in __main__
Failed example:
    x.f6(1, 2, 3, 4, 5, 6)
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__[34]>", line 1, in <module>
        x.f6(1, 2, 3, 4, 5, 6)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 41, in __main__
Failed example:
    x.g6(1, 2, 3, 4, 5, 6)
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__[35]>", line 1, in <module>
        x.g6(1, 2, 3, 4, 5, 6)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 42, in __main__
Failed example:
    x.f7(1, 2, 3, 4, 5, 6, 7)
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__[36]>", line 1, in <module>
        x.f7(1, 2, 3, 4, 5, 6, 7)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 43, in __main__
Failed example:
    x.g7(1, 2, 3, 4, 5, 6, 7)
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__[37]>", line 1, in <module>
        x.g7(1, 2, 3, 4, 5, 6, 7)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 44, in __main__
Failed example:
    x.f8(1, 2, 3, 4, 5, 6, 7, 8)
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__[38]>", line 1, in <module>
        x.f8(1, 2, 3, 4, 5, 6, 7, 8)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 45, in __main__
Failed example:
    x.g8(1, 2, 3, 4, 5, 6, 7, 8)
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__[39]>", line 1, in <module>
        x.g8(1, 2, 3, 4, 5, 6, 7, 8)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 46, in __main__
Failed example:
    x.hash
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__[40]>", line 1, in <module>
        x.hash
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 48, in __main__
Failed example:
    x = X__fastcall()
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__[41]>", line 1, in <module>
        x = X__fastcall()
            ^^^^^^^^^^^
    NameError: name 'X__fastcall' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 49, in __main__
Failed example:
    x.f0()
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__[42]>", line 1, in <module>
        x.f0()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 50, in __main__
Failed example:
    x.g0()
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__[43]>", line 1, in <module>
        x.g0()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 51, in __main__
Failed example:
    x.f1(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__[44]>", line 1, in <module>
        x.f1(1)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 52, in __main__
Failed example:
    x.g1(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__[45]>", line 1, in <module>
        x.g1(1)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 53, in __main__
Failed example:
    x.f2(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__[46]>", line 1, in <module>
        x.f2(1, 2)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 54, in __main__
Failed example:
    x.g2(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__[47]>", line 1, in <module>
        x.g2(1, 2)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 55, in __main__
Failed example:
    x.f3(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__[48]>", line 1, in <module>
        x.f3(1, 2, 3)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 56, in __main__
Failed example:
    x.g3(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__[49]>", line 1, in <module>
        x.g3(1, 2, 3)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 57, in __main__
Failed example:
    x.f4(1, 2, 3, 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__[50]>", line 1, in <module>
        x.f4(1, 2, 3, 4)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 58, in __main__
Failed example:
    x.g4(1, 2, 3, 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__[51]>", line 1, in <module>
        x.g4(1, 2, 3, 4)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 59, in __main__
Failed example:
    x.f5(1, 2, 3, 4, 5)
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__[52]>", line 1, in <module>
        x.f5(1, 2, 3, 4, 5)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 60, in __main__
Failed example:
    x.g5(1, 2, 3, 4, 5)
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__[53]>", line 1, in <module>
        x.g5(1, 2, 3, 4, 5)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 61, in __main__
Failed example:
    x.f6(1, 2, 3, 4, 5, 6)
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__[54]>", line 1, in <module>
        x.f6(1, 2, 3, 4, 5, 6)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 62, in __main__
Failed example:
    x.g6(1, 2, 3, 4, 5, 6)
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__[55]>", line 1, in <module>
        x.g6(1, 2, 3, 4, 5, 6)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 63, in __main__
Failed example:
    x.f7(1, 2, 3, 4, 5, 6, 7)
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__[56]>", line 1, in <module>
        x.f7(1, 2, 3, 4, 5, 6, 7)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 64, in __main__
Failed example:
    x.g7(1, 2, 3, 4, 5, 6, 7)
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__[57]>", line 1, in <module>
        x.g7(1, 2, 3, 4, 5, 6, 7)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 65, in __main__
Failed example:
    x.f8(1, 2, 3, 4, 5, 6, 7, 8)
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__[58]>", line 1, in <module>
        x.f8(1, 2, 3, 4, 5, 6, 7, 8)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 66, in __main__
Failed example:
    x.g8(1, 2, 3, 4, 5, 6, 7, 8)
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__[59]>", line 1, in <module>
        x.g8(1, 2, 3, 4, 5, 6, 7, 8)
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\calling_conventions_mf.py", line 67, in __main__
Failed example:
    x.hash
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__[60]>", line 1, in <module>
        x.hash
        ^
    NameError: name 'x' is not defined
**********************************************************************
1 items had failures:
  61 of  61 in __main__
***Test Failed*** 61 failures.
 
EXIT STATUS: 61