homepage

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 vstinner
Recipients eric.araujo, pitrou, python-dev, vstinner
Date 2011年06月17日.00:15:07
SpamBayes Score 4.1712502e-07
Marked as misclassified No
Message-id <1308269708.3.0.228637578072.issue12320@psf.upfronthosting.co.za>
In-reply-to
Content
See also:
http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%203.x/builds/1516
http://www.python.org/dev/buildbot/all/builders/sparc%20solaris10%20gcc%203.x/builds/3276
There are many OSError(22, 'Invalid argument: ...') errors on rmdir(). Example:
======================================================================
ERROR: test_cfg_to_args (packaging.tests.test_util.UtilTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/packaging/tests/test_util.py", line 147, in tearDown
 super(UtilTestCase, self).tearDown()
 File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/packaging/tests/support.py", line 225, in tearDown
 super(EnvironRestorer, self).tearDown()
 File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/packaging/tests/support.py", line 128, in tearDown
 shutil.rmtree(self._basetempdir, os.name in ('nt', 'cygwin'))
 File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/shutil.py", line 278, in rmtree
 rmtree(fullname, ignore_errors, onerror)
 File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/shutil.py", line 287, in rmtree
 onerror(os.rmdir, path, sys.exc_info())
 File "/home2/buildbot/slave/3.x.loewis-sun/build/Lib/shutil.py", line 285, in rmtree
 os.rmdir(path)
OSError: [Errno 22] Invalid argument: '/tmp/tmp2le6q5/tmpg5rur7'
History
Date User Action Args
2011年06月17日 00:15:08vstinnersetrecipients: + vstinner, pitrou, eric.araujo, python-dev
2011年06月17日 00:15:08vstinnersetmessageid: <1308269708.3.0.228637578072.issue12320@psf.upfronthosting.co.za>
2011年06月17日 00:15:07vstinnerlinkissue12320 messages
2011年06月17日 00:15:07vstinnercreate

AltStyle によって変換されたページ (->オリジナル) /