[New-bugs-announce] [issue15197] test_gettext failure on Win64 buildbot

Antoine Pitrou report at bugs.python.org
Tue Jun 26 23:39:19 CEST 2012


New submission from Antoine Pitrou <pitrou at free.fr>:

Another weird failure that isn't common on other buildbots:


test test_gettext failed -- Traceback (most recent call last):
  File "C:\Users\Buildbot\buildbot.python.org\3.2.kloth-win64\build\lib\test\test_gettext.py", line 80, in tearDown
    shutil.rmtree(os.path.split(LOCALEDIR)[0])
  File "C:\Users\Buildbot\buildbot.python.org\3.2.kloth-win64\build\lib\shutil.py", line 289, in rmtree
    onerror(os.rmdir, path, sys.exc_info())
  File "C:\Users\Buildbot\buildbot.python.org\3.2.kloth-win64\build\lib\shutil.py", line 287, in rmtree
    os.rmdir(path)
WindowsError: [Error 145] The directory is not empty: 'xx'

----------
components: Tests
keywords: buildbot
messages: 164112
nosy: jeremy.kloth, pitrou, skrah
priority: normal
severity: normal
status: open
title: test_gettext failure on Win64 buildbot
type: behavior
versions: Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15197>
_______________________________________


More information about the New-bugs-announce mailing list