[New-bugs-announce] [issue38470] test_compileall fails in AMD64 Windows7 SP1 3.x

Pablo Galindo Salgado report at bugs.python.org
Sun Oct 13 20:45:36 EDT 2019


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

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.

----------
components: Tests, Windows
messages: 354609
nosy: hroncok, pablogsal, paul.moore, petr.viktorin, steve.dower, tim.golden, vstinner, zach.ware
priority: normal
severity: normal
status: open
title: test_compileall fails in AMD64 Windows7 SP1 3.x
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38470>
_______________________________________


More information about the New-bugs-announce mailing list