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 neologix
Recipients alexis, eric.araujo, neologix, pitrou, python-dev, vstinner
Date 2011-08-24.16:50:48
SpamBayes Score 3.1306725e-05
Marked as misclassified No
Message-id <1314204712.46.0.313440758426.issue12333@psf.upfronthosting.co.za>
In-reply-to
Content
More occurrences:
http://www.python.org/dev/buildbot/all/builders/sparc solaris10 gcc 3.x/builds/3555/steps/test/logs/stdio

"""
======================================================================
ERROR: test_record_extensions (distutils.tests.test_install.InstallTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/distutils/tests/support.py", line 63, in tearDown
    shutil.rmtree(d, os.name in ('nt', 'cygwin'))
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/shutil.py", line 280, in rmtree
    rmtree(fullname, ignore_errors, onerror)
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/shutil.py", line 289, in rmtree
    onerror(os.rmdir, path, sys.exc_info())
  File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/shutil.py", line 287, in rmtree
    os.rmdir(path)
OSError: [Errno 22] Invalid argument: '/tmp/tmp2horib/foo'
"""
History
Date User Action Args
2011-08-24 16:51:52neologixsetrecipients: + neologix, pitrou, vstinner, eric.araujo, alexis, python-dev
2011-08-24 16:51:52neologixsetmessageid: <1314204712.46.0.313440758426.issue12333@psf.upfronthosting.co.za>
2011-08-24 16:50:49neologixlinkissue12333 messages
2011-08-24 16:50:48neologixcreate