Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] gh-102721: Improve coverage of _collections_abc._CallableGenericAlias #102788

Merged
merged 2 commits into from
Mar 17, 2023

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Mar 17, 2023

This is a backport of #102722 without the typing.py changes.

Automerge-Triggered-By: GH:AlexWaygood

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this is missing the test_type_subst_errors method you added here: https://github.com/python/cpython/pull/102722/files#diff-04d29c98076c2d6bb75921ea9becb26a862544d39b71db87b6e354c759b9305dR1972-R1981

Is that deliberate?

@sobolevn
Copy link
Member Author

No, it is not. I've missed it during the backport process.

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@miss-islington
Copy link
Contributor

Status check is done, and it's a success ✅.

@miss-islington miss-islington merged commit 045c8a1 into python:3.11 Mar 17, 2023
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora 3.11 has failed when building commit 045c8a1.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/1017/builds/652) and take a look at the build logs.
  4. Check if the failure is related to this commit (045c8a1) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/1017/builds/652

Failed tests:

  • test_tools

Failed subtests:

  • test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

418 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 35 sec
  • test_multiprocessing_spawn: 2 min 25 sec
  • test_tools: 2 min 17 sec
  • test_asyncio: 1 min 25 sec
  • test_multiprocessing_forkserver: 1 min 24 sec
  • test_multiprocessing_fork: 1 min 15 sec
  • test_tokenize: 1 min 5 sec
  • test_gdb: 54.3 sec
  • test_unparse: 53.9 sec
  • test_capi: 51.1 sec

1 test failed:
test_tools

15 tests skipped:
test_devpoll test_ioctl test_kqueue test_launcher test_msilib
test_nis test_readline test_startfile test_tix test_tk
test_ttk_guionly test_winconsoleio test_winreg test_winsound
test_zipfile64

1 re-run test:
test_tools

Total duration: 7 min 13 sec

Click to see traceback logs
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/tmpmlf2q5vn/cpython/Lib/sysconfig.py", line 715, in get_config_var
    return get_config_vars().get(name)
           ^^^^^^^^^^^^^^^^^
  File "/tmp/tmpmlf2q5vn/cpython/Lib/sysconfig.py", line 670, in get_config_vars
    _init_posix(_CONFIG_VARS)
  File "/tmp/tmpmlf2q5vn/cpython/Lib/sysconfig.py", line 531, in _init_posix
    _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sysconfigdata_d_linux_s390x-linux-gnu'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_a7b9c4c8'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script
    outdir, scriptfile, python = helper.prepare(script, outdir)
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 180, in prepare
    _run_quiet([MAKE, '-C', builddir, parallel])
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
    return subprocess.run(
           ^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z/build/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmpd9zgp6ne/python-build', '-j2']' returned non-zero exit status 2.


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script
    outdir, scriptfile, python = helper.prepare(script, outdir)
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 184, in prepare
    _run_quiet([MAKE, '-C', builddir, 'install'])
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
    return subprocess.run(
           ^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z/build/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmpmlf2q5vn/python-build', 'install']' returned non-zero exit status 2.


Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/tmpd9zgp6ne/cpython/Lib/sysconfig.py", line 715, in get_config_var
    return get_config_vars().get(name)
           ^^^^^^^^^^^^^^^^^
  File "/tmp/tmpd9zgp6ne/cpython/Lib/sysconfig.py", line 670, in get_config_vars
    _init_posix(_CONFIG_VARS)
  File "/tmp/tmpd9zgp6ne/cpython/Lib/sysconfig.py", line 531, in _init_posix
    _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_sysconfigdata_d_linux_s390x-linux-gnu'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_7453e439'

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora Clang 3.11 has failed when building commit 045c8a1.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/953/builds/655) and take a look at the build logs.
  4. Check if the failure is related to this commit (045c8a1) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/953/builds/655

Failed tests:

  • test_tools

Failed subtests:

  • test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

418 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 31 sec
  • test_multiprocessing_spawn: 1 min 53 sec
  • test_multiprocessing_forkserver: 1 min 23 sec
  • test_asyncio: 1 min 18 sec
  • test_multiprocessing_fork: 1 min 9 sec
  • test_gdb: 52.7 sec
  • test_signal: 48.5 sec
  • test_capi: 45.5 sec
  • test_tokenize: 44.5 sec
  • test_socket: 44.4 sec

1 test failed:
test_tools

15 tests skipped:
test_devpoll test_ioctl test_kqueue test_launcher test_msilib
test_nis test_readline test_startfile test_tix test_tk
test_ttk_guionly test_winconsoleio test_winreg test_winsound
test_zipfile64

1 re-run test:
test_tools

Total duration: 4 min 56 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_d630441d'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_e200cc8f'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_26c419c3'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script
    outdir, scriptfile, python = helper.prepare(script, outdir)
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line 146, in prepare
    copy_source_tree(srcdir, SRCDIR)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line 95, in copy_source_tree
    shutil.copytree(oldroot, newroot, ignore=ignore_non_src)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 561, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 515, in _copytree
    raise Error(errors)
shutil.Error: [('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_decimal.cpython-311d-s390x-linux-gnu.so', '/tmp/tmpzeo8j4ee/cpython/build/lib.linux-s390x-3.11-pydebug/_decimal.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_decimal.cpython-311d-s390x-linux-gnu.so' -> '/tmp/tmpzeo8j4ee/cpython/build/lib.linux-s390x-3.11-pydebug/_decimal.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_ctypes.cpython-311d-s390x-linux-gnu.so', '/tmp/tmpzeo8j4ee/cpython/build/lib.linux-s390x-3.11-pydebug/_ctypes.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpzeo8j4ee/cpython/build/lib.linux-s390x-3.11-pydebug/_ctypes.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/temp.linux-s390x-3.11-pydebug', '/tmp/tmpzeo8j4ee/cpython/build/temp.linux-s390x-3.11-pydebug', "[Errno 28] No space left on device: '/tmp/tmpzeo8j4ee/cpython/build/temp.linux-s390x-3.11-pydebug'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/scripts-3.11', '/tmp/tmpzeo8j4ee/cpython/build/scripts-3.11', "[Errno 28] No space left on device: '/tmp/tmpzeo8j4ee/cpython/build/scripts-3.11'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/test_python_608679æ', '/tmp/tmpzeo8j4ee/cpython/build/test_python_608679æ', "[Errno 28] No space left on device: '/tmp/tmpzeo8j4ee/cpython/build/test_python_608679æ'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/test_python_626143æ', '/tmp/tmpzeo8j4ee/cpython/build/test_python_626143æ', "[Errno 2] No such file or directory: '/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/test_python_626143æ'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/platform', '/tmp/tmpzeo8j4ee/cpython/platform', "[Errno 28] No space left on device: '/tmp/tmpzeo8j4ee/cpython/platform'")]


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script
    outdir, scriptfile, python = helper.prepare(script, outdir)
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line 146, in prepare
    copy_source_tree(srcdir, SRCDIR)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line 95, in copy_source_tree
    shutil.copytree(oldroot, newroot, ignore=ignore_non_src)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 561, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 515, in _copytree
    raise Error(errors)
shutil.Error: [('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/unicodedata.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/unicodedata.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/unicodedata.cpython-311d-s390x-linux-gnu.so' -> '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/unicodedata.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/spwd.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/spwd.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/spwd.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/select.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/select.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/select.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/mmap.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/mmap.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/mmap.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/syslog.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/syslog.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/syslog.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_socket.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_socket.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_socket.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_csv.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_csv.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-
darea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_testinternalcapi.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_testinternalcapi.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_testinternalcapi.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_testimportmultiple.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_testimportmultiple.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_testimportmultiple.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_testclinic.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_testclinic.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_testclinic.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_testmultiphase.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_testmultiphase.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_testmultiphase.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_testbuffer.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_testbuffer.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_testbuffer.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_xxtestfuzz.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_xxtestfuzz.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_xxtestfuzz.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_curses_panel.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_curses_panel.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_curses_panel.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_crypt.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_crypt.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_crypt.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_testcapi.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_testcapi.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_testcapi.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_md5.cpython-311d-s390x-linux-gnu.so', '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_md5.cpython-311d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp0x9qyt5n/cpython/build/lib.linux-s390x-3.11-pydebug/_md5.cpython-311d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.11-pydebug/_curses.cpy

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora Clang Installed 3.11 has failed when building commit 045c8a1.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/958/builds/658) and take a look at the build logs.
  4. Check if the failure is related to this commit (045c8a1) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/958/builds/658

Failed tests:

  • test_venv
  • test_distutils
  • test_compileall

Failed subtests:

  • test_spawn - distutils.tests.test_spawn.SpawnTestCase.test_spawn
  • test_config_file_command_key - test.test_venv.BasicTest.test_config_file_command_key
  • test_isolation - test.test_venv.BasicTest.test_isolation
  • test_find_executable - distutils.tests.test_spawn.SpawnTestCase.test_find_executable
  • test_with_pip - test.test_venv.EnsurePipTest.test_with_pip
  • test_show_formats - distutils.tests.test_sdist.SDistTestCase.test_show_formats
  • test_metadata_check_option - distutils.tests.test_sdist.SDistTestCase.test_metadata_check_option
  • test_prompt - test.test_venv.BasicTest.test_prompt
  • test_record_extensions - distutils.tests.test_install.InstallTestCase.test_record_extensions
  • test_explicit_no_pip - test.test_venv.EnsurePipTest.test_explicit_no_pip
  • test_prune_file_list - distutils.tests.test_sdist.SDistTestCase.test_prune_file_list
  • test_customize_compiler_before_get_config_vars - distutils.tests.test_sysconfig.SysconfigTestCase.test_customize_compiler_before_get_config_vars
  • test_zippath_from_non_installed_posix - test.test_venv.BasicTest.test_zippath_from_non_installed_posix
  • test_no_pip_by_default - test.test_venv.EnsurePipTest.test_no_pip_by_default
  • test_no_args_respects_quiet_flag - test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_quiet_flag
  • test_deactivate_with_strict_bash_opts - test.test_venv.BasicTest.test_deactivate_with_strict_bash_opts

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

411 tests OK.

1 test failed:
test_venv

19 tests skipped:
test_asdl_parser test_check_c_globals test_clinic test_devpoll
test_gdb test_ioctl test_kqueue test_launcher test_msilib test_nis
test_readline test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

3 re-run tests:
test_compileall test_distutils test_venv

Total duration: 3 min 51 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_4df2c56d'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 632, in test_no_pip_by_default
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpy_52hrw_/bin/python3.11' -> '/tmp/tmpy_52hrw_/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 110, in test_defaults_with_str_path
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpzkdf6667/bin/python3.11' -> '/tmp/tmpzkdf6667/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 263, in test_sysconfig
    self.run_with_capture(venv.create, self.env_dir, symlinks=False)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpcqxv__2a/bin/python3.11' -> '/tmp/tmpcqxv__2a/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 169, in test_config_file_command_key
    self.run_with_capture(b.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpgkdpc43d/bin/python3.11' -> '/tmp/tmpgkdpc43d/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 185, in test_prompt
    self.run_with_capture(builder.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmp_ap44ykk/bin/python3.11' -> '/tmp/tmp_ap44ykk/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/tests/test_spawn.py", line 49, in test_find_executable
    with os_helper.temp_dir() as tmp_dir:
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/contextlib.py", line 137, in __enter__
    return next(self.gen)
           ^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/support/os_helper.py", line 462, in temp_dir
    path = tempfile.mkdtemp()
           ^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/tempfile.py", line 368, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpwp_qa_au'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/tests/test_spawn.py", line 23, in test_spawn
    tmpdir = self.mkdtemp()
             ^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/tests/support.py", line 74, in mkdtemp
    d = tempfile.mkdtemp()
        ^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/tempfile.py", line 368, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpmumepu65'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 493, in test_multiprocessing_recursion
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpw7gf8e39/bin/python3.11' -> '/tmp/tmpw7gf8e39/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 118, in test_defaults_with_pathlib_path
    self.run_with_capture(venv.create, pathlib.Path(self.env_dir))
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmppc0at7h3/bin/python3.11' -> '/tmp/tmppc0at7h3/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 245, in test_prefixes
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmp4q8orxeq/bin/python3.11' -> '/tmp/tmp4q8orxeq/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 403, in test_symlinking
    builder.create(self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmp2ei2izlg/bin/python3.11' -> '/tmp/tmp2ei2izlg/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 335, in test_overwrite_existing
    venv.create(self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpvvk8m9lr/bin/python3.11' -> '/tmp/tmpvvk8m9lr/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 245, in test_prefixes
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpc1h22r1b/bin/python3.11' -> '/tmp/tmpc1h22r1b/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/tests/test_sysconfig.py", line 241, in test_customize_compiler_before_get_config_vars
    with open(TESTFN, 'w') as f:
         ^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_645207_tmpæ'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 263, in test_sysconfig
    self.run_with_capture(venv.create, self.env_dir, symlinks=False)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpkqjlfal5/bin/python3.11' -> '/tmp/tmpkqjlfal5/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 475, in test_multiprocessing
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmp25wrfyzn/bin/python3.11' -> '/tmp/tmp25wrfyzn/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 118, in test_defaults_with_pathlib_path
    self.run_with_capture(venv.create, pathlib.Path(self.env_dir))
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpcvs1zmc6/bin/python3.11' -> '/tmp/tmpcvs1zmc6/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/tests/test_sdist.py", line 61, in setUp
    super(SDistTestCase, self).setUp()
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/tests/test_config.py", line 61, in setUp
    self.tmp_dir = self.mkdtemp()
                   ^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/tests/support.py", line 74, in mkdtemp
    d = tempfile.mkdtemp()
        ^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/tempfile.py", line 368, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpeanik6xo'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 392, in test_isolation
    builder.create(self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpdi2_e41o/bin/python3.11' -> '/tmp/tmpdi2_e41o/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 392, in test_isolation
    builder.create(self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpa8h39a9o/bin/python3.11' -> '/tmp/tmpa8h39a9o/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 110, in test_defaults_with_str_path
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpp0ze075g/bin/python3.11' -> '/tmp/tmpp0ze075g/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 637, in test_explicit_no_pip
    self.run_with_capture(venv.create, self.env_dir, with_pip=False)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpob4coi4m/bin/python3.11' -> '/tmp/tmpob4coi4m/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 426, in test_executable
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmp6shosya4/bin/python3.11' -> '/tmp/tmp6shosya4/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_4d553897'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 506, in test_deactivate_with_strict_bash_opts
    builder.create(self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmp5jc2mosj/bin/python3.11' -> '/tmp/tmp5jc2mosj/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 632, in test_no_pip_by_default
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmp9eznhal2/bin/python3.11' -> '/tmp/tmp9eznhal2/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/tests/test_sdist.py", line 266, in test_metadata_check_option
    cmd.run()
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/command/sdist.py", line 160, in run
    self.make_distribution()
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/command/sdist.py", line 473, in make_distribution
    self.make_release_tree(base_dir, self.filelist.files)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/command/sdist.py", line 430, in make_release_tree
    self.mkpath(base_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/cmd.py", line 338, in mkpath
    dir_util.mkpath(name, mode, dry_run=self.dry_run)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/dir_util.py", line 73, in mkpath
    raise DistutilsFileError(
distutils.errors.DistutilsFileError: could not create 'fake-1.0': No space left on device


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/dir_util.py", line 70, in mkpath
    os.mkdir(head, mode)
OSError: [Errno 28] No space left on device: 'fake-1.0'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 760, in test_with_pip
    self.do_test_with_pip(False)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 683, in do_test_with_pip
    self.run_with_capture(venv.create, self.env_dir,
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpbf0u4l2y/bin/python3.11' -> '/tmp/tmpbf0u4l2y/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_py_compile.py", line 22, in wrapper
    return fxn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_compileall.py", line 574, in test_no_args_respects_quiet_flag
    noisy = self.assertRunOK(**env)
            ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_compileall.py", line 524, in assertRunOK
    rc, out, err = script_helper.assert_python_ok(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/support/script_helper.py", line 166, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/support/script_helper.py", line 151, in _assert_python
    res.fail(cmd_line)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/support/script_helper.py", line 76, in fail
    raise AssertionError("Process return code is %d\n"
AssertionError: Process return code is 1
command line: ['/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/bin/python3.11', '-X', 'faulthandler', '-S', '-m', 'compileall']


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 506, in test_deactivate_with_strict_bash_opts
    builder.create(self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpivcbmo8e/bin/python3.11' -> '/tmp/tmpivcbmo8e/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 335, in test_overwrite_existing
    venv.create(self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpd6c8suuz/bin/python3.11' -> '/tmp/tmpd6c8suuz/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 185, in test_prompt
    self.run_with_capture(builder.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpuev1enr3/bin/python3.11' -> '/tmp/tmpuev1enr3/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/tests/test_sdist.py", line 61, in setUp
    super(SDistTestCase, self).setUp()
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/tests/test_config.py", line 61, in setUp
    self.tmp_dir = self.mkdtemp()
                   ^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/tests/support.py", line 74, in mkdtemp
    d = tempfile.mkdtemp()
        ^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/tempfile.py", line 368, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpzzckbfec'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 426, in test_executable
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmp0hvpj6v4/bin/python3.11' -> '/tmp/tmp0hvpj6v4/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 493, in test_multiprocessing_recursion
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpvwkkyhiv/bin/python3.11' -> '/tmp/tmpvwkkyhiv/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 374, in test_upgrade
    self.run_with_capture(builder.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpsfwuj87q/bin/python3.11' -> '/tmp/tmpsfwuj87q/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_9d8c8047'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 637, in test_explicit_no_pip
    self.run_with_capture(venv.create, self.env_dir, with_pip=False)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmprce7cy_j/bin/python3.11' -> '/tmp/tmprce7cy_j/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 760, in test_with_pip
    self.do_test_with_pip(False)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 683, in do_test_with_pip
    self.run_with_capture(venv.create, self.env_dir,
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpocbmd1es/bin/python3.11' -> '/tmp/tmpocbmd1es/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/unixccompiler.py", line 204, in link
    self.spawn(linker + ld_args)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/ccompiler.py", line 910, in spawn
    spawn(cmd, dry_run=self.dry_run)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/spawn.py", line 91, in spawn
    raise DistutilsExecError(
distutils.errors.DistutilsExecError: command '/usr/bin/clang' failed with exit code 1


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 580, in test_zippath_from_non_installed_posix
    shutil.copytree(fn, os.path.join(libdir, name))
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 561, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 515, in _copytree
    raise Error(errors)
shutil.Error: [('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited.cpython-311-s390x-linux-gnu.so', '/tmp/tmp3827cb2k/lib/python3.11/lib-dynload/xxlimited.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp3827cb2k/lib/python3.11/lib-dynload/xxlimited.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-s390x-linux-gnu.so', '/tmp/tmp3827cb2k/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp3827cb2k/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_tkinter.cpython-311-s390x-linux-gnu.so', '/tmp/tmp3827cb2k/lib/python3.11/lib-dynload/_tkinter.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp3827cb2k/lib/python3.11/lib-dynload/_tkinter.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_decimal.cpython-311-s390x-linux-gnu.so', '/tmp/tmp3827cb2k/lib/python3.11/lib-dynload/_decimal.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp3827cb2k/lib/python3.11/lib-dynload/_decimal.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes.cpython-311-s390x-linux-gnu.so', '/tmp/tmp3827cb2k/lib/python3.11/lib-dynload/_ctypes.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp3827cb2k/lib/python3.11/lib-dynload/_ctypes.cpython-311-s390x-linux-gnu.so'")]


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 403, in test_symlinking
    builder.create(self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpcgwcocw7/bin/python3.11' -> '/tmp/tmpcgwcocw7/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 374, in test_upgrade
    self.run_with_capture(builder.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmp0kfqs7no/bin/python3.11' -> '/tmp/tmp0kfqs7no/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 580, in test_zippath_from_non_installed_posix
    shutil.copytree(fn, os.path.join(libdir, name))
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 561, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 515, in _copytree
    raise Error(errors)
shutil.Error: [('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-s390x-linux-gnu.so', '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-s390x-linux-gnu.so' -> '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-s390x-linux-gnu.so', '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_posixshmem.cpython-311-s390x-linux-gnu.so', '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_posixshmem.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_posixshmem.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_uuid.cpython-311-s390x-linux-gnu.so', '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_uuid.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_uuid.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-s390x-linux-gnu.so', '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited.cpython-311-s390x-linux-gnu.so', '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/xxlimited.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/xxlimited.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-s390x-linux-gnu.so', '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_tkinter.cpython-311-s390x-linux-gnu.so', '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_tkinter.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_tkinter.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_decimal.cpython-311-s390x-linux-gnu.so', '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_decimal.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_decimal.cpython-311-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes.cpython-311-s390x-linux-gnu.so', '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_ctypes.cpython-311-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp6ch323bi/lib/python3.11/lib-dynload/_ctypes.cpython-311-s390x-linux-gnu.so'")]


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 475, in test_multiprocessing
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmp09eoigue/bin/python3.11' -> '/tmp/tmp09eoigue/bin/python'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/tests/test_install.py", line 232, in test_record_extensions
    cmd.run()
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/command/install.py", line 568, in run
    self.run_command('build')
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/dist.py", line 985, in run_command
    cmd_obj.run()
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/command/build.py", line 135, in run
    self.run_command(cmd_name)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/dist.py", line 985, in run_command
    cmd_obj.run()
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/command/build_ext.py", line 340, in run
    self.build_extensions()
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/command/build_ext.py", line 449, in build_extensions
    self._build_extensions_serial()
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/command/build_ext.py", line 474, in _build_extensions_serial
    self.build_extension(ext)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/command/build_ext.py", line 551, in build_extension
    self.compiler.link_shared_object(
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/ccompiler.py", line 713, in link_shared_object
    self.link(CCompiler.SHARED_OBJECT, objects,
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/distutils/unixccompiler.py", line 206, in link
    raise LinkError(msg)
distutils.errors.LinkError: command '/usr/bin/clang' failed with exit code 1


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 169, in test_config_file_command_key
    self.run_with_capture(b.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 300, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/venv/__init__.py", line 235, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 269, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 158, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/shutil.py", line 144, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/tmpooir1zod/bin/python3.11' -> '/tmp/tmpooir1zod/bin/python'

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora LTO 3.11 has failed when building commit 045c8a1.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/975/builds/609) and take a look at the build logs.
  4. Check if the failure is related to this commit (045c8a1) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/975/builds/609

Summary of the results of the build (if available):

Click to see traceback logs
remote: Enumerating objects: 5, done.        
remote: Counting objects:  20% (1/5)        
remote: Counting objects:  40% (2/5)        
remote: Counting objects:  60% (3/5)        
remote: Counting objects:  80% (4/5)        
remote: Counting objects: 100% (5/5)        
remote: Counting objects: 100% (5/5), done.        
remote: Compressing objects:  20% (1/5)        
remote: Compressing objects:  40% (2/5)        
remote: Compressing objects:  60% (3/5)        
remote: Compressing objects:  80% (4/5)        
remote: Compressing objects: 100% (5/5)        
remote: Compressing objects: 100% (5/5), done.        
remote: Total 5 (delta 0), reused 1 (delta 0), pack-reused 0        
From https://github.com/python/cpython
 * branch                  3.11       -> FETCH_HEAD
Note: switching to '045c8a1779036172f20d60bf206649c8823bb34b'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 045c8a1779 [3.11] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (GH-102788)
Switched to and reset branch '3.11'

Objects/obmalloc.c:1449:1: warning: ‘always_inline’ function might not be inlinable [-Wattributes]
 1449 | arena_map_get(block *p, int create)
      | ^~~~~~~~~~~~~
In function ‘word_to_string’,
    inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13,
    inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:611:18:
./Modules/_decimal/libmpdec/io.c:348:40: warning: array subscript 0 is outside array bounds of ‘char[0:]’ [-Warray-bounds]
  348 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘word_to_string’,
    inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13,
    inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:607:18:
./Modules/_decimal/libmpdec/io.c:348:40: warning: array subscript 0 is outside array bounds of ‘char[0:]’ [-Warray-bounds]
  348 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘word_to_string’,
    inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13,
    inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:501:22:
./Modules/_decimal/libmpdec/io.c:348:40: warning: array subscript 0 is outside array bounds of ‘char[0:]’ [-Warray-bounds]
  348 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: array subscript 0 is outside array bounds of ‘char[0:]’ [-Warray-bounds]
  348 |         if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
      |                                   ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘_bufferedreader_read_generic’,
    inlined from ‘_io__Buffered_read_impl’ at ./Modules/_io/bufferedio.c:885:0,
    inlined from ‘_io__Buffered_read’ at ./Modules/_io/clinic/bufferedio.c.h:169:0:
./Modules/_io/bufferedio.c:1695: warning: ‘memcpy’ specified bound between 9223372036854775808 and 18446744073709551613 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
 1695 |             memcpy(out + written, self->buffer + self->pos, r);
      | 
In function ‘_bufferedreader_read_generic’,
    inlined from ‘_io__Buffered_read_impl’ at ./Modules/_io/bufferedio.c:885:0,
    inlined from ‘_io__Buffered_read’ at ./Modules/_io/clinic/bufferedio.c.h:169:0:
./Modules/_io/bufferedio.c:1695: warning: ‘memcpy’ specified bound between 9223372036854775808 and 18446744073709551613 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
 1695 |             memcpy(out + written, self->buffer + self->pos, r);
      | 
In function ‘_bufferedreader_read_generic’,
    inlined from ‘_io__Buffered_read_impl’ at ./Modules/_io/bufferedio.c:885:0,
    inlined from ‘_io__Buffered_read’ at ./Modules/_io/clinic/bufferedio.c.h:169:0:
./Modules/_io/bufferedio.c:1695: warning: ‘memcpy’ specified bound between 9223372036854775808 and 18446744073709551613 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
 1695 |             memcpy(out + written, self->buffer + self->pos, r);
      | 
/tmp/cckCxXCw.s: Assembler messages:
/tmp/cckCxXCw.s: Fatal error: can't write 3946 bytes to section .text of /tmp/cceUSnuA.lto.o: 'No space left on device'
/tmp/ccnxC5Jj.s: Assembler messages:
/tmp/ccnxC5Jj.s: Fatal error: can't write 3948 bytes to section .rodata of /tmp/cc1NJCqO.lto.o: 'No space left on device'
/tmp/cckCxXCw.s: Fatal error: /tmp/cceUSnuA.lto.o: No space left on device
/tmp/ccnxC5Jj.s: Fatal error: /tmp/cc1NJCqO.lto.o: No space left on device
lto-wrapper: fatal error: gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
lto-wrapper: fatal error: gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make: *** [Makefile:1097: Programs/_testembed] Error 1
make: *** Waiting for unfinished jobs....
collect2: error: ld returned 1 exit status
make: *** [Makefile:837: python] Error 1

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:2546: clean-retain-profile] Error 1 (ignored)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants