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-101326: Fix regression when passing None to FutureIter.throw #101327

Merged
merged 6 commits into from
Jan 25, 2023

Conversation

hauntsaninja
Copy link
Contributor

@hauntsaninja hauntsaninja commented Jan 25, 2023

@srittau
Copy link
Contributor

srittau commented Jan 25, 2023

The windows test failure seems unrelated.

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
Copy link
Member

@gvanrossum gvanrossum left a comment

Choose a reason for hiding this comment

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

Thanks, that definitely happened by accident.

@hauntsaninja
Copy link
Contributor Author

hauntsaninja commented Jan 25, 2023

The update to the news entry isn't right. There is also a regression when passing None to the second argument, it's just the error for the third argument happens first.

@hauntsaninja hauntsaninja merged commit a178ba8 into python:main Jan 25, 2023
@miss-islington
Copy link
Contributor

Thanks @hauntsaninja for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@hauntsaninja hauntsaninja deleted the gh-101326 branch January 25, 2023 20:01
@miss-islington
Copy link
Contributor

Sorry, @hauntsaninja, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker a178ba82bfe2f2fb6f6ff0e67cb734fd7c4321e3 3.11

@bedevere-bot
Copy link

GH-101328 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jan 25, 2023
hauntsaninja added a commit to hauntsaninja/cpython that referenced this pull request Jan 25, 2023
…r.throw (pythonGH-101327).

(cherry picked from commit a178ba8)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
hauntsaninja added a commit that referenced this pull request Jan 25, 2023
GH-101327) (#101328)

(cherry picked from commit a178ba8)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 Debian PGO 3.11 has failed when building commit cd0fe5b.

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

Failed tests:

  • test_venv

Failed subtests:

  • test_zippath_from_non_installed_posix - test.test_venv.BasicTest.test_zippath_from_non_installed_posix
  • test_with_pip - test.test_venv.EnsurePipTest.test_with_pip
  • test_no_args_respects_quiet_flag - test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_respects_quiet_flag

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

== Tests result: FAILURE then FAILURE ==

418 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 19 sec
  • test_multiprocessing_spawn: 1 min 37 sec
  • test_multiprocessing_forkserver: 1 min 12 sec
  • test_multiprocessing_fork: 1 min 5 sec
  • test_asyncio: 1 min 1 sec
  • test_signal: 47.0 sec
  • test_io: 34.2 sec
  • test_subprocess: 31.9 sec
  • test_imaplib: 30.4 sec
  • test_socket: 28.0 sec

1 test failed:
test_venv

14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_launcher
test_msilib test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

3 re-run tests:
test_compileall test_ipaddress test_venv

1 test run no tests:
test_ipaddress

Total duration: 9 min 51 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 760, in test_with_pip
    self.do_test_with_pip(False)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 682, in do_test_with_pip
    with self.nicer_error():
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/contextlib.py", line 155, in __exit__
    self.gen.throw(typ, value, traceback)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 752, in nicer_error
    self.fail(
AssertionError: Command '['/tmp/tmp8_xp484x/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.11.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.11.gps-debian-profile-opt.pgo/build/Lib/shutil.py", line 561, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/shutil.py", line 515, in _copytree
    raise Error(errors)
shutil.Error: [('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_builtin.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_builtin.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_builtin.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_builtin.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_funcattrs.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_funcattrs.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_funcattrs.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_funcattrs.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_inspect.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_inspect.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_inspect.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_inspect.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_curses.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_curses.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_curses.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_curses.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_range.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_range.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_range.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_range.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_smtpd.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_smtpd.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_smtpd.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_smtpd.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/doctest_lineno.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/doctest_lineno.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/doctest_lineno.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/doctest_lineno.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_utf8source.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_utf8source.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_utf8source.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_utf8source.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_check_c_globals.cpython-311.pyc', '/tmp/tmpwg_xo1uf/
lib/python3.11/test/__pycache__/test_check_c_globals.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_check_c_globals.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_check_c_globals.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_select.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_select.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_select.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_select.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dictcomps.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_dictcomps.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dictcomps.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_dictcomps.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_utf8_mode.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_utf8_mode.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_utf8_mode.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_utf8_mode.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/doctest_aliases.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/doctest_aliases.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/doctest_aliases.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/doctest_aliases.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_fileinput.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_fileinput.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_fileinput.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_fileinput.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_hmac.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_hmac.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_hmac.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_hmac.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_functools.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_functools.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_functools.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_functools.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_scope.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_scope.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizati
ns-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_scope.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_scope.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_profile.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_profile.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_profile.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_profile.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_richcmp.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_richcmp.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_richcmp.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_richcmp.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_urlparse.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_urlparse.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_urlparse.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_urlparse.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_quopri.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_quopri.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_quopri.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_quopri.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_multibytecodec.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_multibytecodec.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_multibytecodec.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_multibytecodec.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_xxlimited.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_xxlimited.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_xxlimited.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_xxlimited.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_imaplib.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_imaplib.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_imaplib.cpython-311.pyc' -> '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_imaplib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/mod_generics_cache.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/mod_generics_cache.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/mod_generics_cache.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__p
ycache__/test_fnmatch.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_fnmatch.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_fnmatch.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_mailcap.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_mailcap.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_mailcap.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pdb.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_pdb.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_pdb.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_rlcompleter.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_rlcompleter.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_rlcompleter.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_ttk_textonly.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_ttk_textonly.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_ttk_textonly.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_slice.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_slice.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_slice.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_largefile.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_largefile.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_largefile.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test___all__.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test___all__.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test___all__.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_int.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_int.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_int.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_augassign.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_augassign.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_augassign.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecmaps_hk.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_codecmaps_hk.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_codecmaps_hk.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_copyreg.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_copyreg.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_copyreg.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimization
s-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test__locale.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test__locale.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test__locale.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_regrtest.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_regrtest.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_regrtest.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_osx_env.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_osx_env.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_osx_env.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_compare.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_compare.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_compare.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_graphlib.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_graphlib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_graphlib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_time.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_time.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_time.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/final_a.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/final_a.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/final_a.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pathlib.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_pathlib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_pathlib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_shelve.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_shelve.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_shelve.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/__main__.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/__main__.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/__main__.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_secrets.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_secrets.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_secrets.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_urllib.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_urllib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_urllib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bo
t/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_startfile.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_startfile.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_startfile.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_iter.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_iter.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_iter.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/sample_doctest_no_doctests.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/sample_doctest_no_doctests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/sample_doctest_no_doctests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_charmapcodec.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_charmapcodec.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_charmapcodec.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_posix.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_posix.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_posix.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pickle.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_pickle.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_pickle.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_timeit.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_timeit.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_timeit.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_lzma.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_lzma.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_lzma.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_univnewlines.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_univnewlines.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_univnewlines.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_sched.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_sched.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_sched.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_tracemalloc.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_tracemalloc.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_tracemalloc.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/list_tests.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/list_tests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/li
st_tests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_zlib.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_zlib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_zlib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_asyncore.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_asyncore.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_asyncore.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/pydocfodder.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/pydocfodder.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/pydocfodder.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_signal.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_signal.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_signal.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_enum.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_enum.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_enum.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_tokenize.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_tokenize.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_tokenize.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_sysconfig.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_sysconfig.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_sysconfig.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pprint.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_pprint.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_pprint.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_numeric_tower.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_numeric_tower.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_numeric_tower.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_descrtut.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_descrtut.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_descrtut.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_ordered_dict.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_ordered_dict.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_ordered_dict.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/re_tests.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/re_tests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmp
wg_xo1uf/lib/python3.11/test/__pycache__/re_tests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_argparse.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_argparse.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_argparse.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_getopt.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_getopt.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_getopt.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/ann_module3.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/ann_module3.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/ann_module3.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_frame.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_frame.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_frame.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_sunau.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_sunau.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_sunau.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_string.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_string.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_string.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_unicode_file.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_unicode_file.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_unicode_file.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_future4.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_future4.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_future4.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/curses_tests.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/curses_tests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/curses_tests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/signalinterproctester.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/signalinterproctester.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/signalinterproctester.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_descr.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_descr.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_descr.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/__init__.cpython-311.opt-2.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/__init__.cpython-311.opt-2.py
c', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/__init__.cpython-311.opt-2.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_threading.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_threading.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_threading.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_hash.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_hash.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_hash.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_array.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_array.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_array.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_atexit.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_atexit.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_atexit.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_exception_group.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_exception_group.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_exception_group.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_re.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_re.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_re.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_bdb.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_bdb.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_bdb.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_ctypes.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_ctypes.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_ctypes.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecmaps_kr.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_codecmaps_kr.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_codecmaps_kr.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_types.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_types.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_types.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/testcodec.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/testcodec.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/testcodec.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_contextlib.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_con
textlib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_contextlib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_socketserver.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_socketserver.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_socketserver.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_textwrap.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_textwrap.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_textwrap.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_socket.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_socket.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_socket.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_unpack.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_unpack.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_unpack.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dataclasses.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_dataclasses.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_dataclasses.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_imp.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_imp.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_imp.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_generators.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_generators.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_generators.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_long.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_long.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_long.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/datetimetester.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/datetimetester.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/datetimetester.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_mmap.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_mmap.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_mmap.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/ann_module7.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/ann_module7.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/ann_module7.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_uuid.cpython-311.pyc', '/tmp/tmpwg_xo1uf
/lib/python3.11/test/__pycache__/test_uuid.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_uuid.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_errno.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_errno.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_errno.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/ann_module.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/ann_module.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/ann_module.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/profilee.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/profilee.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/profilee.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/seq_tests.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/seq_tests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/seq_tests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_raise.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_raise.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_raise.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_collections.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_collections.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_collections.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/inspect_stringized_annotations_2.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/inspect_stringized_annotations_2.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/inspect_stringized_annotations_2.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_idle.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_idle.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_idle.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_decimal.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_decimal.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_decimal.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_clinic.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_clinic.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_clinic.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_flufl.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_flufl.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_flufl.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_ur
llib2.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_urllib2.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_urllib2.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/good_getattr.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/good_getattr.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/good_getattr.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_list.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_list.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_list.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_set.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_set.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_set.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_contains.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_contains.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_contains.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_future.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_future.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_future.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/mp_fork_bomb.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/mp_fork_bomb.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/mp_fork_bomb.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_plistlib.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_plistlib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_plistlib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dict.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_dict.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_dict.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_tix.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_tix.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_tix.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_audit.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_audit.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_audit.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_configparser.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_configparser.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_configparser.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_
stat.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_stat.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_stat.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_wsgiref.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_wsgiref.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_wsgiref.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_ucn.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_ucn.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_ucn.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_nntplib.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_nntplib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_nntplib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/_test_eintr.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/_test_eintr.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/_test_eintr.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_genexps.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_genexps.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_genexps.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/audiotests.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/audiotests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/audiotests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_eof.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_eof.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_eof.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/double_const.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/double_const.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/double_const.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/mapping_tests.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/mapping_tests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/mapping_tests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_strtod.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_strtod.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_strtod.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecmaps_jp.cpython-311.pyc', '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_codecmaps_jp.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpwg_xo1uf/lib/python3.11/test/__pycache__/test_codecmaps_jp.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 748, in nicer_error
    yield
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 683, in do_test_with_pip
    self.run_with_capture(venv.create, self.env_dir,
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.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.11.gps-debian-profile-opt.pgo/build/Lib/venv/__init__.py", line 358, in _setup_pip
    self._call_new_python(context, '-m', 'ensurepip', '--upgrade',
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/venv/__init__.py", line 354, in _call_new_python
    subprocess.check_output(args, **kwargs)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.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.11.gps-debian-profile-opt.pgo/build/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/tmp8_xp484x/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.11.gps-debian-profile-opt.pgo/build/Lib/test/test_py_compile.py", line 32, in wrapper
    return fxn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_compileall.py", line 574, in test_no_args_respects_quiet_flag
    noisy = self.assertRunOK(**env)
            ^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_compileall.py", line 524, in assertRunOK
    rc, out, err = script_helper.assert_python_ok(
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/support/script_helper.py", line 166, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/support/script_helper.py", line 151, in _assert_python
    res.fail(cmd_line)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/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: ['/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/python', '-X', 'faulthandler', '-S', '-m', 'compileall']


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.11.gps-debian-profile-opt.pgo/build/Lib/test/regrtest.py", line 47, in <module>
    _main()
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/regrtest.py", line 43, in _main
    main()
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/main.py", line 763, in main
    Regrtest().main(tests=tests, **kwargs)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/main.py", line 701, in main
    self._main(tests, kwargs)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/main.py", line 722, in _main
    run_tests_worker(self.ns, self.worker_test_name)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/libregrtest/runtest_mp.py", line 95, in run_tests_worker
    print(json.dumps(result, cls=EncodeTestResult), flush=True)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_4c211649'


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.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.11.gps-debian-profile-opt.pgo/build/Lib/shutil.py", line 561, in copytree
    return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/shutil.py", line 515, in _copytree
    raise Error(errors)
shutil.Error: [('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_itertools.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_itertools.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_itertools.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_itertools.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/_test_multiprocessing.cpython-311.opt-1.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/_test_multiprocessing.cpython-311.opt-1.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/_test_multiprocessing.cpython-311.opt-1.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/_test_multiprocessing.cpython-311.opt-1.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_spwd.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_spwd.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_spwd.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_spwd.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test__xxsubinterpreters.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test__xxsubinterpreters.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test__xxsubinterpreters.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test__xxsubinterpreters.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_bytes.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_bytes.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_bytes.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_bytes.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_int_literal.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_int_literal.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_int_literal.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_int_literal.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_minidom.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_minidom.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_minidom.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_minidom.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_genericalias.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_genericalias.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_genericalias.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_genericalias.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-
bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_ipaddress.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_ipaddress.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_ipaddress.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_ipaddress.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_opcache.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_opcache.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_opcache.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_opcache.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_setcomps.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_setcomps.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_setcomps.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_setcomps.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codeccallbacks.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_codeccallbacks.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codeccallbacks.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_codeccallbacks.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_builtin.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_builtin.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_builtin.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_builtin.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_funcattrs.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_funcattrs.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_funcattrs.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_funcattrs.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_inspect.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_inspect.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_inspect.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_inspect.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_curses.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_curses.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_curses.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_curses.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_range.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_r
ange.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_range.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_range.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_smtpd.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_smtpd.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_smtpd.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_smtpd.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/doctest_lineno.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/doctest_lineno.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/doctest_lineno.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/doctest_lineno.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_utf8source.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_utf8source.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_utf8source.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_utf8source.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_check_c_globals.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_check_c_globals.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_check_c_globals.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_check_c_globals.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_select.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_select.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_select.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_select.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dictcomps.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_dictcomps.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dictcomps.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_dictcomps.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_utf8_mode.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_utf8_mode.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_utf8_mode.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_utf8_mode.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/doctest_aliases.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/doctest_aliases.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profil
-opt.pgo/build/Lib/test/__pycache__/doctest_aliases.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/doctest_aliases.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_fileinput.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_fileinput.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_fileinput.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_fileinput.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_hmac.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_hmac.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_hmac.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_hmac.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_functools.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_functools.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_functools.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_functools.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_scope.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_scope.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_scope.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_scope.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_profile.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_profile.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_profile.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_profile.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_richcmp.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_richcmp.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_richcmp.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_richcmp.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_urlparse.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_urlparse.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_urlparse.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_urlparse.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_quopri.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_quopri.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_quopri.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_quopri.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-op
timizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_multibytecodec.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_multibytecodec.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_multibytecodec.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_multibytecodec.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_xxlimited.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_xxlimited.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_xxlimited.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_xxlimited.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_imaplib.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_imaplib.cpython-311.pyc', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_imaplib.cpython-311.pyc' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_imaplib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/mod_generics_cache.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/mod_generics_cache.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/mod_generics_cache.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_fnmatch.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_fnmatch.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_fnmatch.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_mailcap.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_mailcap.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_mailcap.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pdb.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pdb.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pdb.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_rlcompleter.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_rlcompleter.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_rlcompleter.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_ttk_textonly.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_ttk_textonly.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_ttk_textonly.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_slice.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_slice.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_slice.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_largefile.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/tes
t_largefile.cpython-311.py
c', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_largefile.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test___all__.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test___all__.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test___all__.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_int.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_int.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_int.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_augassign.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_augassign.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_augassign.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecmaps_hk.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_codecmaps_hk.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_codecmaps_hk.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_copyreg.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_copyreg.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_copyreg.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test__locale.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test__locale.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test__locale.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_regrtest.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_regrtest.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_regrtest.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_osx_env.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_osx_env.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_osx_env.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_compare.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_compare.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_compare.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_graphlib.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_graphlib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_graphlib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_time.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_time.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_time.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/final_a.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__py
cache__/final_a.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/final_a.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pathlib.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pathlib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pathlib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_shelve.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_shelve.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_shelve.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/__main__.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/__main__.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/__main__.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_secrets.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_secrets.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_secrets.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_urllib.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_urllib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_urllib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_startfile.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_startfile.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_startfile.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_iter.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_iter.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_iter.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/sample_doctest_no_doctests.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/sample_doctest_no_doctests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/sample_doctest_no_doctests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_charmapcodec.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_charmapcodec.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_charmapcodec.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_posix.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_posix.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_posix.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pickle.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pickle.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pickle.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_timeit.cpython-311.
pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_timeit.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_timeit.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_lzma.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_lzma.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_lzma.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_univnewlines.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_univnewlines.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_univnewlines.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_sched.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_sched.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_sched.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_tracemalloc.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_tracemalloc.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_tracemalloc.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/list_tests.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/list_tests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/list_tests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_zlib.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_zlib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_zlib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_asyncore.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_asyncore.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_asyncore.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/pydocfodder.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/pydocfodder.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/pydocfodder.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_signal.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_signal.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_signal.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_enum.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_enum.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_enum.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_tokenize.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_tokenize.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_tokenize.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_sy
sconfig.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_sysconfig.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_sysconfig.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pprint.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pprint.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pprint.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_numeric_tower.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_numeric_tower.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_numeric_tower.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_descrtut.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_descrtut.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_descrtut.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_ordered_dict.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_ordered_dict.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_ordered_dict.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/re_tests.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/re_tests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/re_tests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_argparse.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_argparse.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_argparse.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_getopt.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_getopt.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_getopt.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/ann_module3.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/ann_module3.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/ann_module3.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_frame.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_frame.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_frame.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_sunau.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_sunau.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_sunau.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_string.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_string.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_string.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-o
pt.pgo/build/Lib/test/__pycache__/test_unicode_file.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_unicode_file.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_unicode_file.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_future4.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_future4.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_future4.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/curses_tests.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/curses_tests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/curses_tests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/signalinterproctester.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/signalinterproctester.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/signalinterproctester.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_descr.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_descr.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_descr.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/__init__.cpython-311.opt-2.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/__init__.cpython-311.opt-2.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/__init__.cpython-311.opt-2.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_threading.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_threading.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_threading.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_hash.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_hash.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_hash.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_array.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_array.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_array.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_atexit.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_atexit.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_atexit.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_exception_group.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_exception_group.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_exception_group.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_re.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_re.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_re.cpython-311.pyc'"), ('/var/
lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_bdb.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_bdb.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_bdb.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_ctypes.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_ctypes.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_ctypes.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecmaps_kr.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_codecmaps_kr.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_codecmaps_kr.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_types.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_types.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_types.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/testcodec.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/testcodec.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/testcodec.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_contextlib.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_contextlib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_contextlib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_socketserver.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_socketserver.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_socketserver.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_textwrap.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_textwrap.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_textwrap.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_socket.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_socket.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_socket.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_unpack.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_unpack.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_unpack.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dataclasses.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_dataclasses.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_dataclasses.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_imp.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_imp.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache_
_/test_imp.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_generators.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_generators.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_generators.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_long.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_long.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_long.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/datetimetester.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/datetimetester.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/datetimetester.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_mmap.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_mmap.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_mmap.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/ann_module7.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/ann_module7.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/ann_module7.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_uuid.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_uuid.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_uuid.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_errno.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_errno.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_errno.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/ann_module.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/ann_module.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/ann_module.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/profilee.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/profilee.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/profilee.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/seq_tests.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/seq_tests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/seq_tests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_raise.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_raise.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_raise.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_collections.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_collections.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_collections
.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/inspect_stringized_annotations_2.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/inspect_stringized_annotations_2.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/inspect_stringized_annotations_2.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_idle.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_idle.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_idle.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_decimal.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_decimal.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_decimal.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_clinic.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_clinic.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_clinic.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_flufl.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_flufl.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_flufl.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_urllib2.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_urllib2.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_urllib2.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/good_getattr.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/good_getattr.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/good_getattr.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_list.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_list.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_list.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_set.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_set.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_set.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_contains.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_contains.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_contains.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_future.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_future.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_future.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/mp_fork_bomb.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/mp_fork_bomb.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmp
frokjq7j/lib/python3.11/test/__pycache__/mp_fork_bomb.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_plistlib.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_plistlib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_plistlib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dict.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_dict.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_dict.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_tix.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_tix.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_tix.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_audit.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_audit.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_audit.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_configparser.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_configparser.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_configparser.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_stat.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_stat.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_stat.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_wsgiref.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_wsgiref.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_wsgiref.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_ucn.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_ucn.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_ucn.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_nntplib.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_nntplib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_nntplib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/_test_eintr.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/_test_eintr.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/_test_eintr.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_genexps.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_genexps.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_genexps.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/audiotests.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/audiotests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokj
q7j/lib/python3.11/test/__pycache__/audiotests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_eof.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_eof.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_eof.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/double_const.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/double_const.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/double_const.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/mapping_tests.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/mapping_tests.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/mapping_tests.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_strtod.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_strtod.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_strtod.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecmaps_jp.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_codecmaps_jp.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_codecmaps_jp.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_zipfile.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_zipfile.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_zipfile.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecencodings_tw.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_codecencodings_tw.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_codecencodings_tw.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_super.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_super.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_super.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/reperf.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/reperf.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/reperf.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_tk.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_tk.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_tk.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_glob.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_glob.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_glob.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/inspect_stringized_annotations.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/inspect_stringized_annotations.cpython-311.pyc', 
"[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/inspect_stringized_annotations.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_with.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_with.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_with.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_ntpath.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_ntpath.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_ntpath.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_property.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_property.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_property.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_thread.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_thread.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_thread.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dynamicclassattribute.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_dynamicclassattribute.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_dynamicclassattribute.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_cmd_line.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_cmd_line.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_cmd_line.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_picklebuffer.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_picklebuffer.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_picklebuffer.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_popen.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_popen.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_popen.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_memoryview.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_memoryview.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_memoryview.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_unicode_identifiers.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_unicode_identifiers.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_unicode_identifiers.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_deque.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_deque.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_deque.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Li
b/test/__pycache__/test_docxmlrpc.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_docxmlrpc.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_docxmlrpc.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_telnetlib.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_telnetlib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_telnetlib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_poll.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_poll.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_poll.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_unicode_file_functions.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_unicode_file_functions.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_unicode_file_functions.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_xmlrpc.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_xmlrpc.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_xmlrpc.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/future_test1.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/future_test1.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/future_test1.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dbm_dumb.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_dbm_dumb.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_dbm_dumb.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_site.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_site.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_site.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_modulefinder.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_modulefinder.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_modulefinder.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_calendar.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_calendar.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_calendar.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_sys_setprofile.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_sys_setprofile.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_sys_setprofile.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_call.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_call.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_call.cpython-311.
pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_sundry.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_sundry.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_sundry.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pkgutil.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pkgutil.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pkgutil.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/time_hashlib.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/time_hashlib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/time_hashlib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_compileall.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_compileall.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_compileall.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_format.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_format.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_format.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_coroutines.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_coroutines.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_coroutines.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_multiprocessing_forkserver.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_multiprocessing_forkserver.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_multiprocessing_forkserver.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_httplib.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_httplib.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_httplib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_math.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_math.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_math.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_sax.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_sax.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_sax.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/sample_doctest_no_docstrings.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/sample_doctest_no_docstrings.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/sample_doctest_no_docstrings.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_poplib.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_poplib.cpyt
hon-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_poplib.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_listcomps.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_listcomps.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_listcomps.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/_test_venv_multiprocessing.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/_test_venv_multiprocessing.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/_test_venv_multiprocessing.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_xxtestfuzz.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_xxtestfuzz.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_xxtestfuzz.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_trace.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_trace.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_trace.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/dis_module.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/dis_module.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/dis_module.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pkg.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pkg.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pkg.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_yield_from.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_yield_from.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_yield_from.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_index.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_index.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_index.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/_test_embed_structseq.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/_test_embed_structseq.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/_test_embed_structseq.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/final_b.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/final_b.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/final_b.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/bad_getattr2.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/bad_getattr2.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/bad_getattr2.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/ann_module6.cpython
-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/ann_module6.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/ann_module6.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_grp.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_grp.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_grp.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_dbm.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_dbm.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_dbm.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_queue.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_queue.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_queue.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_fileutils.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_fileutils.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_fileutils.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_winconsoleio.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_winconsoleio.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_winconsoleio.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/imp_dummy.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/imp_dummy.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/imp_dummy.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/mock_socket.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/mock_socket.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/mock_socket.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pwd.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pwd.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pwd.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_wait4.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_wait4.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_wait4.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_htmlparser.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_htmlparser.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_htmlparser.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_tabnanny.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_tabnanny.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_tabnanny.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_grammar.cpyt
hon-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_grammar.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_grammar.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_class.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_class.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_class.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_codecencodings_hk.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_codecencodings_hk.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_codecencodings_hk.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_asdl_parser.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_asdl_parser.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_asdl_parser.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_unicode.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_unicode.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_unicode.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_pulldom.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pulldom.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_pulldom.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_extcall.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_extcall.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_extcall.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_unittest.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_unittest.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_unittest.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_file_eintr.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_file_eintr.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_file_eintr.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_cgi.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_cgi.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_cgi.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/__pycache__/test_optparse.cpython-311.pyc', '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_optparse.cpython-311.pyc', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/__pycache__/test_optparse.cpython-311.pyc'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/randv2_64.pck', '/tmp/tmpfrokjq7j/lib/python3.11/test/randv2_64.pck', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/randv2_64.pck' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/randv2_64.pck'"), ('/var/lib/buildbot/wo
rkers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_timeit.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_timeit.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_timeit.py' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/test_timeit.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_sndhdr.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_sndhdr.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_sndhdr.py' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/test_sndhdr.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_os.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_os.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_os.py' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/test_os.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/exception_hierarchy.txt', '/tmp/tmpfrokjq7j/lib/python3.11/test/exception_hierarchy.txt', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/exception_hierarchy.txt' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/exception_hierarchy.txt'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_imaplib.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_imaplib.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_imaplib.py' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/test_imaplib.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_strptime.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_strptime.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_strptime.py' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/test_strptime.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_codecencodings_kr.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_codecencodings_kr.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_codecencodings_kr.py' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/test_codecencodings_kr.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_cmd.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_cmd.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_cmd.py' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/test_cmd.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_htmlparser.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_htmlparser.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_htmlparser.py' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/test_htmlparser.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/profilee.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/profilee.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/profilee.py' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/profilee.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_unicode_file.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_unicode_file.py', "[Errno 28] No space left 
n device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_unicode_file.py' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/test_unicode_file.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_file.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_file.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_file.py' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/test_file.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/badsyntax_future6.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/badsyntax_future6.py', "[Errno 28] No space left on device: '/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/badsyntax_future6.py' -> '/tmp/tmpfrokjq7j/lib/python3.11/test/badsyntax_future6.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_osx_env.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_osx_env.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_osx_env.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_http_cookiejar.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_http_cookiejar.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_http_cookiejar.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_keywordonlyarg.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_keywordonlyarg.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_keywordonlyarg.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_posix.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_posix.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_posix.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_enumerate.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_enumerate.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_enumerate.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_getpath.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_getpath.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_getpath.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt', '/tmp/tmpfrokjq7j/lib/python3.11/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_types.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_types.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_types.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_nis.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_nis.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_nis.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/ffdh3072.pem', '/tmp/tmpfrokjq7j/lib/python3.11/test/ffdh3072.pem', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/ffdh3072.pem'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_exception_group.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_exception_group.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_exception_gro
up.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/_testcppext.cpp', '/tmp/tmpfrokjq7j/lib/python3.11/test/_testcppext.cpp', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/_testcppext.cpp'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_genericclass.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_genericclass.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_genericclass.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_rlcompleter.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_rlcompleter.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_rlcompleter.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_sched.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_sched.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_sched.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/pycacert.pem', '/tmp/tmpfrokjq7j/lib/python3.11/test/pycacert.pem', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/pycacert.pem'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_aifc.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_aifc.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_aifc.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_zipimport.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_zipimport.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_zipimport.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_mailcap.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_mailcap.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_mailcap.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_webbrowser.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_webbrowser.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_webbrowser.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_poplib.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_poplib.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_poplib.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_set.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_set.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_set.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_startfile.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_startfile.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_startfile.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/sgml_input.html', '/tmp/tmpfrokjq7j/lib/python3.11/test/sgml_input.html', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/sgml_input.html'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_ctypes.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_ctypes.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_ctypes.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_json', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_json', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_json'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-d
bian-profile-opt.pgo/build/Lib/test/test_smtpnet.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_smtpnet.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_smtpnet.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/mailcap.txt', '/tmp/tmpfrokjq7j/lib/python3.11/test/mailcap.txt', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/mailcap.txt'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_xxlimited.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_xxlimited.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_xxlimited.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/badsyntax_future10.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/badsyntax_future10.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/badsyntax_future10.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_type_comments.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_type_comments.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_type_comments.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test__osx_support.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test__osx_support.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test__osx_support.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_scope.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_scope.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_scope.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_doctest2.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_doctest2.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_doctest2.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/pstats.pck', '/tmp/tmpfrokjq7j/lib/python3.11/test/pstats.pck', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/pstats.pck'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_generator_stop.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_generator_stop.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_generator_stop.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_gdb.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_gdb.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_gdb.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_bufio.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_bufio.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_bufio.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_zlib.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_zlib.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_zlib.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_frame.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_frame.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_frame.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_http_cookies.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_http_cookies.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_http_cookies.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib
/test/string_tests.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/string_tests.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/string_tests.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_sys_setprofile.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_sys_setprofile.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_sys_setprofile.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_resource.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_resource.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_resource.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_print.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_print.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_print.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_urllib.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_urllib.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_urllib.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/badcert.pem', '/tmp/tmpfrokjq7j/lib/python3.11/test/badcert.pem', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/badcert.pem'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_html.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_html.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_html.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_secrets.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_secrets.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_secrets.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/regrtest.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/regrtest.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/regrtest.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_doctest4.txt', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_doctest4.txt', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_doctest4.txt'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/cmath_testcases.txt', '/tmp/tmpfrokjq7j/lib/python3.11/test/cmath_testcases.txt', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/cmath_testcases.txt'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/keycert.pem', '/tmp/tmpfrokjq7j/lib/python3.11/test/keycert.pem', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/keycert.pem'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_colorsys.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_colorsys.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_colorsys.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_ipaddress.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_ipaddress.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_ipaddress.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_memoryio.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_memoryio.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_memoryio.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/gdb_sample.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/g
db_sample.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/gdb_sample.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_winsound.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_winsound.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_winsound.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_threadedtempfile.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_threadedtempfile.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_threadedtempfile.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_stringprep.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_stringprep.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_stringprep.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_xml_dom_minicompat.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_xml_dom_minicompat.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_xml_dom_minicompat.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/cfgparser.3', '/tmp/tmpfrokjq7j/lib/python3.11/test/cfgparser.3', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/cfgparser.3'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_buffer.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_buffer.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_buffer.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_shutil.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_shutil.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_shutil.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_unicode_file_functions.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_unicode_file_functions.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_unicode_file_functions.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_sqlite3', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_sqlite3', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_sqlite3'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_int.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_int.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_int.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_xdrlib.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_xdrlib.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_xdrlib.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_userdict.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_userdict.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_userdict.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_tarfile.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_tarfile.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_tarfile.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/selfsigned_pythontestdotnet.pem', '/tmp/tmpfrokjq7j/lib/python3.11/test/selfsigned_pythontestdotnet.pem', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/selfsigned_pythontestdotnet.pem'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/t
st/test_lltrace.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_lltrace.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_lltrace.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/ssl_servers.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/ssl_servers.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/ssl_servers.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_socketserver.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_socketserver.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_socketserver.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_functools.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_functools.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_functools.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_strftime.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_strftime.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_strftime.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_raise.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_raise.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_raise.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_random.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_random.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_random.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_re.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_re.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_re.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_getopt.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_getopt.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_getopt.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_string.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_string.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_string.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/ann_module6.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/ann_module6.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/ann_module6.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/zip_cp437_header.zip', '/tmp/tmpfrokjq7j/lib/python3.11/test/zip_cp437_header.zip', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/zip_cp437_header.zip'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_numeric_tower.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_numeric_tower.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_numeric_tower.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_codecmaps_jp.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_codecmaps_jp.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_codecmaps_jp.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_email', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_email', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_email'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/_test_atexit.py', '/tmp/tmpfrokjq7j/
lib/python3.11/test/_test_atexit.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/_test_atexit.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_multiprocessing_forkserver.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_multiprocessing_forkserver.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_multiprocessing_forkserver.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/testtar.tar', '/tmp/tmpfrokjq7j/lib/python3.11/test/testtar.tar', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/testtar.tar'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_csv.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_csv.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_csv.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_named_expressions.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_named_expressions.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_named_expressions.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_winreg.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_winreg.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_winreg.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/ann_module5.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/ann_module5.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/ann_module5.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/_test_venv_multiprocessing.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/_test_venv_multiprocessing.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/_test_venv_multiprocessing.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_type_cache.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_type_cache.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_type_cache.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_structseq.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_structseq.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_structseq.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_decimal.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_decimal.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_decimal.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/bad_getattr.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/bad_getattr.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/bad_getattr.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/decimaltestdata', '/tmp/tmpfrokjq7j/lib/python3.11/test/decimaltestdata', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/decimaltestdata'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_pyclbr.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_pyclbr.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_pyclbr.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_zipfile.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_zipfile.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_zipfile.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/buil
d/Lib/test/test_future5.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_future5.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_future5.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_gettext.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_gettext.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_gettext.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/ann_module2.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/ann_module2.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/ann_module2.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/win_console_handler.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/win_console_handler.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/win_console_handler.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_tools', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_tools', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_tools'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/mod_generics_cache.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/mod_generics_cache.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/mod_generics_cache.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_charmapcodec.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_charmapcodec.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_charmapcodec.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_abc.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_abc.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_abc.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_module.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_module.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_module.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/mp_preload.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/mp_preload.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/mp_preload.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_quopri.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_quopri.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_quopri.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_funcattrs.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_funcattrs.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_funcattrs.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_keyword.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_keyword.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_keyword.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_subclassinit.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_subclassinit.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_subclassinit.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/audiotest.au', '/tmp/tmpfrokjq7j/lib/python3.11/test/audiotest.au', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/audiotest.au'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_locale.py', '/tmp/tmp
frokjq7j/lib/python3.11/test/test_locale.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_locale.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/double_const.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/double_const.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/double_const.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_import', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_import', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_import'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_unicode_identifiers.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_unicode_identifiers.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_unicode_identifiers.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_fnmatch.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_fnmatch.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_fnmatch.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/badsyntax_future7.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/badsyntax_future7.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/badsyntax_future7.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_copy.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_copy.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_copy.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_fractions.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_fractions.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_fractions.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/badsyntax_3131.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/badsyntax_3131.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/badsyntax_3131.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_utf8_mode.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_utf8_mode.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_utf8_mode.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_pty.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_pty.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_pty.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_mailbox.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_mailbox.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_mailbox.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_defaultdict.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_defaultdict.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_defaultdict.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/keycert2.pem', '/tmp/tmpfrokjq7j/lib/python3.11/test/keycert2.pem', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/keycert2.pem'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_spwd.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_spwd.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_spwd.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_lzma.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_lz
ma.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_lzma.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_wsgiref.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_wsgiref.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_wsgiref.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_thread.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_thread.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_thread.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/sample_doctest_no_doctests.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/sample_doctest_no_doctests.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/sample_doctest_no_doctests.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_logging.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_logging.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_logging.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_eof.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_eof.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_eof.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_c_locale_coercion.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_c_locale_coercion.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_c_locale_coercion.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/dataclass_textanno.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/dataclass_textanno.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/dataclass_textanno.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_sys.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_sys.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_sys.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/tokenize_tests.txt', '/tmp/tmpfrokjq7j/lib/python3.11/test/tokenize_tests.txt', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/tokenize_tests.txt'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_extcall.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_extcall.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_extcall.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_inspect.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_inspect.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_inspect.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/audiotests.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/audiotests.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/audiotests.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/future_test1.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/future_test1.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/future_test1.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_reprlib.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_reprlib.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_reprlib.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_abstract_numbers.py', '/tmp/tmpfrokjq7j/lib/python3.11/test
/test_abstract_numbers.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_abstract_numbers.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/ssl_key.pem', '/tmp/tmpfrokjq7j/lib/python3.11/test/ssl_key.pem', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/ssl_key.pem'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_dbm.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_dbm.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_dbm.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/imp_dummy.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/imp_dummy.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/imp_dummy.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_turtle.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_turtle.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_turtle.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/bad_coding2.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/bad_coding2.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/bad_coding2.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_curses.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_curses.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_curses.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_property.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_property.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_property.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_socket.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_socket.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_socket.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_audit.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_audit.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_audit.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_ensurepip.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_ensurepip.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_ensurepip.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_tuple.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_tuple.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_tuple.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_math.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_math.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_math.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_future3.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_future3.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_future3.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/final_b.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/final_b.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/final_b.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/badsyntax_future8.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/badsyntax_future8.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/badsyntax_f
uture8.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_flufl.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_flufl.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_flufl.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/datetimetester.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/datetimetester.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/datetimetester.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_bdb.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_bdb.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_bdb.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_urllibnet.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_urllibnet.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_urllibnet.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test__locale.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test__locale.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test__locale.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/clinic.test', '/tmp/tmpfrokjq7j/lib/python3.11/test/clinic.test', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/clinic.test'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_codecmaps_kr.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_codecmaps_kr.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_codecmaps_kr.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/nullbytecert.pem', '/tmp/tmpfrokjq7j/lib/python3.11/test/nullbytecert.pem', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/nullbytecert.pem'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_queue.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_queue.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_queue.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_augassign.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_augassign.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_augassign.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_bigmem.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_bigmem.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_bigmem.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_isinstance.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_isinstance.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_isinstance.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_setcomps.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_setcomps.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_setcomps.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_lib2to3.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_lib2to3.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_lib2to3.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_ttk_guionly.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_ttk_guionly.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_ttk_guionly.py'"), ('/var/lib/buildbot/worker
s/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_userlist.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_userlist.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_userlist.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/leakers', '/tmp/tmpfrokjq7j/lib/python3.11/test/leakers', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/leakers'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/mock_socket.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/mock_socket.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/mock_socket.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/sample_doctest.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/sample_doctest.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/sample_doctest.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_hashlib.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_hashlib.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_hashlib.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_unpack.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_unpack.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_unpack.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_grp.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_grp.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_grp.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_exception_variations.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_exception_variations.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_exception_variations.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_list.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_list.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_list.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/pythoninfo.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/pythoninfo.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/pythoninfo.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_file_eintr.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_file_eintr.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_file_eintr.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_tabnanny.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_tabnanny.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_tabnanny.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/dataclass_module_1_str.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/dataclass_module_1_str.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/dataclass_module_1_str.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/subprocessdata', '/tmp/tmpfrokjq7j/lib/python3.11/test/subprocessdata', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/subprocessdata'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_ftplib.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_ftplib.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_ftplib.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gp
s-debian-profile-opt.pgo/build/Lib/test/test_netrc.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_netrc.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_netrc.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_genericalias.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_genericalias.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_genericalias.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_codecmaps_hk.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_codecmaps_hk.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_codecmaps_hk.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_sort.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_sort.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_sort.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_zoneinfo', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_zoneinfo', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_zoneinfo'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/re_tests.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/re_tests.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/re_tests.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/doctest_aliases.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/doctest_aliases.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/doctest_aliases.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_threading.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_threading.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_threading.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_capi', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_capi', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_capi'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_configparser.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_configparser.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_configparser.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/cfgparser.2', '/tmp/tmpfrokjq7j/lib/python3.11/test/cfgparser.2', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/cfgparser.2'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_crypt.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_crypt.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_crypt.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_httplib.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_httplib.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_httplib.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/multibytecodec_support.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/multibytecodec_support.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/multibytecodec_support.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/badsyntax_future5.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/badsyntax_future5.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/badsyntax_future5.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/
build/Lib/test/inspect_stringized_annotations.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/inspect_stringized_annotations.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/inspect_stringized_annotations.py'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/nokia.pem', '/tmp/tmpfrokjq7j/lib/python3.11/test/nokia.pem', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/nokia.pem'"), ('/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_univnewlines.py', '/tmp/tmpfrokjq7j/lib/python3.11/test/test_univnewlines.py', "[Errno 28] No space left on device: '/tmp/tmpfrokjq7j/lib/python3.11/test/test_univnewlines.py'")]


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.11.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.11.gps-debian-profile-opt.pgo/build/Lib/ensurepip/__init__.py", line 286, in _main
    return _bootstrap(
           ^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/ensurepip/__init__.py", line 202, in _bootstrap
    return _run_pip([*args, *_PACKAGE_NAMES], additional_paths)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/ensurepip/__init__.py", line 103, in _run_pip
    return subprocess.run(cmd, check=True).returncode
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/tmp8_xp484x/bin/python', '-W', 'ignore::DeprecationWarning', '-c', '\nimport runpy\nimport sys\nsys.path = [\'/tmp/tmp3o38r295/setuptools-65.5.0-py3-none-any.whl\', \'/tmp/tmp3o38r295/pip-22.3.1-py3-none-any.whl\'] + sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\', \'--find-links\', \'/tmp/tmp3o38r295\', \'--upgrade\', \'setuptools\', \'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.11.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 760, in test_with_pip
    self.do_test_with_pip(False)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 682, in do_test_with_pip
    with self.nicer_error():
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/contextlib.py", line 155, in __exit__
    self.gen.throw(typ, value, traceback)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 752, in nicer_error
    self.fail(
AssertionError: Command '['/tmp/tmpnox1y6mc/bin/python', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.


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.11.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.11.gps-debian-profile-opt.pgo/build/Lib/ensurepip/__init__.py", line 286, in _main
    return _bootstrap(
           ^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/ensurepip/__init__.py", line 202, in _bootstrap
    return _run_pip([*args, *_PACKAGE_NAMES], additional_paths)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/ensurepip/__init__.py", line 103, in _run_pip
    return subprocess.run(cmd, check=True).returncode
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/tmpnox1y6mc/bin/python', '-W', 'ignore::DeprecationWarning', '-c', '\nimport runpy\nimport sys\nsys.path = [\'/tmp/tmp2t43awyp/setuptools-65.5.0-py3-none-any.whl\', \'/tmp/tmp2t43awyp/pip-22.3.1-py3-none-any.whl\'] + sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\', \'--find-links\', \'/tmp/tmp2t43awyp\', \'--upgrade\', \'setuptools\', \'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.11.gps-debian-profile-opt.pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_0bd63fe5'


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main
    cache[rtype].remove(name)
KeyError: '/psm_4989205b'


Traceback (most recent call last):
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 748, in nicer_error
    yield
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 683, in do_test_with_pip
    self.run_with_capture(venv.create, self.env_dir,
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/test/test_venv.py", line 87, in run_with_capture
    func(*args, **kwargs)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/venv/__init__.py", line 468, in create
    builder.create(env_dir)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.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.11.gps-debian-profile-opt.pgo/build/Lib/venv/__init__.py", line 358, in _setup_pip
    self._call_new_python(context, '-m', 'ensurepip', '--upgrade',
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.gps-debian-profile-opt.pgo/build/Lib/venv/__init__.py", line 354, in _call_new_python
    subprocess.check_output(args, **kwargs)
  File "/var/lib/buildbot/workers/enable-optimizations-bot/3.11.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.11.gps-debian-profile-opt.pgo/build/Lib/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/tmp/tmpnox1y6mc/bin/python', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.

@hauntsaninja
Copy link
Contributor Author

OSError: [Errno 28] No space left on device <-- going to assume buildbot failure is unrelated to this PR and not take further action

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