Message354609
This buildbot has been failing for a long time (example failure https://buildbot.python.org/all/#/builders/40/builds/3291) since https://github.com/python/cpython/commit/4267c989e7fc6cd528e8a1d04a07fac5cca85ec7:
======================================================================
FAIL: test_compile_dir_maxlevels (test.test_compileall.CompileallTestsWithSourceEpoch)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_py_compile.py", line 30, in wrapper
return fxn(*args, **kwargs)
File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_compileall.py", line 257, in test_compile_dir_maxlevels
self.assertTrue(os.path.isfile(self.bc_path_long))
AssertionError: False is not true
======================================================================
FAIL: test_compile_dir_maxlevels (test.test_compileall.CompileallTestsWithoutSourceEpoch)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_py_compile.py", line 20, in wrapper
return fxn(*args, **kwargs)
File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_compileall.py", line 257, in test_compile_dir_maxlevels
self.assertTrue(os.path.isfile(self.bc_path_long))
AssertionError: False is not true
----------------------------------------------------------------------
Can someone try to fix the error, otherwise we would need to revert commit 4267c989e7fc6cd528e8a1d04a07fac5cca85ec7. |
|
Date |
User |
Action |
Args |
2019-10-14 00:45:36 | pablogsal | set | recipients:
+ pablogsal, paul.moore, vstinner, tim.golden, petr.viktorin, zach.ware, steve.dower, hroncok |
2019-10-14 00:45:36 | pablogsal | set | messageid: <1571013936.71.0.668005842061.issue38470@roundup.psfhosted.org> |
2019-10-14 00:45:36 | pablogsal | link | issue38470 messages |
2019-10-14 00:45:36 | pablogsal | create | |
|