Run [2024-11-20 19:22:30 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