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.

classification
Title: Mountain Lion buildbot lacks disk space
Type: resource usage Stage: resolved
Components: Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: trent Nosy List: Ramchandra Apte, pitrou, trent
Priority: normal Keywords: buildbot

Created on 2012-12-16 16:26 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg177611 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-12-16 16:26
======================================================================
ERROR: test_large_file_ops (test.test_io.CIOTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Volumes/bay2/buildslave/cpython/3.3.snakebite-mountainlion-amd64/build/Lib/test/test_io.py", line 432, in test_large_file_ops
    self.large_file_ops(f)
  File "/Volumes/bay2/buildslave/cpython/3.3.snakebite-mountainlion-amd64/build/Lib/test/test_io.py", line 332, in large_file_ops
    self.assertEqual(f.write(b"xxx"), 3)
OSError: [Errno 28] No space left on device
msg180342 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2013-01-21 13:54
Invalid.
History
Date User Action Args
2022-04-11 14:57:39adminsetgithub: 60903
2013-08-17 14:52:08ezio.melottisetstatus: open -> closed
resolution: out of date
type: resource usage
stage: resolved
2013-01-21 13:54:36Ramchandra Aptesetnosy: + Ramchandra Apte
messages: + msg180342
2012-12-16 16:26:50pitrousetnosy: + trent
messages: + msg177611

assignee: trent
keywords: + buildbot
2012-12-16 16:26:25pitroucreate