This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients jeremy.kloth, pitrou, skrah
Date 2012-06-26.21:39:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340746759.25.0.721381261355.issue15197@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2012-06-26 21:39:19pitrousetrecipients: + pitrou, skrah, jeremy.kloth
2012-06-26 21:39:19pitrousetmessageid: <1340746759.25.0.721381261355.issue15197@psf.upfronthosting.co.za>
2012-06-26 21:39:18pitroulinkissue15197 messages
2012-06-26 21:39:16pitroucreate