Skip to content

gh-103845: Remove line & instruction instrumentations before adding them back #103851

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

Merged
merged 3 commits into from
May 3, 2023

Conversation

gaogaotiantian
Copy link
Member

@gaogaotiantian gaogaotiantian commented Apr 25, 2023

@carljm carljm added the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Apr 26, 2023
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @carljm for commit 760e8ca 🤖

If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Apr 26, 2023
@markshannon
Copy link
Member

@gaogaotiantian Thanks for this.

I think the earlier buidlbots failures were unrelated to this PR. Let's try again.

@markshannon markshannon added the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label May 2, 2023
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @markshannon for commit 760e8ca 🤖

If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label May 2, 2023
@markshannon markshannon merged commit bcea36f into python:main May 3, 2023
@bedevere-bot
Copy link

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

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

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

Failed tests:

  • test_threading
  • test_tools
  • test_compileall

Failed subtests:

  • test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
  • test_no_args_respects_quiet_flag - test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_quiet_flag

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

== Tests result: FAILURE then FAILURE ==

441 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 43 sec
  • test_tools: 2 min 35 sec
  • test_multiprocessing_spawn: 2 min 34 sec
  • test_math: 2 min
  • test_multiprocessing_forkserver: 1 min 27 sec
  • test_tokenize: 1 min 14 sec
  • test_multiprocessing_fork: 1 min 13 sec
  • test_signal: 1 min 6 sec
  • test_capi: 1 min 2 sec
  • test_gdb: 58.0 sec

1 test failed:
test_tools

20 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_msilib test_nis test_peg_generator
test_perf_profiler test_readline test_startfile test_tix
test_tkinter test_ttk test_winconsoleio test_winreg test_winsound
test_wmi test_zipfile64

3 re-run tests:
test_compileall test_threading test_tools

1 test run no tests:
test_threading

Total duration: 8 min 27 sec

Click to see traceback logs
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/test_python_c9vff1l1/tmpwms93w2e/cpython/Lib/sysconfig.py", line 740, in get_config_var
    return get_config_vars().get(name)
           ^^^^^^^^^^^^^^^^^
  File "/tmp/test_python_c9vff1l1/tmpwms93w2e/cpython/Lib/sysconfig.py", line 723, in get_config_vars
    _init_config_vars()
  File "/tmp/test_python_c9vff1l1/tmpwms93w2e/cpython/Lib/sysconfig.py", line 670, in _init_config_vars
    _init_posix(_CONFIG_VARS)
  File "/tmp/test_python_c9vff1l1/tmpwms93w2e/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/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 184, in prepare
    _run_quiet([MAKE, '-C', builddir, 'install'])
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
    return subprocess.run(
           ^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmpdwe8h6j7/python-build', 'install']' returned non-zero exit status 2.


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/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/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/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/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/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/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall']


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script
    executable = helper.freeze(python, scriptfile, outdir)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 197, in freeze
    _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet
    return subprocess.run(
           ^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/test_python_c9vff1l1/tmpwms93w2e/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/freeze.py', '-o', '/tmp/test_python_c9vff1l1/tmpwms93w2e', '/tmp/test_python_c9vff1l1/tmpwms93w2e/app.py']' returned non-zero exit status 1.


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/freeze.py", line 489, in <module>
    main()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/freeze.py", line 387, in main
    files = makefreeze.makefreeze(base, dict, debug, custom_entry_point,
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/makefreeze.py", line 42, in makefreeze
    with bkfile.open(base + file, 'w') as outfp:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/bkfile.py", line 15, in open
    return _orig_open(file, mode, bufsize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_c9vff1l1/tmpwms93w2e/M__sitebuiltins.c'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/bkfile.py", line 13, in open
    os.rename(file, backup)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/test_python_c9vff1l1/tmpwms93w2e/M__sitebuiltins.c' -> '/tmp/test_python_c9vff1l1/tmpwms93w2e/M__sitebuiltins.c~'


Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/tmpdwe8h6j7/cpython/Lib/sysconfig.py", line 740, in get_config_var
    return get_config_vars().get(name)
           ^^^^^^^^^^^^^^^^^
  File "/tmp/tmpdwe8h6j7/cpython/Lib/sysconfig.py", line 723, in get_config_vars
    _init_config_vars()
  File "/tmp/tmpdwe8h6j7/cpython/Lib/sysconfig.py", line 670, in _init_config_vars
    _init_posix(_CONFIG_VARS)
  File "/tmp/tmpdwe8h6j7/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'

@bedevere-bot
Copy link

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

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

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

Failed tests:

  • test_venv
  • test_tools
  • test_multiprocessing_main_handling
  • test_sax
  • test_multiprocessing_forkserver

Failed subtests:

  • test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
  • test_explicit_no_pip - test.test_venv.EnsurePipTest.test_explicit_no_pip
  • test_barrier - test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_barrier
  • test_with_pip - test.test_venv.EnsurePipTest.test_with_pip
  • test_prompt - test.test_venv.BasicTest.test_prompt
  • test_no_pip_by_default - test.test_venv.EnsurePipTest.test_no_pip_by_default
  • test_ipython_workaround - test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_ipython_workaround
  • test_zippath_from_non_installed_posix - test.test_venv.BasicTest.test_zippath_from_non_installed_posix
  • test_expat_binary_file_nonascii - test.test_sax.ExpatReaderTest.test_expat_binary_file_nonascii
  • test_namespace - test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_namespace

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

== Tests result: FAILURE then FAILURE ==

442 tests OK.

10 slowest tests:

  • test_tools: 2 min 33 sec
  • test_concurrent_futures: 2 min 20 sec
  • test_multiprocessing_spawn: 2 min 2 sec
  • test_multiprocessing_forkserver: 1 min 28 sec
  • test_math: 1 min 16 sec
  • test_multiprocessing_fork: 1 min 10 sec
  • test_signal: 1 min 9 sec
  • test_capi: 52.0 sec
  • test_gdb: 51.3 sec
  • test_socket: 46.9 sec

1 test failed:
test_tools

20 tests skipped:
test.test_asyncio.test_windows_events
test.test_asyncio.test_windows_utils test_devpoll test_ioctl
test_kqueue test_launcher test_msilib test_nis test_peg_generator
test_perf_profiler test_readline test_startfile test_tix
test_tkinter test_ttk test_winconsoleio test_winreg test_winsound
test_wmi test_zipfile64

5 re-run tests:
test_multiprocessing_forkserver test_multiprocessing_main_handling
test_sax test_tools test_venv

Total duration: 7 min 57 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_venv.py", line 373, in test_upgrade
    self.run_with_capture(builder.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/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/build/Lib/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 271, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 162, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 148, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmpqqqggzrn/bin/python' -> '/tmp/test_python_j7csaf12/tmpqqqggzrn/bin/python3.12'


Traceback (most recent call last):
  File "/tmp/test_python_pgjxvs5_/tmpnm9coopp/ipython", line 18, in <module>
    with Pool(5) as pool:
         ^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/context.py", line 119, in Pool
    return Pool(processes, initializer, initargs, maxtasksperchild,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/pool.py", line 215, in __init__
    self._repopulate_pool()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/pool.py", line 306, in _repopulate_pool
    return self._repopulate_pool_static(self._ctx, self.Process,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/pool.py", line 329, in _repopulate_pool_static
    w.start()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line 121, in start
    self._popen = self._Popen(self)
                  ^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/context.py", line 301, in _Popen
    return Popen(process_obj)
           ^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__
    super().__init__(process_obj)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__
    self._launch(process_obj)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch
    self.sentinel, w = forkserver.connect_to_new_process(self._fds)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process
    self.ensure_running()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/forkserver.py", line 137, in ensure_running
    address = connection.arbitrary_address('AF_UNIX')
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address
    return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir())
                                                   ^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir
    tempdir = tempfile.mkdtemp(prefix='pymp-')
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/tempfile.py", line 357, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/tempfile.py", line 126, in _sanitize_params
    dir = gettempdir()
          ^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/tempfile.py", line 299, in gettempdir
    return _os.fsdecode(_gettempdir())
                        ^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/tempfile.py", line 292, in _gettempdir
    tempdir = _get_default_tempdir()
              ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/tempfile.py", line 223, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp/test_python_pgjxvs5_', '/tmp/test_python_pgjxvs5_', '/tmp/test_python_pgjxvs5_', '/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_429889��/test_python_worker_460099��']
---


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/_test_multiprocessing.py", line 5567, in setUp
    self.manager.start()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line 566, in start
    self._address = reader.recv()
                    ^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line 249, in recv
    buf = self._recv_bytes()
          ^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line 413, in _recv_bytes
    buf = self._recv(4)
          ^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line 382, in _recv
    raise EOFError
EOFError


Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/tmp4v3nva0o/cpython/Lib/sysconfig.py", line 740, in get_config_var
    return get_config_vars().get(name)
           ^^^^^^^^^^^^^^^^^
  File "/tmp/tmp4v3nva0o/cpython/Lib/sysconfig.py", line 723, in get_config_vars
    _init_config_vars()
  File "/tmp/tmp4v3nva0o/cpython/Lib/sysconfig.py", line 670, in _init_config_vars
    _init_posix(_CONFIG_VARS)
  File "/tmp/tmp4v3nva0o/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_venv.py", line 402, in test_symlinking
    builder.create(self.env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/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/build/Lib/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 271, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 162, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 148, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmpinkzkenk/bin/python' -> '/tmp/test_python_j7csaf12/tmpinkzkenk/bin/python3.12'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_venv.py", line 579, 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/build/Lib/shutil.py", line 563, 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 517, in _copytree
    raise Error(errors)
shutil.Error: [('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_profile.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_profile.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_profile.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_property.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_property.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_property.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_pstats.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_pstats.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_pstats.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_io.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_io.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_io.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_pulldom.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_pulldom.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_pulldom.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_pwd.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_pwd.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_pwd.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_py_compile.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_py_compile.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_py_compile.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_pyclbr.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_pyclbr.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_pyclbr.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_pydoc.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_pydoc.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_pydoc.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_pyexpat.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_pyexpat.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_pyexpat.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_queue.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_queue.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_queue.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_quopri.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_quopri.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_quopri.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_raise.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_raise.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_raise.py'"), ('/home/dje/cpython-buildarea/3.x.edels
st_lzma.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_lzma.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_readline.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_readline.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_readline.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_regrtest.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_regrtest.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_regrtest.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_repl.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_repl.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_repl.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_reprlib.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_reprlib.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_reprlib.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_resource.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_resource.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_resource.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_richcmp.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_richcmp.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_richcmp.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_rlcompleter.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_rlcompleter.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_rlcompleter.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_robotparser.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_robotparser.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_robotparser.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_runpy.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_runpy.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_runpy.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_sax.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_sax.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_sax.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_sched.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_sched.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_sched.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_scope.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_scope.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_scope.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_script_helper.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_script_helper.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_script_helper.py'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_secrets.py', '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/test_secrets.py', "[Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmphkw34ga6/lib/python3.12/test/t


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line 591, in _run_server
    server = cls._Server(registry, address, authkey, serializer)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line 156, in __init__
    self.listener = Listener(address=address, backlog=16)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line 447, in __init__
    self._listener = SocketListener(address, family, backlog)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line 590, in __init__
    self._socket.bind(address)
OSError: [Errno 28] No space left on device
Process SyncManager-37:
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line 591, in _run_server
    server = cls._Server(registry, address, authkey, serializer)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line 156, in __init__
    self.listener = Listener(address=address, backlog=16)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line 447, in __init__
    self._listener = SocketListener(address, family, backlog)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line 590, in __init__
    self._socket.bind(address)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/test_python_p5dyi5jt/tmprlf2tw1g/cpython/Lib/sysconfig.py", line 740, in get_config_var
    return get_config_vars().get(name)
           ^^^^^^^^^^^^^^^^^
  File "/tmp/test_python_p5dyi5jt/tmprlf2tw1g/cpython/Lib/sysconfig.py", line 723, in get_config_vars
    _init_config_vars()
  File "/tmp/test_python_p5dyi5jt/tmprlf2tw1g/cpython/Lib/sysconfig.py", line 670, in _init_config_vars
    _init_posix(_CONFIG_VARS)
  File "/tmp/test_python_p5dyi5jt/tmprlf2tw1g/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_venv.py", line 492, in test_multiprocessing_recursion
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/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/build/Lib/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 271, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 162, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 148, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmprv0li2cp/bin/python' -> '/tmp/test_python_j7csaf12/tmprv0li2cp/bin/python3.12'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_venv.py", line 244, in test_prefixes
    self.run_with_capture(venv.create, self.env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/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/build/Lib/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 271, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 162, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 148, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmpdgrurfjp/bin/python' -> '/tmp/test_python_j7csaf12/tmpdgrurfjp/bin/python3.12'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_venv.py", line 334, in test_overwrite_existing
    venv.create(self.env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/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/build/Lib/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 271, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 162, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 148, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmp7vpfk30u/bin/python' -> '/tmp/test_python_j7csaf12/tmp7vpfk30u/bin/python3.12'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_multiprocessing_main_handling.py", line 194, in test_ipython_workaround
    self._check_script(script_no_suffix)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_multiprocessing_main_handling.py", line 167, in _check_script
    rc, out, err = assert_python_ok(*run_args, __isolated=False)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  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', '-E', '/tmp/test_python_pgjxvs5_/tmpnm9coopp/ipython', 'forkserver']


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_venv.py", line 780, in test_with_pip
    self.do_test_with_pip(False)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_venv.py", line 704, 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/build/Lib/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/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/build/Lib/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 271, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 162, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 148, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmpqr4a4fwj/bin/python' -> '/tmp/test_python_j7csaf12/tmpqr4a4fwj/bin/python3.12'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_venv.py", line 653, 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/build/Lib/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/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/build/Lib/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 271, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 162, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 148, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmpkgdxrfkv/bin/python' -> '/tmp/test_python_j7csaf12/tmpkgdxrfkv/bin/python3.12'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_venv.py", line 658, 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/build/Lib/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/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/build/Lib/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 271, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 162, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 148, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmpgrv8d3iv/bin/python' -> '/tmp/test_python_j7csaf12/tmpgrv8d3iv/bin/python3.12'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_venv.py", line 262, 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/build/Lib/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/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/build/Lib/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 271, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 162, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 148, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmp1x_xj6ca/bin/python' -> '/tmp/test_python_j7csaf12/tmp1x_xj6ca/bin/python3.12'


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 184, in prepare
    _run_quiet([MAKE, '-C', builddir, 'install'])
  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/tmp4v3nva0o/python-build', 'install']' returned non-zero exit status 2.


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 184, in prepare
    _run_quiet([MAKE, '-C', builddir, 'install'])
  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_p5dyi5jt/tmprlf2tw1g/python-build', 'install']' returned non-zero exit status 2.


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/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/build/Lib/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/venv/__init__.py", line 74, in create
    self.setup_python(context)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/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/build/Lib/venv/__init__.py", line 236, in symlink_or_copy
    shutil.copyfile(src, dst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 271, in copyfile
    _fastcopy_sendfile(fsrc, fdst)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 162, in _fastcopy_sendfile
    raise err from None
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 148, in _fastcopy_sendfile
    sent = os.sendfile(outfd, infd, offset, blocksize)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/tmp/test_python_j7csaf12/tmpm2ex67qi/bin/python' -> '/tmp/test_python_j7csaf12/tmpm2ex67qi/bin/python3.12'


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_sax.py", line 908, in test_expat_binary_file_nonascii
    shutil.copyfile(TEST_XMLFILE, fname)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/shutil.py", line 260, in copyfile
    with open(dst, 'wb') as fdst:
         ^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_460069_tmp-àòɘŁğ'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants