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-109114: Relax the check for invalid lambdas inside f-strings to avoid false positives #109121

Merged
merged 1 commit into from Sep 8, 2023

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Sep 8, 2023

Copy link
Contributor

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

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

tkinter.tix recommitted by accident?

Copy link
Contributor

@lysnikolaou lysnikolaou left a comment

Choose a reason for hiding this comment

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

Yup, looks good other than the tkinter stuff.

… to avoid false positives

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
@pablogsal pablogsal enabled auto-merge (squash) September 8, 2023 16:39
@pablogsal pablogsal merged commit 5bda2f6 into python:main Sep 8, 2023
22 of 23 checks passed
@pablogsal pablogsal deleted the gh-109114 branch September 8, 2023 17:00
@miss-islington
Copy link
Contributor

Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington
Copy link
Contributor

Sorry, @pablogsal, I could not cleanly backport this to 3.12 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 5bda2f637e1cfbca45a83aa6e22db25498064b27 3.12

@bedevere-bot
Copy link

GH-109155 is a backport of this pull request to the 3.12 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.12 bug and security fixes label Sep 8, 2023
pablogsal added a commit to pablogsal/cpython that referenced this pull request Sep 8, 2023
…strings to avoid false positives (pythonGH-109121).

(cherry picked from commit 5bda2f6)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
pablogsal added a commit to pablogsal/cpython that referenced this pull request Sep 8, 2023
…strings to avoid false positives (pythonGH-109121).

(cherry picked from commit 5bda2f6)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Yhg1s pushed a commit that referenced this pull request Sep 12, 2023
…s to avoid false positives (GH-109121). (#109155)

(cherry picked from commit 5bda2f6)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 Debian PGO 3.12 has failed when building commit 21f4e6d.

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

Failed tests:

  • test_shelve

Failed subtests:

  • test_values - test.test_shelve.TestProto2File_gnuShelve.test_values
  • test_update - test.test_shelve.TestProto2File_dumbShelve.test_update
  • test_write - test.test_shelve.TestProto2File_ndbmShelve.test_write
  • test_len - test.test_shelve.TestProto2File_gnuShelve.test_len
  • test_len - test.test_shelve.TestProto3File_gnuShelve.test_len
  • test_update - test.test_shelve.TestProto2File_ndbmShelve.test_update
  • test_popitem - test.test_shelve.TestProto2File_ndbmShelve.test_popitem
  • test_update - test.test_shelve.TestProto3File_gnuShelve.test_update
  • test_items - test.test_shelve.TestProto2File_gnuShelve.test_items
  • test_bool - test.test_shelve.TestProto2File_ndbmShelve.test_bool
  • test_with_pip - test.test_venv.EnsurePipTest.test_with_pip
  • test_read - test.test_shelve.TestProto3File_dumbShelve.test_read
  • test_setdefault - test.test_shelve.TestProto2File_ndbmShelve.test_setdefault
  • test_pop - test.test_shelve.TestProto2File_ndbmShelve.test_pop
  • test_constructor - test.test_shelve.TestProto2File_gnuShelve.test_constructor
  • test_get - test.test_shelve.TestProto3File_gnuShelve.test_get
  • test_getitem - test.test_shelve.TestProto3File_dumbShelve.test_getitem
  • test_write - test.test_shelve.TestProto2File_gnuShelve.test_write
  • test_popitem - test.test_shelve.TestProto3File_dumbShelve.test_popitem
  • test_write - test.test_shelve.TestProto3File_dumbShelve.test_write
  • test_len - test.test_shelve.TestProto2File_dumbShelve.test_len
  • test_pop - test.test_shelve.TestProto2File_gnuShelve.test_pop
  • test_values - test.test_shelve.TestProto2File_ndbmShelve.test_values
  • test_items - test.test_shelve.TestProto3File_gnuShelve.test_items
  • test_popitem - test.test_shelve.TestProto3File_gnuShelve.test_popitem
  • test_popitem - test.test_shelve.TestProto2File_dumbShelve.test_popitem
  • test_read - test.test_shelve.TestProto3File_gnuShelve.test_read
  • test_getitem - test.test_shelve.TestProto2File_dumbShelve.test_getitem
  • test_getitem - test.test_shelve.TestProto2File_gnuShelve.test_getitem
  • test_pop - test.test_shelve.TestProto2File_dumbShelve.test_pop
  • test_popitem - test.test_shelve.TestProto2File_gnuShelve.test_popitem
  • test_values - test.test_shelve.TestProto3File_gnuShelve.test_values
  • test_bool - test.test_shelve.TestProto2File_gnuShelve.test_bool
  • test_read - test.test_shelve.TestProto2File_ndbmShelve.test_read
  • test_keys - test.test_shelve.TestProto3File_gnuShelve.test_keys
  • test_get - test.test_shelve.TestProto3File_dumbShelve.test_get
  • test_get - test.test_shelve.TestProto2File_gnuShelve.test_get
  • test_values - test.test_shelve.TestProto3File_dumbShelve.test_values
  • test_constructor - test.test_shelve.TestProto3File_dumbShelve.test_constructor
  • test_write - test.test_shelve.TestProto3File_gnuShelve.test_write
  • test_len - test.test_shelve.TestProto2File_ndbmShelve.test_len
  • test_pop - test.test_shelve.TestProto3File_gnuShelve.test_pop
  • test_keys - test.test_shelve.TestProto2File_ndbmShelve.test_keys
  • test_getitem - test.test_shelve.TestProto2File_ndbmShelve.test_getitem
  • test_read - test.test_shelve.TestProto2File_gnuShelve.test_read
  • test_update - test.test_shelve.TestProto2File_gnuShelve.test_update
  • test_bool - test.test_shelve.TestProto3File_dumbShelve.test_bool
  • test_items - test.test_shelve.TestProto2File_dumbShelve.test_items
  • test_setdefault - test.test_shelve.TestProto2File_dumbShelve.test_setdefault
  • test_setdefault - test.test_shelve.TestProto3File_gnuShelve.test_setdefault
  • test_write - test.test_shelve.TestProto2File_dumbShelve.test_write
  • test_keys - test.test_shelve.TestProto3File_dumbShelve.test_keys
  • test_items - test.test_shelve.TestProto3File_dumbShelve.test_items
  • test_len - test.test_shelve.TestProto3File_dumbShelve.test_len
  • test_get - test.test_shelve.TestProto2File_ndbmShelve.test_get
  • test_items - test.test_shelve.TestProto2File_ndbmShelve.test_items
  • test_constructor - test.test_shelve.TestProto2File_ndbmShelve.test_constructor
  • test_read - test.test_shelve.TestProto2File_dumbShelve.test_read
  • test_pop - test.test_shelve.TestProto3File_dumbShelve.test_pop
  • test_bool - test.test_shelve.TestProto3File_gnuShelve.test_bool
  • test_update - test.test_shelve.TestProto3File_dumbShelve.test_update
  • test_keys - test.test_shelve.TestProto2File_dumbShelve.test_keys
  • test_getitem - test.test_shelve.TestProto3File_gnuShelve.test_getitem
  • test_values - test.test_shelve.TestProto2File_dumbShelve.test_values
  • test_keys - test.test_shelve.TestProto2File_gnuShelve.test_keys
  • test_setdefault - test.test_shelve.TestProto2File_gnuShelve.test_setdefault
  • test_setdefault - test.test_shelve.TestProto3File_dumbShelve.test_setdefault
  • test_zippath_from_non_installed_posix - test.test_venv.BasicTest.test_zippath_from_non_installed_posix
  • test_constructor - test.test_shelve.TestProto3File_gnuShelve.test_constructor
  • test_constructor - test.test_shelve.TestProto2File_dumbShelve.test_constructor
  • test_bool - test.test_shelve.TestProto2File_dumbShelve.test_bool
  • test_get - test.test_shelve.TestProto2File_dumbShelve.test_get

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

==

Click to see traceback logs
Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 580, in test_zippath_from_non_installed_posix
    shutil.copytree(fn, os.path.join(libdir, name))
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/shutil.py", line 588, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/shutil.py", line 542, in _copytree
    raise Error(errors)
shutil.Error: [('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test__osx_support.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test__osx_support.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test__osx_support.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test__osx_support.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dict.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dict.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dict.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dict.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_deque.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_deque.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_deque.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_deque.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/memory_watchdog.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/memory_watchdog.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/memory_watchdog.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/memory_watchdog.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_xmlrpc.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_xmlrpc.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_xmlrpc.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_xmlrpc.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/sample_doctest_no_doctests.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/sample_doctest_no_doctests.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/sample_doctest_no_doctests.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/sample_doctest_no_doctests.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_subprocess.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_subprocess.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_subprocess.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_subprocess.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_stable_abi_ctypes.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_stable_abi_ctypes.cpython-312.pyc', "[Errno 28] No space left on d
vice: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_stable_abi_ctypes.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_stable_abi_ctypes.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_utf8_mode.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_utf8_mode.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_utf8_mode.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_utf8_mode.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dynamicclassattribute.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dynamicclassattribute.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dynamicclassattribute.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dynamicclassattribute.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_types.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_types.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_types.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_types.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_compileall.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_compileall.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_compileall.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_compileall.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_wait3.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_wait3.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_wait3.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_wait3.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_mmap.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_mmap.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_mmap.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_mmap.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecmaps_hk.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_codecmaps_hk.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecmaps_hk.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_codecmaps_hk.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimiza
tions-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_format.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_format.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_format.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_format.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dtrace.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dtrace.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dtrace.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dtrace.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/multibytecodec_support.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/multibytecodec_support.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/multibytecodec_support.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/multibytecodec_support.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_urllib_response.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_urllib_response.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_urllib_response.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_urllib_response.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_enumerate.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_enumerate.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_enumerate.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_enumerate.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_fnmatch.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_fnmatch.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_fnmatch.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_fnmatch.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_monitoring.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_monitoring.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_monitoring.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_monitoring.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_buffer.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_buffer.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pyca
che__/test_buffer.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_call.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_call.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_call.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/__init__.cpython-312.opt-1.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/__init__.cpython-312.opt-1.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/__init__.cpython-312.opt-1.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_xxlimited.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_xxlimited.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_xxlimited.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_random.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_random.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_random.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/final_a.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/final_a.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/final_a.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/dataclass_module_1.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/dataclass_module_1.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/dataclass_module_1.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pydoc.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_pydoc.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_pydoc.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_getopt.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_getopt.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_getopt.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pkg.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_pkg.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_pkg.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dbm_ndbm.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dbm_ndbm.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dbm_ndbm.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_tempfile.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache_
_/test_tempfile.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_tempfile.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_getpath.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_getpath.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_getpath.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dynamic.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dynamic.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dynamic.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pickle.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_pickle.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_pickle.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_charmapcodec.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_charmapcodec.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_charmapcodec.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/pythoninfo.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/pythoninfo.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/pythoninfo.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_sys_settrace.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_sys_settrace.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_sys_settrace.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_abc.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_abc.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_abc.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecmaps_jp.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_codecmaps_jp.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_codecmaps_jp.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_re.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_re.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_re.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_re.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_hash.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_hash.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/wor
kers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_hash.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_hash.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_fork1.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_fork1.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_fork1.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_fork1.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_sys_setprofile.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_sys_setprofile.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_sys_setprofile.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_sys_setprofile.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_base64.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_base64.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_base64.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_base64.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/_test_atexit.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/_test_atexit.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/_test_atexit.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/_test_atexit.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dictviews.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dictviews.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dictviews.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dictviews.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_repl.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_repl.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_repl.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_repl.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_contextlib.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_contextlib.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_contextlib.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_contextlib.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_utf8source.cpython-312.py
c', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_utf8source.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_utf8source.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_utf8source.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_uuid.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_uuid.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_uuid.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_uuid.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_positional_only_arg.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_positional_only_arg.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_positional_only_arg.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_positional_only_arg.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_subclassinit.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_subclassinit.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_subclassinit.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_subclassinit.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test__xxinterpchannels.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test__xxinterpchannels.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test__xxinterpchannels.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test__xxinterpchannels.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_bigaddrspace.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_bigaddrspace.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_bigaddrspace.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_bigaddrspace.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/string_tests.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/string_tests.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/string_tests.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/string_tests.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_augassign.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_augassign.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/tes
t_augassign.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_augassign.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_exception_group.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_exception_group.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_exception_group.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_exception_group.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_functools.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_functools.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_functools.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_functools.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pstats.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_pstats.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pstats.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_pstats.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_getpass.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_getpass.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_getpass.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_getpass.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/seq_tests.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/seq_tests.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/seq_tests.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/seq_tests.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_bytes.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_bytes.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_bytes.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_bytes.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_plistlib.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_plistlib.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_plistlib.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_plistlib.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecencodings_kr.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test
_codecencodings_kr.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecencodings_kr.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_codecencodings_kr.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_datetime.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_datetime.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_datetime.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_datetime.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_structseq.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_structseq.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_structseq.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_structseq.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_class.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_class.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_class.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_class.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_funcattrs.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_funcattrs.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_funcattrs.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_funcattrs.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/inspect_fodder2.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/inspect_fodder2.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/inspect_fodder2.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/inspect_fodder2.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/time_hashlib.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/time_hashlib.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/time_hashlib.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/time_hashlib.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_statistics.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_statistics.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_statistics.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_statistics.cpython-312.pyc'"), ('/var/l
ib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_userlist.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_userlist.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_userlist.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_userlist.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_copyreg.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_copyreg.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_copyreg.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_copyreg.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dictcomps.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dictcomps.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dictcomps.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_dictcomps.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_httpservers.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_httpservers.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_httpservers.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_httpservers.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_userdict.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_userdict.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_userdict.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_userdict.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_msilib.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_msilib.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_msilib.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_msilib.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/_test_embed_set_config.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/_test_embed_set_config.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/_test_embed_set_config.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/_test_embed_set_config.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_aifc.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_aifc.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bo
t/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_aifc.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_aifc.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_compiler_codegen.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_compiler_codegen.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_compiler_codegen.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_compiler_codegen.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_atexit.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_atexit.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_atexit.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_atexit.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pdb.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_pdb.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pdb.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_pdb.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/pydocfodder.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/pydocfodder.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/pydocfodder.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/pydocfodder.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_urllibnet.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_urllibnet.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_urllibnet.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_urllibnet.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_file_eintr.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_file_eintr.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_file_eintr.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_file_eintr.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_listcomps.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_listcomps.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_listcomps.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_listcomps.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_perf_profiler.cpython-312.pyc', '/tmp
/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_perf_profiler.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_perf_profiler.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_perf_profiler.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_fileinput.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_fileinput.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_fileinput.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_fileinput.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_genericalias.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_genericalias.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_genericalias.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_genericalias.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_userstring.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_userstring.cpython-312.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_userstring.cpython-312.pyc' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_userstring.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_gzip.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_gzip.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_gzip.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_cprofile.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_cprofile.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_cprofile.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_popen.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_popen.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_popen.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_shutil.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_shutil.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/test_shutil.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/sortperf.cpython-312.pyc', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/sortperf.cpython-312.pyc', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/__pycache__/sortperf.cpython-312.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/randv2_64.pck', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/pyth
n3.12/test/randv2_64.pck', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/randv2_64.pck' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/randv2_64.pck'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_timeit.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_timeit.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_timeit.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_timeit.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_sndhdr.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_sndhdr.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_sndhdr.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_sndhdr.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_os.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_os.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_os.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_os.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/exception_hierarchy.txt', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/exception_hierarchy.txt', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/exception_hierarchy.txt' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/exception_hierarchy.txt'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_imaplib.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_imaplib.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_imaplib.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_imaplib.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_strptime.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_strptime.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_strptime.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_strptime.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_codecencodings_kr.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_codecencodings_kr.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_codecencodings_kr.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_codecencodings_kr.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_cmd.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_cmd.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_cmd.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_cmd.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_htmlparser.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_htmlparser.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_htmlparser.py' -> '/tmp
/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_htmlparser.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/profilee.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/profilee.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/profilee.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/profilee.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_unicode_file.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_unicode_file.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_unicode_file.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_unicode_file.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_file.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_file.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_file.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_file.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/badsyntax_future6.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/badsyntax_future6.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/badsyntax_future6.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/badsyntax_future6.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_osx_env.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_osx_env.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_osx_env.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_osx_env.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_http_cookiejar.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_http_cookiejar.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_http_cookiejar.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_http_cookiejar.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_keywordonlyarg.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_keywordonlyarg.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_keywordonlyarg.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_posix.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_posix.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_posix.py' -> '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_posix.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_enumerate.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_enumerate.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_enumerate.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_getpath.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_getpath.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_getpath.py'"), ('/var/lib/buildb
t/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_types.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_types.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_types.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_nis.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_nis.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_nis.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/ffdh3072.pem', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/ffdh3072.pem', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/ffdh3072.pem'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_exception_group.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_exception_group.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_exception_group.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_genericclass.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_genericclass.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_genericclass.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_rlcompleter.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_rlcompleter.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_rlcompleter.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test__xxinterpchannels.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test__xxinterpchannels.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test__xxinterpchannels.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_sched.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_sched.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_sched.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/pycacert.pem', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/pycacert.pem', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/pycacert.pem'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_aifc.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_aifc.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_aifc.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_zipimport.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_zipimport.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_zipimport.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_mailcap.py', '/tmp/test_pyth
n_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_mailcap.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_mailcap.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_webbrowser.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_webbrowser.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_webbrowser.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_poplib.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_poplib.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_poplib.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_set.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_set.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_set.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_startfile.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_startfile.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_startfile.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/sgml_input.html', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/sgml_input.html', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/sgml_input.html'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_json', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_json', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_json'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_compiler_codegen.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_compiler_codegen.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_compiler_codegen.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_smtpnet.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_smtpnet.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_smtpnet.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/mailcap.txt', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/mailcap.txt', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/mailcap.txt'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_xxlimited.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_xxlimited.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_xxlimited.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/badsyntax_future10.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/badsyntax_future10.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/badsyntax_future10.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_type_comments.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_type_comments.py', "[Errno 28] No space left on device: '/tmp/test_python_l5whvyo8/tmpnsz6hl1e/lib/python3.12/test/test_type_comments.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/smtpd.py', '/tmp/test_python_l5whvyo8/tmpnsz6hl


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest.py", line 490, in _runtest_env_changed_exc
    with save_env(ns, test_name):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/save_env.py", line 325, in __exit__
    print_warning(
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/utils.py", line 66, in print_warning
    support.print_warning(msg)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/support/__init__.py", line 1337, in print_warning
    flush_std_streams()
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/support/__init__.py", line 1330, in flush_std_streams
    sys.stdout.flush()
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 768, in nicer_error
    yield
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 704, in do_test_with_pip
    self.run_with_capture(venv.create, self.env_dir,
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 88, in run_with_capture
    func(*args, **kwargs)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/venv/__init__.py", line 469, in create
    builder.create(env_dir)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/venv/__init__.py", line 76, in create
    self._setup_pip(context)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/venv/__init__.py", line 359, in _setup_pip
    self._call_new_python(context, '-m', 'ensurepip', '--upgrade',
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/venv/__init__.py", line 355, in _call_new_python
    subprocess.check_output(args, **kwargs)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/subprocess.py", line 466, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/test_python_l5whvyo8/tmpo8aw8x5o/bin/python', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest.py", line 451, in _load_run_test
    regrtest_runner(result, test_func, ns)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest.py", line 407, in regrtest_runner
    test_result = test_func()
                  ^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest.py", line 447, in test_func
    return run_unittest(test_mod)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest.py", line 393, in run_unittest
    return support.run_unittest(tests)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/support/__init__.py", line 1271, in run_unittest
    return _run_suite(suite)
           ^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/support/__init__.py", line 1144, in _run_suite
    result = runner.run(suite)
             ^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/unittest/runner.py", line 240, in run
    test(result)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/unittest/suite.py", line 84, in __call__
    return self.run(*args, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/unittest/suite.py", line 122, in run
    test(result)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/unittest/suite.py", line 84, in __call__
    return self.run(*args, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/unittest/suite.py", line 122, in run
    test(result)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/unittest/suite.py", line 84, in __call__
    return self.run(*args, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/unittest/suite.py", line 122, in run
    test(result)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/unittest/case.py", line 690, in __call__
    return self.run(*args, **kwds)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/unittest/case.py", line 609, in run
    result.startTest(self)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/support/testresult.py", line 45, in startTest
    super().startTest(test)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/unittest/runner.py", line 61, in startTest
    self.stream.flush()
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/ensurepip/__main__.py", line 5, in <module>
    sys.exit(ensurepip._main())
             ^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-op
t.pgo/build/Lib/ensurepip/__init__.py", line 284, in _main
    return _bootstrap(
           ^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/ensurepip/__init__.py", line 200, in _bootstrap
    return _run_pip([*args, *_PACKAGE_NAMES], additional_paths)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/ensurepip/__init__.py", line 101, in _run_pip
    return subprocess.run(cmd, check=True).returncode
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/test_python_l5whvyo8/tmpo8aw8x5o/bin/python', '-W', 'ignore::DeprecationWarning', '-c', '\nimport runpy\nimport sys\nsys.path = [\'/tmp/test_python_l5whvyo8/tmpaeg1bf9q/pip-23.2.1-py3-none-any.whl\'] + sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\', \'--find-links\', \'/tmp/test_python_l5whvyo8/tmpaeg1bf9q\', \'--upgrade\', \'pip\']\nrunpy.run_module("pip", run_name="__main__", alter_sys=True)\n']' returned non-zero exit status 1.


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 781, in test_with_pip
    self.do_test_with_pip(False)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 703, in do_test_with_pip
    with self.nicer_error():
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/contextlib.py", line 155, in __exit__
    self.gen.throw(value)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 772, in nicer_error
    self.fail(
AssertionError: Command '['/tmp/test_python_l5whvyo8/tmpo8aw8x5o/bin/python', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest.py", line 491, in _runtest_env_changed_exc
    _load_run_test(result, ns)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest.py", line 450, in _load_run_test
    with save_env(ns, result.test_name):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/save_env.py", line 325, in __exit__
    print_warning(
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/utils.py", line 66, in print_warning
    support.print_warning(msg)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/support/__init__.py", line 1337, in print_warning
    flush_std_streams()
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/support/__init__.py", line 1330, in flush_std_streams
    sys.stdout.flush()
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest.py", line 375, in runtest
    _runtest(result, ns)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest.py", line 348, in _runtest
    _runtest_env_changed_exc(result, ns, display_failure=not verbose)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest.py", line 530, in _runtest_env_changed_exc
    print(f"test {test_name} crashed -- {msg}",
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/test_shelve.py", line 192, in setUp
    os.mkdir(dirname)
OSError: [Errno 28] No space left on device: '@test_4146408_tmpæ'


Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/regrtest.py", line 47, in <module>
    _main()
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/regrtest.py", line 43, in _main
    main()
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/main.py", line 891, in main
    Regrtest().main(tests=tests, **kwargs)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/main.py", line 822, in main
    self._main(tests, kwargs)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/main.py", line 868, in _main
    run_tests_worker(self.ns.worker_args)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest_mp.py", line 145, in run_tests_worker
    result = runtest(ns, test_name)
             ^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.12.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest.py", line 379, in runtest
    print(f"test {test_name} crashed -- {msg}",
OSError: [Errno 28] No space left on device
Shelve.test_get) ...
Kill <TestWorkerProcess #2 running test=test_venv pid=4147553 time=669 ms> process group

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.

None yet

5 participants