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 serhiy.storchaka
Recipients Arfrever, brett.cannon, eric.snow, martin.panter, python-dev, r.david.murray, serhiy.storchaka, terry.reedy
Date 2015-02-16.06:52:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424069533.83.0.967460983447.issue22834@psf.upfronthosting.co.za>
In-reply-to
Content
Tests failed on Solaris:
http://buildbot.python.org/all/builders/AMD64%20Solaris%2011%20%5BSB%5D%203.x/builds/3895/steps/test/logs/stdio

======================================================================
ERROR: test_deleted_cwd (test.test_importlib.import_.test_path.Source_FinderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cpython/buildslave/cc-32/3.x.snakebite-solaris11-amd64/build/Lib/test/test_importlib/import_/test_path.py", line 167, in test_deleted_cwd
    os.chdir(path)
  File "/home/cpython/buildslave/cc-32/3.x.snakebite-solaris11-amd64/build/Lib/tempfile.py", line 711, in __exit__
    self.cleanup()
  File "/home/cpython/buildslave/cc-32/3.x.snakebite-solaris11-amd64/build/Lib/tempfile.py", line 715, in cleanup
    _shutil.rmtree(self.name)
  File "/home/cpython/buildslave/cc-32/3.x.snakebite-solaris11-amd64/build/Lib/shutil.py", line 474, in rmtree
    onerror(os.rmdir, path, sys.exc_info())
  File "/home/cpython/buildslave/cc-32/3.x.snakebite-solaris11-amd64/build/Lib/shutil.py", line 472, in rmtree
    os.rmdir(path)
OSError: [Errno 22] Invalid argument: '/tmp/tmpsx3fm0t4'

----------------------------------------------------------------------
History
Date User Action Args
2015-02-16 06:52:13serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, terry.reedy, Arfrever, r.david.murray, python-dev, eric.snow, martin.panter
2015-02-16 06:52:13serhiy.storchakasetmessageid: <1424069533.83.0.967460983447.issue22834@psf.upfronthosting.co.za>
2015-02-16 06:52:13serhiy.storchakalinkissue22834 messages
2015-02-16 06:52:13serhiy.storchakacreate