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 vstinner
Recipients vstinner
Date 2020-02-18.13:01:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582030912.19.0.281317890533.issue39676@roundup.psfhosted.org>
In-reply-to
Content
PPC64LE Fedora Stable LTO + PGO 3.x:
https://buildbot.python.org/all/#/builders/449/builds/31

Example:

======================================================================
ERROR: test_big_chunk (test.test_shutil.TestZeroCopySendfile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_shutil.py", line 2405, in test_big_chunk
    shutil._fastcopy_sendfile(src, dst)
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
    raise err from None
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '@test_3252264_tmp' -> '@test_3252264_tmp2'
History
Date User Action Args
2020-02-18 13:01:52vstinnersetrecipients: + vstinner
2020-02-18 13:01:52vstinnersetmessageid: <1582030912.19.0.281317890533.issue39676@roundup.psfhosted.org>
2020-02-18 13:01:52vstinnerlinkissue39676 messages
2020-02-18 13:01:51vstinnercreate