Test output: teeks99-09-v15d-64onAMD64 - python - pickle1 / msvc-14.1
Rev c8d0b32583c2fa3266edf88cd8ccb32312feae17 / Tue, 19 Nov 2024 21:44:00 +0000
Compile [2024-11-20 04:57:59 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.1\msvc-setup.bat"  >nul
 cl /Zm800 -nologo "..\libs\python\test\pickle1.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\pickle1.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\pickle1.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" 

pickle1.cpp
            
Link [2024-11-20 04:57:59 UTC]: succeed

call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.1\msvc-setup.bat"  >nul
 link /NOLOGO /INCREMENTAL:NO "C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\pickle1.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\pickle1.obj" "C:\teeks99-09\run\results\boost\bin.v2\libs\python\build\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\boost_python311-vc141-mt-gd-x64-1_87.lib" "C:\teeks99-09\run\results\boost\bin.v2\libs\container\build\msvc-14.1\dbg\x86_6\dbg-symbl-off\thrd-mlt\boost_container-vc141-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\pickle1.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\pickle1_ext.pyd" /LIBPATH:"C:\Python311-64\libs"  /DLL /IMPLIB:"C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\pickle1.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\pickle1_ext-vc141-mt-gd-x64-1_87.lib" 
    
   Creating library C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\pickle1.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\pickle1_ext-vc141-mt-gd-x64-1_87.lib and object C:\teeks99-09\run\results\boost\bin.v2\libs\python\test\pickle1.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\pythn-3.1\thrd-mlt\pickle1_ext-vc141-mt-gd-x64-1_87.exp
            
Run [2024-11-20 04:57:59 UTC]: fail

running...
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pickle1.py", line 4, in __main__
Failed example:
    import pickle1_ext
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>
        import pickle1_ext
    ImportError: DLL load failed while importing pickle1_ext: The specified module could not be found.
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pickle1.py", line 6, in __main__
Failed example:
    pickle1_ext.world.__module__
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>
        pickle1_ext.world.__module__
        ^^^^^^^^^^^
    NameError: name 'pickle1_ext' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pickle1.py", line 8, in __main__
Failed example:
    pickle1_ext.world.__safe_for_unpickling__
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>
        pickle1_ext.world.__safe_for_unpickling__
        ^^^^^^^^^^^
    NameError: name 'pickle1_ext' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pickle1.py", line 10, in __main__
Failed example:
    pickle1_ext.world.__name__
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>
        pickle1_ext.world.__name__
        ^^^^^^^^^^^
    NameError: name 'pickle1_ext' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pickle1.py", line 12, in __main__
Failed example:
    pickle1_ext.world('Hello').__reduce__()
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>
        pickle1_ext.world('Hello').__reduce__()
        ^^^^^^^^^^^
    NameError: name 'pickle1_ext' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pickle1.py", line 14, in __main__
Failed example:
    wd = pickle1_ext.world('California')
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>
        wd = pickle1_ext.world('California')
             ^^^^^^^^^^^
    NameError: name 'pickle1_ext' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pickle1.py", line 15, in __main__
Failed example:
    pstr = pickle.dumps(wd)
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>
        pstr = pickle.dumps(wd)
                            ^^
    NameError: name 'wd' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pickle1.py", line 16, in __main__
Failed example:
    wl = pickle.loads(pstr)
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>
        wl = pickle.loads(pstr)
                          ^^^^
    NameError: name 'pstr' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pickle1.py", line 17, in __main__
Failed example:
    print(wd.greet())
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>
        print(wd.greet())
              ^^
    NameError: name 'wd' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pickle1.py", line 19, in __main__
Failed example:
    print(wl.greet())
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>
        print(wl.greet())
              ^^
    NameError: name 'wl' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pickle1.py", line 22, in __main__
Failed example:
    noop = pickle1_ext.noop()
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>
        noop = pickle1_ext.noop()
               ^^^^^^^^^^^
    NameError: name 'pickle1_ext' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\pickle1.py", line 23, in __main__
Failed example:
    try: pickle.dumps(noop)
    except RuntimeError as e: print(str(e)[:55])
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>
        try: pickle.dumps(noop)
                          ^^^^
    NameError: name 'noop' is not defined
**********************************************************************
1 items had failures:
  12 of  13 in __main__
***Test Failed*** 12 failures.
 
EXIT STATUS: 12