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

args.cpp
..\boost/python/raw_function.hpp(55): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
..\libs\python\test\args.cpp(58): note: see reference to function template instantiation 'boost::python::api::object boost::python::raw_function<boost::python::tuple(__cdecl *)(boost::python::tuple,boost::python::dict)>(F,size_t)' being compiled
        with
        [
            F=boost::python::tuple (__cdecl *)(boost::python::tuple,boost::python::dict)
        ]
            
Link [2024-11-21 02:13:55 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\args.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\args.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\args.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\args_ext.pyd" /LIBPATH:"C:\Python311-64\libs"  /DLL /IMPLIB:"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\args.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\args_ext-vc142-mt-gd-x64-1_87.lib" 
    
   Creating library C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\args.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\args_ext-vc142-mt-gd-x64-1_87.lib and object C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\args.test\msvc-14.2\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\args_ext-vc142-mt-gd-x64-1_87.exp
            
Run [2024-11-21 02:13:55 UTC]: fail

running...
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 5, in __main__
Failed example:
    from args_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 args_ext import *
    ImportError: DLL load failed while importing args_ext: The specified module could not be found.
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 7, in __main__
Failed example:
    args, kwargs = raw(3, 4, foo = 'bar', baz = 42)
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>
        args, kwargs = raw(3, 4, foo = 'bar', baz = 42)
                       ^^^
    NameError: name 'raw' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 8, in __main__
Failed example:
    args
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>
        args
    NameError: name 'args' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 10, in __main__
Failed example:
    kwargs['foo']
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>
        kwargs['foo']
        ^^^^^^
    NameError: name 'kwargs' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 12, in __main__
Failed example:
    kwargs['baz']
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>
        kwargs['baz']
        ^^^^^^
    NameError: name 'kwargs' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 17, in __main__
Failed example:
    raw(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__[5]>", line 1, in <module>
        raw(3, 4)
        ^^^
    NameError: name 'raw' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 20, in __main__
Failed example:
    raw(foo = '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__[6]>", line 1, in <module>
        raw(foo = 'bar')
        ^^^
    NameError: name 'raw' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 23, in __main__
Failed example:
    f(x= 1, y = 3, z = 'hello')
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>
        f(x= 1, y = 3, z = 'hello')
        ^
    NameError: name 'f' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 26, in __main__
Failed example:
    f(z = 'hello', x = 3, y = 2.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__[8]>", line 1, in <module>
        f(z = 'hello', x = 3, y = 2.5)
        ^
    NameError: name 'f' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 29, in __main__
Failed example:
    f(1, z = 'hi', 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__[9]>", line 1, in <module>
        f(1, z = 'hi', y = 3)
        ^
    NameError: name 'f' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 32, in __main__
Failed example:
    try: f(1, 2, 'hello', bar = 'baz')
    except TypeError: pass
    else: print('expected an exception: unknown keyword')
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>
        try: f(1, 2, 'hello', bar = 'baz')
             ^
    NameError: name 'f' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 39, in __main__
Failed example:
    f1(z = 'nix', y = .125, x = 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__[11]>", line 1, in <module>
        f1(z = 'nix', y = .125, x = 2)
        ^^
    NameError: name 'f1' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 41, in __main__
Failed example:
    f1(y = .125, x = 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__[12]>", line 1, in <module>
        f1(y = .125, x = 2)
        ^^
    NameError: name 'f1' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 43, in __main__
Failed example:
    f1(x = 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__[13]>", line 1, in <module>
        f1(x = 2)
        ^^
    NameError: name 'f1' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 45, in __main__
Failed example:
    f1()
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>
        f1()
        ^^
    NameError: name 'f1' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 48, in __main__
Failed example:
    f2(z = 'nix', y = .125, x = 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__[15]>", line 1, in <module>
        f2(z = 'nix', y = .125, x = 2)
        ^^
    NameError: name 'f2' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 50, in __main__
Failed example:
    f2(y = .125, x = 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__[16]>", line 1, in <module>
        f2(y = .125, x = 2)
        ^^
    NameError: name 'f2' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 52, in __main__
Failed example:
    f2(x = 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__[17]>", line 1, in <module>
        f2(x = 2)
        ^^
    NameError: name 'f2' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 54, in __main__
Failed example:
    f2()
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>
        f2()
        ^^
    NameError: name 'f2' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 57, in __main__
Failed example:
    f3(z = 'nix', y = .125, x = 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__[19]>", line 1, in <module>
        f3(z = 'nix', y = .125, x = 2)
        ^^
    NameError: name 'f3' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 59, in __main__
Failed example:
    f3(y = .125, x = 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__[20]>", line 1, in <module>
        f3(y = .125, x = 2)
        ^^
    NameError: name 'f3' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 61, in __main__
Failed example:
    f3(x = 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__[21]>", line 1, in <module>
        f3(x = 2)
        ^^
    NameError: name 'f3' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 63, in __main__
Failed example:
    f3()
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>
        f3()
        ^^
    NameError: name 'f3' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 68, in __main__
Failed example:
    q = X()
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>
        q = X()
            ^
    NameError: name 'X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 69, in __main__
Failed example:
    q.f(x= 1, y = 3, z = 'hello')
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>
        q.f(x= 1, y = 3, z = 'hello')
        ^
    NameError: name 'q' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 72, in __main__
Failed example:
    q.f(z = 'hello', x = 3, y = 2.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__[25]>", line 1, in <module>
        q.f(z = 'hello', x = 3, y = 2.5)
        ^
    NameError: name 'q' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 75, in __main__
Failed example:
    q.f(1, z = 'hi', 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__[26]>", line 1, in <module>
        q.f(1, z = 'hi', y = 3)
        ^
    NameError: name 'q' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 78, in __main__
Failed example:
    try: q.f(1, 2, 'hello', bar = 'baz')
    except TypeError: pass
    else: print('expected an exception: unknown keyword')
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>
        try: q.f(1, 2, 'hello', bar = 'baz')
             ^
    NameError: name 'q' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 84, in __main__
Failed example:
    q.f1(z = 'nix', y = .125, x = 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__[28]>", line 1, in <module>
        q.f1(z = 'nix', y = .125, x = 2)
        ^
    NameError: name 'q' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 86, in __main__
Failed example:
    q.f1(y = .125, x = 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__[29]>", line 1, in <module>
        q.f1(y = .125, x = 2)
        ^
    NameError: name 'q' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 88, in __main__
Failed example:
    q.f1(x = 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__[30]>", line 1, in <module>
        q.f1(x = 2)
        ^
    NameError: name 'q' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 90, in __main__
Failed example:
    q.f1()
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>
        q.f1()
        ^
    NameError: name 'q' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 92, in __main__
Failed example:
    q.f2.__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__[32]>", line 1, in <module>
        q.f2.__doc__.splitlines()[1]
        ^
    NameError: name 'q' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 95, in __main__
Failed example:
    q.f2.__doc__.splitlines()[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__[33]>", line 1, in <module>
        q.f2.__doc__.splitlines()[2]
        ^
    NameError: name 'q' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 98, in __main__
Failed example:
    X.f.__doc__.splitlines()[1: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__[34]>", line 1, in <module>
        X.f.__doc__.splitlines()[1:5]
        ^
    NameError: name 'X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 101, in __main__
Failed example:
    xfuncs = (X.inner0, X.inner1, X.inner2, X.inner3, X.inner4, X.inner5)
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>
        xfuncs = (X.inner0, X.inner1, X.inner2, X.inner3, X.inner4, X.inner5)
                  ^
    NameError: name 'X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 102, in __main__
Failed example:
    for f in xfuncs:
       print(f(q,1).value(), end=' ')
       print(f(q, n = 1).value(), end=' ')
       print(f(q, n = 0).value(), end=' ')
       print(f.__doc__.splitlines()[1: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__[36]>", line 1, in <module>
        for f in xfuncs:
                 ^^^^^^
    NameError: name 'xfuncs' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 114, in __main__
Failed example:
    x = X(a1 = 44, a0 = 22)
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 = X(a1 = 44, a0 = 22)
            ^
    NameError: name 'X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 115, in __main__
Failed example:
    x.inner0(0).value()
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.inner0(0).value()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 117, in __main__
Failed example:
    x.inner0(1).value()
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.inner0(1).value()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 120, in __main__
Failed example:
    x = X(a0 = 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__[40]>", line 1, in <module>
        x = X(a0 = 7)
            ^
    NameError: name 'X' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 121, in __main__
Failed example:
    x.inner0(0).value()
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.inner0(0).value()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 123, in __main__
Failed example:
    x.inner0(1).value()
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.inner0(1).value()
        ^
    NameError: name 'x' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 126, in __main__
Failed example:
    inner(n = 1, self = q).value()
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>
        inner(n = 1, self = q).value()
        ^^^^^
    NameError: name 'inner' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 129, in __main__
Failed example:
    y = Y(value = 33)
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>
        y = Y(value = 33)
            ^
    NameError: name 'Y' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 130, in __main__
Failed example:
    _, kwargs = y.raw(this = 1, that = 'the other')
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>
        _, kwargs = y.raw(this = 1, that = 'the other')
                    ^
    NameError: name 'y' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 131, in __main__
Failed example:
    kwargs['this']
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>
        kwargs['this']
        ^^^^^^
    NameError: name 'kwargs' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 133, in __main__
Failed example:
    kwargs['that']
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>
        kwargs['that']
        ^^^^^^
    NameError: name 'kwargs' is not defined
**********************************************************************
1 items had failures:
  48 of  48 in __main__
***Test Failed*** 48 failures.
Traceback (most recent call last):
  File "C:\teeks99-09\run\boost_root\libs\python\test\args.py", line 153, in <module>
    import args_ext
ImportError: DLL load failed while importing args_ext: The specified module could not be found.
 
EXIT STATUS: 1