The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO
3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/983/builds/1256
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown>
Blamelist: Miss Islington (bot)
<[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2700, in test_big_chunk
shutil._fastcopy_sendfile(src, dst)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 158, in _fastcopy_sendfile
raise err from None
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 144, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_648159_tmpæ' ->
'@test_648159_tmpæ2'
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 279, in copyfile
copyfileobj(fsrc, fdst)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 200, in copyfileobj
fdst_write(buf)
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2674, in test_cant_get_size
shutil._fastcopy_sendfile(src, dst)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 158, in _fastcopy_sendfile
raise err from None
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 144, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_648159_tmpæ' ->
'@test_648159_tmpæ2'
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2738, in test_file2file_not_supported
shutil.copyfile(TESTFN, TESTFN2)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 258, in copyfile
with open(dst, 'wb') as fdst:
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2674, in test_cant_get_size
shutil._fastcopy_sendfile(src, dst)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 158, in _fastcopy_sendfile
raise err from None
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 144, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_644438_tmpæ' ->
'@test_644438_tmpæ2'
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2700, in test_big_chunk
shutil._fastcopy_sendfile(src, dst)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 158, in _fastcopy_sendfile
raise err from None
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 144, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_644438_tmpæ' ->
'@test_644438_tmpæ2'
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_cppext/__init__.py",
line 19, in test_build_cpp11
self.check_build(False, '_testcpp11ext')
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_cppext/__init__.py",
line 38, in check_build
self._check_build(std_cpp03, extension_name)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_cppext/__init__.py",
line 49, in _check_build
subprocess.run(cmd, check=True)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/subprocess.py",
line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command
'['/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/python',
'-X', 'dev', '-m', 'venv', 'env']' returned non-zero exit status 1.
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_zipfile.py",
line 561, in test_append_to_concatenated_zip_file
f.write(data)
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_cppext/__init__.py",
line 23, in test_build_cpp03
self.check_build(True, '_testcpp03ext')
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_cppext/__init__.py",
line 38, in check_build
self._check_build(std_cpp03, extension_name)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_cppext/__init__.py",
line 49, in _check_build
subprocess.run(cmd, check=True)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/subprocess.py",
line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command
'['/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/python',
'-X', 'dev', '-m', 'venv', 'env']' returned non-zero exit status 1.
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2564, in test_regular_copy
self.zerocopy_fun(src, dst)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2630, in zerocopy_fun
return shutil._fastcopy_sendfile(fsrc, fdst)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 158, in _fastcopy_sendfile
raise err from None
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 144, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_648159_tmpæ' ->
'@test_648159_tmpæ2'
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2564, in test_regular_copy
self.zerocopy_fun(src, dst)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2630, in zerocopy_fun
return shutil._fastcopy_sendfile(fsrc, fdst)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 158, in _fastcopy_sendfile
raise err from None
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 144, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_644438_tmpæ' ->
'@test_644438_tmpæ2'
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2687, in test_small_chunks
shutil._fastcopy_sendfile(src, dst)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 158, in _fastcopy_sendfile
raise err from None
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 144, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_644438_tmpæ' ->
'@test_644438_tmpæ2'
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2637, in test_non_regular_file_src
shutil.copyfileobj(src, dst)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 200, in copyfileobj
fdst_write(buf)
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2687, in test_small_chunks
shutil._fastcopy_sendfile(src, dst)
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 158, in _fastcopy_sendfile
raise err from None
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/shutil.py",
line 144, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_648159_tmpæ' ->
'@test_648159_tmpæ2'
Traceback (most recent call last):
File
"/home/buildbot/buildarea/3.11.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_shutil.py",
line 2634, in test_non_regular_file_src
with open(TESTFN2, "wb") as dst:
OSError: [Errno 28] No space left on device
Test report
===========
Failed tests:
- test_zipfile
- test_cppext
- test_shutil
Failed subtests:
- test_small_chunks - test.test_shutil.TestZeroCopySendfile.test_small_chunks
- test_regular_copy - test.test_shutil.TestZeroCopySendfile.test_regular_copy
- test_build_cpp11 - test.test_cppext.TestCPPExt.test_build_cpp11
- test_build_cpp03 - test.test_cppext.TestCPPExt.test_build_cpp03
- test_file2file_not_supported -
test.test_shutil.TestZeroCopySendfile.test_file2file_not_supported
- test_non_regular_file_src -
test.test_shutil.TestZeroCopySendfile.test_non_regular_file_src
- test_big_chunk - test.test_shutil.TestZeroCopySendfile.test_big_chunk
- test_append_to_concatenated_zip_file -
test.test_zipfile.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file
- test_cant_get_size - test.test_shutil.TestZeroCopySendfile.test_cant_get_size
Sincerely,
-The Buildbot
_______________________________________________
Buildbot-status mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: [email protected]