Run [2024-11-19 21:29:15 UTC]: fail
running...
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\wrapper_held_type.py", line 5, in __main__
Failed example:
from wrapper_held_type_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 wrapper_held_type_ext import *
ImportError: DLL load failed while importing wrapper_held_type_ext: The specified module could not be found.
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\wrapper_held_type.py", line 6, in __main__
Failed example:
d = data()
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>
d = data()
^^^^
NameError: name 'data' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\wrapper_held_type.py", line 7, in __main__
Failed example:
print(d.id())
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>
print(d.id())
^
NameError: name 'd' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\wrapper_held_type.py", line 9, in __main__
Failed example:
do_nothing( d )
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>
do_nothing( d )
^^^^^^^^^^
NameError: name 'do_nothing' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\wrapper_held_type.py", line 10, in __main__
Failed example:
print(d.id())
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>
print(d.id())
^
NameError: name 'd' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\wrapper_held_type.py", line 12, in __main__
Failed example:
d = create_data()
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>
d = create_data()
^^^^^^^^^^^
NameError: name 'create_data' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\wrapper_held_type.py", line 13, in __main__
Failed example:
print(d.id())
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>
print(d.id())
^
NameError: name 'd' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\wrapper_held_type.py", line 15, in __main__
Failed example:
do_nothing( d )
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>
do_nothing( d )
^^^^^^^^^^
NameError: name 'do_nothing' is not defined
**********************************************************************
File "C:\teeks99-09\run\boost_root\libs\python\test\wrapper_held_type.py", line 16, in __main__
Failed example:
print(d.id())
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>
print(d.id())
^
NameError: name 'd' is not defined
**********************************************************************
1 items had failures:
9 of 9 in __main__
***Test Failed*** 9 failures.
EXIT STATUS: 9