bpo-44632: Fix support of TypeVar in the union type#27139
Conversation
int | TypeVar('T') returns now an instance of types.Union
instead of typing.Union.
b36ae20 to
531338f
Compare
July 14, 2021 15:56
Fidget-Spinner
left a comment
There was a problem hiding this comment.
LGTM. I was working on this too and I eventually came to the same solution as you :).
Sorry, something went wrong.
|
Hmm does this need news? Or are we bundling all the TypeVar issues into one news item later on? |
Sorry, something went wrong.
|
It has little effect on user. |
Sorry, something went wrong.
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry, something went wrong.
int | TypeVar('T') returns now an instance of types.Union
instead of typing.Union.
(cherry picked from commit a158b20)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot PPC64 Fedora 3.10 has failed when building commit cc1a47c. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/672/builds/216 Failed tests:
Failed subtests:
Summary of the results of the build (if available): == Tests result: FAILURE then ENV CHANGED == 411 tests OK. 10 slowest tests:
1 test altered the execution environment: 15 tests skipped: 3 re-run tests: Total duration: 1 hour 1 min Click to see traceback logsTraceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 1312, in tearDown
super().tearDown()
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 60, in tearDown
self._box.close()
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 737, in close
self._file.close() # Sync has been done by self.flush() above.
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 150, in test_add_binary_file
key = self._box.add(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 179, in test_add_nonascii_StringIO_raises
self._box.add(io.StringIO(self._nonascii_msg))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 764, in _append_message
self._file.truncate(before)
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 108, in test_add_nonascii_string_header_raises
self._box.add(self._nonascii_msg)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 764, in _append_message
self._file.truncate(before)
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_socket.py", line 5969, in setUpClass
f.write(chunk)
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 1323, in test_labels
key0 = self._box.add(msg0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 358, in test_contains
key0 = self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 186, in test_remove
self._test_remove_or_delitem(self._box.remove)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 194, in _test_remove_or_delitem
key0 = self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 120, in test_add_that_raises_leaves_mailbox_empty
self._box.close()
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 737, in close
self._file.close() # Sync has been done by self.flush() above.
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 1404, in test_initialize_with_binary_file
f.seek(0)
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 292, in test_get_file_can_be_closed_twice
key = self._box.add(_sample_message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 1393, in test_initialize_with_file
with open(self._path, 'w+', encoding='utf-8') as f:
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_cmd_line_script.py", line 229, in test_script_abspath
with os_helper.temp_cwd() as script_dir:
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/contextlib.py", line 133, in __enter__
return next(self.gen)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/support/os_helper.py", line 447, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/contextlib.py", line 133, in __enter__
return next(self.gen)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/support/os_helper.py", line 385, in temp_dir
os.mkdir(path)
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 427, in test_pop
key0 = self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 307, in test_itervalues
self._check_iteration(self._box.itervalues, do_keys=False,
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 333, in _check_iteration
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 981, in add
_sync_close(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2134, in _sync_close
_sync_flush(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2128, in _sync_flush
f.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 202, in _string_to_bytes
return message.encode('ascii')
UnicodeEncodeError: 'ascii' codec can't encode character '\xe1' in position 27: ordinal not in range(128)
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 975, in add
self._dump_sequences(message, new_key)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1237, in _dump_sequences
self.set_sequences(all_sequences)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1197, in set_sequences
_sync_close(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2134, in _sync_close
_sync_flush(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2128, in _sync_flush
f.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 948, in test_add_doesnt_rewrite
self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/unittest/case.py", line 620, in run
outcome.errors.clear()
OSError: [Errno 28] No space left on device
Warning -- Unraisable exception
Exception ignored in: <_io.BufferedRandom name='/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/build/test_python_40590æ/test_python_worker_38107æ/@test_38107_tmpæ/1'>
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/unittest/case.py", line 620, in run
outcome.errors.clear()
OSError: [Errno 28] No space left on device
Warning -- Unraisable exception
Exception ignored in: <_io.BufferedRandom name='/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/build/test_python_40590æ/test_python_worker_38107æ/@test_38107_tmpæ/1'>
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/unittest/case.py", line 620, in run
outcome.errors.clear()
OSError: [Errno 28] No space left on device
Warning -- Unraisable exception
Exception ignored in: <_io.BufferedRandom name='/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/build/test_python_40590æ/test_python_worker_38107æ/@test_38107_tmpæ/1'>
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/unittest/case.py", line 620, in run
outcome.errors.clear()
OSError: [Errno 28] No space left on device
Warning -- Unraisable exception
Exception ignored in: <_io.BufferedRandom name='/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/build/test_python_40590æ/test_python_worker_38107æ/@test_38107_tmpæ/1'>
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/unittest/case.py", line 620, in run
outcome.errors.clear()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 447, in test_popitem
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 981, in add
_sync_close(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2134, in _sync_close
_sync_flush(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2128, in _sync_flush
f.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 136, in test_add_8bit_body
key = self._box.add(self._non_latin_bin_msg)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 299, in test_iterkeys
self._check_iteration(self._box.iterkeys, do_keys=True, do_values=False)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 333, in _check_iteration
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 66, in test_add
keys.append(self._box.add(self._template % 0))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 303, in test_keys
self._check_iteration(self._box.keys, do_keys=True, do_values=False)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 333, in _check_iteration
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 981, in add
_sync_close(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2134, in _sync_close
_sync_flush(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2128, in _sync_flush
f.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 173, in test_add_StringIO_warns
key = self._box.add(io.StringIO(self._template % "0"))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 447, in test_popitem
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 271, in test_get_string
key0 = self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 158, in test_add_binary_nonascii_file
key = self._box.add(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 317, in test_values
self._check_iteration(self._box.values, do_keys=False, do_values=True)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 333, in _check_iteration
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 303, in test_keys
self._check_iteration(self._box.keys, do_keys=True, do_values=False)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 333, in _check_iteration
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 253, in test_get_message
key0 = self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 57, in setUp
self._box = self._factory(self._path)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 1170, in <lambda>
_factory = lambda self, path, factory=None: mailbox.MH(path, factory)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 943, in __init__
os.mkdir(self._path, 0o700)
OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/build/test_python_40590æ/test_python_worker_38107æ/@test_38107_tmpæ'
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 94, in test_add_invalid_8bit_bytes_header
key = self._box.add(self._nonascii_msg.encode('latin-1'))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 1178, in test_list_folders
self._box.add_folder('two')
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1131, in add_folder
return MH(os.path.join(self._path, folder),
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 943, in __init__
os.mkdir(self._path, 0o700)
OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/build/test_python_40590æ/test_python_worker_38107æ/@test_38107_tmpæ/two'
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 216, in test_discard
key0 = self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 307, in test_itervalues
self._check_iteration(self._box.itervalues, do_keys=False,
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 333, in _check_iteration
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 499, in test_popitem_and_flush_twice
self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 495, in test_flush
self._test_flush_or_close(self._box.flush, True)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 522, in _test_flush_or_close
self._box.add(contents[0])
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 761, in _append_message
offsets = self._install_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1439, in _install_message
message = self._string_to_bytes(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 204, in _string_to_bytes
raise ValueError("String input must be ASCII-only; "
ValueError: String input must be ASCII-only; use bytes or a Message instead
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 228, in test_get
key0 = self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_cmd_line_script.py", line 570, in test_non_ascii
script_name = _make_test_script(os.getcwd(), name, source)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_cmd_line_script.py", line 81, in _make_test_script
to_return = make_script(script_dir, script_basename, source)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/support/script_helper.py", line 215, in make_script
with open(script_name, 'w', encoding='utf-8') as script_file:
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 1402, in test_initialize_with_binary_file
with open(self._path, 'wb+') as f:
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 499, in test_popitem_and_flush_twice
self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 981, in add
_sync_close(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2134, in _sync_close
_sync_flush(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2128, in _sync_flush
f.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 379, in test_len
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 279, in test_get_file
key0 = self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 461, in test_update
key0 = self._box.add(self._template % 'original 0')
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 388, in test_set_item
key0 = self._box.add(self._template % 'original 0')
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 243, in test_getitem
key0 = self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 263, in test_get_bytes
key0 = self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 312, in test_iter
self._check_iteration(self._box.__iter__, do_keys=False,
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 333, in _check_iteration
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 167, in test_add_text_file_warns
key = self._box.add(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 968, in test_permissions_after_flush
self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 1265, in test_pack
key0 = self._box.add(msg0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 981, in add
_sync_close(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2134, in _sync_close
_sync_flush(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2128, in _sync_flush
f.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 190, in test_delitem
self._test_remove_or_delitem(self._box.__delitem__)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 194, in _test_remove_or_delitem
key0 = self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 326, in test_items
self._check_iteration(self._box.items, do_keys=True, do_values=True)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 333, in _check_iteration
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 321, in test_iteritems
self._check_iteration(self._box.iteritems, do_keys=True,
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 333, in _check_iteration
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 518, in test_close
self._test_flush_or_close(self._box.close, False)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 522, in _test_flush_or_close
self._box.add(contents[0])
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 417, in test_clear
self._box.add(self._template % i)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 101, in test_invalid_nonascii_header_as_string
key = self._box.add(subj.encode('latin-1'))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 1253, in add
key = _singlefileMailbox.add(self, message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 606, in add
self._toc[self._next_key] = self._append_message(message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 766, in _append_message
self._file.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 1395, in test_initialize_with_file
f.seek(0)
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 379, in test_len
keys.append(self._box.add(self._template % i))
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 981, in add
_sync_close(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2134, in _sync_close
_sync_flush(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2128, in _sync_flush
f.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 272, in test_get_string
key1 = self._box.add(_sample_message)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 981, in add
_sync_close(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2134, in _sync_close
_sync_flush(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2128, in _sync_flush
f.flush()
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/test/test_mailbox.py", line 427, in test_pop
key0 = self._box.add(self._template % 0)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 981, in add
_sync_close(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2134, in _sync_close
_sync_flush(f)
File "/home/shager/cpython-buildarea/3.10.edelsohn-fedora-ppc64/build/Lib/mailbox.py", line 2128, in _sync_flush
f.flush()
OSError: [Errno 28] No space left on device
|
Sorry, something went wrong.
https://bugs.python.org/issue44632