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 cstratak
Recipients cstratak, giampaolo.rodola, rosslagerwall, vstinner
Date 2019-10-01.15:35:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569944107.21.0.496609356315.issue37096@roundup.psfhosted.org>
In-reply-to
Content
After this change I get some disk space issues on the Fedora rawhide buildbot for the clang installed build only (and strangely enough not for the other jobs). There are currently around 9GB of free space there:

https://buildbot.python.org/all/#/builders/188/builds/1110

======================================================================
ERROR: test_tofromfile (test.test_array.DoubleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.9/test/test_array.py",
line 374, in test_tofromfile
    f.close()
OSError: [Errno 28] No space left on device
History
Date User Action Args
2019-10-01 15:35:07cstrataksetrecipients: + cstratak, vstinner, giampaolo.rodola, rosslagerwall
2019-10-01 15:35:07cstrataksetmessageid: <1569944107.21.0.496609356315.issue37096@roundup.psfhosted.org>
2019-10-01 15:35:07cstrataklinkissue37096 messages
2019-10-01 15:35:07cstratakcreate