Ned Deily added the comment:

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 [...]

----------
nosy: +ned.deily

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24153>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to