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

gh-104922: remove PY_SSIZE_T_CLEAN #106315

Merged
merged 1 commit into from Jul 2, 2023
Merged

Conversation

methane
Copy link
Member

@methane methane commented Jul 1, 2023

@methane methane merged commit d5bd32f into python:main Jul 2, 2023
21 checks passed
@methane methane deleted the remove-ssize_t_clean branch July 2, 2023 06:07
@bedevere-bot
Copy link

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

Hi! The buildbot s390x Fedora Clang 3.x has failed when building commit d5bd32f.

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/3/builds/4184) and take a look at the build logs.
  4. Check if the failure is related to this commit (d5bd32f) 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/3/builds/4184

Failed tests:

  • test_tools

Failed subtests:

  • test_no_args_respects_quiet_flag - test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_quiet_flag
  • 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 ==

429 tests OK.

10 slowest tests:

  • test_tools: 3 min 19 sec
  • test_concurrent_futures: 2 min 45 sec
  • test_multiprocessing_spawn: 2 min 6 sec
  • test_math: 1 min 28 sec
  • test_multiprocessing_forkserver: 1 min 23 sec
  • test_multiprocessing_fork: 1 min 18 sec
  • test_signal: 1 min 11 sec
  • test_gdb: 1 min 10 sec
  • test_capi: 1 min 4 sec
  • test_socket: 55.3 sec

1 test failed:
test_tools

16 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_perf_profiler test_readline
test_startfile test_tkinter test_ttk test_winconsoleio test_winreg
test_winsound test_wmi test_zipfile64

2 re-run tests:
test_compileall test_tools

Total duration: 7 min 2 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_py_compile.py", line 22, in wrapper
    return fxn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_compileall.py", line 574, in test_no_args_respects_quiet_flag
    noisy = self.assertRunOK(**env)
            ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_compileall.py", line 524, in assertRunOK
    rc, out, err = script_helper.assert_python_ok(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/support/script_helper.py", line 151, in _assert_python
    res.fail(cmd_line)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/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.x.edelsohn-fedora-z.clang/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall']


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.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.x.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line 180, in prepare
    _run_quiet([MAKE, '-C', builddir, parallel])
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
    return subprocess.run(
           ^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/test_python_decg3ojn/tmpev1_45ax/python-build', '-j2']' returned non-zero exit status 2.


Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/test_python_decg3ojn/tmpev1_45ax/cpython/Lib/sysconfig.py", line 740, in get_config_var
    return get_config_vars().get(name)
           ^^^^^^^^^^^^^^^^^
  File "/tmp/test_python_decg3ojn/tmpev1_45ax/cpython/Lib/sysconfig.py", line 723, in get_config_vars
    _init_config_vars()
  File "/tmp/test_python_decg3ojn/tmpev1_45ax/cpython/Lib/sysconfig.py", line 670, in _init_config_vars
    _init_posix(_CONFIG_VARS)
  File "/tmp/test_python_decg3ojn/tmpev1_45ax/cpython/Lib/sysconfig.py", line 536, 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.x.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.x.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.x.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.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 588, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 542, in _copytree
    raise Error(errors)
shutil.Error: [('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_decimal.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_decimal.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_decimal.cpython-313d-s390x-linux-gnu.so' -> '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_decimal.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/binascii.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/binascii.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/binascii.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_bz2.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_bz2.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_bz2.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_lzma.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_lzma.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_lzma.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/zlib.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/zlib.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/zlib.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_dbm.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_dbm.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_dbm.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_gdbm.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_gdbm.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_gdbm.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_md5.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_md5.cpython-313d-s390
nu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_sha3.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_sha3.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_blake2.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_blake2.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_blake2.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/pyexpat.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/pyexpat.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/pyexpat.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_elementtree.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_elementtree.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_elementtree.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_codecs_cn.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_codecs_cn.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_codecs_cn.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_codecs_hk.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_codecs_hk.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_codecs_hk.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_codecs_iso2022.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_codecs_iso2022.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_codecs_iso2022.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_codecs_jp.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_codecs_jp.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_codecs_jp.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_codecs_kr.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_codecs_kr.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_codecs_kr.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_codecs_tw.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_codecs_tw.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_codecs_tw.cpython-313d-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/lib.linux-s390x-3.13-pydebug/_multibytecodec.cpython-313d-s390x-linux-gnu.so', '/tmp/tmpyetlgw2l/cpython/build/lib.linux-s390x-3.13-pydebug/_multibytecodec.cpython-313d-s390x-linux-gnu.so', "[Errno 28] No space left on

@bedevere-bot
Copy link

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

Hi! The buildbot s390x Fedora 3.x has failed when building commit d5bd32f.

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/223/builds/4055) and take a look at the build logs.
  4. Check if the failure is related to this commit (d5bd32f) 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/223/builds/4055

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 ==

429 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 40 sec
  • test_multiprocessing_spawn: 2 min 33 sec
  • test_math: 2 min 33 sec
  • test_gdb: 1 min 37 sec
  • test_multiprocessing_forkserver: 1 min 35 sec
  • test_capi: 1 min 33 sec
  • test_multiprocessing_fork: 1 min 10 sec
  • test_signal: 1 min 6 sec
  • test_socket: 51.8 sec
  • test_unparse: 48.6 sec

1 test failed:
test_tools

16 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_perf_profiler test_readline
test_startfile test_tkinter test_ttk test_winconsoleio test_winreg
test_winsound test_wmi test_zipfile64

1 re-run test:
test_tools

Total duration: 7 min 27 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.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.x.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 146, in prepare
    copy_source_tree(srcdir, SRCDIR)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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.x.edelsohn-fedora-z/build/Lib/shutil.py", line 588, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shutil.py", line 542, in _copytree
    raise Error(errors)
shutil.Error: [('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3688763æ/test_python_worker_3696025æ/@test_3696025_tmpæ-tardir/extractall_ctrl/ustar/fifotype', '/tmp/test_python_er4xxjiy/tmp6q845l3f/cpython/build/test_python_3688763æ/test_python_worker_3696025æ/@test_3696025_tmpæ-tardir/extractall_ctrl/ustar/fifotype', '`/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3688763æ/test_python_worker_3696025æ/@test_3696025_tmpæ-tardir/extractall_ctrl/ustar/fifotype` is a named pipe')]


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.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.x.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 146, in prepare
    copy_source_tree(srcdir, SRCDIR)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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.x.edelsohn-fedora-z/build/Lib/shutil.py", line 588, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shutil.py", line 542, in _copytree
    raise Error(errors)
shutil.Error: [('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/_bootstrap_python', '/tmp/tmpgk6b_n65/cpython/_bootstrap_python', "[Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/_bootstrap_python' -> '/tmp/tmpgk6b_n65/cpython/_bootstrap_python'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/platform', '/tmp/tmpgk6b_n65/cpython/platform', "[Errno 28] No space left on device: '/tmp/tmpgk6b_n65/cpython/platform'")]

@bedevere-bot
Copy link

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

Hi! The buildbot s390x Fedora Clang Installed 3.x has failed when building commit d5bd32f.

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/531/builds/4073) and take a look at the build logs.
  4. Check if the failure is related to this commit (d5bd32f) 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/531/builds/4073

Failed tests:

  • test_venv

Failed subtests:

  • test_no_args_compiles_path - test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_compiles_path
  • test_with_pip - test.test_venv.EnsurePipTest.test_with_pip
  • test_deactivate_with_strict_bash_opts - test.test_venv.BasicTest.test_deactivate_with_strict_bash_opts
  • test_no_args_respects_force_flag - test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_force_flag
  • test_config_file_command_key - test.test_venv.BasicTest.test_config_file_command_key
  • test_prompt - test.test_venv.BasicTest.test_prompt
  • 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_isolation - test.test_venv.BasicTest.test_isolation
  • test_explicit_no_pip - test.test_venv.EnsurePipTest.test_explicit_no_pip

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

== Tests result: FAILURE then FAILURE ==

426 tests OK.

1 test failed:
test_venv

19 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_asdl_parser test_clinic
test_devpoll test_gdb test_ioctl test_kqueue test_launcher
test_perf_profiler test_readline test_startfile test_tkinter
test_ttk test_winconsoleio test_winreg test_winsound test_wmi
test_zipfile64

2 re-run tests:
test_compileall test_venv

Total duration: 3 min 46 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 403, in test_symlinking
    builder.create(self.env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 301, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 273, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 164, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 150, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmp1vzf5ze6/bin/python3.13' -> '/tmp/test_python_hkk93zv7/tmp1vzf5ze6/bin/python3'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 781, in test_with_pip
    self.do_test_with_pip(False)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 705, in do_test_with_pip
    self.run_with_capture(venv.create, self.env_dir,
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 301, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 273, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 164, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 150, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpvv6f5zk9/bin/python3.13' -> '/tmp/test_python_hkk93zv7/tmpvv6f5zk9/bin/python3'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 781, in test_with_pip
    self.do_test_with_pip(False)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 704, in do_test_with_pip
    with self.nicer_error():
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/contextlib.py", line 155, in __exit__
    self.gen.throw(value)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 773, in nicer_error
    self.fail(
AssertionError: Command '['/tmp/tmpgdxhs324/bin/python3.13', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 630, in test_activate_shell_script_has_no_dos_newlines
    venv.create(venv_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 301, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 273, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 164, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 150, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmplgyiijix/bin/python3.13' -> '/tmp/test_python_hkk93zv7/tmplgyiijix/bin/python3'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_py_compile.py", line 22, in wrapper
    return fxn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_compileall.py", line 548, in test_no_args_compiles_path
    self.assertRunOK(**env)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_compileall.py", line 524, in assertRunOK
    rc, out, err = script_helper.assert_python_ok(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/support/script_helper.py", line 166, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/support/script_helper.py", line 151, in _assert_python
    res.fail(cmd_line)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/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.x.edelsohn-fedora-z.clang-installed/build/target/bin/python3.13', '-X', 'faulthandler', '-S', '-m', 'compileall']


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 581, in test_zippath_from_non_installed_posix
    shutil.copytree(fn, os.path.join(libdir, name))
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 588, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 542, in _copytree
    raise Error(errors)
shutil.Error: [('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_decimal.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_decimal.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_decimal.cpython-313-s390x-linux-gnu.so' -> '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_decimal.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/binascii.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/binascii.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/binascii.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_bz2.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_bz2.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_bz2.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_lzma.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_lzma.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_lzma.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/zlib.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/zlib.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/zlib.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_dbm.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_dbm.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_dbm.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_gdbm.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_gdbm.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_gdbm.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_md5.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_md5.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_md5.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-install
/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_blake2.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_blake2.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_blake2.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/pyexpat.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/pyexpat.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/pyexpat.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_elementtree.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_elementtree.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_elementtree.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_codecs_cn.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_codecs_cn.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_codecs_cn.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_codecs_hk.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_codecs_hk.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_codecs_hk.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_codecs_iso2022.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_codecs_iso2022.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_codecs_iso2022.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_codecs_jp.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_codecs_jp.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_codecs_jp.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_codecs_kr.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_codecs_kr.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_codecs_kr.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_codecs_tw.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_codecs_tw.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_codecs_tw.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_multibytecodec.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_multibytecodec.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/_multibytecodec.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/unicodedata.cpython-313-s390x-linux-gnu.so', '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/unicodedata.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/tmp9ba63ry8/lib/python3.13/lib-dynload/unicodedata.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-f


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


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 581, in test_zippath_from_non_installed_posix
    shutil.copytree(fn, os.path.join(libdir, name))
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 588, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 542, in _copytree
    raise Error(errors)
shutil.Error: [('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_decimal.cpython-313-s390x-linux-gnu.so', '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_decimal.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_decimal.cpython-313-s390x-linux-gnu.so' -> '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_decimal.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/binascii.cpython-313-s390x-linux-gnu.so', '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/binascii.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/binascii.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_bz2.cpython-313-s390x-linux-gnu.so', '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_bz2.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_bz2.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_lzma.cpython-313-s390x-linux-gnu.so', '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_lzma.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_lzma.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/zlib.cpython-313-s390x-linux-gnu.so', '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/zlib.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/zlib.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_dbm.cpython-313-s390x-linux-gnu.so', '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_dbm.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_dbm.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_gdbm.cpython-313-s390x-linux-gnu.so', '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_gdbm.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_gdbm.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_md5.cpython-313-s390x-linux-gnu.so', '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_md5.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_md5.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_sha1.cpython-313-s390x-linux-gnu.so', '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_sha1.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_sha1.cpython-313-s390x-linux-gnu.so'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/lib-dynload/_sha2.cpython-313-s390x-linux-gnu.so', '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_sha2.cpython-313-s390x-linux-gnu.so', "[Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpemfgkeio/lib/python3.13/lib-dynload/_sha


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


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


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/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.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 301, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 273, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 164, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 150, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmprgsczon1/bin/python3.13' -> '/tmp/test_python_hkk93zv7/tmprgsczon1/bin/python3'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 335, in test_overwrite_existing
    venv.create(self.env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 301, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 273, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 164, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 150, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpkexw5jwv/bin/python3.13' -> '/tmp/test_python_hkk93zv7/tmpkexw5jwv/bin/python3'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/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.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 301, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 273, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 164, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 150, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpq4n0txui/bin/python3.13' -> '/tmp/test_python_hkk93zv7/tmpq4n0txui/bin/python3'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 659, in test_explicit_no_pip
    self.run_with_capture(venv.create, self.env_dir, with_pip=False)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 301, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 273, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 164, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 150, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpldc4oo3o/bin/python3.13' -> '/tmp/test_python_hkk93zv7/tmpldc4oo3o/bin/python3'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/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.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 301, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 273, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 164, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 150, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpefogicso/bin/python3.13' -> '/tmp/test_python_hkk93zv7/tmpefogicso/bin/python3'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 654, in test_no_pip_by_default
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 301, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 273, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 164, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 150, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpjow2o7c_/bin/python3.13' -> '/tmp/test_python_hkk93zv7/tmpjow2o7c_/bin/python3'


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


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 769, in nicer_error
    yield
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 705, in do_test_with_pip
    self.run_with_capture(venv.create, self.env_dir,
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 76, in create
    self._setup_pip(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 359, in _setup_pip
    self._call_new_python(context, '-m', 'ensurepip', '--upgrade',
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 355, in _call_new_python
    subprocess.check_output(args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/subprocess.py", line 466, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/tmpgdxhs324/bin/python3.13', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_py_compile.py", line 22, in wrapper
    return fxn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_py_compile.py", line 22, in wrapper
    return fxn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_compileall.py", line 557, in test_no_args_respects_force_flag
    self.assertRunOK(**env)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_compileall.py", line 524, in assertRunOK
    rc, out, err = script_helper.assert_python_ok(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/support/script_helper.py", line 166, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/support/script_helper.py", line 151, in _assert_python
    res.fail(cmd_line)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/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.x.edelsohn-fedora-z.clang-installed/build/target/bin/python3.13', '-X', 'faulthandler', '-S', '-m', 'compileall']


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/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.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 301, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 273, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 164, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 150, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmp213s4xde/bin/python3.13' -> '/tmp/test_python_hkk93zv7/tmp213s4xde/bin/python3'


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


Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/ensurepip/__main__.py", line 5, in <module>
    sys.exit(ensurepip._main())
             ^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/ensurepip/__init__.py", line 284, in _main
    return _bootstrap(
           ^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/ensurepip/__init__.py", line 185, in _bootstrap
    fp.write(whl)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/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.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 301, in setup_python
    copier(context.env_exe, path, relative_symlinks_ok=True)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 273, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 164, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.13/shutil.py", line 150, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_hkk93zv7/tmpe0vdnsfd/bin/python3.13' -> '/tmp/test_python_hkk93zv7/tmpe0vdnsfd/bin/python3'

carljm added a commit to carljm/cpython that referenced this pull request Jul 3, 2023
* main: (167 commits)
  pythongh-91053: make func watcher tests resilient to other func watchers (python#106286)
  pythongh-104050: Add more type hints to Argument Clinic DSLParser() (python#106354)
  pythongh-106359: Fix corner case bugs in Argument Clinic converter parser (python#106361)
  pythongh-104146: Remove unused attr 'parameter_indent' from clinic.DLParser (python#106358)
  pythongh-106320: Remove private _PyErr C API functions (python#106356)
  pythongh-104050: Annotate Argument Clinic DSLParser attributes (python#106357)
  pythongh-106320: Create pycore_modsupport.h header file (python#106355)
  pythongh-106320: Move _PyUnicodeWriter to the internal C API (python#106342)
  pythongh-61215: New mock to wait for multi-threaded events to happen (python#16094)
  Document PYTHONSAFEPATH along side -P (python#106122)
  Replace the esoteric term 'datum' when describing dict comprehensions (python#106119)
  pythongh-104050: Add more type hints to Argument Clinic DSLParser() (python#106343)
  pythongh-106320: _testcapi avoids private _PyUnicode_EqualToASCIIString() (python#106341)
  pythongh-106320: Add pycore_complexobject.h header file (python#106339)
  pythongh-106078: Move DecimalException to _decimal state (python#106301)
  pythongh-106320: Use _PyInterpreterState_GET() (python#106336)
  pythongh-106320: Remove private _PyInterpreterState functions (python#106335)
  pythongh-104922: Doc: add note about PY_SSIZE_T_CLEAN (python#106314)
  pythongh-106217: Truncate the issue body size of `new-bugs-announce-notifier` (python#106329)
  pythongh-104922: remove PY_SSIZE_T_CLEAN (python#106315)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants