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 ned.deily
Recipients ned.deily, shiprex
Date 2015-05-09.23:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431213826.72.0.193218946682.issue24153@psf.upfronthosting.co.za>
In-reply-to
Content
The failures seem pretty clear:

OSError: [Errno 28] No space left on device

Are you allocating enough disk space in the chrooted environments?  The amount of free space needed to run all the tests varies by platform, by architecture, by test options selected, etc, and by file system type (see, for example, Issue23953).  I don't know that we have any rough guidelines for free space; you may have to experiment and you could try excluding largefile tests:

./python -m test -uall,-largefile [...]
History
Date User Action Args
2015-05-09 23:23:46ned.deilysetrecipients: + ned.deily, shiprex
2015-05-09 23:23:46ned.deilysetmessageid: <1431213826.72.0.193218946682.issue24153@psf.upfronthosting.co.za>
2015-05-09 23:23:46ned.deilylinkissue24153 messages
2015-05-09 23:23:46ned.deilycreate