Buildbot failure in Python on PPC64LE Fedora 3.8
The Buildbot has detected a failed build on builder PPC64LE Fedora 3.8 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/210/builds/108
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-ppc64le
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop51 test_regrtest_noop52 test_regrtest_noop53\n test_regrtest_noop54\n\nTotal duration: 761 ms\n
Captured traceback
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 692, in test_1463026_3_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncio/test_base_events.py", line 1980, in setUpClass with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 163, in test_len d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_threaded_import.py", line 199, in test_circular_imports os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_normalization.py", line 41, in test_main testdata = open_urlresource(TESTDATAURL, encoding="utf-8", OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/data/NormalizationTest.txt'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_http_cookiejar.py", line 361, in test_lwp_valueless_cookie c.save(filename, ignore_discard=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/http/cookiejar.py", line 1890, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tarfile.py", line 2639, in setUpModule os.makedirs(TEMPDIR) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_87012_tmp-tardir'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 299, in test_sameopenfile create_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_97236_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_imghdr.py", line 133, in test_output_stream with open(TESTFN, 'wb') as stream: OSError: [Errno 28] No space left on device: '@test_90610_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 30, in wrapper return fxn(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_importlib/source/test_file_loader.py", line 178, in test_file_from_empty_string_dir with open(file_path, 'w') as file: OSError: [Errno 28] No space left on device: '_temp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_uu.py", line 183, in test_encode with open(self.tmpin, 'wb') as fin: OSError: [Errno 28] No space left on device: '@test_71110_tmpi'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 146, in test_write_bytearray f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 760, in test_no_close_file result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 135, in test_parse_text make_xml_file(self.data, encoding) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 432, in setUp with open(self.codefile, 'w') as f: OSError: [Errno 28] No space left on device: 'tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 30, in test_key_methods self.g = gdbm.open(filename, 'c') _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/regrtest.py", line 50, in <module> _main() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/regrtest.py", line 46, in _main main() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/main.py", line 712, in main Regrtest().main(tests=tests, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/main.py", line 621, in main test_cwd = self.create_temp_dir() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/main.py", line 586, in create_temp_dir os.makedirs(self.tmp_dir, exist_ok=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_99721'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 82, in test_proto2_file_shelf s = shelve.open(self.fn, protocol=2) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 431, in testBytes self.helper(bytesobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 319, in test_module_in_subpackage_in_zipfile self._check_script(["-m", "test_pkg.test_pkg.script"], run_name, run_name, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 128, in _check_script rc, out, err = assert_python_ok( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 157, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 143, in _assert_python res.fail(cmd_line) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-m', 'test_pkg.test_pkg.script', 'test1', 'test2', 'test3']
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_base64.py", line 685, in test_decode with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1798, in test_comments with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_urllib2.py", line 785, in test_file f = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_82097_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 114, in test_non_ascii_infile infile = self._create_infile(data) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 94, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 95, in test_pathfix_adding_flag self.pathfix( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 30, in pathfix with open(filename, 'w', encoding='utf8') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 241, in testBadMagic2 self.doTest(".py", files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 552, in test_xmlgen_ignorable result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_codecs.py", line 2501, in test_seek0 with codecs.open(support.TESTFN, 'w+', encoding=encoding) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_84160_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3939, in test_io_after_close f = self.open(support.TESTFN, **kwargs) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1255, in test_write_python_directory_filtered os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 292, in test_samestat_on_link self._test_samestat_on_link_func(os.link) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 276, in _test_samestat_on_link_func create_file(test_fn1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_81892_tmp1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1863, in test_change_comment_in_nonempty_archive with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 629, in test_append_mode_tell with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 133, in test_line_endings with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 294, in test_pop d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4066, in test_pickling with self.open(support.TESTFN, **kwargs) as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_warnings/__init__.py", line 1222, in test_issue_8766 with support.temp_cwd() as cwd, support.temp_cwd('encodings'): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_imp.py", line 367, in test_find_and_load_checked_pyc with support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 789, in test_large_offset with self._make_test_file(0x14FFFFFFF, b" ") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 775, in _make_test_file f = open(TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 649, in test_text_modes with gzip.open(self.filename, "wt") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_array.py", line 402, in test_filewrite f = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_86666_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 692, in test_encoding with gzip.open(self.filename, "wt", encoding="utf-16") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpudmsqo58'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 113, in test_empty_value f = dbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87022_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2466, in test_write_after_read with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/eintrdata/eintr_tester.py", line 523, in test_lockf self._lock(fcntl.lockf, "lockf") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/eintrdata/eintr_tester.py", line 499, in _lock with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_104527_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 675, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 135, in test_write_readonly_file with gdbm.open(filename, 'c') as db: _gdbm.error: [Errno 28] No space left on device: '@test_82602_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 607, in test_large_file_ops with self.open(support.TESTFN, "w+b", 0) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 538, in test_raw_file_io with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pipes.py", line 58, in testEmptyPipeline1 with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 136, in test_exists create_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_97236_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 1277, in test_with_pathlike_filename with TempFile(filename): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 56, in setUp self._box = self._factory(self._path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 1118, in <lambda> _factory = lambda self, path, factory=None: mailbox.mbox(path, factory) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 847, in __init__ _mboxMMDF.__init__(self, path, factory, create) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 585, in __init__ f = open(self._path, 'wb+') OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_84950_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpbf1iz8ou'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 56, in setUp self._box = self._factory(self._path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 1164, in <lambda> _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 893, in __init__ _mboxMMDF.__init__(self, path, factory, create) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 585, in __init__ f = open(self._path, 'wb+') OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_84950_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 224, in test_unseekable_incompleted_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_inspect.py", line 711, in setUp os.mkdir(self.tempdir) OSError: [Errno 28] No space left on device: '@test_71110_tmp_dir'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 433, in testBytesOpen f = self.FileIO(fn, "w") OSError: [Errno 28] No space left on device: b'@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1463, in test_breakpoint stdout, stderr = self.run_pdb_module(script, commands) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1220, in run_pdb_module os.mkdir(self.module_name) OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 620, in test_module_from_test_autotest self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 2384647\n0:00:00 load avg: 27.72 Run tests in parallel using 4 child processes\n0:00:00 load avg: 27.72 [1/4/1] test_regrtest_noop31 crashed (Exit code 1)\n0:00:00 load avg: 27.72 [2/4/2] test_regrtest_noop33 crashed (Exit code 1)\n0:00:00 load avg: 27.72 [3/4/3] test_regrtest_noop32 crashed (Exit code 1)\n0:00:00 load avg: 27.72 [4/4/4] test_regrtest_noop34 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop31 test_regrtest_noop32 test_regrtest_noop33\n test_regrtest_noop34\n0:00:00 load avg: 27.72\n0:00:00 load avg: 27.72 Re-running failed tests in verbose mode\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop31 in verbose mode\ntest_empty_test (test_regrtest_noop31.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop33 in verbose mode\ntest_empty_test (test_regrtest_noop33.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop32 in verbose mode\ntest_empty_test (test_regrtest_noop32.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop34 in verbose mode\ntest_empty_test (test_regrtest_noop34.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop31 test_regrtest_noop32 test_regrtest_noop33\n test_regrtest_noop34\n\nTotal duration: 807 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_aifc.py", line 421, in test_write_aiff_by_extension fout = self.fout = aifc.open(filename, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_78842_tmp.aiff'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 114, in test_filetime create_file(filename, b'foo') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_81892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_codecs.py", line 713, in test_bug691291 with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_84160_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_optparse.py", line 1053, in test_filetype_notfile os.mkdir(support.TESTFN) OSError: [Errno 28] No space left on device: '@test_81711_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 1006, in test_step_at_return_with_no_trace_in_caller with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2886, in test_basic_io f = self.open(support.TESTFN, "w+", encoding=enc) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_md5sum.py", line 16, in setUpClass os.mkdir(support.TESTFN) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 1262, in test_filename with TempFile(TESTFN): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 435, in test_peek with gzip.GzipFile(self.filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 649, in test_text_modes with gzip.open(self.filename, "wt") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 162, in test_write_memoryview f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fcntl.py", line 169, in test_lockf_share self.f = open(TESTFN, 'wb+') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 341, in test_length_0_large_offset with open(TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/eintrdata/eintr_tester.py", line 363, in test_os_open self._test_open("fd = os.open(path, os.O_RDONLY)\nos.close(fd)", File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 604, in wrapper return func(*args, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/eintrdata/eintr_tester.py", line 324, in _test_open os.mkfifo(filename) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1499, in test_blocks_at_first_code_line stdout, stderr = self.run_pdb_module(script, commands) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1220, in run_pdb_module os.mkdir(self.module_name) OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 652, in test_1463026_2 result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 308, in test_double_close with open(TESTFN, 'wb+') as f: OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 82, in _create f = _io.open(self._datfile, 'r', encoding="Latin-1") FileNotFoundError: [Errno 2] No such file or directory: '@test_87022_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 83, in test_pathfix_keeping_flags self.pathfix( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 30, in pathfix with open(filename, 'w', encoding='utf8') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (test.test_zipimport.UncompressedZipImportTestCase) ... ERROR
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 568, in testDefaultOptimizationLevel self.makeZip(files) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 678, in test_1463026_3 result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpyeh0qft8'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 83, in test_run_setup_provides_file self.write_setup(setup_using___file__)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 72, in write_setup f = open(path, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 872, in test_read_from_file_with_bytes_filename with TempFile(TESTFN, COMPRESSED_XZ): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 146, in test_write_bytearray f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_filecmp.py", line 17, in setUp with open(name, 'w') as output: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1240, in test_find_function_empty_file self._assert_find_function('', 'foo', None) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1231, in _assert_find_function with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 896, in test_invalid_newline self.open(support.TESTFN, 'w', newline='invalid') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 114, in test_filetime create_file(filename, b'foo') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_turtle.py", line 90, in test_partial_config_dict_with_commments cfg_name = self.get_cfg_file(test_config_two) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_turtle.py", line 54, in get_cfg_file with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_86995_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lltrace.py", line 16, in test_lltrace_does_not_crash_on_subscript_operator with open(support.TESTFN, 'w') as fd: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/threading.py", line 932, in _bootstrap_inner self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 652, in process_request_thread self.handle_error(request, client_address) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 350, in handle_error with open(test.support.TESTFN, 'a') as log: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 117, in test_addpackage pth_file.create() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 341, in create FILE = open(self.file_path, 'w') OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_77209_tmp.pth'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 312, in test_module_in_package_in_zipfile self._check_script(["-m", "test_pkg.script"], run_name, run_name, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 128, in _check_script rc, out, err = assert_python_ok( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 157, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 143, in _assert_python res.fail(cmd_line) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-m', 'test_pkg.script', 'test1', 'test2', 'test3']
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 36, in test_dumbdbm_creation with contextlib.closing(dumbdbm.open(_fname, 'c')) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_base64.py", line 673, in test_encode_file with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_ssl.py", line 4243, in test_sendfile with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_84490_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4007, in test_abc_inheritance self._check_abc_inheritance(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3989, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_set.py", line 808, in test_print fo = open(support.TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_93135_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/__main__.py", line 2, in <module> main() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/main.py", line 712, in main Regrtest().main(tests=tests, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/main.py", line 634, in main self._main(tests, kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/main.py", line 697, in _main self.finalize() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/main.py", line 527, in finalize r.write_results(show_missing=True, summary=True, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/trace.py", line 260, in write_results os.makedirs(dir) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'coverage'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 82, in _create f = _io.open(self._datfile, 'r', encoding="Latin-1") FileNotFoundError: [Errno 2] No such file or directory: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 260, in test_samestat create_file(test_fn1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_81892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1582, in test_write_unicode_filenames with zipfile.ZipFile(TESTFN, "w") as zf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 62, in test_nullpat self.drive_one(b'\0' * 1000) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 24, in try_one f = self.open(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_84990_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmp2lf2pxmr'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 102, in test_bytes self.helper(s) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 681, in test_close with TempFile(TESTFN, COMPRESSED_XZ): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmp6ercjwvx'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 226, in test_readline self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmp7cd9wx54'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1612, in test_create_non_existent_file_for_append with zipfile.ZipFile(TESTFN, 'a') as zf: OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 538, in test_raw_file_io with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 202, in test_isfile create_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_81892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1364, in test_extract_with_target self._test_extract_with_target(extdir) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1344, in _test_extract_with_target self.make_test_file() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1320, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 174, in test_random with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2886, in test_basic_io f = self.open(support.TESTFN, "w+", encoding=enc) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1810, in test_threads with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2425, in test_interleaved self.make_test_archive(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2389, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_uu.py", line 235, in test_decode_mode with open(self.tmpin, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmpi'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1100, in test_write_after_close with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_aifc.py", line 170, in test_params_added f = self.f = aifc.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 83, in test_pathfix_keeping_flags self.pathfix( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 30, in pathfix with open(filename, 'w', encoding='utf8') as f: OSError: [Errno 28] No space left on device: '@test_86686_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 59, in test_primepat self.drive_one(b"1234567890\00\01\02\03\04\05\06") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 24, in try_one f = self.open(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_84990_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 203, in test_check_closed f = dumbdbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 1401, in test_initialize_with_binary_file with open(self._path, 'wb+') as f: OSError: [Errno 28] No space left on device: '@test_84950_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 995, in test_matchfile with open(filename, "w") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2111, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 92, in test_anydbm_read self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 233, in testBadMagic self.doTest(".py", files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 120, in test_str_write_contains self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1725, in test_closed_zip_raises_ValueError with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_codecs.py", line 713, in test_bug691291 with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 191, in test_many_append with gzip.GzipFile(self.filename, 'wb', 9) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpg51kvg28'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 1277, in test_with_pathlike_filename with TempFile(filename): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 149, in test_dict self.helper(self.d) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 321, in test_iter_file f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_86662_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 104, in test_anydbm_keys self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _dbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileinput.py", line 312, in test_readline_binary_mode with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_93166_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 707, in test_close_flushes with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 177, in test_isdir create_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_97236_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 204, in testTruncateOnWindows f = self.open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 259, in test_zipfile self._check_script(zip_name, run_name, zip_name, zip_name, '', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 128, in _check_script rc, out, err = assert_python_ok( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 157, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 143, in _assert_python res.fail(cmd_line) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-E', '/tmp/tmpgxk1af7q/test_zip.zip', 'test1', 'test2', 'test3']
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 115, in test_str_read self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 198, in test_module_with_large_stack with open(filename, 'w') as f: OSError: [Errno 28] No space left on device: 'longlist.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_imghdr.py", line 68, in test_file_pos with open(TESTFN, 'wb') as stream: OSError: [Errno 28] No space left on device: '@test_90610_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1783, in test_null_byte_in_filename with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3045, in test_seek_with_encoder_state f = self.open(support.TESTFN, "w", encoding="euc_jis_2004") OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 71, in test_dumbdbm_modification self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 135, in test_write_readonly_file with gdbm.open(filename, 'c') as db: _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1777, in test_truncate_after_write with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_set.py", line 808, in test_print fo = open(support.TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 255, in test_tougher_find with open(TESTFN, 'wb+') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 556, in test_read_long_from_file with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1777, in test_truncate_after_write with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_set.py", line 324, in test_cyclical_print fo = open(support.TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_93135_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 418, in test_bad_gzip_file with open(self.filename, 'wb') as file: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 535, in test_write_object_to_file _testcapi.pymarshal_write_object_to_file(obj, support.TESTFN, v) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 852, in test_opener with self.open(support.TESTFN, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 173, in test_bytearray self.helper(b) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1805, in test_open_file self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (109980, 32512) != (109980, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 24, in setUp self.f = self.FileIO(TESTFN, 'w') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 690, in setUp os.mkdir(self.path) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 3469, in test_write_to_binary_file with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_81867_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 460, in test_builtin_max_min f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_http_cookiejar.py", line 386, in test_bad_magic with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_87004_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 187, in testPyc self.doTest(pyc_ext, files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 80, in test_dumbdbm_read self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 665, in test_1463026_2_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bool.py", line 23, in test_print with open(support.TESTFN, "w") as fo: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/eintrdata/eintr_tester.py", line 526, in test_flock self._lock(fcntl.flock, "flock") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/eintrdata/eintr_tester.py", line 499, in _lock with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_85256_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 824, in test_slowest_interrupted output = self.run_tests(*args, exitcode=130) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 678, in run_tests return self.run_python(cmdargs, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 531, in run_python proc = self.run_command(args, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 526, in run_command self.fail(msg) AssertionError: Command ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/tmpib9zfpb6', '--slowest', '-j2', 'test_regrtest_sigint'] failed with exit code 2
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3229, in test_seek_append_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 834, in test_coverage output = self.run_tests("--coverage", test) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 678, in run_tests return self.run_python(cmdargs, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 531, in run_python proc = self.run_command(args, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 526, in run_command self.fail(msg) AssertionError: Command ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/tmpd91qamdj', '--coverage', 'test_regrtest_coverage'] failed with exit code 1
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 56, in setUp self._box = self._factory(self._path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 1169, in <lambda> _factory = lambda self, path, factory=None: mailbox.MH(path, factory) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 940, in __init__ os.mkdir(self._path, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 30, in test_key_methods self.g = gdbm.open(filename, 'c') _gdbm.error: [Errno 28] No space left on device: '@test_82602_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 891, in test_nonbuffered_textio self.open(support.TESTFN, 'w', buffering=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2490, in test_write_while_reading with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_DEFLATED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_netrc.py", line 131, in test_file_not_found_in_home os.mkdir(d) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_http_cookiejar.py", line 1719, in test_rejection c.save(filename, ignore_discard=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/http/cookiejar.py", line 1890, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3883, in test_attributes f = self.open(support.TESTFN, "wb", buffering=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_dist.py", line 92, in test_venv_install_options with open(TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1810, in test_threads with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 540, in setUp create_file(self.file_name, b"test_genericpath.PathLikeTests") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 403, in test_zero_padded_file with gzip.GzipFile(self.filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1522, in test_returns_pid self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (97174, 256) != (97174, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 149, in test_dict self.helper(self.d) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 821, in test_multi_close f = self.open(support.TESTFN, "wb", buffering=0) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 315, in test_threading_handled self.check_result(handled=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 332, in check_result with open(test.support.TESTFN) as log: FileNotFoundError: [Errno 2] No such file or directory: '@test_87238_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 216, in test_unseekable_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3199, in test_append_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_unicode_file.py", line 130, in test_directories self._do_directory(TESTFN_UNICODE+ext, TESTFN_UNICODE+ext) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_unicode_file.py", line 87, in _do_directory os.mkdir(make_name) OSError: [Errno 28] No space left on device: '@test_71110_tmp-àòɘŁğ.dir'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 248, in testIteration bag = self.open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_85046_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 564, in test_xmlgen_ignorable_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 1136, in test_expat_inpsource_sysid_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shutil.py", line 259, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: OSError: [Errno 28] No space left on device: '@test_93049_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1672, in test_is_zip_valid_file with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 62, in test_nullpat self.drive_one(b'\0' * 1000) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 24, in try_one f = self.open(support.TESTFN, "wb") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileinput.py", line 312, in test_readline_binary_mode with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4135, in test_create_writes with self.open(support.TESTFN, 'xb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 83, in test_run_setup_provides_file self.write_setup(setup_using___file__)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 72, in write_setup f = open(path, "w") OSError: [Errno 28] No space left on device: '@test_83402_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1823, in test_close_file self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (109971, 256) != (109971, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3045, in test_seek_with_encoder_state f = self.open(support.TESTFN, "w", encoding="euc_jis_2004") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 634, in test_tools_script_run_tests self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 3242418\n0:00:00 load avg: 25.66 Run tests in parallel using 4 child processes\n0:00:00 load avg: 25.66 [1/4/1] test_regrtest_noop54 crashed (Exit code 1)\n0:00:00 load avg: 25.66 [2/4/2] test_regrtest_noop52 crashed (Exit code 1)\n0:00:00 load avg: 25.66 [3/4/3] test_regrtest_noop51 crashed (Exit code 1)\n0:00:00 load avg: 25.66 [4/4/4] test_regrtest_noop53 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop51 test_regrtest_noop52 test_regrtest_noop53\n test_regrtest_noop54\n0:00:00 load avg: 25.66\n0:00:00 load avg: 25.66 Re-running failed tests in verbose mode\n0:00:00 load avg: 25.66 Re-running test_regrtest_noop54 in verbose mode\ntest_empty_test (test_regrtest_noop54.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 25.66 Re-running test_regrtest_noop52 in verbose mode\ntest_empty_test (test_regrtest_noop52.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 25.66 Re-running test_regrtest_noop51 in verbose mode\ntest_empty_test (test_regrtest_noop51.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 25.66 Re-running test_regrtest_noop53 in verbose mode\ntest_empty_test (test_regrtest_noop53.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop51 test_regrtest_noop52 test_regrtest_noop53\n test_regrtest_noop54\n\nTotal duration: 795 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_aifc.py", line 167, in test_close_opened_files_on_error self.fout = aifc.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2385, in test_garbage_collection CBufferedReaderTest.test_garbage_collection(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1562, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 208, in test_parse_close_source make_xml_file(self.data, 'iso-8859-1', None) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2886, in test_basic_io f = self.open(support.TESTFN, "w+", encoding=enc) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 554, in test_prot_readonly with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_imp.py", line 302, in test_bug7732 with support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3177, in test_fd_transfer with open(test.support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 581, in test_handle_read server = BaseServer(self.family, self.addr, TestHandler) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 101, in test_write_bytearray self.write_and_read_back(bytearray(data1 * 50)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 59, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 592, in testGetCompiledSource self.doTest(pyc_ext, files, TESTMOD, call=self.assertModuleSource) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3939, in test_io_after_close f = self.open(support.TESTFN, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2196, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 154, in test_write_array f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 433, in testBytesOpen f = self.FileIO(fn, "w") OSError: [Errno 28] No space left on device: b'@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 730, in test_read_closed with self.open(support.TESTFN, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 405, in test_invalid_operations with self.open(support.TESTFN, mode) as fp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 3469, in test_write_to_binary_file with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 62, in test_nullpat self.drive_one(b'\0' * 1000) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 24, in try_one f = self.open(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_platform.py", line 273, in test_libc_ver with open(filename, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 837, in setUp with open(self.source, 'w') as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 720, in test_5027_1 result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1512, in test_open_via_zip_info with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2935, in test_telling f = self.open(support.TESTFN, "w+", encoding="utf-8") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1578, in test_errors_in_command stdout, _ = self.run_pdb_script('', commands + '\n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1209, in run_pdb_script with open(filename, 'w') as f: OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 689, in test_countOf f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_86662_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 71, in test_floats self.helper(float(expected)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 159, in test_sets self.helper(constructor(self.d.keys())) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 122, in test_infile_outfile infile = self._create_infile() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 94, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/list_tests.py", line 75, in test_print with open(support.TESTFN, "w") as fo: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 284, in test_failing_reload with open(source, "w") as f: OSError: [Errno 28] No space left on device: '@test_82700_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3883, in test_attributes f = self.open(support.TESTFN, "wb", buffering=0) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_optparse.py", line 1042, in test_filetype_ok support.create_empty_file(support.TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1139, in create_empty_file fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC) OSError: [Errno 28] No space left on device: '@test_81711_tmp'
Traceback (test.test_zipimport.UncompressedZipImportTestCase)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 645, in testTraceback self.doTest(None, files, TESTMOD, call=self.doTraceback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_logging.py", line 4412, in test_filemode logging.basicConfig(filename='test.log', filemode='wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/logging/__init__.py", line 1976, in basicConfig h = FileHandler(filename, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/logging/__init__.py", line 1143, in __init__ StreamHandler.__init__(self, self._open()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/logging/__init__.py", line 1172, in _open return open(self.baseFilename, self.mode, encoding=self.encoding) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/test.log'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_support.py", line 55, in test_rmtree os.mkdir(dirpath) OSError: [Errno 28] No space left on device: '@test_71110_tmpd'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 488, in testTruncate f = self.FileIO(TESTFN, 'w') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 196, in test_overflowed_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 622, in test_implicit_binary_modes with gzip.open(self.filename, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/unittest/mock.py", line 1348, in patched return func(*newargs, **newkeywargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_threaded_import.py", line 238, in test_side_effect_import with open(filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 760, in test_no_close_file result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1905, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_fixcid.py", line 60, in test_directory os.mkdir(support.TESTFN) OSError: [Errno 28] No space left on device: '@test_86686_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 443, in testTuple self.helper(tupleobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 721, in wrapper os.makedirs(directory) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_82823_tmp-gzdir'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 489, in test_xmlgen_content_escape result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_ndbm.py", line 12, in setUp self.d = dbm.ndbm.open(self.filename, 'c') _dbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 159, in test_sets self.helper(constructor(self.d.keys())) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 442, in testZipImporterMethods with ZipFile(TEMP_ZIP, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4012, in test_abc_inheritance_official self._check_abc_inheritance(io) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3989, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 146, in test_write_bytearray f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_http_cookiejar.py", line 492, in test_missing_value c.save(ignore_expires=True, ignore_discard=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/http/cookiejar.py", line 2085, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 59, in test_error_conditions self.g = gdbm.open(filename, 'c') _gdbm.error: [Errno 28] No space left on device: '@test_82602_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 57, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 150, in setUp GettextBaseTest.setUp(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1995, in wrapper return func(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3248, in test_threads_write with self.open(support.TESTFN, "w", buffering=1) as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 59, in test_primepat self.drive_one(b"1234567890\00\01\02\03\04\05\06") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 24, in try_one f = self.open(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 423, in testUnicodeOpen f = self.FileIO(str(TESTFN), "w") OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 355, in testAbles f = self.FileIO(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3229, in test_seek_append_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 316, in _handle_request_noblock self.process_request(request, client_address) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 347, in process_request self.finish_request(request, client_address) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 720, in __init__ self.handle() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 359, in handle with open(test.support.TESTFN, 'a') as log: OSError: [Errno 28] No space left on device: '@test_87238_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 1107, in test_next_command_in_generator_with_subiterator with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1338, in test_issue36250 with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_83276_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3161, in _writefd fd = reduction.recv_handle(conn) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle return recvfds(s, 1)[0] File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 159, in recvfds raise EOFError EOFError Process Process-201: Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3161, in _writefd fd = reduction.recv_handle(conn) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle return recvfds(s, 1)[0] File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 159, in recvfds raise EOFError EOFError Process Process-316: Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 838, in _test_stderr_flush fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL) OSError: [Errno 28] No space left on device: '@test_93610_tmp' Process Process-318: Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 845, in _test_sys_exit fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL) OSError: [Errno 28] No space left on device: '@test_93610_tmp' /home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' /home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/resource_tracker.py:229: UserWarning: resource_tracker: '/psm_94ea5e01': [Errno 2] No such file or directory: '/psm_94ea5e01' warnings.warn('resource_tracker: %r: %s' % (name, e))
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1761, in test_open_non_existent_item with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2111, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 351, in setUp with open(self.file, "w") as tmp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_array.py", line 393, in test_fromfile_ioerror f = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 707, in test_close_flushes with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 186, in test_import test_with_extension(".py") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 158, in test_with_extension with open(source, "w") as f: OSError: [Errno 28] No space left on device: '@test_82700_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 541, in test_handle_accept server = TestListener(self.family, self.addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 534, in __init__ bind_af_aware(self.socket, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 837, in setUp with open(self.source, 'w') as fp: OSError: [Errno 28] No space left on device: '@test_82700_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileinput.py", line 976, in test_modes with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_93166_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tcl.py", line 193, in testEvalFile with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 652, in test_in_and_not_in f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_86662_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 896, in test_invalid_newline self.open(support.TESTFN, 'w', newline='invalid') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 550, in test_buffered_file_io with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 629, in test_append_mode_tell with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1863, in test_change_comment_in_nonempty_archive with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tracemalloc.py", line 282, in test_snapshot_save_attr snapshot.dump(support.TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tracemalloc.py", line 404, in dump with open(filename, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 403, in test_zero_padded_file with gzip.GzipFile(self.filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 632, in test_iterparse with open(TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_81867_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 794, in test_large_filesize with self._make_test_file(0x17FFFFFFF, b" ") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 775, in _make_test_file f = open(TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 398, in test_issue9936 self._coverage(tracer, cmd) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 364, in _coverage r.write_results(show_missing=True, summary=True, coverdir=TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/trace.py", line 260, in write_results os.makedirs(dir) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_80290_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 460, in test_builtin_max_min f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_86662_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 137, in test_bool self.assertTrue(not self._empty_mapping()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmp1d692elr'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 540, in testGetData with ZipFile(TEMP_ZIP, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 285, in test_setdefault d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_dist.py", line 147, in test_command_packages_configfile f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_83402_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2963, in test_seeking with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 540, in testGetData with ZipFile(TEMP_ZIP, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 711, in test_newline with gzip.open(self.filename, "wt", newline="\n") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/pickletester.py", line 3077, in test_dump_closed_file f = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 114, in test_filetime create_file(filename, b'foo') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_97236_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 310, in test_sync_not_handled BaseErrorTestServer(SystemExit) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 344, in __init__ self.handle_request() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 296, in handle_request return self._handle_request_noblock() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 318, in _handle_request_noblock self.handle_error(request, client_address) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 350, in handle_error with open(test.support.TESTFN, 'a') as log: OSError: [Errno 28] No space left on device: '@test_87238_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 173, in testAFakeZlib self.doTest(".py", files, "zlib") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 1179, in test_multiprocessing_timeout self.assertRegex(output, AssertionError: Regex didn't match: 'test_regrtest_noop15 timed out' not found in '0:00:00 load avg: 32.48 Run tests in parallel using 2 child processes\n0:00:00 load avg: 32.48 [1/1/1] test_regrtest_noop15 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n1 test failed:\n test_regrtest_noop15\n\nTotal duration: 497 ms\nTests result: FAILURE\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 526, in test_xmlgen_encoding result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 817, in test_around_2GB self._test_around_boundary(_2G) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 811, in _test_around_boundary with self._make_test_file(start, tail) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 775, in _make_test_file f = open(TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 580, in test_xmlgen_encoding_bytes result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 539, in test_xmlgen_unencodable result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 152, in test_list self.helper(list(self.d.items())) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 146, in test_sort_keys_flag infile = self._create_infile() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 94, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_78884_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 749, in test_writelines f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_86662_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 104, in test_write_array self.write_and_read_back(array.array('I', data1 * 40)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 59, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_base64.py", line 685, in test_decode with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_87160_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 59, in test_error_conditions self.g = gdbm.open(filename, 'c') _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1276, in test_write_non_pyfile with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bool.py", line 23, in test_print with open(support.TESTFN, "w") as fo: OSError: [Errno 28] No space left on device: '@test_77165_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 102, in test_context_manager_with_open_file with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 455, in testFrozenSet self.helper(frozensetobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 3460, in test_write_to_text_file with open(TESTFN, 'w', encoding='utf-8') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 707, in test_close_flushes with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 526, in testTruncateOnWindows os.unlink(TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 117, in test_addpackage pth_file.create() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 341, in create FILE = open(self.file_path, 'w') OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp.pth'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 221, in test_samefile create_file(file1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 450, in testUtf8BytesOpen f = self.FileIO(fn, "w") OSError: [Errno 28] No space left on device: b'@test_83701_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 632, in test_iterparse with open(TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82355_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 95, in test_write_memoryview self.write_and_read_back(memoryview(data1 * 50)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 59, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 224, in test_unseekable_incompleted_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 540, in test_builtin_zip f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_86662_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1823, in test_close_file self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (97166, 256) != (97166, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_readline.py", line 117, in test_nonascii_history readline.write_history_file(TESTFN) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 179, in test_memoryview self.helper(b) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_uu.py", line 235, in test_decode_mode with open(self.tmpin, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_90548_tmpi'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 626, in test_script_autotest self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 3119996\n0:00:00 load avg: 0.20 Run tests in parallel using 4 child processes\n0:00:00 load avg: 0.20 [1/4/1] test_regrtest_noop44 crashed (Exit code 1)\n0:00:00 load avg: 0.20 [2/4/2] test_regrtest_noop45 crashed (Exit code 1)\n0:00:00 load avg: 0.20 [3/4/3] test_regrtest_noop43 crashed (Exit code 1)\n0:00:00 load avg: 0.20 [4/4/4] test_regrtest_noop46 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop43 test_regrtest_noop44 test_regrtest_noop45\n test_regrtest_noop46\n0:00:00 load avg: 0.20\n0:00:00 load avg: 0.20 Re-running failed tests in verbose mode\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop44 in verbose mode\ntest_empty_test (test_regrtest_noop44.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop45 in verbose mode\ntest_empty_test (test_regrtest_noop45.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop43 in verbose mode\ntest_empty_test (test_regrtest_noop43.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop46 in verbose mode\ntest_empty_test (test_regrtest_noop46.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop43 test_regrtest_noop44 test_regrtest_noop45\n test_regrtest_noop46\n\nTotal duration: 712 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4129, in test_create_fail with self.open(support.TESTFN, 'w'): OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 550, in test_buffered_file_io with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pipes.py", line 45, in testSimplePipe3 with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 202, in test_isfile create_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pipes.py", line 45, in testSimplePipe3 with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_87180_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 59, in test_primepat self.drive_one(b"1234567890\00\01\02\03\04\05\06") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 24, in try_one f = self.open(support.TESTFN, "wb") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2397, in test_same_file self.make_test_archive(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2389, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 323, in test_file_to_source with open(source, "w") as f: OSError: [Errno 28] No space left on device: '@test_82700_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2490, in test_write_while_reading with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_DEFLATED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1995, in wrapper return func(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3248, in test_threads_write with self.open(support.TESTFN, "w", buffering=1) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 789, in test_large_offset with self._make_test_file(0x14FFFFFFF, b" ") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 775, in _make_test_file f = open(TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 174, in _checkBufferSize f = self.open(TESTFN, 'wb', s) OSError: [Errno 28] No space left on device: '@test_85046_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_ndbm.py", line 12, in setUp self.d = dbm.ndbm.open(self.filename, 'c') _dbm.error: [Errno 28] No space left on device: '@test_87144_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 1015, in test_env_changed output = self.run_tests(testname) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 678, in run_tests return self.run_python(cmdargs, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 531, in run_python proc = self.run_command(args, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 526, in run_command self.fail(msg) AssertionError: Command ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/tmpl6ne6ib5', 'test_regrtest_noop1'] failed with exit code 2
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 241, in testBadMagic2 self.doTest(".py", files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 464, in test_xmlgen_content_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 203, in test_check_closed f = dumbdbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 313, in test_copy fout = self.fout = self.module.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_logging.py", line 4394, in test_filename logging.basicConfig(filename='test.log') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/logging/__init__.py", line 1976, in basicConfig h = FileHandler(filename, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/logging/__init__.py", line 1143, in __init__ StreamHandler.__init__(self, self._open()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/logging/__init__.py", line 1172, in _open return open(self.baseFilename, self.mode, encoding=self.encoding) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/test.log'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2438, in test_read_after_close self.make_test_archive(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2389, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 562, in test_readline with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 290, in test_rfind with open(TESTFN, 'wb+') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 1392, in test_initialize_with_file with open(self._path, 'w+') as f: OSError: [Errno 28] No space left on device: '@test_84950_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 174, in test_random with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2480, in test_many_opens self.make_test_archive(TESTFN2) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2389, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 611, in test_pathlike_file with gzip.open(filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 3479, in test_write_to_binary_file_with_bom with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_81867_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1749, in test_read0 with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1562, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 207, in test_exclusive_write with gzip.GzipFile(self.filename, 'xb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1672, in test_is_zip_valid_file with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pydoc.py", line 883, in setUp self.test_dir = os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 114, in test_non_ascii_infile infile = self._create_infile(data) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 94, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_78884_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 2023, in setUp self._file = open(self._path, 'wb+') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 115, in test_str_read self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 193, in test_context_manager with dumbdbm.open(_fname, 'c') as db: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_http_cookiejar.py", line 1785, in test_mozilla new_c = save_and_restore(c, True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_http_cookiejar.py", line 1776, in save_and_restore cj.save(ignore_discard=ignore_discard) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/http/cookiejar.py", line 2085, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_87004_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 272, in test_find_end with open(TESTFN, 'wb+') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 730, in test_read_closed with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_aifc.py", line 204, in test_read_markers fout = self.fout = aifc.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 1110, in test_no_import_lock_contention with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 526, in testTruncateOnWindows os.unlink(TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 81, in test_write_read_with_pathlike_file with gzip.GzipFile(filename, 'w') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 374, in testNamespacePackage self.makeZip(files1, zip1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/path1.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pydoc.py", line 746, in test_is_package_when_not_package with test.support.temp_cwd() as test_dir: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/sqlite3/test/dbapi.py", line 180, in CheckOpenUri with sqlite.connect(TESTFN) as cx: sqlite3.OperationalError: unable to open database file
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1512, in test_open_via_zip_info with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 83, in test_write_params f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "<string>", line 3, in <module> OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 628, in test_next_over_import with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 586, in testGetSource self.doTest(".py", files, TESTMOD, call=self.assertModuleSource) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_complex.py", line 509, in test_file fo = open(support.TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 620, in test_module_from_test_autotest self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 1008146\n0:00:00 load avg: 0.22 Run tests in parallel using 4 child processes\n0:00:00 load avg: 0.22 [1/4/1] test_regrtest_noop34 crashed (Exit code 1)\n0:00:00 load avg: 0.22 [2/4/2] test_regrtest_noop33 crashed (Exit code 1)\n0:00:00 load avg: 0.22 [3/4/3] test_regrtest_noop32 crashed (Exit code 1)\n0:00:00 load avg: 0.22 [4/4/4] test_regrtest_noop31 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop31 test_regrtest_noop32 test_regrtest_noop33\n test_regrtest_noop34\n0:00:00 load avg: 0.22\n0:00:00 load avg: 0.22 Re-running failed tests in verbose mode\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop34 in verbose mode\ntest_empty_test (test_regrtest_noop34.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop33 in verbose mode\ntest_empty_test (test_regrtest_noop33.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop32 in verbose mode\ntest_empty_test (test_regrtest_noop32.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop31 in verbose mode\ntest_empty_test (test_regrtest_noop31.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop31 test_regrtest_noop32 test_regrtest_noop33\n test_regrtest_noop34\n\nTotal duration: 830 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 661, in testBytesPath with ZipFile(filename, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/pickletester.py", line 3085, in test_load_closed_file f = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 581, in __init__ f = open(self._path, 'rb+') FileNotFoundError: [Errno 2] No such file or directory: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 134, in test_constructor self.assertEqual(self._empty_mapping(), self._empty_mapping()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 903, in test_expat_binary_file_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shutil.py", line 259, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: OSError: [Errno 28] No space left on device: '@test_93049_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 150, in test_nonascii_filename with gdbm.open(filename, 'c') as db: _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp-æ'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_poll.py", line 86, in test_poll_unit_tests with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_97197_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2963, in test_seeking with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 431, in testBytes self.helper(bytesobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 108, in test_write_write_read with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4023, in test_warn_on_dealloc self._check_warn_on_dealloc(support.TESTFN, "wb", buffering=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4015, in _check_warn_on_dealloc f = open(*args, **kwargs) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 331, in test_length_0_offset with open(TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2425, in test_interleaved self.make_test_archive(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2389, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 821, in test_multi_close f = self.open(support.TESTFN, "wb", buffering=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 294, in test_pop d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 563, in test_init_mode with TempFile(TESTFN): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 794, in test_large_filesize with self._make_test_file(0x17FFFFFFF, b" ") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 775, in _make_test_file f = open(TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_symbol.py", line 48, in test_real_grammar_and_symbol_file self._copy_file_without_generated_symbols(SYMBOL_FILE, output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_symbol.py", line 23, in _copy_file_without_generated_symbols with open(dest_file, 'w') as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 56, in setUp self._box = self._factory(self._path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 1164, in <lambda> _factory = lambda self, path, factory=None: mailbox.MMDF(path, factory) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 893, in __init__ _mboxMMDF.__init__(self, path, factory, create) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 585, in __init__ f = open(self._path, 'wb+') OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 56, in setUp self._box = self._factory(self._path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 1304, in <lambda> _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 1245, in __init__ _singlefileMailbox.__init__(self, path, factory, create) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 585, in __init__ f = open(self._path, 'wb+') OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_84950_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 269, in test_seek_whence self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 108, in test_run_setup_uses_current_dir os.mkdir(test.support.TESTFN) OSError: [Errno 28] No space left on device: '@test_83402_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 3460, in test_write_to_text_file with open(TESTFN, 'w', encoding='utf-8') as f: OSError: [Errno 28] No space left on device: '@test_82355_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 559, in testImporterAttr self.doTest(pyc_ext, files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 862, in test_read_from_file with TempFile(TESTFN, COMPRESSED_XZ): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 744, in test_closefd_attr with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1612, in test_create_non_existent_file_for_append with zipfile.ZipFile(TESTFN, 'a') as zf: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_urllibnet.py", line 168, in test_specified_path with self.urlretrieve(self.logo, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_urllibnet.py", line 151, in urlretrieve file_location, info = urllib.request.urlretrieve(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/urllib/request.py", line 257, in urlretrieve tfp = open(filename, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3229, in test_seek_append_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 102, in test_context_manager_with_open_file with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 177, in test_addsitedir pth_file.create() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 341, in create FILE = open(self.file_path, 'w') OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_77209_tmp.pth'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 233, in test_eval with open(_fname + '.dir', 'w') as stream: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dir'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 707, in test_close_flushes with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 146, in test_write_bytearray f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 146, in test_write_bytearray f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 279, in test_close with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_uu.py", line 224, in test_decodetwice with open(self.tmpin, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmpi'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_imghdr.py", line 68, in test_file_pos with open(TESTFN, 'wb') as stream: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3939, in test_io_after_close f = self.open(support.TESTFN, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 1071, in test_write_to_file_with_bytes_filename with LZMAFile(bytes_filename, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: b'@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_imp.py", line 103, in test_issue3594 with open(temp_mod_name + '.py', 'w') as file: OSError: [Errno 28] No space left on device: 'test_imp_helper.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/cProfile.py", line 16, in run return _pyprofile._Utils(Profile).run(statement, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 57, in run self._show(prof, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/cProfile.py", line 46, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_86669_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 92, in test_anydbm_read self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87022_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 426, in testStr self.helper(strobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
TracebackCases) ... ERROR
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pydoc.py", line 729, in test_synopsis_sourceless_empty_doc with test.support.temp_cwd() as test_dir: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_http_cookiejar.py", line 361, in test_lwp_valueless_cookie c.save(filename, ignore_discard=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/http/cookiejar.py", line 1890, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_87004_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 573, in test_read_last_object_from_file with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 286, in test_mode self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 196, in test_overflowed_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1552, in test_close_on_exception with zipfile.ZipFile(TESTFN2, "w") as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 612, in test_xmlgen_ns_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmp4ec3gpz_'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1522, in test_returns_pid self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (109959, 256) != (109959, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3030, in test_multibyte_seek_and_tell f = self.open(support.TESTFN, "w", encoding="euc_jp") OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3015, in test_seek_and_tell test_seek_and_tell_with_data(input) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2990, in test_seek_and_tell_with_data f = self.open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 68, in test_anydbm_creation f = dbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87022_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 104, in test_anydbm_keys self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 135, in test_addpackage_import_bad_syntax pth_dir, pth_fn = self.make_pth("import bad-syntax\n") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 128, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp.pth'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_uu.py", line 224, in test_decodetwice with open(self.tmpin, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_90548_tmpi'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1364, in test_extract_with_target self._test_extract_with_target(extdir) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1344, in _test_extract_with_target self.make_test_file() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1320, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 769, in test_xmlgen_fragment result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 242, in test_unseekable_overflowed_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 405, in test_invalid_operations with self.open(support.TESTFN, mode) as fp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 182, in test_multiple_writes with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tcl.py", line 206, in test_evalfile_null_in_result with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_91206_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 149, in test_parse_bytes make_xml_file(self.data, encoding) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_93049_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 319, in test_threading_not_handled self.check_result(handled=False) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 332, in check_result with open(test.support.TESTFN) as log: FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 613, in test_module_autotest self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 4444088\n0:00:00 load avg: 27.72 Run tests in parallel using 4 child processes\n0:00:00 load avg: 27.72 [1/4/1] test_regrtest_noop29 crashed (Exit code 1)\n0:00:00 load avg: 27.72 [2/4/2] test_regrtest_noop27 crashed (Exit code 1)\n0:00:00 load avg: 27.72 [3/4/3] test_regrtest_noop30 crashed (Exit code 1)\n0:00:00 load avg: 27.72 [4/4/4] test_regrtest_noop28 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop27 test_regrtest_noop28 test_regrtest_noop29\n test_regrtest_noop30\n0:00:00 load avg: 27.72\n0:00:00 load avg: 27.72 Re-running failed tests in verbose mode\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop29 in verbose mode\ntest_empty_test (test_regrtest_noop29.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop27 in verbose mode\ntest_empty_test (test_regrtest_noop27.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop30 in verbose mode\ntest_empty_test (test_regrtest_noop30.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop28 in verbose mode\ntest_empty_test (test_regrtest_noop28.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop27 test_regrtest_noop28 test_regrtest_noop29\n test_regrtest_noop30\n\nTotal duration: 880 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 689, in test_countOf f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_unicode_file.py", line 121, in test_single_files self._test_single(TESTFN_UNICODE) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_unicode_file.py", line 104, in _test_single create_empty_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1139, in create_empty_file fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC) OSError: [Errno 28] No space left on device: '@test_87030_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 586, in testGetSource self.doTest(".py", files, TESTMOD, call=self.assertModuleSource) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 225, in test_create_new with dumbdbm.open(_fname, 'n') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1874, in test_empty_zipfile zipf = zipfile.ZipFile(TESTFN, mode="w") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_urllib2.py", line 785, in test_file f = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpf_110oog'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_logging.py", line 4412, in test_filemode logging.basicConfig(filename='test.log', filemode='wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/logging/__init__.py", line 1976, in basicConfig h = FileHandler(filename, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/logging/__init__.py", line 1143, in __init__ StreamHandler.__init__(self, self._open()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/logging/__init__.py", line 1172, in _open return open(self.baseFilename, self.mode, encoding=self.encoding) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/test.log'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 656, in test_destructor f = MyFileIO(support.TESTFN, "wb") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1596, in test_exclusive_create_zip_file with zipfile.ZipFile(TESTFN2, "x", zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 170, in test_incompleted_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4129, in test_create_fail with self.open(support.TESTFN, 'w'): OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 62, in test_bool self.helper(b) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2350, in test_write with open(TESTFN, 'wb') as f2: OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socket.py", line 5141, in testSurrogateescapeBind self.bind(self.sock, b.decode("ascii", "surrogateescape")) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socket.py", line 5109, in bind support.bind_unix_socket(sock, path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 172, in test_match with open(support.TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 138, in test_write f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_profile.py", line 98, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 99, in runctx return _Utils(Profile).runctx(statement, globals, locals, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 66, in runctx self._show(prof, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_86669_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 172, in test_match with open(support.TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_76952_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 661, in testBytesPath with ZipFile(filename, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_80856_tmp.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 452, in test_xmlgen_content result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 71, in test_flags self.g = gdbm.open(filename, mode) _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmp42fzhxrw'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gc.py", line 732, in test_global_del_SystemExit with open(TESTFN, 'w') as script: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 175, in test_update d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 442, in testZipImporterMethods with ZipFile(TEMP_ZIP, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tokenize.py", line 1273, in test_open with open(filename, 'w', encoding=encoding) as fp: OSError: [Errno 28] No space left on device: '@test_86748_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 186, in test_import test_with_extension(".py") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 158, in test_with_extension with open(source, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 260, in testPackage self.doTest(pyc_ext, files, TESTPACK, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_fixcid.py", line 32, in test_alter_comments output = self.run_script( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_fixcid.py", line 78, in run_script with open(substfilename, "w") as file: OSError: [Errno 28] No space left on device: '@test_71110_tmp.subst'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1255, in test_write_python_directory_filtered os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 196, in test_overflowed_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 722, in setUp GettextBaseTest.setUp(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_imghdr.py", line 133, in test_output_stream with open(TESTFN, 'wb') as stream: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 162, in test_write_memoryview f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_support.py", line 262, in test_temp_cwd with support.temp_cwd(name=TESTFN): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: '@test_78892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 104, in test_anydbm_keys self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87022_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4012, in test_abc_inheritance_official self._check_abc_inheritance(io) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3989, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 564, in test_handle_accepted server = TestListener(self.family, self.addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 553, in __init__ bind_af_aware(self.socket, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_glob.py", line 28, in setUp self.mktemp('a', 'D') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_glob.py", line 23, in mktemp os.makedirs(base) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_82384_tmp_dir'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 432, in test_xmlgen_basic result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 104, in test_anydbm_keys self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _dbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 66, in test_ascii_file_shelf s = shelve.open(self.fn, protocol=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3703, in test_garbage_collection rawio = io.FileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3203, in test_large_fd_transfer with open(test.support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_93610_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 313, in test_copy fout = self.fout = self.module.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3199, in test_append_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 71, in test_floats self.helper(float(expected)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 216, in test_unseekable_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 713, in testEmptyFile support.create_empty_file(TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1139, in create_empty_file fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC) OSError: [Errno 28] No space left on device: 'ziptestmodule'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 545, in test_non_ascii script_name = _make_test_script(os.curdir, name, source) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 79, in _make_test_script to_return = make_script(script_dir, script_basename, source) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 208, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: OSError: [Errno 28] No space left on device: './@test_86931_tmp\udce7w\udcf0.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 1057, in test_write_to_file with LZMAFile(TESTFN, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 319, in test_threading_not_handled self.check_result(handled=False) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 332, in check_result with open(test.support.TESTFN) as log: FileNotFoundError: [Errno 2] No such file or directory: '@test_87238_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1510, in test_relative_imports os.mkdir(self.module_name) OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 755, in test_garbage_collection f = self.FileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 178, in test_append self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 307, in test_mtime with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_support.py", line 173, in test_temp_dir__forked_child script_helper.assert_python_ok("-c", textwrap.dedent(""" File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 157, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 143, in _assert_python res.fail(cmd_line) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-I', '-c', '\nimport os\nfrom test import support\nwith support.temp_cwd() as temp_path:\n pid = os.fork()\n if pid != 0:\n # parent process (child has pid == 0)\n\n # wait for the child to terminate\n (pid, status) = os.waitpid(pid, 0)\n if status != 0:\n raise AssertionError(f"Child process failed with exit "\n f"status indication 0x{status:x}.")\n\n # Make sure that temp_path is still present. When the child\n # process leaves the \'temp_cwd\'-context, the __exit__()-\n # method of the context must not remove the temporary\n # directory.\n if not os.path.isdir(temp_path):\n raise AssertionError("Child removed temp_path.")\n']
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 93, in test_write p = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 415, in testModeStrings with self.FileIO(TESTFN, modes[0]) as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_profile.py", line 98, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 99, in runctx return _Utils(Profile).runctx(statement, globals, locals, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 66, in runctx self._show(prof, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_81827_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 115, in test_bytes with gdbm.open(filename, 'c') as db: _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 656, in test_destructor f = MyFileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 174, in _checkBufferSize f = self.open(TESTFN, 'wb', s) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, OSError: [Errno 28] No space left on device: '@test_85046_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2508, in setUp os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 138, in test_write f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tracemalloc.py", line 263, in test_snapshot snapshot.dump(support.TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tracemalloc.py", line 404, in dump with open(filename, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_unicode_file_functions.py", line 65, in setUp os.mkdir(support.TESTFN) OSError: [Errno 28] No space left on device: '@test_79191_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3161, in _writefd fd = reduction.recv_handle(conn) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle return recvfds(s, 1)[0] File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 159, in recvfds raise EOFError EOFError Process Process-202: Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3161, in _writefd fd = reduction.recv_handle(conn) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle return recvfds(s, 1)[0] File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 159, in recvfds raise EOFError EOFError Process Process-514: Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 838, in _test_stderr_flush fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL) OSError: [Errno 28] No space left on device: '@test_77233_tmp' Process Process-516: Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 845, in _test_sys_exit fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL) OSError: [Errno 28] No space left on device: '@test_77233_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4066, in test_pickling with self.open(support.TESTFN, **kwargs) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3239, in test_errors_property with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 799, in test_flush_error_on_close self.check_flush_error_on_close(support.TESTFN, 'wb', buffering=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 784, in check_flush_error_on_close f = self.open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 120, in test_str_write_contains self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_httplib.py", line 1870, in test_text_file_body with open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4129, in test_create_fail with self.open(support.TESTFN, 'w'): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 665, in test_1463026_2_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 226, in test_readline self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 867, in test_sys_exit with open(testfn, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/eintrdata/eintr_tester.py", line 523, in test_lockf self._lock(fcntl.lockf, "lockf") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/eintrdata/eintr_tester.py", line 499, in _lock with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_85256_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 564, in test_xmlgen_ignorable_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 123, in test_unicode with gdbm.open(filename, 'c') as db: _gdbm.error: [Errno 28] No space left on device: '@test_82602_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 242, in test_unseekable_overflowed_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 415, in testModeStrings with self.FileIO(TESTFN, modes[0]) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2963, in test_seeking with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 108, in test_run_setup_uses_current_dir os.mkdir(test.support.TESTFN) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1640, in test_is_zip_erroneous_file with open(TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 124, in test_anydbm_access self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 919, in test_fspath_support check_path_succeeds(FakePath(support.TESTFN)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 913, in check_path_succeeds with self.open(path, "w") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 97, in test_dumbdbm_keys self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 1085, in test_write_append_to_file with LZMAFile(TESTFN, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 113, in test_empty_value f = dbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _dbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_support.py", line 78, in test_forget with open(mod_filename, 'w') as f: OSError: [Errno 28] No space left on device: '@test_78892_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpiovk8pgu'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/unittest/mock.py", line 1348, in patched return func(*newargs, **newkeywargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 221, in test_checked_hash_based_change_pyc self.doTest(None, files, TESTMOD, call=check) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 324, in test_forking_handled self.check_result(handled=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 332, in check_result with open(test.support.TESTFN) as log: FileNotFoundError: [Errno 2] No such file or directory: '@test_87238_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 744, in test_closefd_attr with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 496, in test_sys_argv_list with open(TESTFN, 'w') as fd: OSError: [Errno 28] No space left on device: '@test_80290_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 89, in test_run_setup_preserves_sys_argv self.write_setup(setup_does_nothing)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 72, in write_setup f = open(path, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2974, in test_seeking_too with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 138, in test_write f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pydoc.py", line 711, in test_synopsis with open(TESTFN, 'w', encoding=encoding) as script: OSError: [Errno 28] No space left on device: '@test_82852_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 329, in test_read_not_from_start with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 216, in test_unseekable_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1735, in test_bad_open_mode with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 593, in setUp TestMailbox.setUp(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 56, in setUp self._box = self._factory(self._path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 590, in <lambda> _factory = lambda self, path, factory=None: mailbox.Maildir(path, factory) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 279, in __init__ os.mkdir(self._path, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_84950_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 217, in test_buffered_reader self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 71, in test_flags self.g = gdbm.open(filename, mode) _gdbm.error: [Errno 28] No space left on device: '@test_82602_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_profile.py", line 98, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/cProfile.py", line 19, in runctx return _pyprofile._Utils(Profile).runctx(statement, globals, locals, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 66, in runctx self._show(prof, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/cProfile.py", line 46, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3030, in test_multibyte_seek_and_tell f = self.open(support.TESTFN, "w", encoding="euc_jp") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 1401, in test_initialize_with_binary_file with open(self._path, 'wb+') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 192, in testBoth self.doTest(pyc_ext, files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (test.test_zipimport.CompressedZipImportTestCase)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 645, in testTraceback self.doTest(None, files, TESTMOD, call=self.doTraceback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 973, in test_runeval_step with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpkzxiapxg'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 350, in test_move with open(TESTFN, 'wb+') as f: OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpceuwxtdk'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 573, in test_read_last_object_from_file with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 96, in test_run_setup_defines_subclass self.write_setup(setup_defines_subclass)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 72, in write_setup f = open(path, "w") OSError: [Errno 28] No space left on device: '@test_83402_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 157, in test_items d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_codecs.py", line 2501, in test_seek0 with codecs.open(support.TESTFN, 'w+', encoding=encoding) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 289, in test_zipfile_compiled_unchecked_hash self._check_script(zip_name, run_name, zip_name, zip_name, '', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 128, in _check_script rc, out, err = assert_python_ok( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 157, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 143, in _assert_python res.fail(cmd_line) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-E', '/tmp/tmpgx4ssi0e/test_zip.zip', 'test1', 'test2', 'test3']
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1522, in test_returns_pid self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (97189, 256) != (97189, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 94, in test_write_context_manager_calls_close with self.module.open(TESTFN, 'wb'): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 146, in testModeStrings self.open(TESTFN, 'wb').close() OSError: [Errno 28] No space left on device: '@test_85046_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 615, in test_with_open with self.open(support.TESTFN, "wb", bufsize) as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpjgni2858'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1810, in test_threads with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1995, in wrapper return func(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3248, in test_threads_write with self.open(support.TESTFN, "w", buffering=1) as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 919, in test_fspath_support check_path_succeeds(FakePath(support.TESTFN)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 913, in check_path_succeeds with self.open(path, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_support.py", line 262, in test_temp_cwd with support.temp_cwd(name=TESTFN): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tempfile.py", line 647, in test_basic self.do_create(dir=".") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tempfile.py", line 628, in do_create (fd, name) = tempfile.mkstemp(dir=dir, prefix=pre, suffix=suf) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 332, in mkstemp return _mkstemp_inner(dir, prefix, suffix, flags, output_type) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 250, in _mkstemp_inner fd = _os.open(file, flags, 0o600) OSError: [Errno 28] No space left on device: './q4njsvpc'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line.py", line 452, in test_del___main__ with open(filename, "w") as script: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 714, in test_fileno with TempFile(TESTFN, COMPRESSED_XZ): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1325, in test_extract with temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpuc0nmdom'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 616, in test_handle_close server = BaseServer(self.family, self.addr, TestHandler) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 235, in test_failing_import_sticks with open(source, "w") as f: OSError: [Errno 28] No space left on device: '@test_82700_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 1262, in test_filename with TempFile(TESTFN): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 83, in test_write_params f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/pickletester.py", line 3085, in test_load_closed_file f = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_93116_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 221, in test_samefile create_file(file1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_97236_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 123, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1764, in test_truncate with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_httplib.py", line 1885, in test_binary_file_body with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 2023, in setUp self._file = open(self._path, 'wb+') OSError: [Errno 28] No space left on device: '@test_84950_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1386, in test_readrc_kwarg with support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4129, in test_create_fail with self.open(support.TESTFN, 'w'): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 34, in test_ints self.helper(expected) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 449, in testSet self.helper(setobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3203, in test_large_fd_transfer with open(test.support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 177, in test_isdir create_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_imp.py", line 450, in test_unencodeable os.mkdir(name) OSError: [Errno 28] No space left on device: '@test_71110_tmp-\udcff'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 127, in test_read1 self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 103, in test_getsize create_file(filename, b'Hello') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_97236_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 300, in test_paddedfile_getattr self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 270, in testSubPackage self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 34, in test_ints self.helper(expected) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_aifc.py", line 421, in test_write_aiff_by_extension fout = self.fout = aifc.open(filename, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp.aiff'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 1138, in test_return_command_in_generator_with_subiterator with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 204, in testTruncateOnWindows f = self.open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_85046_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_unicode_file_functions.py", line 65, in setUp os.mkdir(support.TESTFN) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 829, in test_stderr_flush with open(testfn, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 415, in testModeStrings with self.FileIO(TESTFN, modes[0]) as f: OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1552, in test_specify_environment self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (97195, 256) != (97195, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 138, in test_write f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 592, in testGetCompiledSource self.doTest(pyc_ext, files, TESTMOD, call=self.assertModuleSource) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_imghdr.py", line 126, in test_unseekable with open(TESTFN, 'wb') as stream: OSError: [Errno 28] No space left on device: '@test_90610_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1463, in test_extract_hackers_arcnames_posix_only self._test_extract_hackers_arcnames(posix_hacknames) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1468, in _test_extract_hackers_arcnames with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/regrtest.py", line 50, in <module> _main() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/regrtest.py", line 46, in _main main() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/main.py", line 712, in main Regrtest().main(tests=tests, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/main.py", line 621, in main test_cwd = self.create_temp_dir() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/main.py", line 586, in create_temp_dir os.makedirs(self.tmp_dir, exist_ok=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_77024'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncio/test_base_events.py", line 1980, in setUpClass with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_79331_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 601, in test_module_test self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 4940934\n0:00:00 load avg: 27.72 Run tests in parallel using 4 child processes\n0:00:00 load avg: 27.72 [1/4/1] test_regrtest_noop40 crashed (Exit code 1)\n0:00:00 load avg: 27.72 [2/4/2] test_regrtest_noop39 crashed (Exit code 1)\n0:00:00 load avg: 27.72 [3/4/3] test_regrtest_noop41 crashed (Exit code 1)\n0:00:00 load avg: 27.72 [4/4/4] test_regrtest_noop42 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop39 test_regrtest_noop40 test_regrtest_noop41\n test_regrtest_noop42\n0:00:00 load avg: 27.72\n0:00:00 load avg: 27.72 Re-running failed tests in verbose mode\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop40 in verbose mode\ntest_empty_test (test_regrtest_noop40.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop39 in verbose mode\ntest_empty_test (test_regrtest_noop39.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop41 in verbose mode\ntest_empty_test (test_regrtest_noop41.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop42 in verbose mode\ntest_empty_test (test_regrtest_noop42.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop39 test_regrtest_noop40 test_regrtest_noop41\n test_regrtest_noop42\n\nTotal duration: 784 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 489, in test_offset f = open (TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 92, in test_anydbm_read self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _dbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 1074, in test_next_command_in_generator_for_loop with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 315, in test_threading_handled self.check_result(handled=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 332, in check_result with open(test.support.TESTFN) as log: FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 1015, in test_env_changed output = self.run_tests(testname) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 678, in run_tests return self.run_python(cmdargs, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 531, in run_python proc = self.run_command(args, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 526, in run_command self.fail(msg) AssertionError: Command ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/tmpt0tgd9kz', 'test_regrtest_noop1'] failed with exit code 2
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 545, in test_non_ascii script_name = _make_test_script(os.curdir, name, source) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 79, in _make_test_script to_return = make_script(script_dir, script_basename, source) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 208, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: OSError: [Errno 28] No space left on device: './@test_71110_tmp\udce7w\udcf0.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1260, in test_issue7964 with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 2258, in decorator return func(*args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/pickletester.py", line 1353, in test_unpickle_module_race os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 56, in setUp self._box = self._factory(self._path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 1118, in <lambda> _factory = lambda self, path, factory=None: mailbox.mbox(path, factory) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 847, in __init__ _mboxMMDF.__init__(self, path, factory, create) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 585, in __init__ f = open(self._path, 'wb+') OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp'
TracebackFormatTests) ... ok
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4007, in test_abc_inheritance self._check_abc_inheritance(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3989, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1749, in test_read0 with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 678, in test_1463026_3 result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 250, in test_samefile_on_link self._test_samefile_on_link_func(os.link) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 235, in _test_samefile_on_link_func create_file(test_fn1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_81892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_turtle.py", line 105, in test_config_dict_invalid cfg_name = self.get_cfg_file(invalid_test_config) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_turtle.py", line 54, in get_cfg_file with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 488, in testTruncate f = self.FileIO(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 350, in test_builtin_list f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 491, in test_nonascii_abspath with support.temp_cwd(name): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: b'@test_71110_tmp\xe7w\xf0'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_linecache.py", line 155, in test_checkcache with open(source_name, 'w') as source: OSError: [Errno 28] No space left on device: '@test_71110_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2452, in test_read_after_write with zipfile.ZipFile(f, 'w', zipfile.ZIP_DEFLATED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 269, in test_zipfile_compiled_timestamp self._check_script(zip_name, run_name, zip_name, zip_name, '', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 128, in _check_script rc, out, err = assert_python_ok( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 157, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 143, in _assert_python res.fail(cmd_line) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-E', '/tmp/tmpdg0x_604/test_zip.zip', 'test1', 'test2', 'test3']
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/list_tests.py", line 75, in test_print with open(support.TESTFN, "w") as fo: OSError: [Errno 28] No space left on device: '@test_83639_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1449, in test_threads with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4007, in test_abc_inheritance self._check_abc_inheritance(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3989, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 502, in test_xmlgen_attr_escape result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 723, in test_indexOf f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 154, in test_io_on_closed_object self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_warnings/__init__.py", line 932, in test_tracemalloc with open(support.TESTFN, 'w') as fp: OSError: [Errno 28] No space left on device: '@test_86811_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 155, in test_tuple self.helper(tuple(self.d.keys())) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_dist.py", line 92, in test_venv_install_options with open(TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_83402_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1463, in test_extract_hackers_arcnames_posix_only self._test_extract_hackers_arcnames(posix_hacknames) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1468, in _test_extract_hackers_arcnames with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 1038, in test_next_until_return_in_generator with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 124, in test_anydbm_access self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 82, in test_anydbm_modification self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _dbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_threaded_import.py", line 199, in test_circular_imports os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_85302_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 91, in run return _Utils(Profile).run(statement, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 57, in run self._show(prof, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_81827_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 369, in test_coverage self._coverage(tracer) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 364, in _coverage r.write_results(show_missing=True, summary=True, coverdir=TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/trace.py", line 260, in write_results os.makedirs(dir) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_80290_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 496, in testZipImporterMethodsInSubDirectory with ZipFile(TEMP_ZIP, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 279, in test_zipfile_compiled_checked_hash self._check_script(zip_name, run_name, zip_name, zip_name, '', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line_script.py", line 128, in _check_script rc, out, err = assert_python_ok( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 157, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 143, in _assert_python res.fail(cmd_line) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-E', '/tmp/tmpc97v9hb3/test_zip.zip', 'test1', 'test2', 'test3']
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1596, in test_exclusive_create_zip_file with zipfile.ZipFile(TESTFN2, "x", zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_http_cookiejar.py", line 1785, in test_mozilla new_c = save_and_restore(c, True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_http_cookiejar.py", line 1776, in save_and_restore cj.save(ignore_discard=ignore_discard) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/http/cookiejar.py", line 2085, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 92, in test_anydbm_read self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 329, in test_read_not_from_start with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 170, in test_incompleted_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "<string>", line 4, in <module> OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 540, in test_builtin_zip f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 538, in test_raw_file_io with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_plistlib.py", line 665, in test_io_deprecated plistlib.writePlist(pl_in, support.TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/plistlib.py", line 111, in writePlist with _maybe_open(pathOrFile, 'wb') as fp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/plistlib.py", line 82, in _maybe_open with open(pathOrFile, mode) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_multibytecodec.py", line 288, in test_bug1728403 f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1232, in test_write_python_directory os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 524, in testTruncateOnWindows bug801631() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 503, in bug801631 f = self.FileIO(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 617, in setUp os.mkdir(self.dir_name) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_82700_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 146, in testModeStrings self.open(TESTFN, 'wb').close() OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pipes.py", line 28, in testSimplePipe1 with open(TESTFN) as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_87180_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 124, in test_anydbm_access self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _dbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 480, in test_empty_file f = open (TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 150, in test_addpackage_import_bad_exec pth_dir, pth_fn = self.make_pth("randompath\nimport nosuchmodule\n") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 128, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_77209_tmp.pth'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 315, in setUp GettextBaseTest.setUp(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 260, in test_samestat create_file(test_fn1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 238, in test_readlines self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2350, in test_write with open(TESTFN, 'wb') as f2: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 690, in setUp os.mkdir(self.path) OSError: [Errno 28] No space left on device: '@test_82700_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 227, in setUp GettextBaseTest.setUp(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 250, in test_seek_read self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 559, in testImporterAttr self.doTest(pyc_ext, files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 732, in testNotZipFile fp = open(TESTMOD, 'w+') OSError: [Errno 28] No space left on device: 'ziptestmodule'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpuo7r0rqb'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 238, in test_readlines self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_fixcid.py", line 60, in test_directory os.mkdir(support.TESTFN) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1703, in test_empty_file_raises_BadZipFile f = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/tmp/tmpl6ne6ib5/test_regrtest_noop1.py", line 6, in test_env_changed open("env_changed", "w").close() OSError: [Errno 28] No space left on device: 'env_changed'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1449, in test_threads with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 421, in testFloat self.helper(floatobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1371, in test_extract_all with temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 280, in test_seek_write with gzip.GzipFile(self.filename, 'w') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3239, in test_errors_property with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpuoexpitf'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 578, in testImport_WithStuff self.doTest(".py", files, TESTMOD, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 271, in test_get d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_httplib.py", line 1885, in test_binary_file_body with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_85007_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sqlite3/test/hooks.py", line 261, in CheckTraceCallbackContent con1 = sqlite.connect(TESTFN, isolation_level=None) sqlite3.OperationalError: unable to open database file
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmp7b4rv5bu'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 829, in test_stderr_flush with open(testfn, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_93610_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 450, in testUtf8BytesOpen f = self.FileIO(fn, "w") OSError: [Errno 28] No space left on device: b'@test_71110_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 100, in test_infile_stdout infile = self._create_infile() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 94, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3214, in test_seek_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 421, in testFloat self.helper(floatobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 155, in test_tuple self.helper(tuple(self.d.keys())) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1552, in test_specify_environment self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (109997, 256) != (109997, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 137, in test_bool self.assertTrue(not self._empty_mapping()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmp562fenbs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 151, in test_values d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
TracebackException) ... ok
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_ntpath.py", line 548, in test_relpath with support.temp_cwd(support.TESTFN) as cwd_dir: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: '@test_97236_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 290, in test_rfind with open(TESTFN, 'wb+') as f: OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 594, in test_xmlgen_ns result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
TracebackTests)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 1103, in setUp os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_82700_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 329, in test_forking_not_handled self.check_result(handled=False) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 332, in check_result with open(test.support.TESTFN) as log: FileNotFoundError: [Errno 2] No such file or directory: '@test_87238_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 154, in test_io_on_closed_object self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1282, in test_write_pyfile_bad_syntax os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpjc70x_r5'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 472, in test_fileobj_mode gzip.GzipFile(self.filename, "wb").close() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 565, in test_io_methods with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_sysconfig.py", line 172, in test_parse_makefile_base fd = open(self.makefile, 'w') OSError: [Errno 28] No space left on device: '@test_83402_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 919, in test_fspath_support check_path_succeeds(FakePath(support.TESTFN)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 913, in check_path_succeeds with self.open(path, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_support.py", line 281, in test_make_bad_fd fd = support.make_bad_fd() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1154, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 3469, in test_write_to_binary_file with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_82355_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 613, in test_module_autotest self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 7298475\n0:00:00 load avg: 0.22 Run tests in parallel using 4 child processes\n0:00:00 load avg: 0.22 [1/4/1] test_regrtest_noop30 crashed (Exit code 1)\n0:00:00 load avg: 0.22 [2/4/2] test_regrtest_noop27 crashed (Exit code 1)\n0:00:00 load avg: 0.22 [3/4/3] test_regrtest_noop29 crashed (Exit code 1)\n0:00:00 load avg: 0.22 [4/4/4] test_regrtest_noop28 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop27 test_regrtest_noop28 test_regrtest_noop29\n test_regrtest_noop30\n0:00:00 load avg: 0.22\n0:00:00 load avg: 0.22 Re-running failed tests in verbose mode\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop30 in verbose mode\ntest_empty_test (test_regrtest_noop30.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop27 in verbose mode\ntest_empty_test (test_regrtest_noop27.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop29 in verbose mode\ntest_empty_test (test_regrtest_noop29.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop28 in verbose mode\ntest_empty_test (test_regrtest_noop28.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop27 test_regrtest_noop28 test_regrtest_noop29\n test_regrtest_noop30\n\nTotal duration: 998 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmp6wptv1fl'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 881, in test_bp_ignore_count with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_uu.py", line 213, in test_decode_filename with open(self.tmpin, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_90548_tmpi'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 488, in testTruncate f = self.FileIO(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1260, in test_issue7964 with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_83276_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 82, in test_anydbm_modification self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 313, in test_copy fout = self.fout = self.module.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 94, in test_write_context_manager_calls_close with self.module.open(TESTFN, 'wb'): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 461, in testDict self.helper(dictobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 472, in test_abspath_issue3426 with support.temp_cwd(unicwd): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'çwð'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmp2fwj9krp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 623, in testDoctestSuite self.runDoctest(self.doDoctestSuite) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 597, in runDoctest self.doTest(".py", files, TESTMOD, call=callback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "<string>", line 6, in <module> OSError: [Errno 28] No space left on device: '@test_97163_tmp' Traceback (most recent call last): File "<string>", line 3, in <module> OSError: [Errno 28] No space left on device: '@test_97163_tmp' Traceback (most recent call last): File "<string>", line 3, in <module> OSError: [Errno 28] No space left on device: '@test_97163_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 675, in testComment self.doTest(".py", files, TESTMOD, comment=b"comment") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socket.py", line 1826, in test_socket_fileno_requires_valid_fd self.assertIn(cm.exception.errno, (errno.EBADF, WSAENOTSOCK)) AssertionError: 28 not found in (9, 10038)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tcl.py", line 206, in test_evalfile_null_in_result with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 254, in testBadMTime self.doTest(".py", files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 45, in test_read p = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 152, in test_list self.helper(list(self.d.items())) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 82, in test_reorganize self.g = gdbm.open(filename, 'c') _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pipes.py", line 70, in testEmptyPipeline2 with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pydoc.py", line 750, in test_is_package_when_is_package with test.support.temp_cwd() as test_dir: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tempfile.py", line 658, in test_basic_with_bytes_names self.do_create(dir=b".") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tempfile.py", line 628, in do_create (fd, name) = tempfile.mkstemp(dir=dir, prefix=pre, suffix=suf) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 332, in mkstemp return _mkstemp_inner(dir, prefix, suffix, flags, output_type) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 250, in _mkstemp_inner fd = _os.open(file, flags, 0o600) OSError: [Errno 28] No space left on device: b'./ake8gz_m'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1582, in test_write_unicode_filenames with zipfile.ZipFile(TESTFN, "w") as zf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 103, in test_getsize create_file(filename, b'Hello') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_81892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_binhex.py", line 43, in test_binhex_error_on_long_filename f3 = open(self.fname3, 'wb') OSError: [Errno 28] No space left on device: '@test_87599_tmpvery_long_filename__very_long_filename__very_long_filename__very_long_filename__'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fcntl.py", line 158, in test_lockf_exclusive self.f = open(TESTFN, 'wb+') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 286, in test_mode self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_turtle.py", line 60, in test_config_dict cfg_name = self.get_cfg_file(test_config) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_turtle.py", line 54, in get_cfg_file with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_86995_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1823, in test_close_file self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (109946, 256) != (109946, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 759, in test_fromfile with open(filename, "w") as fp: OSError: [Errno 28] No space left on device: '@test_76952_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sqlite3/test/dbapi.py", line 171, in CheckOpenWithPathLikeObject with sqlite.connect(path) as cx: sqlite3.OperationalError: unable to open database file
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lltrace.py", line 16, in test_lltrace_does_not_crash_on_subscript_operator with open(support.TESTFN, 'w') as fd: OSError: [Errno 28] No space left on device: '@test_84486_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pipes.py", line 83, in testEmptyPipeline3 with t.open(TESTFN, 'w') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/pipes.py", line 148, in open return self.open_w(file) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/pipes.py", line 164, in open_w return open(file, 'w') OSError: [Errno 28] No space left on device: '@test_87180_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3239, in test_errors_property with self.open(support.TESTFN, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_profile.py", line 98, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/cProfile.py", line 19, in runctx return _pyprofile._Utils(Profile).runctx(statement, globals, locals, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 66, in runctx self._show(prof, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/cProfile.py", line 46, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_86669_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1232, in test_write_python_directory os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 77, in test_anydbm_creation_n_file_exists_with_invalid_contents test.support.create_empty_file(_fname) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1139, in create_empty_file fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC) OSError: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_platform.py", line 273, in test_libc_ver with open(filename, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_93175_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 71, in test_pathfix self.pathfix( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 30, in pathfix with open(filename, 'w', encoding='utf8') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 82, in _create f = _io.open(self._datfile, 'r', encoding="Latin-1") FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp-æ.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 138, in test_write f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_exceptions.py", line 52, in testRaising fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_85159_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 154, in test_write_array f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 607, in test_module_regrtest self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 2869332\n0:00:00 load avg: 0.22 Run tests in parallel using 4 child processes\n0:00:00 load avg: 0.22 [1/4/1] test_regrtest_noop35 crashed (Exit code 1)\n0:00:00 load avg: 0.22 [2/4/2] test_regrtest_noop36 crashed (Exit code 1)\n0:00:00 load avg: 0.22 [3/4/3] test_regrtest_noop38 crashed (Exit code 1)\n0:00:00 load avg: 0.22 [4/4/4] test_regrtest_noop37 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop35 test_regrtest_noop36 test_regrtest_noop37\n test_regrtest_noop38\n0:00:00 load avg: 0.22\n0:00:00 load avg: 0.22 Re-running failed tests in verbose mode\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop35 in verbose mode\ntest_empty_test (test_regrtest_noop35.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop36 in verbose mode\ntest_empty_test (test_regrtest_noop36.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop38 in verbose mode\ntest_empty_test (test_regrtest_noop38.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop37 in verbose mode\ntest_empty_test (test_regrtest_noop37.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop35 test_regrtest_noop36 test_regrtest_noop37\n test_regrtest_noop38\n\nTotal duration: 764 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 702, in test_encoding_error_handler with gzip.open(self.filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4012, in test_abc_inheritance_official self._check_abc_inheritance(io) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3989, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_linecache.py", line 128, in test_no_ending_newline with open(support.TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4023, in test_warn_on_dealloc self._check_warn_on_dealloc(support.TESTFN, "wb", buffering=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4015, in _check_warn_on_dealloc f = open(*args, **kwargs) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1449, in test_threads with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 576, in test_prepend_error with gzip.open(self.filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpl3tdr6vx'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3883, in test_attributes f = self.open(support.TESTFN, "wb", buffering=0) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 371, in setUp with open(support.TESTFN, 'wb') as file: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2935, in test_telling f = self.open(support.TESTFN, "w+", encoding="utf-8") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 80, in test_dumbdbm_read self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 18, in setUp self.f = self.open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_85046_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 437, in testList self.helper(listobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_filecmp.py", line 17, in setUp with open(name, 'w') as output: OSError: [Errno 28] No space left on device: '@test_82310_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1449, in test_module_is_run_as_main stdout, stderr = self.run_pdb_module(script, commands) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1220, in run_pdb_module os.mkdir(self.module_name) OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 711, in test_newline with gzip.open(self.filename, "wt", newline="\n") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 83, in test_write_params f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpi4q2l5_5'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2411, in test_different_file self.make_test_archive(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2389, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1703, in test_empty_file_raises_BadZipFile f = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 405, in test_invalid_operations with self.open(support.TESTFN, mode) as fp: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 173, in test_bytearray self.helper(b) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_codecs.py", line 1690, in test_open codecs.open(support.TESTFN, mode, 'ascii') as file: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 814, in test_disabled_temporary_bp with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 103, in test_getsize create_file(filename, b'Hello') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 121, in test_pathfix_adding_errors self.pathfix( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 30, in pathfix with open(filename, 'w', encoding='utf8') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_aifc.py", line 170, in test_params_added f = self.f = aifc.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_reprlib.py", line 231, in setUp os.mkdir(self.pkgname) OSError: [Errno 28] No space left on device: 'areallylongpackageandmodulenametotestreprtruncation'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpznvuip8w'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_plistlib.py", line 665, in test_io_deprecated plistlib.writePlist(pl_in, support.TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/plistlib.py", line 111, in writePlist with _maybe_open(pathOrFile, 'wb') as fp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/plistlib.py", line 82, in _maybe_open with open(pathOrFile, mode) as fp: OSError: [Errno 28] No space left on device: '@test_82797_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 442, in test_xmlgen_basic_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpdji1s6pe'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1783, in test_null_byte_in_filename with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 562, in test_readline with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 68, in test_anydbm_creation f = dbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _dbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_largefile.py", line 164, in setUpModule f = open(TESTFN, 'wb', buffering=0) OSError: [Errno 28] No space left on device: '@test_85054_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_aifc.py", line 204, in test_read_markers fout = self.fout = aifc.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_unicode_file.py", line 121, in test_single_files self._test_single(TESTFN_UNICODE) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_unicode_file.py", line 104, in _test_single create_empty_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1139, in create_empty_file fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC) OSError: [Errno 28] No space left on device: '@test_71110_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 248, in testIteration bag = self.open(TESTFN, "wb") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_85046_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_multibytecodec.py", line 288, in test_bug1728403 f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_82814_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_poll.py", line 86, in test_poll_unit_tests with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 508, in test_count_and_summary with open(filename, 'w') as fd: OSError: [Errno 28] No space left on device: '@test_71110_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 824, in test_slowest_interrupted output = self.run_tests(*args, exitcode=130) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 678, in run_tests return self.run_python(cmdargs, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 531, in run_python proc = self.run_command(args, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 526, in run_command self.fail(msg) AssertionError: Command ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/tmpg4zam8aa', '--slowest', '-j2', 'test_regrtest_sigint'] failed with exit code 2
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 182, in test_multiple_writes with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_sysconfig.py", line 22, in tearDown os.unlink(self.makefile) FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/pickletester.py", line 3115, in test_dump_text_file f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_93116_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_imp.py", line 158, in test_issue5604 with open(temp_mod_name + '.py', 'w') as file: OSError: [Errno 28] No space left on device: 'test_imp_helper_ä.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 126, in test_access_parameter with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 74, in test_binary_file_shelf s = shelve.open(self.fn, protocol=1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_filelist.py", line 310, in test_basic_discovery with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 458, in test_textio_readlines self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 204, in testTruncateOnWindows f = self.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/runtest.py", line 270, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/runtest.py", line 221, in _runtest_inner2 the_module = importlib.import_module(abstest) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shutil.py", line 162, in <module> class TestShutil(unittest.TestCase): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shutil.py", line 535, in TestShutil def test_copyxattr(self): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 2679, in skip_unless_xattr ok = can_xattr() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 2657, in can_xattr with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_82810_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 862, in test_read_from_file with TempFile(TESTFN, COMPRESSED_XZ): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/list_tests.py", line 75, in test_print with open(support.TESTFN, "w") as fo: OSError: [Errno 28] No space left on device: '@test_84493_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/list_tests.py", line 80, in test_print os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 162, in test_addpackage_import_bad_pth_file pth_dir, pth_fn = self.make_pth("abc\x00def\n") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 128, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_77209_tmp.pth'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 739, in test_5027_2 result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 313, in test_copy fout = self.fout = self.module.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sysconfig.py", line 399, in test_parse_makefile with open(TESTFN, "w") as makefile: OSError: [Errno 28] No space left on device: '@test_87194_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 68, in test_anydbm_creation f = dbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 102, in test_write_contains with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1764, in test_truncate with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 692, in test_handle_error server = BaseServer(self.family, self.addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fcntl.py", line 144, in test_flock self.f = open(TESTFN, 'wb+') OSError: [Errno 28] No space left on device: '@test_77531_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fcntl.py", line 144, in test_flock self.f = open(TESTFN, 'wb+') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 458, in test_textio_readlines self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 838, in _test_stderr_flush fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socket.py", line 5151, in testUnencodableAddr self.bind(self.sock, path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socket.py", line 5109, in bind support.bind_unix_socket(sock, path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 607, in test_module_regrtest self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 2951221\n0:00:00 load avg: 27.72 Run tests in parallel using 4 child processes\n0:00:00 load avg: 27.72 [1/4/1] test_regrtest_noop38 crashed (Exit code 1)\n0:00:00 load avg: 27.72 [2/4/2] test_regrtest_noop37 crashed (Exit code 1)\n0:00:00 load avg: 27.72 [3/4/3] test_regrtest_noop36 crashed (Exit code 1)\n0:00:00 load avg: 27.72 [4/4/4] test_regrtest_noop35 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop35 test_regrtest_noop36 test_regrtest_noop37\n test_regrtest_noop38\n0:00:00 load avg: 27.72\n0:00:00 load avg: 27.72 Re-running failed tests in verbose mode\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop38 in verbose mode\ntest_empty_test (test_regrtest_noop38.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop37 in verbose mode\ntest_empty_test (test_regrtest_noop37.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop36 in verbose mode\ntest_empty_test (test_regrtest_noop36.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 27.72 Re-running test_regrtest_noop35 in verbose mode\ntest_empty_test (test_regrtest_noop35.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop35 test_regrtest_noop36 test_regrtest_noop37\n test_regrtest_noop38\n\nTotal duration: 863 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 697, in test_connection_attributes server = BaseServer(self.family, self.addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 480, in test_empty_file f = open (TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 104, in test_anydbm_keys self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 755, in test_garbage_collection f = self.FileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/unittest/mock.py", line 1348, in patched return func(*newargs, **newkeywargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_threaded_import.py", line 238, in test_side_effect_import with open(filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_85302_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 845, in _test_sys_exit fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 3453, in test_write_to_filename tree.write(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/xml/etree/ElementTree.py", line 756, in write with _get_writer(file_or_filename, enc_lower) as write: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/xml/etree/ElementTree.py", line 792, in _get_writer file = open(file_or_filename, "w", encoding=encoding, OSError: [Errno 28] No space left on device: '@test_81867_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1640, in test_is_zip_erroneous_file with open(TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 589, in test_read_object_from_file with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1552, in test_close_on_exception with zipfile.ZipFile(TESTFN2, "w") as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 318, in test_entire_file with open(TESTFN, "wb+") as f: OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 36, in test_dumbdbm_creation with contextlib.closing(dumbdbm.open(_fname, 'c')) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 136, in test_exists create_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_81892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 284, in test_failing_reload with open(source, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 233, in testBadMagic self.doTest(".py", files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 679, in testBeginningCruftAndComment self.doTest(".py", files, TESTMOD, stuff=b"cruft" * 64, comment=b"hi") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 1343, in test_x_mode with lzma.open(TESTFN, mode): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/lzma.py", line 301, in open binary_file = LZMAFile(filename, lz_mode, format=format, check=check, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 44, in setUp fp = open(support.TESTFN, 'w+') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line.py", line 548, in test_set_pycache_prefix with support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 329, in test_read_not_from_start with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 995, in test_matchfile with open(filename, "w") as fp: OSError: [Errno 28] No space left on device: '@test_76952_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 585, in test_binary_modes with gzip.open(self.filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1313, in test_issue13120 with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 103, in test_context_manager with gdbm.open(filename, 'c') as db: _gdbm.error: [Errno 28] No space left on device: '@test_82602_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmp4m0fy819'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 615, in test_with_open with self.open(support.TESTFN, "wb", bufsize) as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 24, in setUp self.f = self.FileIO(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_ntpath.py", line 731, in setUp with open(self.file_name, 'xb', 0) as file: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpc4gl2a_3'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpvwjapqqv'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 355, in testAbles f = self.FileIO(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 233, in test_eval with open(_fname + '.dir', 'w') as stream: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dir'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 308, in test_double_close with open(TESTFN, 'wb+') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 450, in testUtf8BytesOpen f = self.FileIO(fn, "w") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: b'@test_71110_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 323, in test_file_to_source with open(source, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 595, in test_script_regrtest self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 9900313\n0:00:00 load avg: 25.66 Run tests in parallel using 4 child processes\n0:00:00 load avg: 25.66 [1/4/1] test_regrtest_noop50 crashed (Exit code 1)\n0:00:00 load avg: 25.66 [2/4/2] test_regrtest_noop49 crashed (Exit code 1)\n0:00:00 load avg: 25.66 [3/4/3] test_regrtest_noop47 crashed (Exit code 1)\n0:00:00 load avg: 25.66 [4/4/4] test_regrtest_noop48 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop47 test_regrtest_noop48 test_regrtest_noop49\n test_regrtest_noop50\n0:00:00 load avg: 25.66\n0:00:00 load avg: 25.66 Re-running failed tests in verbose mode\n0:00:00 load avg: 25.66 Re-running test_regrtest_noop50 in verbose mode\ntest_empty_test (test_regrtest_noop50.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 25.66 Re-running test_regrtest_noop49 in verbose mode\ntest_empty_test (test_regrtest_noop49.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 25.66 Re-running test_regrtest_noop47 in verbose mode\ntest_empty_test (test_regrtest_noop47.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 25.66 Re-running test_regrtest_noop48 in verbose mode\ntest_empty_test (test_regrtest_noop48.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop47 test_regrtest_noop48 test_regrtest_noop49\n test_regrtest_noop50\n\nTotal duration: 833 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1276, in test_write_non_pyfile with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_configparser.py", line 1066, in setUp with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 891, in test_nonbuffered_textio self.open(support.TESTFN, 'w', buffering=0) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 66, in test_ascii_file_shelf s = shelve.open(self.fn, protocol=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpo3kv81_3'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 143, in test_keys d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 739, in test_5027_2 result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1403, in test_extract_all_with_target_pathlike self._test_extract_all_with_target(pathlib.Path(extdir)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1384, in _test_extract_all_with_target self.make_test_file() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1320, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pipes.py", line 34, in testSimplePipe2 with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_87180_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 617, in setUp os.mkdir(self.dir_name) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 162, in test_addpackage_import_bad_pth_file pth_dir, pth_fn = self.make_pth("abc\x00def\n") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 128, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp.pth'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 310, in test_sync_not_handled BaseErrorTestServer(SystemExit) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 344, in __init__ self.handle_request() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 296, in handle_request return self._handle_request_noblock() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 318, in _handle_request_noblock self.handle_error(request, client_address) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 350, in handle_error with open(test.support.TESTFN, 'a') as log: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 2139, in setUp os.mkdir(self._dir) OSError: [Errno 28] No space left on device: '@test_84950_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 82, in test_anydbm_modification self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _dbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/eintrdata/eintr_tester.py", line 353, in test_open self._test_open("fp = open(path, 'r')\nfp.close()", File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 604, in wrapper return func(*args, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/eintrdata/eintr_tester.py", line 324, in _test_open os.mkfifo(filename) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1892, in test_open_empty_file f = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 173, in testAFakeZlib self.doTest(".py", files, "zlib") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 1057, in test_write_to_file with LZMAFile(TESTFN, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 150, in test_addpackage_import_bad_exec pth_dir, pth_fn = self.make_pth("randompath\nimport nosuchmodule\n") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 128, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp.pth'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 423, in testUnicodeOpen f = self.FileIO(str(TESTFN), "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 82, in test_anydbm_modification self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 896, in test_invalid_newline self.open(support.TESTFN, 'w', newline='invalid') OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_normalization.py", line 47, in test_main self.fail(f"Could not retrieve {TESTDATAURL}") AssertionError: Could not retrieve http://www.pythontest.net/unicode/12.1.0/NormalizationTest.txt
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 702, in setUp GettextBaseTest.setUp(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 903, in test_expat_binary_file_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shutil.py", line 259, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: OSError: [Errno 28] No space left on device: '@test_71110_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 316, in _handle_request_noblock self.process_request(request, client_address) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 347, in process_request self.finish_request(request, client_address) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 720, in __init__ self.handle() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 359, in handle with open(test.support.TESTFN, 'a') as log: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_sysconfig.py", line 184, in test_parse_makefile_literal_dollar fd = open(self.makefile, 'w') OSError: [Errno 28] No space left on device: '@test_83402_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 64, in test_close_twice f = dumbdbm.open(_fname) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 170, in test_incompleted_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 641, in test_1463026_1_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 103, in test_context_manager with gdbm.open(filename, 'c') as db: _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 62, in test_nullpat self.drive_one(b'\0' * 1000) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 24, in try_one f = self.open(support.TESTFN, "wb") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_84990_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 191, in test_parse_InputSource make_xml_file(self.data, 'iso-8859-1', None) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_93049_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1949, in test_seek_tell with zipfile.ZipFile(TESTFN, "w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncio/test_sendfile.py", line 135, in setUpClass super().setUpClass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncio/test_sendfile.py", line 100, in setUpClass with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_79331_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncio/test_unix_events.py", line 469, in setUpClass with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_http_cookiejar.py", line 386, in test_bad_magic with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 607, in test_large_file_ops with self.open(support.TESTFN, "w+b", 0) as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_fixcid.py", line 32, in test_alter_comments output = self.run_script( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_fixcid.py", line 78, in run_script with open(substfilename, "w") as file: OSError: [Errno 28] No space left on device: '@test_86686_tmp.subst'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_importlib/source/test_file_loader.py", line 178, in test_file_from_empty_string_dir with open(file_path, 'w') as file: OSError: [Errno 28] No space left on device: '_temp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 250, in test_missing_index with dumbdbm.open(_fname, 'n') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 59, in test_recursive os.mkdir(tmpdir) OSError: [Errno 28] No space left on device: '@test_71110_tmp.d'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 592, in test_handle_write server = BaseServer(self.family, self.addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 292, in test_samestat_on_link self._test_samestat_on_link_func(os.link) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 276, in _test_samestat_on_link_func create_file(test_fn1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_97236_tmp1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1805, in test_open_file self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (97186, 32512) != (97186, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 501, in test_bytes_filename with gzip.GzipFile(bytes_filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: b'@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_set.py", line 324, in test_cyclical_print fo = open(support.TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 181, in setUp self.d = dbm.open(self.filename, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
TracebackCases) ... ok
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 556, in test_read_long_from_file with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 91, in run return _Utils(Profile).run(statement, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 57, in run self._show(prof, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 681, in test_close with TempFile(TESTFN, COMPRESSED_XZ): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 630, in test_1463026_1 result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 208, in test_unseekable_read with self.create_file(TESTFN) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socket.py", line 5132, in testBytesAddr self.bind(self.sock, self.encoded(path)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socket.py", line 5109, in bind support.bind_unix_socket(sock, path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 608, in test_unicode_join_endcase f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bool.py", line 28, in test_print os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 652, in test_1463026_2 result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 250, in test_samefile_on_link self._test_samefile_on_link_func(os.link) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 235, in _test_samefile_on_link_func create_file(test_fn1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_97236_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 550, in test_buffered_file_io with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 182, in test_multiple_writes with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fcntl.py", line 158, in test_lockf_exclusive self.f = open(TESTFN, 'wb+') OSError: [Errno 28] No space left on device: '@test_77531_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_exceptions.py", line 52, in testRaising fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 648, in test_handle_close_after_conn_broken server = BaseServer(self.family, self.addr, TestHandler) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 146, in test_sort_keys_flag infile = self._create_infile() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 94, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 59, in test_recursive os.mkdir(tmpdir) OSError: [Errno 28] No space left on device: '@test_86686_tmp.d'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_signal.py", line 157, in test_invalid_fd fd = support.make_bad_fd() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1154, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_82457_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 1179, in test_multiprocessing_timeout self.assertRegex(output, AssertionError: Regex didn't match: 'test_regrtest_noop15 timed out' not found in '0:00:00 load avg: 0.26 Run tests in parallel using 2 child processes\n0:00:00 load avg: 0.26 [1/1/1] test_regrtest_noop15 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n1 test failed:\n test_regrtest_noop15\n\nTotal duration: 376 ms\nTests result: FAILURE\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 652, in testUnencodable with ZipFile(filename, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_80856_tmp-\udcff.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 82, in _create f = _io.open(self._datfile, 'r', encoding="Latin-1") FileNotFoundError: [Errno 2] No such file or directory: '@test_87008_tmp-æ.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 187, in testPyc self.doTest(pyc_ext, files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pathlib.py", line 1230, in cleanup os.chmod(join('dirE'), 0o777) FileNotFoundError: [Errno 2] No such file or directory: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp/dirE'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 720, in __init__ self.handle() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 359, in handle with open(test.support.TESTFN, 'a') as log: OSError: [Errno 28] No space left on device: '@test_87238_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 98, in test_string self.helper(s) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3199, in test_append_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1725, in test_closed_zip_raises_ValueError with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_turtle.py", line 105, in test_config_dict_invalid cfg_name = self.get_cfg_file(invalid_test_config) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_turtle.py", line 54, in get_cfg_file with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_86995_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 607, in test_large_file_ops with self.open(support.TESTFN, "w+b", 0) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socket.py", line 5626, in setUpClass with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 539, in test_xmlgen_unencodable result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 720, in test_array_writes check(self.FileIO(support.TESTFN, "w")) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 852, in test_opener with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 183, in testPy self.doTest(".py", files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 755, in test_garbage_collection f = self.FileIO(support.TESTFN, "wb") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 146, in test_write_bytearray f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4007, in test_abc_inheritance self._check_abc_inheritance(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3989, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1777, in test_truncate_after_write with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 56, in setUp self._box = self._factory(self._path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 1169, in <lambda> _factory = lambda self, path, factory=None: mailbox.MH(path, factory) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 940, in __init__ os.mkdir(self._path, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_84950_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_sysconfig.py", line 184, in test_parse_makefile_literal_dollar fd = open(self.makefile, 'w') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 491, in test_nonascii_abspath with support.temp_cwd(name): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: b'@test_97236_tmp\xe7w\xf0'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 488, in testTruncate f = self.FileIO(TESTFN, 'w') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 191, in test_parse_InputSource make_xml_file(self.data, 'iso-8859-1', None) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 341, in test_length_0_large_offset with open(TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 113, in test_empty_value f = dbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _dbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 18, in setUp self.f = self.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 692, in test_encoding with gzip.open(self.filename, "wt", encoding="utf-16") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_netrc.py", line 112, in test_security os.mkdir(d) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 102, in test_context_manager_with_open_file with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sqlite3/test/transactions.py", line 37, in setUp self.con1 = sqlite.connect(get_db_path(), timeout=0.1) sqlite3.OperationalError: unable to open database file
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 630, in test_1463026_1 result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 178, in test_append self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 469, in testModule self.helper(code) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 1343, in test_x_mode with lzma.open(TESTFN, mode): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/lzma.py", line 301, in open binary_file = LZMAFile(filename, lz_mode, format=format, check=check, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 652, in testUnencodable with ZipFile(filename, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp-\udcff.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bool.py", line 250, in test_fileclosed os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_77165_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 104, in test_write_array self.write_and_read_back(array.array('I', data1 * 40)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 59, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pipes.py", line 83, in testEmptyPipeline3 with t.open(TESTFN, 'w') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/pipes.py", line 148, in open return self.open_w(file) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/pipes.py", line 164, in open_w return open(file, 'w') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line.py", line 452, in test_del___main__ with open(filename, "w") as script: OSError: [Errno 28] No space left on device: '@test_76700_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 580, in test_xmlgen_encoding_bytes result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 71, in test_pathfix self.pathfix( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 30, in pathfix with open(filename, 'w', encoding='utf8') as f: OSError: [Errno 28] No space left on device: '@test_86686_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 383, in test_with_open with gzip.GzipFile(self.filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 692, in test_1463026_3_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 432, in test_xmlgen_basic result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3229, in test_seek_append_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/eintrdata/eintr_tester.py", line 526, in test_flock self._lock(fcntl.flock, "flock") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/eintrdata/eintr_tester.py", line 499, in _lock with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_104527_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 607, in test_large_file_ops with self.open(support.TESTFN, "w+b", 0) as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 102, in test_bytes self.helper(s) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tempfile.py", line 658, in test_basic_with_bytes_names self.do_create(dir=b".") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tempfile.py", line 628, in do_create (fd, name) = tempfile.mkstemp(dir=dir, prefix=pre, suffix=suf) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 332, in mkstemp return _mkstemp_inner(dir, prefix, suffix, flags, output_type) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 250, in _mkstemp_inner fd = _os.open(file, flags, 0o600) OSError: [Errno 28] No space left on device: b'./euz7n5y3'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 418, in test_bad_gzip_file with open(self.filename, 'wb') as file: OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 94, in test_write_context_manager_calls_close with self.module.open(TESTFN, 'wb'): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pipes.py", line 58, in testEmptyPipeline1 with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_87180_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 207, in test_exclusive_write with gzip.GzipFile(self.filename, 'xb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_urllib.py", line 148, in setUp f = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_77169_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 221, in test_samefile create_file(file1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_81892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 59, in test_primepat self.drive_one(b"1234567890\00\01\02\03\04\05\06") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bufio.py", line 24, in try_one f = self.open(support.TESTFN, "wb") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_84990_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 163, in test_len d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 44, in setUp fp = open(support.TESTFN, 'w+') OSError: [Errno 28] No space left on device: '@test_97163_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmp638fqp97'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2397, in test_same_file self.make_test_archive(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2389, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmp3tqbhl6a'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 193, in test_context_manager with dumbdbm.open(_fname, 'c') as db: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 82, in _create f = _io.open(self._datfile, 'r', encoding="Latin-1") FileNotFoundError: [Errno 2] No such file or directory: 'shelftemp.db.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 272, in test_find_end with open(TESTFN, 'wb+') as f: OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 615, in test_with_open with self.open(support.TESTFN, "wb", bufsize) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 181, in setUp self.d = dbm.open(self.filename, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 120, in test_read self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 476, in test_xmlgen_pi result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmp5_m1u17a'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 305, in test_sync_handled BaseErrorTestServer(ValueError) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 344, in __init__ self.handle_request() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 296, in handle_request return self._handle_request_noblock() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 318, in _handle_request_noblock self.handle_error(request, client_address) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 350, in handle_error with open(test.support.TESTFN, 'a') as log: OSError: [Errno 28] No space left on device: '@test_87238_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 601, in test_module_test self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 2008447\n0:00:00 load avg: 0.22 Run tests in parallel using 4 child processes\n0:00:00 load avg: 0.22 [1/4/1] test_regrtest_noop40 crashed (Exit code 1)\n0:00:00 load avg: 0.22 [2/4/2] test_regrtest_noop39 crashed (Exit code 1)\n0:00:00 load avg: 0.22 [3/4/3] test_regrtest_noop42 crashed (Exit code 1)\n0:00:00 load avg: 0.22 [4/4/4] test_regrtest_noop41 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop39 test_regrtest_noop40 test_regrtest_noop41\n test_regrtest_noop42\n0:00:00 load avg: 0.22\n0:00:00 load avg: 0.22 Re-running failed tests in verbose mode\n0:00:00 load avg: 0.22 Re-running test_regrtest_noop40 in verbose mode\ntest_empty_test (test_regrtest_noop40.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop39 in verbose mode\ntest_empty_test (test_regrtest_noop39.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop42 in verbose mode\ntest_empty_test (test_regrtest_noop42.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop41 in verbose mode\ntest_empty_test (test_regrtest_noop41.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop39 test_regrtest_noop40 test_regrtest_noop41\n test_regrtest_noop42\n\nTotal duration: 847 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1304, in test_write_pathlike os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 629, in test_append_mode_tell with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 562, in test_readline with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_email/test_email.py", line 4042, in test_message_from_binary_file with open(fn, 'wb') as testfile: OSError: [Errno 28] No space left on device: 'test.msg'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pathlib.py", line 1230, in cleanup os.chmod(join('dirE'), 0o777) FileNotFoundError: [Errno 2] No such file or directory: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_82841_tmp/dirE'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3177, in test_fd_transfer with open(test.support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_77233_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2238, in test_threads BufferedReaderTest.test_threads(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1449, in test_threads with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 82, in _create f = _io.open(self._datfile, 'r', encoding="Latin-1") FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmp583d2d7s'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1920, in test_open_conflicting_handles with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 127, in test_read1 self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 115, in test_bytes with gdbm.open(filename, 'c') as db: _gdbm.error: [Errno 28] No space left on device: '@test_82602_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fcntl.py", line 81, in test_fcntl_fileno self.f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_77531_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 720, in test_array_writes check(self.FileIO(support.TESTFN, "w")) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fcntl.py", line 92, in test_fcntl_file_descriptor self.f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 123, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_logging.py", line 4394, in test_filename logging.basicConfig(filename='test.log') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/logging/__init__.py", line 1976, in basicConfig h = FileHandler(filename, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/logging/__init__.py", line 1143, in __init__ StreamHandler.__init__(self, self._open()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/logging/__init__.py", line 1172, in _open return open(self.baseFilename, self.mode, encoding=self.encoding) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/test.log'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 355, in testAbles f = self.FileIO(TESTFN, "w") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 24, in setUp self.f = self.FileIO(TESTFN, 'w') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 305, in test_sync_handled BaseErrorTestServer(ValueError) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 344, in __init__ self.handle_request() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 296, in handle_request return self._handle_request_noblock() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 318, in _handle_request_noblock self.handle_error(request, client_address) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 350, in handle_error with open(test.support.TESTFN, 'a') as log: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/tmp/tmpt0tgd9kz/test_regrtest_noop1.py", line 6, in test_env_changed open("env_changed", "w").close() OSError: [Errno 28] No space left on device: 'env_changed'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 530, in testAppend f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tcl.py", line 193, in testEvalFile with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_91206_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/pickletester.py", line 3115, in test_dump_text_file f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_config_cmd.py", line 55, in test_search_cpp match = cmd.search_cpp(pattern='xxx', body='/* xxx */') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/command/config.py", line 200, in search_cpp src, out = self._preprocess(body, headers, include_dirs, lang) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/command/config.py", line 120, in _preprocess src = self._gen_temp_sourcefile(body, headers, lang) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/command/config.py", line 109, in _gen_temp_sourcefile with open(filename, "w") as file: OSError: [Errno 28] No space left on device: '_configtest.c'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 193, in testSetBufferSize self._checkBufferSize(s) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 183, in _checkBufferSize self.fail('error setting buffer size %d: %s' % (s, str(msg))) AssertionError: error setting buffer size -1: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 162, in test_write_memoryview f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_md5sum.py", line 16, in setUpClass os.mkdir(support.TESTFN) OSError: [Errno 28] No space left on device: '@test_86686_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_urllib.py", line 148, in setUp f = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3161, in _writefd fd = reduction.recv_handle(conn) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle return recvfds(s, 1)[0] File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 159, in recvfds raise EOFError EOFError
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_binhex.py", line 43, in test_binhex_error_on_long_filename f3 = open(self.fname3, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmpvery_long_filename__very_long_filename__very_long_filename__very_long_filename__'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_codecs.py", line 1690, in test_open codecs.open(support.TESTFN, mode, 'ascii') as file: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 489, in test_listfuncs_flag_success with open(TESTFN, 'w') as fd: OSError: [Errno 28] No space left on device: '@test_80290_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 595, in test_script_regrtest self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 1525074\n0:00:00 load avg: 0.20 Run tests in parallel using 4 child processes\n0:00:00 load avg: 0.20 [1/4/1] test_regrtest_noop50 crashed (Exit code 1)\n0:00:00 load avg: 0.20 [2/4/2] test_regrtest_noop47 crashed (Exit code 1)\n0:00:00 load avg: 0.20 [3/4/3] test_regrtest_noop49 crashed (Exit code 1)\n0:00:00 load avg: 0.20 [4/4/4] test_regrtest_noop48 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop47 test_regrtest_noop48 test_regrtest_noop49\n test_regrtest_noop50\n0:00:00 load avg: 0.20\n0:00:00 load avg: 0.20 Re-running failed tests in verbose mode\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop50 in verbose mode\ntest_empty_test (test_regrtest_noop50.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop47 in verbose mode\ntest_empty_test (test_regrtest_noop47.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop49 in verbose mode\ntest_empty_test (test_regrtest_noop49.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop48 in verbose mode\ntest_empty_test (test_regrtest_noop48.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop47 test_regrtest_noop48 test_regrtest_noop49\n test_regrtest_noop50\n\nTotal duration: 865 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_array.py", line 371, in test_tofromfile f = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 208, in test_unseekable_read with self.create_file(TESTFN) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_support.py", line 46, in test_unlink with open(TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_78892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socket.py", line 5125, in testStrAddr self.bind(self.sock, path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socket.py", line 5109, in bind support.bind_unix_socket(sock, path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fcntl.py", line 81, in test_fcntl_fileno self.f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3015, in test_seek_and_tell test_seek_and_tell_with_data(input) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2990, in test_seek_and_tell_with_data f = self.open(support.TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_netrc.py", line 112, in test_security os.mkdir(d) OSError: [Errno 28] No space left on device: '@test_87550_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 374, in testNamespacePackage self.makeZip(files1, zip1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/path1.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 286, in test_nonascii_filename with dumbdbm.open(filename, 'c') as db: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp-æ.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_aifc.py", line 167, in test_close_opened_files_on_error self.fout = aifc.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 675, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1368, in test_extract_with_target_pathlike self._test_extract_with_target(pathlib.Path(extdir)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1344, in _test_extract_with_target self.make_test_file() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1320, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_linecache.py", line 155, in test_checkcache with open(source_name, 'w') as source: OSError: [Errno 28] No space left on device: '@test_82847_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 656, in test_destructor f = MyFileIO(support.TESTFN, "wb") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1548, in test_relative_imports_on_plain_module os.mkdir(self.module_name) OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 502, in test_xmlgen_attr_escape result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 135, in test_addpackage_import_bad_syntax pth_dir, pth_fn = self.make_pth("import bad-syntax\n") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 128, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_77209_tmp.pth'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 64, in test_close_twice f = dumbdbm.open(_fname) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 154, in test_write_array f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 162, in test_write_memoryview f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1856, in test_change_comment_in_empty_archive with zipfile.ZipFile(TESTFN, "a", zipfile.ZIP_STORED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_univnewlines.py", line 49, in setUp with self.open(support.TESTFN, self.WRITEMODE) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
TracebackCases)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_traceback.py", line 160, in test_encoded_file do_test("", "foo", "ascii", 3) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_traceback.py", line 128, in do_test with open(TESTFN, "w", encoding=charset) as output: OSError: [Errno 28] No space left on device: '@test_85019_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1531, in test_writestr_extended_local_header_issue1202 with zipfile.ZipFile(TESTFN2, 'w') as orig_zip: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_warnings/__init__.py", line 932, in test_tracemalloc with open(support.TESTFN, 'w') as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pydoc.py", line 883, in setUp self.test_dir = os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_82852_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 303, in testMixedNamespacePackage self.makeZip(files1, zip1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/path1.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/pickletester.py", line 3077, in test_dump_closed_file f = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_93116_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1437, in test_run_module stdout, stderr = self.run_pdb_module(script, commands) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1220, in run_pdb_module os.mkdir(self.module_name) OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 461, in testDict self.helper(dictobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 138, in test_write f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 930, in test_clear_two_bp_on_same_line with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_optparse.py", line 1053, in test_filetype_notfile os.mkdir(support.TESTFN) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 594, in test_xmlgen_ns result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2238, in test_threads BufferedReaderTest.test_threads(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1449, in test_threads with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_binhex.py", line 26, in test_binhex with open(self.fname1, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_87599_tmp1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 506, in setUp GettextBaseTest.setUp(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 94, in test_write_context_manager_calls_close with self.module.open(TESTFN, 'wb'): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 821, in test_multi_close f = self.open(support.TESTFN, "wb", buffering=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 730, in test_read_closed with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 300, in test_paddedfile_getattr self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1777, in test_truncate_after_write with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1368, in test_extract_with_target_pathlike self._test_extract_with_target(pathlib.Path(extdir)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1344, in _test_extract_with_target self.make_test_file() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1320, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2452, in test_read_after_write with zipfile.ZipFile(f, 'w', zipfile.ZIP_DEFLATED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 289, in test_popitem d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 150, in test_nonascii_filename with gdbm.open(filename, 'c') as db: _gdbm.error: [Errno 28] No space left on device: '@test_82602_tmp-æ'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gc.py", line 732, in test_global_del_SystemExit with open(TESTFN, 'w') as script: OSError: [Errno 28] No space left on device: '@test_93052_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_glob.py", line 28, in setUp self.mktemp('a', 'D') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_glob.py", line 23, in mktemp os.makedirs(base) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_71110_tmp_dir'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1282, in test_write_pyfile_bad_syntax os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1905, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_linecache.py", line 128, in test_no_ending_newline with open(support.TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_82847_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bool.py", line 28, in test_print os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_77165_tmp'
Traceback (test.test_zipimport.CompressedZipImportTestCase) ... ERROR
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 538, in test_raw_file_io with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 829, in test_stderr_flush with open(testfn, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_77233_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 224, in test_unseekable_incompleted_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 656, in test_destructor f = MyFileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fcntl.py", line 169, in test_lockf_share self.f = open(TESTFN, 'wb+') OSError: [Errno 28] No space left on device: '@test_77531_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 235, in test_failing_import_sticks with open(source, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 313, in test_copy fout = self.fout = self.module.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 433, in testBytesOpen f = self.FileIO(fn, "w") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: b'@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tokenize.py", line 1273, in test_open with open(filename, 'w', encoding=encoding) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 177, in test_isdir create_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_81892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 242, in test_unseekable_overflowed_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 154, in test_write_array f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 652, in test_in_and_not_in f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 269, in test_seek_whence self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 270, in testSubPackage self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 82, in test_anydbm_modification self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87022_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 2258, in decorator return func(*args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/pickletester.py", line 1353, in test_unpickle_module_race os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_93116_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 683, in testLargestPossibleComment self.doTest(".py", files, TESTMOD, comment=b"c" * ((1 << 16) - 1)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_turtle.py", line 60, in test_config_dict cfg_name = self.get_cfg_file(test_config) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_turtle.py", line 54, in get_cfg_file with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 442, in test_xmlgen_basic_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4066, in test_pickling with self.open(support.TESTFN, **kwargs) as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 2072, in setUp self._file = open(self._path, 'wb+') OSError: [Errno 28] No space left on device: '@test_84950_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4135, in test_create_writes with self.open(support.TESTFN, 'xb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 33, in test_basic f = open(TESTFN, 'bw+') OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 295, in test_1647484 with gzip.GzipFile(self.filename, mode) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 191, in test_many_append with gzip.GzipFile(self.filename, 'wb', 9) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 526, in test_write_long_to_file _testcapi.pymarshal_write_long_to_file(0x12345678, support.TESTFN, v) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpwhek0u28'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 280, in test_seek_write with gzip.GzipFile(self.filename, 'w') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 321, in test_iter_file f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_turtle.py", line 90, in test_partial_config_dict_with_commments cfg_name = self.get_cfg_file(test_config_two) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_turtle.py", line 54, in get_cfg_file with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 149, in test_parse_bytes make_xml_file(self.data, encoding) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 415, in testModeStrings with self.FileIO(TESTFN, modes[0]) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1301, in test_issue13183 with open('bar.py', 'w') as f: OSError: [Errno 28] No space left on device: 'bar.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 832, in test_unpack_iter f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_86662_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 398, in test_issue9936 self._coverage(tracer, cmd) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 364, in _coverage r.write_results(show_missing=True, summary=True, coverdir=TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/trace.py", line 260, in write_results os.makedirs(dir) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_sysconfig.py", line 172, in test_parse_makefile_base fd = open(self.makefile, 'w') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_netrc.py", line 143, in test_home_not_set os.mkdir(fake_home) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1100, in test_write_after_close with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_http_cookiejar.py", line 492, in test_missing_value c.save(ignore_expires=True, ignore_discard=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/http/cookiejar.py", line 2085, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_87004_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 102, in test_context_manager_with_open_file with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 683, in testLargestPossibleComment self.doTest(".py", files, TESTMOD, comment=b"c" * ((1 << 16) - 1)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 383, in test_builtin_tuple f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_86662_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 576, in test_prepend_error with gzip.open(self.filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_uu.py", line 201, in test_decode with open(self.tmpin, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmpi'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 466, in testInvalidFd self.assertRaises(OSError, self.FileIO, make_bad_fd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1154, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 899, in test_huntrleaks self.check_leak(code, 'references') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 883, in check_leak with open(filename) as fp: FileNotFoundError: [Errno 2] No such file or directory: 'reflog.txt'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 720, in __init__ self.handle() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 359, in handle with open(test.support.TESTFN, 'a') as log: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_support.py", line 46, in test_unlink with open(TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 373, in test_compresslevel_metadata fWrite = gzip.GzipFile(self.filename, 'w', compresslevel=level) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_codecs.py", line 1690, in test_open codecs.open(support.TESTFN, mode, 'ascii') as file: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_84160_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpf277w3ex'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpk3b0ny3o'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpk4hfbdhf'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 208, in test_unseekable_read with self.create_file(TESTFN) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_urllibnet.py", line 168, in test_specified_path with self.urlretrieve(self.logo, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_urllibnet.py", line 151, in urlretrieve file_location, info = urllib.request.urlretrieve(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/urllib/request.py", line 257, in urlretrieve tfp = open(filename, 'wb') OSError: [Errno 28] No space left on device: '@test_90555_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpb2jrecvr'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1313, in test_issue13120 with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_83276_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 102, in test_write_contains with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 1238, in test_expat_locator_withinfo_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shutil.py", line 259, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: OSError: [Errno 28] No space left on device: '@test_93049_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 68, in test_anydbm_creation f = dbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 372, in test_timestamp_overflow with open(source, 'w') as f: OSError: [Errno 28] No space left on device: '@test_82700_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 1238, in test_expat_locator_withinfo_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shutil.py", line 259, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: OSError: [Errno 28] No space left on device: '@test_71110_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 135, in test_parse_text make_xml_file(self.data, encoding) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_93049_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1243, in test_find_function_found self._assert_find_function( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1231, in _assert_find_function with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 162, in test_write_memoryview f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 57, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1764, in test_truncate with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 3479, in test_write_to_binary_file_with_bom with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileinput.py", line 959, in test_errors with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_93166_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpq3qrfmu2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3030, in test_multibyte_seek_and_tell f = self.open(support.TESTFN, "w", encoding="euc_jp") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncio/test_sendfile.py", line 135, in setUpClass super().setUpClass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncio/test_sendfile.py", line 100, in setUpClass with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1399, in test_extract_all_with_target self._test_extract_all_with_target(extdir) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1384, in _test_extract_all_with_target self.make_test_file() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1320, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 307, in test_mtime with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 496, in testZipImporterMethodsInSubDirectory with ZipFile(TEMP_ZIP, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_symbol.py", line 48, in test_real_grammar_and_symbol_file self._copy_file_without_generated_symbols(SYMBOL_FILE, output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_symbol.py", line 23, in _copy_file_without_generated_symbols with open(dest_file, 'w') as fp: OSError: [Errno 28] No space left on device: '@test_80792_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 82, in test_anydbm_modification self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 437, in testList self.helper(listobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 183, in testPy self.doTest(".py", files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1798, in test_comments with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 489, in test_xmlgen_content_escape result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 82, in test_reorganize self.g = gdbm.open(filename, 'c') _gdbm.error: [Errno 28] No space left on device: '@test_82602_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 121, in test_pathfix_adding_errors self.pathfix( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 30, in pathfix with open(filename, 'w', encoding='utf8') as f: OSError: [Errno 28] No space left on device: '@test_86686_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 98, in test_string self.helper(s) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 299, in test_sameopenfile create_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 1136, in test_expat_inpsource_sysid_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shutil.py", line 259, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: OSError: [Errno 28] No space left on device: '@test_71110_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 799, in test_flush_error_on_close self.check_flush_error_on_close(support.TESTFN, 'wb', buffering=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 784, in check_flush_error_on_close f = self.open(*args, **kwargs) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (test.test_exceptions.ExceptionTests) ... ok
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 469, in testModule self.helper(code) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 95, in test_write_memoryview self.write_and_read_back(memoryview(data1 * 50)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 59, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 568, in testDefaultOptimizationLevel self.makeZip(files) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 749, in test_writelines f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 46, in test_dumbdbm_creation_mode f = dumbdbm.open(_fname, 'c', 0o637) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2385, in test_garbage_collection CBufferedReaderTest.test_garbage_collection(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1562, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 373, in test_compresslevel_metadata fWrite = gzip.GzipFile(self.filename, 'w', compresslevel=level) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 92, in test_anydbm_read self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 581, in test_init_with_x_mode with LZMAFile(TESTFN, mode): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_76872_tmp'
TracebackAttr (test.test_exceptions.ExceptionTests) ... ok
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 393, in testAbles os.unlink(TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpgm2jgxrt'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 82, in _create f = _io.open(self._datfile, 'r', encoding="Latin-1") FileNotFoundError: [Errno 2] No such file or directory: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_imghdr.py", line 126, in test_unseekable with open(TESTFN, 'wb') as stream: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4012, in test_abc_inheritance_official self._check_abc_inheritance(io) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3989, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 170, in test_incompleted_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_ntpath.py", line 548, in test_relpath with support.temp_cwd(support.TESTFN) as cwd_dir: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 225, in test_create_new with dumbdbm.open(_fname, 'n') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 216, in test_unseekable_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 476, in test_xmlgen_pi result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 542, in test_read_short_from_file with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tracemalloc.py", line 263, in test_snapshot snapshot.dump(support.TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tracemalloc.py", line 404, in dump with open(filename, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_78714_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 550, in test_buffered_file_io with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 542, in test_read_short_from_file with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pathlib.py", line 1233, in setUp os.mkdir(BASE) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 896, in test_invalid_newline self.open(support.TESTFN, 'w', newline='invalid') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 279, in test_close with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1856, in test_change_comment_in_empty_archive with zipfile.ZipFile(TESTFN, "a", zipfile.ZIP_STORED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 493, in test_builtin_map f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2963, in test_seeking with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_support.py", line 78, in test_forget with open(mod_filename, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 723, in test_indexOf f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_86662_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_codecs.py", line 1690, in test_open codecs.open(support.TESTFN, mode, 'ascii') as file: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) FileNotFoundError: [Errno 2] No such file or directory: '@test_84160_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_unicode_file.py", line 130, in test_directories self._do_directory(TESTFN_UNICODE+ext, TESTFN_UNICODE+ext) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_unicode_file.py", line 87, in _do_directory os.mkdir(make_name) OSError: [Errno 28] No space left on device: '@test_87030_tmp-àòɘŁğ.dir'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 182, in test_multiple_writes with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2649, in test_create_command with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 143, in test_keys d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 101, in test_write_bytearray self.write_and_read_back(bytearray(data1 * 50)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 59, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 435, in test_peek with gzip.GzipFile(self.filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 123, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_array.py", line 402, in test_filewrite f = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 292, in test_samestat_on_link self._test_samestat_on_link_func(os.link) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 276, in _test_samestat_on_link_func create_file(test_fn1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sysconfig.py", line 399, in test_parse_makefile with open(TESTFN, "w") as makefile: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "<string>", line 6, in <module> OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bool.py", line 246, in test_fileclosed with open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 192, in testBoth self.doTest(pyc_ext, files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 3453, in test_write_to_filename tree.write(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/xml/etree/ElementTree.py", line 756, in write with _get_writer(file_or_filename, enc_lower) as write: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/xml/etree/ElementTree.py", line 792, in _get_writer file = open(file_or_filename, "w", encoding=encoding, OSError: [Errno 28] No space left on device: '@test_82355_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 634, in test_tools_script_run_tests self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 720740\n0:00:00 load avg: 0.20 Run tests in parallel using 4 child processes\n0:00:00 load avg: 0.20 [1/4/1] test_regrtest_noop53 crashed (Exit code 1)\n0:00:00 load avg: 0.20 [2/4/2] test_regrtest_noop52 crashed (Exit code 1)\n0:00:00 load avg: 0.20 [3/4/3] test_regrtest_noop51 crashed (Exit code 1)\n0:00:00 load avg: 0.20 [4/4/4] test_regrtest_noop54 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop51 test_regrtest_noop52 test_regrtest_noop53\n test_regrtest_noop54\n0:00:00 load avg: 0.20\n0:00:00 load avg: 0.20 Re-running failed tests in verbose mode\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop53 in verbose mode\ntest_empty_test (test_regrtest_noop53.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop52 in verbose mode\ntest_empty_test (test_regrtest_noop52.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop51 in verbose mode\ntest_empty_test (test_regrtest_noop51.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 0.20 Re-running test_regrtest_noop54 in verbose mode\ntest_empty_test (test_regrtest_noop54.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop51 test_regrtest_noop52 test_regrtest_noop53\n test_regrtest_noop54\n\nTotal duration: 761 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tracemalloc.py", line 282, in test_snapshot_save_attr snapshot.dump(support.TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tracemalloc.py", line 404, in dump with open(filename, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_78714_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pipes.py", line 34, in testSimplePipe2 with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 489, in test_offset f = open (TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 56, in setUp self._box = self._factory(self._path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 1304, in <lambda> _factory = lambda self, path, factory=None: mailbox.Babyl(path, factory) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 1245, in __init__ _singlefileMailbox.__init__(self, path, factory, create) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 585, in __init__ f = open(self._path, 'wb+') OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp'
Traceback (most recent call last): File "<string>", line 6, in <module> OSError: [Errno 28] No space left on device: '@test_97163_tmp' Traceback (most recent call last): File "<string>", line 3, in <module> OSError: [Errno 28] No space left on device: '@test_97163_tmp' Traceback (most recent call last): File "<string>", line 3, in <module> OSError: [Errno 28] No space left on device: '@test_97163_tmp' Traceback (most recent call last): File "<string>", line 4, in <module> OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 281, in testSubNamespacePackage self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1522, in test_returns_pid self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (109985, 256) != (109985, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_configparser.py", line 1066, in setUp with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_93158_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 872, in test_read_from_file_with_bytes_filename with TempFile(TESTFN, COMPRESSED_XZ): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_eintr.py", line 31, in test_all self.fail("eintr_tester.py failed") AssertionError: eintr_tester.py failed
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 18, in setUp self.f = self.open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pathlib.py", line 1233, in setUp os.mkdir(BASE) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_82841_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 821, in test_around_4GB self._test_around_boundary(_4G) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 811, in _test_around_boundary with self._make_test_file(start, tail) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 775, in _make_test_file f = open(TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 545, in test_init_with_PathLike_filename with TempFile(filename, COMPRESSED_XZ): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1761, in test_open_non_existent_item with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 565, in test_io_methods with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 524, in testTruncateOnWindows bug801631() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 503, in bug801631 f = self.FileIO(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_sysconfig.py", line 22, in tearDown os.unlink(self.makefile) FileNotFoundError: [Errno 2] No such file or directory: '@test_83402_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 416, in testInt self.helper(intobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 612, in testDoctestFile self.runDoctest(self.doDoctestFile) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 597, in runDoctest self.doTest(".py", files, TESTMOD, call=callback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2411, in test_different_file self.make_test_archive(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2389, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpsfvjflrn'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1338, in test_issue36250 with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 123, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_signal.py", line 157, in test_invalid_fd fd = support.make_bad_fd() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1154, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 154, in test_write_array f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 393, in testAbles os.unlink(TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 612, in testDoctestFile self.runDoctest(self.doDoctestFile) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 597, in runDoctest self.doTest(".py", files, TESTMOD, call=callback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1089, in test_close_after_close with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 1085, in test_write_append_to_file with LZMAFile(TESTFN, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1399, in test_extract_all_with_target self._test_extract_all_with_target(extdir) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1384, in _test_extract_all_with_target self.make_test_file() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1320, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 791, in test_temporary_bp with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 832, in test_unpack_iter f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 68, in test_anydbm_creation f = dbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 82, in test_proto2_file_shelf s = shelve.open(self.fn, protocol=2) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2649, in test_create_command with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1531, in test_writestr_extended_local_header_issue1202 with zipfile.ZipFile(TESTFN2, 'w') as orig_zip: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 113, in test_empty_value f = dbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 552, in test_xmlgen_ignorable result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 94, in test_write_context_manager_calls_close with self.module.open(TESTFN, 'wb'): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3203, in test_large_fd_transfer with open(test.support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_77233_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1823, in test_close_file self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (97181, 256) != (97181, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1892, in test_open_empty_file f = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_sysconfig.py", line 251, in test_customize_compiler_before_get_config_vars with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 248, in testIteration bag = self.open(TESTFN, "wb") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 260, in testPackage self.doTest(pyc_ext, files, TESTPACK, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 581, in __init__ f = open(self._path, 'rb+') FileNotFoundError: [Errno 2] No such file or directory: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/@test_84950_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 94, in test_unicode self.helper(marshal.loads(marshal.dumps(s))) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 123, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/list_tests.py", line 80, in test_print os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_83639_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/xml/etree/ElementTree.py", line 786, in _get_writer write = file_or_filename.write AttributeError: 'str' object has no attribute 'write'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2508, in setUp os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 744, in test_closefd_attr with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1805, in test_open_file self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (97171, 32512) != (97171, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_profile.py", line 98, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 99, in runctx return _Utils(Profile).runctx(statement, globals, locals, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 66, in runctx self._show(prof, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmprc85cquk'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_binhex.py", line 26, in test_binhex with open(self.fname1, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 2139, in setUp os.mkdir(self._dir) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 545, in test_init_with_PathLike_filename with TempFile(filename, COMPRESSED_XZ): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 122, in test_infile_outfile infile = self._create_infile() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 94, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_78884_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1735, in test_bad_open_mode with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 45, in test_read p = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_uu.py", line 213, in test_decode_filename with open(self.tmpin, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmpi'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 466, in test_fileobj_from_fdopen fd = os.open(self.filename, os.O_WRONLY | os.O_CREAT) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 124, in test_anydbm_access self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 383, in test_with_open with gzip.GzipFile(self.filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1630, in test_close_erroneous_file with open(TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 369, in test_coverage self._coverage(tracer) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 364, in _coverage r.write_results(show_missing=True, summary=True, coverdir=TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/trace.py", line 260, in write_results os.makedirs(dir) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_gnu.py", line 123, in test_unicode with gdbm.open(filename, 'c') as db: _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3214, in test_seek_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_univnewlines.py", line 49, in setUp with self.open(support.TESTFN, self.WRITEMODE) as fp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2974, in test_seeking_too with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bool.py", line 246, in test_fileclosed with open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_77165_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 196, in test_overflowed_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2886, in test_basic_io f = self.open(support.TESTFN, "w+", encoding=enc) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 299, in test_sameopenfile create_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_81892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 718, in testFileUnreadable fd = os.open(TESTMOD, os.O_CREAT, 000) OSError: [Errno 28] No space left on device: 'ziptestmodule'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bool.py", line 250, in test_fileclosed os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 97, in test_dumbdbm_keys self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 522, in test_handle_connect server = BaseServer(self.family, self.addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 113, in test_empty_value f = dbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 466, in testInvalidFd self.assertRaises(OSError, self.FileIO, make_bad_fd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1154, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3045, in test_seek_with_encoder_state f = self.open(support.TESTFN, "w", encoding="euc_jis_2004") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 466, in test_fileobj_from_fdopen fd = os.open(self.filename, os.O_WRONLY | os.O_CREAT) OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 162, in test_write_memoryview f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 62, in test_bool self.helper(b) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 89, in test_run_setup_preserves_sys_argv self.write_setup(setup_does_nothing)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 72, in write_setup f = open(path, "w") OSError: [Errno 28] No space left on device: '@test_83402_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 95, in test_pathfix_adding_flag self.pathfix( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_pathfix.py", line 30, in pathfix with open(filename, 'w', encoding='utf8') as f: OSError: [Errno 28] No space left on device: '@test_86686_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 593, in setUp TestMailbox.setUp(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 56, in setUp self._box = self._factory(self._path) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 590, in <lambda> _factory = lambda self, path, factory=None: mailbox.Maildir(path, factory) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/mailbox.py", line 279, in __init__ os.mkdir(self._path, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp'
TracebackTests) ... ERROR
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fcntl.py", line 92, in test_fcntl_file_descriptor self.f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_77531_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 291, in test_multiple_dumps_and_loads with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 799, in test_flush_error_on_close self.check_flush_error_on_close(support.TESTFN, 'wb', buffering=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 784, in check_flush_error_on_close f = self.open(*args, **kwargs) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3015, in test_seek_and_tell test_seek_and_tell_with_data(input) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2990, in test_seek_and_tell_with_data f = self.open(support.TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_uu.py", line 183, in test_encode with open(self.tmpin, 'wb') as fin: OSError: [Errno 28] No space left on device: '@test_90548_tmpi'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 329, in test_read_not_from_start with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 764, in setUp GettextBaseTest.setUp(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 817, in test_around_2GB self._test_around_boundary(_2G) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 811, in _test_around_boundary with self._make_test_file(start, tail) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 775, in _make_test_file f = open(TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 206, in testUncheckedHashBasedPyc self.doTest(None, files, TESTMOD, call=check) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncio/test_unix_events.py", line 469, in setUpClass with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_79331_tmp'
Traceback (test.test_zipimport.UncompressedZipImportTestCase)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 645, in testTraceback self.doTest(None, files, TESTMOD, call=self.doTraceback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 675, in testComment self.doTest(".py", files, TESTMOD, comment=b"comment") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpynbsk_zw'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1403, in test_extract_all_with_target_pathlike self._test_extract_all_with_target(pathlib.Path(extdir)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1384, in _test_extract_all_with_target self.make_test_file() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1320, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 83, in test_write_params f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1949, in test_seek_tell with zipfile.ZipFile(TESTFN, "w") as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3883, in test_attributes f = self.open(support.TESTFN, "wb", buffering=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 350, in test_move with open(TESTFN, 'wb+') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 1071, in test_write_to_file_with_bytes_filename with LZMAFile(bytes_filename, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: b'@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2935, in test_telling f = self.open(support.TESTFN, "w+", encoding="utf-8") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1764, in test_truncate with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpimg01j3i'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 919, in test_fspath_support check_path_succeeds(FakePath(support.TESTFN)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 913, in check_path_succeeds with self.open(path, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 186, in test_parse_path_object make_xml_file(self.data, 'utf-8', None) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 589, in test_read_object_from_file with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 250, in test_seek_read self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_plistlib.py", line 151, in test_io with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_82797_tmp'
TracebackCases)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_traceback.py", line 160, in test_encoded_file do_test("", "foo", "ascii", 3) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_traceback.py", line 128, in do_test with open(TESTFN, "w", encoding=charset) as output: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 271, in test_get d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 110, in test_write_incompatible_type with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 329, in test_forking_not_handled self.check_result(handled=False) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 332, in check_result with open(test.support.TESTFN) as log: FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 493, in test_builtin_map f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_86662_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 46, in test_dumbdbm_creation_mode f = dumbdbm.open(_fname, 'c', 0o637) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2438, in test_read_after_close self.make_test_archive(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2389, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 426, in testStr self.helper(strobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 496, in test_sys_argv_list with open(TESTFN, 'w') as fd: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_ntpath.py", line 731, in setUp with open(self.file_name, 'xb', 0) as file: OSError: [Errno 28] No space left on device: '@test_97236_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4135, in test_create_writes with self.open(support.TESTFN, 'xb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1539, in test_close with zipfile.ZipFile(TESTFN2, "w") as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 1392, in test_initialize_with_file with open(self._path, 'w+') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 83, in test_write_params f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_http_cookiejar.py", line 1719, in test_rejection c.save(filename, ignore_discard=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/http/cookiejar.py", line 1890, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_87004_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 81, in test_write_read_with_pathlike_file with gzip.GzipFile(filename, 'w') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 759, in test_fromfile with open(filename, "w") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2466, in test_write_after_read with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1874, in test_empty_zipfile zipf = zipfile.ZipFile(TESTFN, mode="w") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 68, in test_anydbm_creation f = dbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _dbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 524, in testTruncateOnWindows bug801631() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 503, in bug801631 f = self.FileIO(TESTFN, 'w') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 319, in test_metadata with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 208, in test_unseekable_read with self.create_file(TESTFN) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 120, in test_read self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_univnewlines.py", line 49, in setUp with self.open(support.TESTFN, self.WRITEMODE) as fp: OSError: [Errno 28] No space left on device: '@test_84986_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2238, in test_threads BufferedReaderTest.test_threads(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1449, in test_threads with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 281, in testSubNamespacePackage self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 355, in testAbles f = self.FileIO(TESTFN, "w") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 623, in testDoctestSuite self.runDoctest(self.doDoctestSuite) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 597, in runDoctest self.doTest(".py", files, TESTMOD, call=callback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 626, in test_script_autotest self.run_tests(args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 588, in run_tests self.check_output(output) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 584, in check_output self.check_executed_tests(output, self.tests, randomize=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 493, in check_executed_tests self.check_line(output, 'Tests result: %s' % result) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 391, in check_line self.assertRegex(output, regex) AssertionError: Regex didn't match: '^Tests result: SUCCESS' not found in 'Using random seed 7233069\n0:00:00 load avg: 25.66 Run tests in parallel using 4 child processes\n0:00:00 load avg: 25.66 [1/4/1] test_regrtest_noop46 crashed (Exit code 1)\n0:00:00 load avg: 25.66 [2/4/2] test_regrtest_noop45 crashed (Exit code 1)\n0:00:00 load avg: 25.66 [3/4/3] test_regrtest_noop44 crashed (Exit code 1)\n0:00:00 load avg: 25.66 [4/4/4] test_regrtest_noop43 crashed (Exit code 1)\n\n== Tests result: FAILURE ==\n\n4 tests failed:\n test_regrtest_noop43 test_regrtest_noop44 test_regrtest_noop45\n test_regrtest_noop46\n0:00:00 load avg: 25.66\n0:00:00 load avg: 25.66 Re-running failed tests in verbose mode\n0:00:00 load avg: 25.66 Re-running test_regrtest_noop46 in verbose mode\ntest_empty_test (test_regrtest_noop46.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 25.66 Re-running test_regrtest_noop45 in verbose mode\ntest_empty_test (test_regrtest_noop45.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 25.66 Re-running test_regrtest_noop44 in verbose mode\ntest_empty_test (test_regrtest_noop44.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n0:00:00 load avg: 25.66 Re-running test_regrtest_noop43 in verbose mode\ntest_empty_test (test_regrtest_noop43.Tests) ... ok\n\n----------------------------------------------------------------------\n\nRan 1 test in 0.000s\n\nOK\n\n== Tests result: FAILURE then SUCCESS ==\n\nAll 4 tests OK.\n\n4 re-run tests:\n test_regrtest_noop43 test_regrtest_noop44 test_regrtest_noop45\n test_regrtest_noop46\n\nTotal duration: 848 ms\nTests result: FAILURE then SUCCESS\n'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 622, in test_implicit_binary_modes with gzip.open(self.filename, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2196, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 318, in test_entire_file with open(TESTFN, "wb+") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 202, in test_isfile create_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_97236_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 77, in test_anydbm_creation_n_file_exists_with_invalid_contents test.support.create_empty_file(_fname) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1139, in create_empty_file fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 175, in test_update d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 206, in testUncheckedHashBasedPyc self.doTest(None, files, TESTMOD, call=check) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 250, in test_missing_index with dumbdbm.open(_fname, 'n') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 225, in testEmptyPy self.doTest(None, files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 416, in testInt self.helper(intobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1850, in test_unicode_comment with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 464, in test_xmlgen_content_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 260, in test_samestat create_file(test_fn1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_97236_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_netrc.py", line 131, in test_file_not_found_in_home os.mkdir(d) OSError: [Errno 28] No space left on device: '@test_87550_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 24, in setUp self.f = self.FileIO(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 563, in test_init_mode with TempFile(TESTFN): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpw0v6fqq0'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 450, in testUtf8BytesOpen f = self.FileIO(fn, "w") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: b'@test_83701_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 578, in testImport_WithStuff self.doTest(".py", files, TESTMOD, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "<string>", line 4, in <module> File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 524, in testTruncateOnWindows bug801631() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 503, in bug801631 f = self.FileIO(TESTFN, 'w') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmphv9ph8mm'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1243, in test_find_function_found self._assert_find_function( File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1231, in _assert_find_function with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_83276_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 123, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (test.test_zipimport.CompressedZipImportTestCase)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 645, in testTraceback self.doTest(None, files, TESTMOD, call=self.doTraceback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 755, in test_garbage_collection f = self.FileIO(support.TESTFN, "wb") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 774, in test_bp_after_last_statement with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 350, in test_builtin_list f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_86662_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1850, in test_unicode_comment with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 108, in test_write_write_read with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 902, in test_ignore_count_on_disabled_bp with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 351, in setUp with open(self.file, "w") as tmp: OSError: [Errno 28] No space left on device: '@test_93049_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 83, in test_write_params f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_78842_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 104, in test_anydbm_keys self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_fixcid.py", line 17, in test_parse_strings output = self.run_script(old1 + old2) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_fixcid.py", line 78, in run_script with open(substfilename, "w") as file: OSError: [Errno 28] No space left on device: '@test_71110_tmp.subst'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 204, in testTruncateOnWindows f = self.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_85046_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 303, in testMixedNamespacePackage self.makeZip(files1, zip1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/path1.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 455, in testFrozenSet self.helper(frozensetobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 615, in test_with_open with self.open(support.TESTFN, "wb", bufsize) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileinput.py", line 289, in test_readline with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_93166_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 867, in test_sys_exit with open(testfn, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_93610_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1240, in test_find_function_empty_file self._assert_find_function('', 'foo', None) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1231, in _assert_find_function with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_83276_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2974, in test_seeking_too with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 319, in test_metadata with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 134, in test_constructor self.assertEqual(self._empty_mapping(), self._empty_mapping()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3161, in _writefd fd = reduction.recv_handle(conn) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle return recvfds(s, 1)[0] File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 159, in recvfds raise EOFError EOFError Process Process-1039: Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3161, in _writefd fd = reduction.recv_handle(conn) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle return recvfds(s, 1)[0] File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/multiprocessing/reduction.py", line 159, in recvfds raise EOFError EOFError
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 224, in test_unseekable_incompleted_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_complex.py", line 509, in test_file fo = open(support.TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_80819_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 433, in testBytesOpen f = self.FileIO(fn, "w") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: b'@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 913, in test_huntrleaks_fd_leak self.check_leak(code, 'file descriptors') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 883, in check_leak with open(filename) as fp: FileNotFoundError: [Errno 2] No such file or directory: 'reflog.txt'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1834, in test_dup2 with open(dupfile, "wb") as childfile: OSError: [Errno 28] No space left on device: '@test_97163_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 186, in test_parse_path_object make_xml_file(self.data, 'utf-8', None) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_93049_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3199, in test_append_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 724, in test_skip with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1552, in test_specify_environment self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (109970, 256) != (109970, 0)
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 355, in test_import_in_del_does_not_crash
testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""
File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 208, in make_script
with open(script_name, 'w', encoding='utf-8') as script_file:
OSError: [Errno 28] No space left on device: '@test_71110_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 177, in test_addsitedir pth_file.create() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_site.py", line 341, in create FILE = open(self.file_path, 'w') OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp.pth'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 612, in test_xmlgen_ns_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 154, in test_write_array f = self.create_file(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 834, in test_coverage output = self.run_tests("--coverage", test) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 678, in run_tests return self.run_python(cmdargs, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 531, in run_python proc = self.run_command(args, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_regrtest.py", line 526, in run_command self.fail(msg) AssertionError: Command ['/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/tmpsdzb56cq', '--coverage', 'test_regrtest_coverage'] failed with exit code 1
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1834, in test_dup2 with open(dupfile, "wb") as childfile: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 721, in wrapper os.makedirs(directory) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/@test_71110_tmp-gzdir'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 18, in setUp self.f = self.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_85046_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 489, in test_listfuncs_flag_success with open(TESTFN, 'w') as fd: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3045, in test_seek_with_encoder_state f = self.open(support.TESTFN, "w", encoding="euc_jis_2004") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_optparse.py", line 1042, in test_filetype_ok support.create_empty_file(support.TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1139, in create_empty_file fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 891, in test_nonbuffered_textio self.open(support.TESTFN, 'w', buffering=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_array.py", line 393, in test_fromfile_ioerror f = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_86666_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 530, in testAppend f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 96, in test_run_setup_defines_subclass self.write_setup(setup_defines_subclass)) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_core.py", line 72, in write_setup f = open(path, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3214, in test_seek_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 821, in test_multi_close f = self.open(support.TESTFN, "wb", buffering=0) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 279, in test_close with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_83281_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 254, in testBadMTime self.doTest(".py", files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3939, in test_io_after_close f = self.open(support.TESTFN, **kwargs) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/unittest/mock.py", line 1348, in patched return func(*newargs, **newkeywargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 221, in test_checked_hash_based_change_pyc self.doTest(None, files, TESTMOD, call=check) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileinput.py", line 976, in test_modes with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 126, in test_access_parameter with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1810, in test_threads with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1428, in test_extract_hackers_arcnames_common_cases self._test_extract_hackers_arcnames(common_hacknames) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1468, in _test_extract_hackers_arcnames with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_fixcid.py", line 17, in test_parse_strings output = self.run_script(old1 + old2) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tools/test_fixcid.py", line 78, in run_script with open(substfilename, "w") as file: OSError: [Errno 28] No space left on device: '@test_86686_tmp.subst'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 554, in test_prot_readonly with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/runtest.py", line 270, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/libregrtest/runtest.py", line 221, in _runtest_inner2 the_module = importlib.import_module(abstest) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shutil.py", line 162, in <module> class TestShutil(unittest.TestCase): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shutil.py", line 535, in TestShutil def test_copyxattr(self): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 2679, in skip_unless_xattr ok = can_xattr() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 2657, in can_xattr with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 113, in test_empty_value f = dbm.open(_fname, 'c') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 279, in test_close with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_urllib.py", line 657, in setUp FILE = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_77169_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_support.py", line 281, in test_make_bad_fd fd = support.make_bad_fd() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1154, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_78892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_importlib/source/test_finder.py", line 130, in test_empty_string_for_dir with open('mod.py', 'w') as file: OSError: [Errno 28] No space left on device: 'mod.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3214, in test_seek_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 405, in test_invalid_operations with self.open(support.TESTFN, mode) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2480, in test_many_opens self.make_test_archive(TESTFN2) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 2389, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 679, in testBeginningCruftAndComment self.doTest(".py", files, TESTMOD, stuff=b"cruft" * 64, comment=b"hi") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 540, in setUp create_file(self.file_name, b"test_genericpath.PathLikeTests") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_81892_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 93, in test_write p = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 891, in test_nonbuffered_textio self.open(support.TESTFN, 'w', buffering=0) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 295, in test_1647484 with gzip.GzipFile(self.filename, mode) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 611, in test_pathlike_file with gzip.open(filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_netrc.py", line 143, in test_home_not_set os.mkdir(fake_home) OSError: [Errno 28] No space left on device: '@test_87550_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 94, in test_write_context_manager_calls_close with self.module.open(TESTFN, 'wb'): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_urllib.py", line 657, in setUp FILE = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 3453, in test_write_to_filename tree.write(TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/xml/etree/ElementTree.py", line 756, in write with _get_writer(file_or_filename, enc_lower) as write: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/xml/etree/ElementTree.py", line 792, in _get_writer file = open(file_or_filename, "w", encoding=encoding, OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_sysconfig.py", line 251, in test_customize_compiler_before_get_config_vars with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_83402_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1428, in test_extract_hackers_arcnames_common_cases self._test_extract_hackers_arcnames(common_hacknames) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1468, in _test_extract_hackers_arcnames with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 452, in test_xmlgen_content result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 423, in testUnicodeOpen f = self.FileIO(str(TESTFN), "w") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 714, in test_fileno with TempFile(TESTFN, COMPRESSED_XZ): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1089, in test_close_after_close with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_71110_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/cProfile.py", line 16, in run return _pyprofile._Utils(Profile).run(statement, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 57, in run self._show(prof, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/cProfile.py", line 46, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 74, in test_binary_file_shelf s = shelve.open(self.fn, protocol=1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 3479, in test_write_to_binary_file_with_bom with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_82355_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1449, in test_threads with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 94, in test_unicode self.helper(marshal.loads(marshal.dumps(s))) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_82753_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 383, in test_builtin_tuple f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1482, in test_module_without_a_main os.mkdir(module_name) OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3703, in test_garbage_collection rawio = io.FileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1304, in test_write_pathlike os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1920, in test_open_conflicting_handles with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipf: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2238, in test_threads BufferedReaderTest.test_threads(self) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1449, in test_threads with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 581, in test_init_with_x_mode with LZMAFile(TESTFN, mode): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 291, in test_multiple_dumps_and_loads with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 248, in testIteration bag = self.open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_asyncore.py", line 371, in setUp with open(support.TESTFN, 'wb') as file: OSError: [Errno 28] No space left on device: '@test_82061_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 242, in test_unseekable_overflowed_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_82629_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 1562, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 501, in test_bytes_filename with gzip.GzipFile(bytes_filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: b'@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1995, in wrapper return func(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3248, in test_threads_write with self.open(support.TESTFN, "w", buffering=1) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/list_tests.py", line 80, in test_print os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_84493_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pydoc.py", line 711, in test_synopsis with open(TESTFN, 'w', encoding=encoding) as script: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/distutils/tests/test_dist.py", line 147, in test_command_packages_configfile f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 3460, in test_write_to_text_file with open(TESTFN, 'w', encoding='utf-8') as f: OSError: [Errno 28] No space left on device: '@test_81867_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_iter.py", line 608, in test_unicode_join_endcase f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_86662_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_ssl.py", line 4243, in test_sendfile with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socket.py", line 5626, in setUpClass with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_90665_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3239, in test_errors_property with self.open(support.TESTFN, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 720, in test_array_writes check(self.FileIO(support.TESTFN, "w")) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4066, in test_pickling with self.open(support.TESTFN, **kwargs) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_univnewlines.py", line 49, in setUp with self.open(support.TESTFN, self.WRITEMODE) as fp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_84986_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_cmd_line.py", line 486, in test_isolatedmode with support.temp_cwd() as tmpdir: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileio.py", line 423, in testUnicodeOpen f = self.FileIO(str(TESTFN), "w") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_83701_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 133, in test_line_endings with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87008_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_uu.py", line 201, in test_decode with open(self.tmpin, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_90548_tmpi'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 526, in test_xmlgen_encoding result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1552, in test_specify_environment self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (97180, 256) != (97180, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_base64.py", line 673, in test_encode_file with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_87160_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 554, in test_init_with_filename with TempFile(TESTFN, COMPRESSED_XZ): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 443, in testTuple self.helper(tupleobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 842, in test_bp_condition with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 324, in test_forking_handled self.check_result(handled=True) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 332, in check_result with open(test.support.TESTFN) as log: FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1539, in test_close with zipfile.ZipFile(TESTFN2, "w") as zipfp: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_82368_tmp2'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1630, in test_close_erroneous_file with open(TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_82368_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 146, in testModeStrings self.open(TESTFN, 'wb').close() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tempfile.py", line 647, in test_basic self.do_create(dir=".") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_tempfile.py", line 628, in do_create (fd, name) = tempfile.mkstemp(dir=dir, prefix=pre, suffix=suf) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 332, in mkstemp return _mkstemp_inner(dir, prefix, suffix, flags, output_type) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 250, in _mkstemp_inner fd = _os.open(file, flags, 0o600) OSError: [Errno 28] No space left on device: './umvg1k4s'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 867, in test_sys_exit with open(testfn, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_77233_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 720, in test_array_writes check(self.FileIO(support.TESTFN, "w")) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 629, in test_append_mode_tell with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 250, in test_samefile_on_link self._test_samefile_on_link_func(os.link) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 235, in _test_samefile_on_link_func create_file(test_fn1) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 157, in test_items d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 852, in test_opener with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 92, in test_anydbm_read self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _dbm.error: [Errno 28] No space left on device: '@test_87022_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_posix.py", line 1805, in test_open_file self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (109954, 32512) != (109954, 0)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2935, in test_telling f = self.open(support.TESTFN, "w+", encoding="utf-8") OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_plistlib.py", line 151, in test_io with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipfile.py", line 1615, in test_create_non_existent_file_for_append self.fail('Could not append data to a non-existent zip file.') AssertionError: Could not append data to a non-existent zip file.
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 110, in test_write_incompatible_type with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 472, in test_fileobj_mode gzip.GzipFile(self.filename, "wb").close() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 124, in test_anydbm_access self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_87022_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 331, in test_length_0_offset with open(TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/threading.py", line 932, in _bootstrap_inner self.run() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/socketserver.py", line 652, in process_request_thread self.handle_error(request, client_address) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_socketserver.py", line 350, in handle_error with open(test.support.TESTFN, 'a') as log: OSError: [Errno 28] No space left on device: '@test_87238_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 720, in test_5027_1 result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 861, in test_bp_exception_on_condition_evaluation with create_modules(modules): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/__init__.py", line 1036, 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.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 702, in test_encoding_error_handler with gzip.open(self.filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 769, in test_xmlgen_fragment result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_93049_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_support.py", line 55, in test_rmtree os.mkdir(dirpath) OSError: [Errno 28] No space left on device: '@test_78892_tmpd'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 285, in test_setdefault d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_array.py", line 371, in test_tofromfile f = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_86666_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 449, in testSet self.helper(setobj) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 255, in test_tougher_find with open(TESTFN, 'wb+') as f: OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 562, in test_readline with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 554, in test_init_with_filename with TempFile(TESTFN, COMPRESSED_XZ): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_lzma.py", line 524, in __enter__ with open(self.filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_76872_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_set.py", line 814, in test_print fo.close() UnboundLocalError: local variable 'fo' referenced before assignment
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2974, in test_seeking_too with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmp5ykfd20m'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pipes.py", line 70, in testEmptyPipeline2 with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_87180_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 179, in test_memoryview self.helper(b) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_marshal.py", line 20, in helper with open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 289, in test_popitem d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: 'shelftemp.db1.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 208, in test_parse_close_source make_xml_file(self.data, 'iso-8859-1', None) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_93049_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 372, in test_timestamp_overflow with open(source, 'w') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1370, in test_issue16180 stdout, stderr = self.run_pdb_script(script, commands) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pdb.py", line 1209, in run_pdb_script with open(filename, 'w') as f: OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 124, in test_anydbm_access self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _dbm.error: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 136, in test_exists create_file(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file with open(filename, 'xb', 0) as fp: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/_test_multiprocessing.py", line 3177, in test_fd_transfer with open(test.support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_93610_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 821, in test_around_4GB self._test_around_boundary(_4G) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 811, in _test_around_boundary with self._make_test_file(start, tail) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 775, in _make_test_file f = open(TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_83346_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/build/test_python_71110/tmpd0mgyd7z'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_pipes.py", line 28, in testSimplePipe1 with open(TESTFN) as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 799, in test_flush_error_on_close self.check_flush_error_on_close(support.TESTFN, 'wb', buffering=0) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 784, in check_flush_error_on_close f = self.open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 744, in test_closefd_attr with self.open(support.TESTFN, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmpbsi5yheo'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 286, in test_nonascii_filename with dumbdbm.open(filename, 'c') as db: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp-æ.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_imp.py", line 450, in test_unencodeable os.mkdir(name) OSError: [Errno 28] No space left on device: '@test_87207_tmp-\udcff'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 174, in _checkBufferSize f = self.open(TESTFN, 'wb', s) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 100, in test_infile_stdout infile = self._create_infile() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_json/test_tool.py", line 94, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_78884_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3015, in test_seek_and_tell test_seek_and_tell_with_data(input) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 2990, in test_seek_and_tell_with_data f = self.open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mmap.py", line 33, in test_basic f = open(TESTFN, 'bw+') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_inspect.py", line 711, in setUp os.mkdir(self.tempdir) OSError: [Errno 28] No space left on device: '@test_77195_tmp_dir'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 174, in _checkBufferSize f = self.open(TESTFN, 'wb', s) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 4135, in test_create_writes with self.open(support.TESTFN, 'xb') as f: OSError: [Errno 28] No space left on device: '@test_82299_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 71, in test_dumbdbm_modification self.init_db() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/dumb.py", line 86, in _create with _io.open(self._datfile, 'w', encoding="Latin-1") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp.dat'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_httplib.py", line 1870, in test_text_file_body with open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_85007_tmp'
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 355, in test_import_in_del_does_not_crash
testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""
File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/support/script_helper.py", line 208, in make_script
with open(script_name, 'w', encoding='utf-8') as script_file:
OSError: [Errno 28] No space left on device: '@test_82700_tmp.py'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileinput.py", line 289, in test_readline with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_trace.py", line 508, in test_count_and_summary with open(filename, 'w') as fd: OSError: [Errno 28] No space left on device: '@test_80290_tmp.py'
TracebackTests)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_import/__init__.py", line 1103, in setUp os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 730, in test_read_closed with self.open(support.TESTFN, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/audiotests.py", line 313, in test_copy fout = self.fout = self.module.open(TESTFN, 'wb') File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 585, in test_binary_modes with gzip.open(self.filename, "wb") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 3030, in test_multibyte_seek_and_tell f = self.open(support.TESTFN, "w", encoding="euc_jp") File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_fileinput.py", line 959, in test_errors with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_mailbox.py", line 2072, in setUp self._file = open(self._path, 'wb+') OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_xml_etree.py", line 632, in test_iterparse with open(TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 146, in testModeStrings self.open(TESTFN, 'wb').close() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_85046_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/tmp1yi9o0xg'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_io.py", line 852, in test_opener with self.open(support.TESTFN, "w") as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_71110_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 225, in testEmptyPy self.doTest(None, files, TESTMOD) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/zipfile.py", line 1249, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/junk95142.zip'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 91, in run return _Utils(Profile).run(statement, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 57, in run self._show(prof, filename, sort) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_86669_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/mapping_tests.py", line 151, in test_values d = self._empty_mapping() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) _gdbm.error: [Errno 28] No space left on device: 'shelftemp.db1'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 217, in test_buffered_reader self.test_write() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/gzip.py", line 173, in __init__ fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') OSError: [Errno 28] No space left on device: '@test_82823_tmp'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 641, in test_1463026_1_empty result = self.ioclass() File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_71110_tmp-codecs'
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 193, in testSetBufferSize self._checkBufferSize(s) File "/home/shager/cpython-buildarea/3.8.edelsohn-fedora-ppc64le/build/Lib/test/test_file.py", line 183, in _checkBufferSize self.fail('error setting buffer size %d: %s' % (s, str(msg))) AssertionError: error setting buffer size -1: [Errno 28] No space left on device: '@test_85046_tmp'
Test report
Failed tests:
- test_regrtest_noop1
Failed subtests:
- test_write_after_close - test.test_zipfile.Bzip2WriterTests
- testMethods - test.test_fileio.PyAutoFileTests
- test_recursive - test.test_tools.test_pathfix.TestPathfixFunctional
- test_values - test.test_shelve.TestAsciiFileShelve
- test_symlink_dir_fd - test.test_posix.PosixTester
- testStrAddr - test.test_socket.TestUnixDomain
- test___cached__ - test.test_import.PycacheTests
- test_copy - test.test_sunau.SunauPCM16Test
- CheckUpdateStartsTransaction - sqlite3.test.transactions.TransactionTests
- test_incompleted_write - test.test_aifc.AifcPCM8Test
- test_io_deprecated - test.test_plistlib.TestPlistlibDeprecated
- test_write_bytearray - test.test_wave.WavePCM32Test
- testBytesAddr - test.test_socket.TestUnixDomain
- test_overflowed_write - test.test_aifc.AifcPCM24Test
- test_binary_file_body - test.test_httplib.RequestBodyTest
- test_compresslevel_metadata - test.test_gzip.TestGzip
- test_type - test.test_reprlib.LongReprTest
- test_unicode_comment - test.test_zipfile.OtherTests
- test_zipfile_compiled_timestamp - test.test_cmd_line_script.CmdLineTest
- test_matching - test.test_filecmp.FileCompareTestCase
- test_closefd_attr - test.test_io.CIOTest
- test_print - test.test_set.TestBasicOpsSingleton
- test_keys - test.test_mailbox.TestMbox
- test_rmdir - test.test_pathlib.PathTest
- test_get_message - test.test_mailbox.TestMbox
- test_path_getmtime - test.test_genericpath.PathLikeTests
- test_getsize - test.test_genericpath.TestGenericTest
- test_empty_string_for_dir - test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420
- test_unseekable_write - test.test_sunau.SunauPCM32Test
- test_mkdir_exist_ok - test.test_pathlib.PathTest
- test_instance - test.test_reprlib.LongReprTest
- test_multibyte_seek_and_tell - test.test_io.PyTextIOWrapperTest
- test_compresslevel_basic - test.test_zipfile.StoredTestsWithSourceFile
- testErrnoOnClosedRead - test.test_fileio.CAutoFileTests
- test_bp_ignore_count - test.test_bdb.BreakpointTestCase
- test_broken_from - test.test_import.ImportTracebackTests
- testPy - test.test_zipimport.CompressedZipImportTestCase
- test_parse_strings - test.test_tools.test_fixcid.Test
- testAbles - test.test_fileio.COtherFileTests
- test_unicode - test.test_dbm_gnu.TestGdbm
- test_values - test.test_mailbox.TestMaildir
- test_import_pyc_path - test.test_import.PycacheTests
- test_overflowed_write - test.test_aifc.AifcALAWTest
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMaildir
- testModeStrings - test.test_file.COtherFileTests
- test_nonascii_abspath - test.test_ntpath.NtCommonTest
- test_nested_condition_operator - test.test_gettext.PluralFormsTestCase
- test_large_file_ops - test.test_io.PyIOTest
- test_bad_password - test.test_zipfile.DecryptionTests
- test_close_after_close - test.test_zipfile.Bzip2WriterTests
- test_zero_padded_file - test.test_gzip.TestGzip
- test_basic - test.test_zipfile.StoredTestsWithSourceFile
- test_overflowed_write - test.test_aifc.AifcPCM16Test
- test_setdefault - test.test_shelve.TestProto2FileShelve
- test_directory - test.test_unicode_file_functions.UnicodeNFCFileTests
- test_anydbm_creation_n_file_exists_with_invalid_contents - test.test_dbm.TestCase-dbm.gnu
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestMaildir
- test_cwd - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_writev - test.test_posix.PosixTester
- test_rglob - test.test_pathlib.PosixPathTest
- test_write - test.test_gzip.TestGzip
- test_write_context_manager_calls_close - test.test_aifc.AifcPCM24Test
- testLargestPossibleComment - test.test_zipimport.CompressedZipImportTestCase
- test_path_ismount - test.test_ntpath.PathLikeTests
- test_seeking_too - test.test_io.CTextIOWrapperTest
- test_repr - test.test_zipfile.DeflateTestsWithSourceFile
- test_temporary_bp - test.test_bdb.BreakpointTestCase
- test_path_relpath - test.test_ntpath.PathLikeTests
- test_garbage_collection - test.test_io.CIOTest
- test_set_item - test.test_mailbox.TestMaildir
- test_read - test.test_urllib.urlopen_FileTests
- test_pickling_common - test.test_pathlib.PosixPathTest
- test_truncated_zipfile - test.test_zipfile.StoredTestsWithSourceFile
- testDefaultOptimizationLevel - test.test_zipimport.UncompressedZipImportTestCase
- test_nonascii_history - test.test_readline.TestHistoryManipulation
- test_unseekable_overflowed_write - test.test_sunau.SunauULAWTest
- test_compresslevel_basic - test.test_zipfile.LzmaTestsWithSourceFile
- test_fspath_support - test.test_io.CIOTest
- testBoth - test.test_zipimport.CompressedZipImportTestCase
- testErrnoOnClosedTell - test.test_fileio.CAutoFileTests
- test_clear - test.test_mailbox.TestMMDF
- test_exclusive_write - test.test_gzip.TestGzip
- test_lgettext_bind_textdomain_codeset - test.test_gettext.LGettextTestCase
- test_write_array - test.test_aifc.AifcPCM8Test
- test_discard - test.test_mailbox.TestBabyl
- testErrnoOnClose - test.test_fileio.CAutoFileTests
- test_tofromfile - test.test_array.DoubleTest
- test_entire_file - test.test_mmap.MmapTests
- test_keys - test.test_mailbox.TestMMDF
- test_coverage - test.test_trace.TestCoverage
- test_context_manager_with_filename - test.test_aifc.AifcPCM32Test
- test_unseekable_write - test.test_wave.WavePCM32Test
- test_some_translations - test.test_gettext.GettextTestCase2
- test_dump_closed_file - test.test_pickle.PyPickleTests
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.MultilineValuesTestCase
- test_itervalues - test.test_mailbox.TestMaildir
- test_step_at_return_with_no_trace_in_caller - test.test_bdb.IssuesTestCase
- test_many_append - test.test_gzip.TestGzip
- test_read_from_file_with_bytes_filename - test.test_lzma.FileTestCase
- test_file_from_empty_string_dir - test.test_importlib.source.test_file_loader.Frozen_SimpleTest
- test_readline - test.test_zipfile.StoredTestsWithSourceFile
- test_pathfix - test.test_tools.test_pathfix.TestPathfixFunctional
- test_errors - test.test_fileinput.Test_hook_encoded
- test_write_context_manager_calls_close - test.test_aifc.AifcALAWTest
- test_add_StringIO_warns - test.test_mailbox.TestMbox
- test_repr - test.test_zipfile.Bzip2TestsWithSourceFile
- test_good_password - test.test_zipfile.DecryptionTests
- test_basic - test.test_zipfile.LzmaTestsWithSourceFile
- test_lock_unlock - test.test_mailbox.TestMaildir
- test_anydbm_read - test.test_dbm.TestCase-dbm.dumb
- test_seek - test.test_univnewlines.CTestLFNewlines
- test_write_bytearray - test.test_wave.WavePCM8Test
- test_unseekable_incompleted_write - test.test_aifc.AifcPCM32Test
- test_write_context_manager_calls_close - test.test_aifc.AifcPCM16Test
- test_handle_error - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_writestr_extended_local_header_issue1202 - test.test_zipfile.OtherTests
- test_iteration - test.test_mailbox.TestProxyFile
- test_is_socket_false - test.test_pathlib.PathTest
- test_read - test.test_univnewlines.CTestMixedNewlines
- test_overflowed_write - test.test_sunau.SunauPCM32Test
- test_writestr_dir - test.test_zipfile.TestWithDirectory
- test_dumbdbm_keys - test.test_dbm_dumb.DumbDBMTestCase
- test_truncated_zipfile - test.test_zipfile.LzmaTestsWithSourceFile
- test_open - __main__.SocketEINTRTest
- test_basics - test.test_import.PycRewritingTests
- test_listdir - test.test_unicode_file_functions.UnicodeNFKCFileTests
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestMbox
- test_unicode_msgid - test.test_gettext.UnicodeTranslationsPluralTest
- testTuple - test.test_marshal.InstancingTestCase
- test_expat_binary_file_nonascii - test.test_sax.ExpatReaderTest
- test_add_and_close - test.test_mailbox.TestMbox
- test_readline - test.test_io.PyIOTest
- test_attributes - test.test_io.PyMiscIOTest
- test_write - test.test_wave.WavePCM16Test
- test_readline - test.test_gzip.TestGzip
- test_writestr_compression - test.test_zipfile.StoredTestsWithSourceFile
- test_readline_read - test.test_zipfile.StoredTestsWithSourceFile
- test_context_manager_with_filename - test.test_aifc.AifcULAWTest
- testAttributes - test.test_fileio.CAutoFileTests
- test_nonascii_filename - test.test_dbm_gnu.TestGdbm
- test_context_manager_with_open_file - test.test_aifc.AifcPCM8Test
- test_read_write_bytes - test.test_pathlib.PosixPathTest
- test_extract_hackers_arcnames_posix_only - test.test_zipfile.ExtractTests
- test_readline - test.test_zipfile.LzmaTestsWithSourceFile
- test_add_binary_nonascii_file - test.test_mailbox.TestMaildir
- test_write_memoryview - test.test_sunau.SunauPCM16Test
- test_slowest_interrupted - test.test_regrtest.ArgsTestCase
- test_basic - test.test_zipfile.LzmaTestZip64InSmallFiles
- test_buffered_reader - test.test_gzip.TestGzip
- test_add_nonascii_string_header_raises - test.test_mailbox.TestMMDF
- test_bp_exception_on_condition_evaluation - test.test_bdb.BreakpointTestCase
- test_lookup - test.test_mailbox.TestMaildir
- test_unseekable_incompleted_write - test.test_aifc.AifcULAWTest
- test_xmlgen_basic - test.test_sax.StreamReaderWriterXmlgenTest
- test_flush - test.test_mailbox.TestMaildir
- test_reporthook - test.test_urllib.urlretrieve_FileTests
- test_path_getctime - test.test_genericpath.PathLikeTests
- test_glob_many_open_files - test.test_pathlib.PosixPathTest
- test_tell - test.test_univnewlines.CTestCRLFNewlines
- test_filewrite - test.test_array.LongTest
- test_samestat - test.test_ntpath.NtCommonTest
- test_issue13120 - test.test_pdb.PdbTestCase
- test_write_context_manager_calls_close - test.test_sunau.SunauPCM32Test
- test_unicode - test.test_marshal.StringTestCase
- test_write_memoryview - test.test_sunau.SunauULAWTest
- testErrnoOnClosedSeek - test.test_fileio.CAutoFileTests
- test_indexOf - test.test_iter.TestCase
- test_rename_dir_fd - test.test_posix.PosixTester
- test_overflowed_write - test.test_wave.WavePCM32Test
- test_parse_makefile_literal_dollar - distutils.tests.test_sysconfig.SysconfigTestCase
- test_filename - test.test_lzma.OpenTestCase
- test_context_manager - test.test_dbm_ndbm.DbmTestCase
- test_read_not_from_start - test.test_sunau.SunauPCM24Test
- test_missing_index - test.test_dbm_dumb.DumbDBMTestCase
- test_get_file - test.test_mailbox.TestMMDF
- test_mkdir - test.test_pathlib.PathTest
- test_unsupported_flavour - test.test_pathlib.PathTest
- test_writestr_compression - test.test_zipfile.LzmaTestsWithSourceFile
- test_readline_read - test.test_zipfile.LzmaTestsWithSourceFile
- test_compress_infile_outfile_default - test.test_gzip.TestCommandLine
- test_chained_comparison - test.test_gettext.PluralFormsTestCase
- test_tracemalloc - test.test_warnings.PyWarningsDisplayTests
- test_utime_dir_fd - test.test_posix.PosixTester
- test_get_folder - test.test_mailbox.TestMaildir
- test_values - test.test_shelve.TestBinaryFileShelve
- test_get_MM - test.test_mailbox.TestMaildir
- test_samefile - test.test_ntpath.NtCommonTest
- test_seek - test.test_univnewlines.CTestCRLFNewlines
- test_lstat_nosymlink - test.test_pathlib.PathTest
- test_unseekable_write - test.test_wave.WavePCM8Test
- test_multiple_writes - test.test_aifc.AifcPCM32Test
- test_xmlgen_unencodable - test.test_sax.StreamReaderWriterXmlgenTest
- test_readlines - test.test_univnewlines.PyTestLFNewlines
- testWritelinesUserList - test.test_file.CAutoFileTests
- test_contains - test.test_mailbox.TestMaildir
- test_handle_connect - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_xmlgen_fragment - test.test_sax.StreamReaderWriterXmlgenTest
- test_non_ascii_infile - test.test_json.test_tool.TestTool
- test_keys - test.test_mailbox.TestBabyl
- testTraceback - test.test_zipimport.CompressedZipImportTestCase
- test_lockf_exclusive - test.test_fcntl.TestFcntl
- testSetBufferSize - test.test_file.COtherFileTests
- test_dump_message - test.test_mailbox.TestMH
- test_close_twice - test.test_dbm_dumb.DumbDBMTestCase
- test_unseekable_overflowed_write - test.test_aifc.AifcPCM32Test
- test_empty_value - test.test_dbm.TestCase-dbm.dumb
- test_set_string_types - test.test_configparser.MultilineValuesTestCase
- test_cwd - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_security - test.test_netrc.NetrcTestCase
- test_access - test.test_posix.PosixTester
- test_owner - test.test_pathlib.PosixPathTest
- test_issue2625 - test.test_mailbox.TestMH
- test_fileno - test.test_urllib.urlopen_FileTests
- test_copy - test.test_sunau.SunauPCM24Test
- test_read - test.test_univnewlines.CTestLFNewlines
- testBytesPath - test.test_zipimport.CompressedZipImportTestCase
- test_failures - test.test_unicode_file_functions.UnicodeNFKDFileTests
- test_getsize - test.test_ntpath.NtCommonTest
- test_glob_nested_directory - test.test_glob.GlobTests
- testMethods - test.test_fileio.CAutoFileTests
- test_readline - test.test_univnewlines.PyTestCRLFNewlines
- test_filewrite - test.test_array.UnsignedLongTest
- test_setresgid_exception - test.test_posix.PosixTester
- test_glob_literal - test.test_glob.GlobTests
- test_unicode_msgstr - test.test_gettext.UnicodeTranslationsPluralTest
- test_read - test.test_shelve.TestProto2FileShelve
- CheckOpenUri - sqlite3.test.dbapi.ConnectionTests
- test_filename - test.test_logging.BasicConfigTest
- test_unicode_context_msgid - test.test_gettext.UnicodeTranslationsPluralTest
- test_truncate - test.test_io.PyBufferedRandomTest
- test_plural_context_forms2 - test.test_gettext.PluralFormsTestCase
- test_write_array - test.test_sunau.SunauPCM16Test
- test_anydbm_access - test.test_dbm.TestCase-dbm.dumb
- test_cyclical_print - test.test_set.TestSetSubclassWithKeywordArgs
- test_write_to_binary_file_with_bom - test.test_xml_etree.IOTest
- test_multiple_writes - test.test_aifc.AifcULAWTest
- test_flags - test.test_dbm_gnu.TestGdbm
- testWritelinesIntegersUserList - test.test_file.CAutoFileTests
- test_keys - test.test_dbm_ndbm.DbmTestCase
- test_exists - test.test_genericpath.TestGenericTest
- test_tools_script_run_tests - test.test_regrtest.ProgramsTestCase
- testBytes - test.test_marshal.InstancingTestCase
- test_close - test.test_sunau.SunauPCM16Test
- test_isfile - test.test_ntpath.NtCommonTest
- test_extract_all - test.test_zipfile.ExtractTests
- test_iter_file - test.test_iter.TestCase
- test_timestamp_overflow - test.test_import.ImportTests
- test_context_manager_with_filename - test.test_aifc.AifcPCM24Test
- test_mkdir_no_parents_file - test.test_pathlib.PathTest
- test_sets - test.test_marshal.ContainerTestCase
- test_path_commonprefix - test.test_genericpath.PathLikeTests
- test_add_nonascii_string_header_raises - test.test_mailbox.TestBabyl
- testSimplePipe3 - test.test_pipes.SimplePipeTests
- test_setdefault - test.test_shelve.TestBinaryFileShelve
- test_read - test.test_zipfile.StoredTestsWithRandomBinaryFiles
- testEvalFile - test.test_tcl.TclTest
- test_write_memoryview - test.test_gzip.TestGzip
- test_write - test.test_zipfile.UnseekableTests
- test_write - test.test_aifc.AifcPCM24Test
- test_strerror - test.test_posix.PosixTester
- test_filemode - test.test_logging.BasicConfigTest
- test_close - test.test_sunau.SunauULAWTest
- test_empty_zipfile - test.test_zipfile.OtherTests
- test_permissions_after_flush - test.test_mailbox.TestMMDF
- test_is_fifo_false - test.test_pathlib.PosixPathTest
- test_overflowed_write - test.test_wave.WavePCM8Test
- test_seeking - test.test_io.PyTextIOWrapperTest
- test_pop - test.test_shelve.TestAsciiFileShelve
- test_checked_hash_based_change_pyc - test.test_zipimport.CompressedZipImportTestCase
- test_stat - test.test_posix.PosixTester
- test_text_modes - test.test_gzip.TestOpen
- test_method - test.test_reprlib.LongReprTest
- test_initialize_with_binary_file - test.test_mailbox.TestMHMessage
- test_get_file - test.test_mailbox.TestBabyl
- test_get - test.test_shelve.TestAsciiFileShelve
- test_touch_nochange - test.test_pathlib.PosixPathTest
- test_rfind - test.test_mmap.MmapTests
- test_ja - test.test_gettext.PluralFormsTestCase
- test_builtin_zip - test.test_iter.TestCase
- test_plural_context_forms1 - test.test_gettext.PluralFormsTestCase
- test_open - test.test_tokenize.TestDetectEncoding
- test_context_manager_with_open_file - test.test_sunau.SunauPCM16Test
- test_module_without_source - test.test_import.PycRewritingTests
- test_read_not_from_start - test.test_sunau.SunauPCM8Test
- test_values - test.test_mailbox.TestMbox
- test_write - test.test_aifc.AifcALAWTest
- test_threads - test.test_io.PyBufferedRandomTest
- test_class - test.test_reprlib.LongReprTest
- test_fromfile_ioerror - test.test_array.LongTest
- test_threading_not_handled - test.test_socketserver.ErrorHandlerTest
- test_none_args - test.test_fileio.PyAutoFileTests
- test_initialize_existing - test.test_mailbox.TestMaildir
- test_seek_read - test.test_gzip.TestGzip
- test_path_getsize - test.test_genericpath.PathLikeTests
- test_write_params - test.test_sunau.SunauPCM24Test
- test_snapshot_save_attr - test.test_tracemalloc.TestTracemallocEnabled
- test_nullpat - test.test_bufio.PyBufferSizeTest
- test_unicode_password - test.test_zipfile.DecryptionTests
- testTruncate - test.test_fileio.PyOtherFileTests
- test_nullpat - test.test_bufio.CBufferSizeTest
- test_filewrite - test.test_array.ByteTest
- test_read_not_from_start - test.test_aifc.AifcALAWTest
- test_read - test.test_univnewlines.CTestCRLFNewlines
- test_write - test.test_aifc.AifcPCM16Test
- test_invalid_newline - test.test_io.PyIOTest
- test_garbage_collection - test.test_io.CBufferedWriterTest
- test_path_isdir - test.test_ntpath.PathLikeTests
- test_get_bytes - test.test_mailbox.TestMH
- test_some_translations_with_context - test.test_gettext.GettextTestCase1
- test_file - test.test_urllib2.HandlerTests
- test_context_manager_with_filename - test.test_wave.WavePCM24Test
- test_xmlgen_content_empty - test.test_sax.StreamReaderWriterXmlgenTest
- testFileUnreadable - test.test_zipimport.BadFileZipImportTestCase
- test_context_manager_with_open_file - test.test_sunau.SunauULAWTest
- test_geturl - test.test_urllib.urlopen_FileTests
- test_byte_stream - test.test_sax.PrepareInputSourceTest
- test_handle_close_after_conn_broken - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- testRaising - test.test_exceptions.ExceptionTests
- testTruncateOnWindows - test.test_fileio.PyOtherFileTests
- test_set_item - test.test_mailbox.TestMbox
- testComment - test.test_zipimport.CompressedZipImportTestCase
- test_issue36250 - test.test_pdb.PdbTestCase
- test_reporthook_5_bytes - test.test_urllib.urlretrieve_FileTests
- test_write_context_manager_calls_close - test.test_wave.WavePCM8Test
- test_threads_write - test.test_io.CTextIOWrapperTest
- test_write_memoryview - test.test_wave.WavePCM16Test
- test_chdir - test.test_posix.PosixTester
- test_module_from_test_autotest - test.test_regrtest.ProgramsTestCase
- test_discard - test.test_mailbox.TestMaildir
- testMixedNamespacePackage - test.test_zipimport.UncompressedZipImportTestCase
- test_unseekable_incompleted_write - test.test_wave.WavePCM24Test
- test_dominating_multiline_values - test.test_configparser.MultilineValuesTestCase
- test_copy - test.test_sunau.SunauPCM8Test
- test_decode_filename - test.test_uu.UUFileTest
- testModeStrings - test.test_fileio.PyOtherFileTests
- testSimplePipe2 - test.test_pipes.SimplePipeTests
- test_extract_with_target_pathlike - test.test_zipfile.ExtractTests
- test_write_append_to_file - test.test_lzma.FileTestCase
- test_tuple - test.test_marshal.ContainerTestCase
- test_itervalues - test.test_mailbox.TestMbox
- test_directory - test.test_tools.test_fixcid.Test
- test_memoryview - test.test_marshal.BufferTestCase
- test_same_file - test.test_zipfile.TestsWithMultipleOpens
- test_create_writes - test.test_io.PyMiscIOTest
- test_xmlgen_ns - test.test_sax.StreamReaderWriterXmlgenTest
- test_cache_path - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_seek_and_tell - test.test_mailbox.TestProxyFile
- test_seek_with_encoder_state - test.test_io.PyTextIOWrapperTest
- test_handle_accept - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_with_pathlike_filename - test.test_lzma.OpenTestCase
- test_posix_fallocate - test.test_posix.PosixTester
- test_path_basename - test.test_ntpath.PathLikeTests
- test_copy - test.test_aifc.AifcALAWTest
- test_readlines - test.test_zipfile.StoredTestsWithSourceFile
- test_compresslevel_basic - test.test_zipfile.DeflateTestsWithSourceFile
- test_empty_file - test.test_mmap.MmapTests
- test_script_autotest - test.test_regrtest.ProgramsTestCase
- test_list - test.test_marshal.ContainerTestCase
- test_triple_single_quotes - test.test_gettext.GettextTestCase1
- test_decode - test.test_base64.TestMain
- test_home_not_set - test.test_netrc.NetrcTestCase
- test_getgroups - test.test_posix.PosixTester
- test_extract_all_with_target_pathlike - test.test_zipfile.ExtractTests
- test_write - test.test_sunau.SunauPCM32Test
- test_read_return_size - test.test_zipfile.StoredTestsWithSourceFile
- test_unseekable_overflowed_write - test.test_aifc.AifcPCM24Test
- test_nonbuffered_textio - test.test_io.PyIOTest
- testRepr - test.test_fileio.PyAutoFileTests
- test_readline - test.test_univnewlines.PyTestMixedNewlines
- test_incompleted_write - test.test_sunau.SunauPCM24Test
- test_basic - test.test_zipfile.DeflateTestsWithSourceFile
- test_glob_directory_with_trailing_slash - test.test_glob.GlobTests
- test_gd2 - test.test_gettext.PluralFormsTestCase
- test_anydbm_keys - test.test_dbm.TestCase-dbm.dumb
- testWritelinesNonString - test.test_file.PyAutoFileTests
- test_bp_after_last_statement - test.test_bdb.BreakpointTestCase
- test_invalid_operations - test.test_io.CIOTest
- test_prot_readonly - test.test_mmap.MmapTests
- test_compresslevel_basic - test.test_zipfile.Bzip2TestsWithSourceFile
- test_close_flushes - test.test_io.CIOTest
- test_compress_infile_outfile - test.test_gzip.TestCommandLine
- test_directory_in_folder - test.test_mailbox.TestMaildir
- test_relock - test.test_mailbox.TestMMDF
- test_keys - test.test_shelve.TestProto2FileShelve
- test_readlines - test.test_gzip.TestGzip
- test_truncated_zipfile - test.test_zipfile.DeflateTestsWithSourceFile
- testErrnoOnClosedWrite - test.test_fileio.PyAutoFileTests
- test_file_from_empty_string_dir - test.test_importlib.source.test_file_loader.Source_SimpleTest
- test_returns_pid - test.test_posix.TestPosixSpawnP
- test_run_module - test.test_pdb.PdbTestCase
- test_writestr_permissions - test.test_zipfile.StoredTestsWithSourceFile
- test_expat_inpsource_sysid_nonascii - test.test_sax.ExpatReaderTest
- test_path_normpath - test.test_ntpath.PathLikeTests
- test_readlines - test.test_zipfile.LzmaTestsWithSourceFile
- test_missing_source_legacy - test.test_import.PycacheTests
- test_iterdir_nodir - test.test_pathlib.PosixPathTest
- testGetSource - test.test_zipimport.UncompressedZipImportTestCase
- test_open - test.test_unicode_file_functions.UnicodeFileTests
- test_list_folders - test.test_mailbox.TestMaildir
- test_dump_message - test.test_mailbox.TestMMDF
- test_basic - test.test_zipfile.Bzip2TestsWithSourceFile
- test_context_manager_with_filename - test.test_wave.WavePCM32Test
- test_unlink_missing_ok - test.test_pathlib.PathTest
- test_seek_and_tell - test.test_mailbox.TestPartialFile
- test_read_return_size - test.test_zipfile.LzmaTestsWithSourceFile
- test_tofromfile - test.test_array.IntTest
- test_unlink_dir_fd - test.test_posix.PosixTester
- test_write_bytearray - test.test_aifc.AifcULAWTest
- test_invalidation_mode - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_params_added - test.test_aifc.AifcMiscTest
- test_unseekable_overflowed_write - test.test_aifc.AifcPCM16Test
- testImporterAttr - test.test_zipimport.CompressedZipImportTestCase
- test_readline - test.test_zipfile.DeflateTestsWithSourceFile
- test_multiple_writes - test.test_wave.WavePCM24Test
- test_isdir - test.test_genericpath.TestGenericTest
- test_write_params - test.test_sunau.SunauPCM8Test
- test_abc_inheritance - test.test_io.PyMiscIOTest
- test_default_case_sensitivity - test.test_configparser.MultilineValuesTestCase
- test_getitem - test.test_mailbox.TestMH
- test_destructor - test.test_io.PyIOTest
- test_truncated_zipfile - test.test_zipfile.Bzip2TestsWithSourceFile
- test_write - test.test_wave.WavePCM32Test
- test_source_date_epoch - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_close - test.test_wave.WavePCM16Test
- test_skip - test.test_bdb.StateTestCase
- test_io_after_close - test.test_io.PyMiscIOTest
- test_readline - test.test_mailbox.TestPartialFile
- test_optimization_path - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_remove - test.test_mailbox.TestMH
- test_write_after_close - test.test_zipfile.DeflateWriterTests
- test_popitem_and_flush_twice - test.test_mailbox.TestMH
- test_next_command_in_generator_with_subiterator - test.test_bdb.IssuesTestCase
- test_binhex - test.test_binhex.BinHexTestCase
- test_unseekable_overflowed_write - test.test_wave.WavePCM24Test
- test_fromfile_ioerror - test.test_array.ByteTest
- test_append - test.test_gzip.TestGzip
- test_exists - test.test_ntpath.NtCommonTest
- test_file_perms - test.test_mailbox.TestMbox
- test_readline - test.test_zipfile.Bzip2TestsWithSourceFile
- test_keys - test.test_mailbox.TestMaildir
- test_bool - test.test_shelve.TestAsciiFileShelve
- test_triple_double_quotes - test.test_gettext.GettextTestCase1
- test_sl - test.test_gettext.PluralFormsTestCase
- test_get - test.test_mailbox.TestMH
- testEmptyPipeline2 - test.test_pipes.SimplePipeTests
- test_issue3594 - test.test_imp.ImportTests
- test_write_bytearray - test.test_sunau.SunauPCM24Test
- test_dump_closed_file - test.test_pickle.CPickleTests
- testZipImporterMethodsInSubDirectory - test.test_zipimport.CompressedZipImportTestCase
- test_sort_keys_flag - test.test_json.test_tool.TestTool
- test_disabled_temporary_bp - test.test_bdb.BreakpointTestCase
- test_write_array - test.test_sunau.SunauPCM24Test
- test_write_dir - test.test_zipfile.TestWithDirectory
- test_samestat_on_link - test.test_genericpath.TestGenericTest
- test_dump_text_file - test.test_pickle.CPickleTests
- test_pickling - test.test_io.CMiscIOTest
- test_failures - test.test_unicode_file_functions.UnicodeNFKCFileTests
- test_opener - test.test_io.PyIOTest
- test_pop - test.test_shelve.TestBinaryFileShelve
- test_open - test.test_unicode_file_functions.UnicodeNFDFileTests
- test_is_dir - test.test_pathlib.PathTest
- test_xmlgen_ignorable - test.test_sax.StreamReaderWriterXmlgenTest
- test_path_splitext - test.test_ntpath.PathLikeTests
- test_unicode_msgstr_with_context - test.test_gettext.UnicodeTranslationsPluralTest
- test_bug7732 - test.test_imp.ImportTests
- test_access_dir_fd - test.test_posix.PosixTester
- test_readlink_dir_fd - test.test_posix.PosixTester
- test_get - test.test_shelve.TestBinaryFileShelve
- CheckRollbackCursorConsistency - sqlite3.test.transactions.TransactionTests
- test_unseekable_overflowed_write - test.test_sunau.SunauPCM32Test
- test_threading_handled - test.test_socketserver.ErrorHandlerTest
- test_file_to_source - test.test_import.ImportTests
- test_context_manager_with_open_file - test.test_wave.WavePCM16Test
- test_generated_valid_zip64_extra - test.test_zipfile.StoredTestZip64InSmallFiles
- CheckRaiseTimeout - sqlite3.test.transactions.TransactionTests
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestMH
- test_addsitedir - test.test_site.HelperFunctionsTests
- testErrnoOnClosedIsatty - test.test_fileio.PyAutoFileTests
- test_fromfile_ioerror - test.test_array.DoubleTest
- test_initialize_with_file - test.test_mailbox.TestMboxMessage
- test_pipe2 - test.test_posix.PosixTester
- test_extract_all_with_target - test.test_zipfile.ExtractTests
- test_writestr_compression - test.test_zipfile.Bzip2TestsWithSourceFile
- CheckTraceCallbackContent - sqlite3.test.hooks.TraceCallbackTests
- test_readline_read - test.test_zipfile.Bzip2TestsWithSourceFile
- test_readlines - test.test_univnewlines.PyTestCRLFNewlines
- testNamespacePackage - test.test_zipimport.UncompressedZipImportTestCase
- test_close_after_close - test.test_zipfile.DeflateWriterTests
- test_different_file - test.test_zipfile.TestsWithMultipleOpens
- test_bug691291 - test.test_codecs.UTF16Test
- test_run_setup_provides_file - distutils.tests.test_core.CoreTestCase
- test_readv - test.test_posix.PosixTester
- test_key_methods - test.test_dbm_gnu.TestGdbm
- test___cached___legacy_pyc - test.test_import.PycacheTests
- test_write_memoryview - test.test_aifc.AifcALAWTest
- test_open_mode - test.test_pathlib.PosixPathTest
- test_bytes - test.test_marshal.StringTestCase
- test_division - test.test_gettext.PluralFormsTestCase
- test_incompleted_write - test.test_sunau.SunauPCM8Test
- test_unseekable_write - test.test_aifc.AifcULAWTest
- test_reporthook_8193_bytes - test.test_urllib.urlretrieve_FileTests
- test_writelines - test.test_iter.TestCase
- test_listdir_bytes_like - test.test_posix.PosixTester
- test_set_item - test.test_mailbox.TestBabyl
- test_parse_errors - test.test_configparser.MultilineValuesTestCase
- test_stderr_flush - test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess
- test_read1_10 - test.test_zipfile.StoredTestsWithSourceFile
- test_nonempty_maildir_cur - test.test_mailbox.MaildirTestCase
- test_add_nonascii_string_header_raises - test.test_mailbox.TestMaildir
- test_write_memoryview - test.test_aifc.AifcPCM16Test
- test_nonexistent_module - test.test_import.ImportTracebackTests
- test_reject - test.test_fileio.PyAutoFileTests
- test_get_bytes - test.test_mailbox.TestMMDF
- test_incompleted_write - test.test_aifc.AifcALAWTest
- testDefaultOptimizationLevel - test.test_zipimport.CompressedZipImportTestCase
- test_encoding - test.test_gzip.TestOpen
- test_context_manager_with_filename - test.test_wave.WavePCM8Test
- test_multiple_writes - test.test_wave.WavePCM32Test
- test_samefile_on_link - test.test_ntpath.NtCommonTest
- test_iterkeys - test.test_mailbox.TestMH
- testWeakRefs - test.test_file.CAutoFileTests
- test_handle_error - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_fileno - test.test_lzma.FileTestCase
- test_posix_fadvise_errno - test.test_posix.PosixTester
- test_mkdir_with_child_file - test.test_pathlib.PosixPathTest
- test_handle_read - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_is_socket_true - test.test_pathlib.PathTest
- test_config_dict - test.test_turtle.TurtleConfigTest
- test_run - test.test_cprofile.CProfileTest
- test_circular_imports - test.test_threaded_import.ThreadedImportTests
- test_home - test.test_pathlib.PosixPathTest
- test_nonascii_filename - test.test_dbm_dumb.DumbDBMTestCase
- test_close - test.test_mailbox.TestMH
- test_write - test.test_wave.WavePCM8Test
- test_unseekable_overflowed_write - test.test_wave.WavePCM32Test
- testAppend - test.test_fileio.COtherFileTests
- test_modes - test.test_fileinput.Test_hook_encoded
- test_prepend_error - test.test_gzip.TestGzip
- test_overflowed_write - test.test_aifc.AifcPCM32Test
- test_unseekable_write - test.test_sunau.SunauPCM24Test
- test_get_file - test.test_mailbox.TestMaildir
- test_is_fifo_true - test.test_pathlib.PosixPathTest
- test_access_parameter - test.test_mmap.MmapTests
- test_lock_conflict - test.test_mailbox.TestMbox
- test_normalize - test.test_unicode_file_functions.UnicodeFileTests
- test_chown - test.test_posix.PosixTester
- setUpClass - test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests
- testErrnoOnClosedSeekable - test.test_fileio.PyAutoFileTests
- test_parse_path_object - test.test_sax.ParseTest
- test_issue7627 - test.test_mailbox.TestMH
- test_cyclical_print - test.test_set.TestFrozenSet
- test_readlines - test.test_univnewlines.PyTestCRNewlines
- test_read1_10 - test.test_zipfile.LzmaTestsWithSourceFile
- testSimplePipe1 - test.test_pipes.SimplePipeTests
- test_create_fail - test.test_io.CMiscIOTest
- test_mkfifo - test.test_posix.PosixTester
- test_relative_path - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_iterdir - test.test_pathlib.PosixPathTest
- test_directories - test.test_unicode_file.TestUnicodeFiles
- test_glob_common - test.test_pathlib.PosixPathTest
- test_parse_InputSource - test.test_sax.ParseTest
- test_mkdir_concurrent_parent_creation - test.test_pathlib.PosixPathTest
- test_sync_not_handled - test.test_socketserver.ErrorHandlerTest
- testReadinto_text - test.test_file.CAutoFileTests
- test_close - test.test_aifc.AifcPCM24Test
- test_mkdir_with_child_file - test.test_pathlib.PathTest
- test_write_memoryview - test.test_sunau.SunauPCM32Test
- test_pwritev - test.test_posix.PosixTester
- test_open - test.test_unicode_file_functions.UnicodeNFCFileTests
- test_rename - test.test_unicode_file_functions.UnicodeFileTests
- test_write_aiff_by_extension - test.test_aifc.AIFCLowLevelTest
- test_read_after_close - test.test_zipfile.TestsWithMultipleOpens
- test_unseekable_read - test.test_sunau.SunauPCM16Test
- test_listdir_fd - test.test_posix.PosixTester
- test_pop - test.test_mailbox.TestMbox
- testReadinto - test.test_file.CAutoFileTests
- test_io_methods - test.test_mmap.MmapTests
- test_add_text_file_warns - test.test_mailbox.TestMbox
- testComment - test.test_zipimport.UncompressedZipImportTestCase
- test_write_array - test.test_sunau.SunauPCM8Test
- test_filewrite - test.test_array.ShortTest
- test_read_concatenated_zip_file - test.test_zipfile.StoredTestsWithSourceFile
- test_init_with_PathLike_filename - test.test_lzma.FileTestCase
- test_unicode_context_msgstr - test.test_gettext.UnicodeTranslationsTest
- test_get - test.test_mailbox.TestMbox
- test_overflowed_write - test.test_aifc.AifcULAWTest
- test_weird_errors - test.test_configparser.MultilineValuesTestCase
- test_write_to_file_with_bytes_filename - test.test_lzma.FileTestCase
- test_tofromfile - test.test_array.LongTest
- test_binary_modes - test.test_gzip.TestOpen
- test_floats - test.test_marshal.FloatTestCase
- test_optimization_path - test.test_py_compile.PyCompileTestsWithSourceEpoch
- testAttributes - test.test_file.CAutoFileTests
- test_write_context_manager_calls_close - test.test_aifc.AifcPCM32Test
- test_large_filesize - test.test_mmap.LargeMmapTests
- test_discard - test.test_mailbox.TestMbox
- test_write_array - test.test_aifc.AifcALAWTest
- test_truncate_after_write - test.test_io.PyBufferedWriterTest
- test_close - test.test_aifc.AifcALAWTest
- test_keys - test.test_shelve.TestBinaryFileShelve
- test_read_short_from_file - test.test_marshal.CAPI_TestCase
- test_run_setup_uses_current_dir - distutils.tests.test_core.CoreTestCase
- test_iterdir - test.test_pathlib.PathTest
- test_truncate_after_write - test.test_io.CBufferedRandomTest
- test_some_translations_with_context - test.test_gettext.GettextTestCase2
- testRepr - test.test_fileio.CAutoFileTests
- test_seek_whence - test.test_gzip.TestGzip
- test_normalize - test.test_unicode_file_functions.UnicodeNFDFileTests
- test_iterlines - test.test_zipfile.StoredTestsWithSourceFile
- test_group - test.test_pathlib.PosixPathTest
- test_issue13183 - test.test_pdb.PdbTestCase
- test_mkdir_concurrent_parent_creation - test.test_pathlib.PathTest
- test_open_close_open - test.test_mailbox.TestMbox
- test_close - test.test_aifc.AifcPCM16Test
- test_lock_conflict - test.test_mailbox.TestMMDF
- test_touch_mode - test.test_pathlib.PosixPathTest
- testErrors - test.test_fileio.PyAutoFileTests
- test_errors_property - test.test_io.PyTextIOWrapperTest
- test_module_autotest - test.test_regrtest.ProgramsTestCase
- test_readrc_kwarg - test.test_pdb.PdbTestCase
- test_large_fd_transfer - test.test_multiprocessing_spawn.WithProcessesTestConnection
- test_readline - test.test_univnewlines.PyTestLFNewlines
- test_anydbm_modification - test.test_dbm.TestCase-dbm.gnu
- test_xmlgen_pi - test.test_sax.StreamReaderWriterXmlgenTest
- test_close_opened_files_on_error - test.test_aifc.AifcMiscTest
- test_empty_string_for_dir - test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302
- test_no_import_lock_contention - test.test_multiprocessing_forkserver.WithManagerTestQueue
- test_close_erroneous_file - test.test_zipfile.OtherTests
- test_truncate - test.test_io.CBufferedRandomTest
- test_encode_file - test.test_base64.TestMain
- test_open - test.test_zipfile.LzmaTestsWithRandomBinaryFiles
- test_dumbdbm_creation_mode - test.test_dbm_dumb.DumbDBMTestCase
- test_get_bytes - test.test_mailbox.TestBabyl
- test_getitem - test.test_mailbox.TestMMDF
- testErrnoOnClosedWrite - test.test_fileio.CAutoFileTests
- test_bug_6050 - test.test_zipfile.TestWithDirectory
- test_in_and_not_in - test.test_iter.TestCase
- testNoArgFunctions - test.test_posix.PosixTester
- test_isdir - test.test_ntpath.NtCommonTest
- test_append_mode_tell - test.test_io.CIOTest
- test_abc_inheritance_official - test.test_io.CMiscIOTest
- test_close - test.test_wave.WavePCM24Test
- test_filewrite - test.test_array.UnsignedLongLongTest
- test_mtime - test.test_gzip.TestGzip
- test_too_many_files - test.test_zipfile.Bzip2TestZip64InSmallFiles
- test_readlines - test.test_mailbox.TestProxyFile
- test_popitem_and_flush_twice - test.test_mailbox.TestMMDF
- test_bool - test.test_shelve.TestBinaryFileShelve
- test_buffered_file_io - test.test_io.CIOTest
- test_unseekable_overflowed_write - test.test_wave.WavePCM8Test
- test_glob_dotdot - test.test_pathlib.PosixPathTest
- test_write_context_manager_calls_close - test.test_aifc.AifcULAWTest
- test_readlines - test.test_univnewlines.PyTestMixedNewlines
- test_read_not_from_start - test.test_sunau.SunauPCM16Test
- test_update - test.test_mailbox.TestMH
- setUpClass - test.test_asyncio.test_sendfile.SelectEventLoopTests
- test_readline - test.test_urllib.urlopen_FileTests
- test_context_manager_with_open_file - test.test_aifc.AifcALAWTest
- test_truncate - test.test_posix.PosixTester
- test_triple_single_quotes - test.test_gettext.GettextTestCase2
- test_tofromfile - test.test_array.UnsignedLongTest
- test_sched_rr_get_interval - test.test_posix.PosixTester
- test_stderr_flush - test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess
- test_get - test.test_mailbox.TestMMDF
- test_rename - test.test_pathlib.PosixPathTest
- test_add_mbox_or_mmdf_message - test.test_mailbox.TestMMDF
- test_specify_environment - test.test_posix.TestPosixSpawnP
- test_close - test.test_mailbox.TestMbox
- test_read_closed - test.test_io.CIOTest
- test_context_manager_with_open_file - test.test_aifc.AifcPCM16Test
- test_close - test.test_mailbox.TestPartialFile
- test_infile_outfile - test.test_json.test_tool.TestTool
- test_bad_magic - test.test_http_cookiejar.FileCookieJarTests
- testAFakeZlib - test.test_zipimport.UncompressedZipImportTestCase
- test_read_not_from_start - test.test_sunau.SunauULAWTest
- test_close - test.test_sunau.SunauPCM32Test
- test_values - test.test_shelve.TestProto2FileShelve
- testModeStrings - test.test_file.PyOtherFileTests
- test_popitem - test.test_configparser.MultilineValuesTestCase
- testMethods - test.test_file.CAutoFileTests
- test_glob_one_directory - test.test_glob.GlobTests
- test_anydbm_creation_n_file_exists_with_invalid_contents - test.test_dbm.TestCase-dbm.ndbm
- test_threads - test.test_io.CBufferedRandomTest
- test_filewrite - test.test_array.IntTest
- test_issue16180 - test.test_pdb.PdbTestCase
- testErrnoOnClosedTruncate - test.test_fileio.PyAutoFileTests
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestMMDF
- test_glob_dotdot - test.test_pathlib.PathTest
- testPyc - test.test_zipimport.UncompressedZipImportTestCase
- test_specify_environment - test.test_posix.TestPosixSpawn
- test_path_isdir - test.test_genericpath.PathLikeTests
- test_write_read_with_pathlike_file - test.test_gzip.TestGzip
- test_expanduser_common - test.test_pathlib.PosixPathTest
- test_is_zip_erroneous_file - test.test_zipfile.OtherTests
- test_filetype_ok - test.test_optparse.TestExtendAddTypes
- test_open - test.test_zipfile.StoredTestsWithRandomBinaryFiles
- test_read_return_size - test.test_zipfile.DeflateTestsWithSourceFile
- test_threads - test.test_io.CBufferedReaderTest
- test_readlines - test.test_mailbox.TestPartialFile
- test_str_write_contains - test.test_dbm_dumb.DumbDBMTestCase
- test_empty_string_for_dir - test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451
- test_empty_file_raises_BadZipFile - test.test_zipfile.OtherTests
- test_rename - test.test_pathlib.PathTest
- test_clear - test.test_mailbox.TestMbox
- test_is_char_device_true - test.test_pathlib.PathTest
- test_fcntl_file_descriptor - test.test_fcntl.TestFcntl
- testZipImporterMethodsInSubDirectory - test.test_zipimport.UncompressedZipImportTestCase
- test_nonempty_maildir_new - test.test_mailbox.MaildirTestCase
- testReadWhenWriting - test.test_file.CAutoFileTests
- test_utime_nofollow_symlinks - test.test_posix.PosixTester
- test_normalize - test.test_unicode_file_functions.UnicodeNFCFileTests
- test_clean - test.test_mailbox.TestMaildir
- test_relative_path - test.test_py_compile.PyCompileTestsWithSourceEpoch
- testErrnoOnClosedIsatty - test.test_fileio.CAutoFileTests
- test_readlines - test.test_zipfile.Bzip2TestsWithSourceFile
- test_closefd_attr - test.test_io.PyIOTest
- test_alter_comments - test.test_tools.test_fixcid.Test
- testTruncateOnWindows - test.test_file.COtherFileTests
- test_fromfile_ioerror - test.test_array.ShortTest
- test_copy - test.test_sunau.SunauULAWTest
- test_path_lexists - test.test_ntpath.PathLikeTests
- test_next_over_import - test.test_bdb.StateTestCase
- test_add - test.test_mailbox.TestMH
- test_send - test.test_asyncore.FileWrapperTest
- test_context_manager_with_open_file - test.test_sunau.SunauPCM32Test
- test_tofromfile - test.test_array.UnicodeTest
- test_close_twice - test.test_asyncore.FileWrapperTest
- test_read_return_size - test.test_zipfile.Bzip2TestsWithSourceFile
- test_close - test.test_mailbox.TestMMDF
- test_close - test.test_wave.WavePCM32Test
- setUpModule - test.test_largefile
- test_tofromfile - test.test_array.ByteTest
- test_path_expandvars - test.test_ntpath.PathLikeTests
- test_write - test.test_shelve.TestProto2FileShelve
- test_handle_close_after_conn_broken - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_plural_number - test.test_gettext.PluralFormsTestCase
- testBlksize - test.test_fileio.PyAutoFileTests
- test_reject - test.test_fileio.CAutoFileTests
- test_rename - test.test_unicode_file_functions.UnicodeNFCFileTests
- test_side_effect_import - test.test_threaded_import.ThreadedImportTests
- test_triple_double_quotes - test.test_gettext.GettextTestCase2
- test_offset - test.test_mmap.MmapTests
- test_oscloexec - test.test_posix.PosixTester
- test_bad_coding - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- testBadMagic - test.test_zipimport.UncompressedZipImportTestCase
- test_path_samefile - test.test_genericpath.PathLikeTests
- testWritelinesError - test.test_fileio.PyAutoFileTests
- test_get_and_set_scheduler_and_param - test.test_posix.PosixTester
- test_double_dot_no_clobber - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_write - test.test_shelve.TestAsciiFileShelve
- test_next_until_return_in_generator - test.test_bdb.IssuesTestCase
- test_no_import_lock_contention - test.test_multiprocessing_spawn.WithManagerTestQueue
- test_labels - test.test_mailbox.TestBabyl
- test_pop - test.test_mailbox.TestBabyl
- test_countOf - test.test_iter.TestCase
- test_add_text_file_warns - test.test_mailbox.TestBabyl
- test_large_file_ops - test.test_io.CIOTest
- test_rejection - test.test_http_cookiejar.LWPCookieTests
- test_cyclical_print - test.test_set.TestFrozenSetSubclass
- test_path_dirname - test.test_ntpath.PathLikeTests
- test_io - test.test_plistlib.TestPlistlib
- test_get - test.test_mailbox.TestBabyl
- test_invalid_fd - test.test_signal.WakeupFDTests
- test_handle_accept - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_badimport - test.test_pydoc.PydocImportTest
- test_write_bytearray - test.test_aifc.AifcPCM8Test
- test_overflowed_write - test.test_wave.WavePCM24Test
- test_add_nonascii_string_header_raises - test.test_mailbox.TestMbox
- test_write_params - test.test_sunau.SunauPCM16Test
- test_initialize_with_file - test.test_mailbox.TestMessage
- test_fspath_support - test.test_io.PyIOTest
- test_next_command_in_generator_for_loop - test.test_bdb.IssuesTestCase
- testMixedNamespacePackage - test.test_zipimport.CompressedZipImportTestCase
- test_nonempty_maildir_both - test.test_mailbox.MaildirTestCase
- testErrnoOnClosedSeekable - test.test_fileio.CAutoFileTests
- test_print - test.test_set.TestBasicOpsMixedStringBytes
- test_path_commonpath - test.test_ntpath.PathLikeTests
- test_no_import_lock_contention - test.test_multiprocessing_forkserver.WithProcessesTestQueue
- test_dump_text_file - test.test_pickle.PyPickleTests
- test_basic_io - test.test_io.CTextIOWrapperTest
- test_is_mount - test.test_pathlib.PosixPathTest
- test_xmlgen_ns_empty - test.test_sax.StreamReaderWriterXmlgenTest
- testZipImporterMethods - test.test_zipimport.UncompressedZipImportTestCase
- test_seek - test.test_univnewlines.CTestCRNewlines
- test_package___cached___from_pyc - test.test_import.PycacheTests
- test_initialize - test.test_mailbox.TestPartialFile
- test_write_after_close - test.test_zipfile.StoredWriterTests
- test_seek_append_bom - test.test_io.PyTextIOWrapperTest
- test_reorganize - test.test_dbm_gnu.TestGdbm
- test_multi_close - test.test_io.PyIOTest
- test_is_file - test.test_pathlib.PosixPathTest
- test_write - test.test_aifc.AifcPCM32Test
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestBabyl
- test_unseekable_read - test.test_sunau.SunauPCM24Test
- test_write_params - test.test_sunau.SunauULAWTest
- test_create_command - test.test_zipfile.CommandLineTest
- test_get_file - test.test_mailbox.TestMbox
- test_too_many_files - test.test_zipfile.StoredTestZip64InSmallFiles
- test_readline - test.test_univnewlines.CTestLFNewlines
- test_handle_read - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_refresh - test.test_mailbox.TestMaildir
- test_reporthook_0_bytes - test.test_urllib.urlretrieve_FileTests
- test_pickling_common - test.test_pathlib.PathTest
- test_bad_minor_version - test.test_gettext.GettextTestCase2
- test_syntax_error - test.test_import.ImportTracebackTests
- test_builtin_max_min - test.test_iter.TestCase
- test_xmlgen_basic_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_is_char_device_false - test.test_pathlib.PosixPathTest
- test_fromfile_ioerror - test.test_array.IntTest
- testSubNamespacePackage - test.test_zipimport.CompressedZipImportTestCase
- test_pathfix_keeping_flags - test.test_tools.test_pathfix.TestPathfixFunctional
- test_seek_bom - test.test_io.CTextIOWrapperTest
- test_len - test.test_mailbox.TestMH
- test_write_context_manager_calls_close - test.test_wave.WavePCM24Test
- test_connection_attributes - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_path_abspath - test.test_ntpath.PathLikeTests
- test_forking_not_handled - test.test_socketserver.ErrorHandlerTest
- test_stat - test.test_pathlib.PosixPathTest
- test_open_empty_file - test.test_zipfile.OtherTests
- test_initialize_with_binary_file - test.test_mailbox.TestBabylMessage
- test_ignore_count_on_disabled_bp - test.test_bdb.BreakpointTestCase
- test_raw_file_io - test.test_io.PyIOTest
- testSubPackage - test.test_zipimport.UncompressedZipImportTestCase
- test_read_not_from_start - test.test_wave.WavePCM16Test
- test_foreign_code - test.test_import.PycRewritingTests
- test_getgrouplist - test.test_posix.PosixTester
- test_close - test.test_wave.WavePCM8Test
- test_read1_10 - test.test_zipfile.DeflateTestsWithSourceFile
- testSetBufferSize - test.test_file.PyOtherFileTests
- test_add_and_remove_folders - test.test_mailbox.TestMH
- testGetData - test.test_zipimport.CompressedZipImportTestCase
- test_close - test.test_mailbox.TestBabyl
- testErrors - test.test_fileio.CAutoFileTests
- test_decode - test.test_uu.UUFileTest
- test_read_markers - test.test_aifc.AifcMiscTest
- test_write - test.test_aifc.AifcULAWTest
- test_get_string_from - test.test_mailbox.TestMMDF
- test_sched_setaffinity - test.test_posix.PosixTester
- test_string - test.test_marshal.StringTestCase
- test_close_after_close - test.test_zipfile.StoredWriterTests
- test_xmlgen_attr_escape - test.test_sax.StreamReaderWriterXmlgenTest
- test_update - test.test_mailbox.TestMMDF
- test_message_from_binary_file - test.test_email.test_email.Test8BitBytesHandling
- testGetSource - test.test_zipimport.CompressedZipImportTestCase
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestMH
- test_missing_source - test.test_import.PycacheTests
- testBytesOpen - test.test_fileio.COtherFileTests
- test_samefile - test.test_pathlib.PosixPathTest
- test_incompleted_write - test.test_sunau.SunauPCM16Test
- test_filewrite - test.test_array.UnsignedShortTest
- test_pathlike_file - test.test_gzip.TestOpen
- test_dup - test.test_posix.PosixTester
- test_unseekable_write - test.test_aifc.AifcPCM8Test
- test_copy - test.test_aifc.AifcPCM32Test
- test_set_MM - test.test_mailbox.TestMaildir
- test_is_char_device_false - test.test_pathlib.PathTest
- test_write_to_filename - test.test_xml_etree.IOTest
- test_read_from_file - test.test_lzma.FileTestCase
- test_failing_import_sticks - test.test_import.ImportTests
- test_context_manager_with_filename - test.test_sunau.SunauPCM24Test
- test_read1_10 - test.test_zipfile.Bzip2TestsWithSourceFile
- test_filewrite - test.test_array.UnsignedByteTest
- test_info - test.test_urllib.urlopen_FileTests
- test_file_not_found_in_home - test.test_netrc.NetrcTestCase
- test_errors_in_command - test.test_pdb.PdbTestCase
- test_glob - test.test_pathlib.PosixPathTest
- test_read_write_bytes - test.test_pathlib.PathTest
- test_incompleted_write - test.test_sunau.SunauULAWTest
- test_get_bytes - test.test_mailbox.TestMaildir
- test_close - test.test_urllib.urlopen_FileTests
- test_read - test.test_zipfile.LzmaTestsWithRandomBinaryFiles
- test_copy - test.test_wave.WavePCM16Test
- test_clear - test.test_mailbox.TestBabyl
- test_items - test.test_mailbox.TestMH
- test_with - test.test_pathlib.PosixPathTest
- test_unseekable_incompleted_write - test.test_sunau.SunauPCM24Test
- test_readline - test.test_univnewlines.CTestCRLFNewlines
- testWritelinesUserList - test.test_file.PyAutoFileTests
- test_attributes - test.test_io.CMiscIOTest
- test_fileobj_from_fdopen - test.test_gzip.TestGzip
- test_pipe - test.test_posix.PosixTester
- test_mkdir_parents - test.test_pathlib.PosixPathTest
- test_writestr_compresslevel - test.test_zipfile.DeflateTestsWithSourceFile
- test_runctx - test.test_profile.ProfileTest
- test_samefile - test.test_pathlib.PathTest
- test_permissions_after_flush - test.test_mailbox.TestMbox
- test_unicode - test.test_dbm_ndbm.DbmTestCase
- test_fstat - test.test_posix.PosixTester
- test_glob_many_open_files - test.test_pathlib.PathTest
- test_listdir - test.test_unicode_file_functions.UnicodeNFDFileTests
- test_module_regrtest - test.test_regrtest.ProgramsTestCase
- test_path_expanduser - test.test_ntpath.PathLikeTests
- test_lltrace_does_not_crash_on_subscript_operator - test.test_lltrace.TestLLTrace
- test_bad_coding - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestMH
- test_unpickle_module_race - test.test_pickle.InMemoryPickleTests
- test_decompress_infile_outfile - test.test_gzip.TestCommandLine
- test_read - test.test_univnewlines.CTestCRNewlines
- test_decimal_number - test.test_gettext.PluralFormsTestCase
- test_readlines - test.test_urllib.urlopen_FileTests
- test_different - test.test_filecmp.FileCompareTestCase
- test_getcode - test.test_urllib.urlopen_FileTests
- test_broken_parent - test.test_import.ImportTracebackTests
- test_array_writes - test.test_io.CIOTest
- testErrnoOnClosedTruncate - test.test_fileio.CAutoFileTests
- test_filetime - test.test_genericpath.TestGenericTest
- test_dict - test.test_marshal.ContainerTestCase
- testAppend - test.test_fileio.PyOtherFileTests
- test_tell - test.test_univnewlines.PyTestCRLFNewlines
- test_text_file - test.test_sax.PrepareInputSourceTest
- test_change_comment_in_nonempty_archive - test.test_zipfile.OtherTests
- test_write_context_manager_calls_close - test.test_wave.WavePCM32Test
- test_unseekable_read - test.test_sunau.SunauPCM8Test
- test_anydbm_read - test.test_dbm.TestCase-dbm.gnu
- test_lockf_share - test.test_fcntl.TestFcntl
- test_add - test.test_mailbox.TestMMDF
- test_boolean - test.test_configparser.MultilineValuesTestCase
- test_lockf - test.test_posix.PosixTester
- test_snapshot - test.test_tracemalloc.TestTracemallocEnabled
- test_write_bytearray - test.test_sunau.SunauPCM16Test
- testBadMTime - test.test_zipimport.UncompressedZipImportTestCase
- test_encoding_error_handler - test.test_gzip.TestOpen
- testNamespacePackage - test.test_zipimport.CompressedZipImportTestCase
- test_iterlines - test.test_zipfile.DeflateTestsWithSourceFile
- testWritelinesIntegersUserList - test.test_file.PyAutoFileTests
- test_find_end - test.test_mmap.MmapTests
- test_no_import_lock_contention - test.test_multiprocessing_spawn.WithThreadsTestQueue
- test_cover_files_written_with_highlight - test.test_trace.TestCoverageCommandLineOutput
- test_write - test.test_shelve.TestBinaryFileShelve
- testErrnoOnClosedReadinto - test.test_fileio.PyAutoFileTests
- test_random_open - test.test_zipfile.LzmaTestsWithRandomBinaryFiles
- test_message_separator - test.test_mailbox.TestMbox
- test_write_after_close - test.test_zipfile.LzmaWriterTests
- test_getcwd_long_pathnames - test.test_posix.PosixTester
- test_truncate_after_write - test.test_io.CBufferedWriterTest
- test_warn_on_dealloc - test.test_io.PyMiscIOTest
- test_lock_unlock - test.test_mailbox.TestMH
- test_forking_handled - test.test_socketserver.ErrorHandlerTest
- test_fd_transfer - test.test_multiprocessing_forkserver.WithProcessesTestConnection
- test_around_4GB - test.test_mmap.LargeMmapTests
- test_1463026_1_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_read_last_object_from_file - test.test_marshal.CAPI_TestCase
- test_chmod - test.test_pathlib.PosixPathTest
- testErrnoOnClosedReadable - test.test_fileio.PyAutoFileTests
- test_unseekable_overflowed_write - test.test_aifc.AifcULAWTest
- test_pipe2_c_limits - test.test_posix.PosixTester
- test_telling - test.test_io.PyTextIOWrapperTest
- test_readlines - test.test_univnewlines.CTestMixedNewlines
- test_pop - test.test_shelve.TestProto2FileShelve
- test_write_array - test.test_sunau.SunauULAWTest
- test_owner - test.test_pathlib.PathTest
- test_partial_config_dict_with_commments - test.test_turtle.TurtleConfigTest
- test_escape - test.test_glob.GlobTests
- test_write_params - test.test_wave.WavePCM16Test
- setUpClass - test.test_asyncio.test_sendfile.EPollEventLoopTests
- test_expat_locator_withinfo_nonascii - test.test_sax.ExpatReaderTest
- testDict - test.test_marshal.InstancingTestCase
- test_absolute_arcnames - test.test_zipfile.StoredTestZip64InSmallFiles
- test_truncate - test.test_io.CBufferedWriterTest
- test_get - test.test_shelve.TestProto2FileShelve
- test_read - test.test_gzip.TestGzip
- test_write_python_directory - test.test_zipfile.PyZipFileTests
- test_too_many_files_append - test.test_zipfile.Bzip2TestZip64InSmallFiles
- testBlksize - test.test_fileio.CAutoFileTests
- test_sys_exit - test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess
- test_read_not_from_start - test.test_aifc.AifcPCM24Test
- test_multiple_writes - test.test_sunau.SunauPCM24Test
- test_xmlgen_encoding_bytes - test.test_sax.StreamReaderWriterXmlgenTest
- testWritelinesError - test.test_fileio.CAutoFileTests
- test_5027_2 - test.test_sax.StreamReaderWriterXmlgenTest
- test_lngettext - test.test_gettext.LGettextTestCase
- test_lngettext_output_encoding - test.test_gettext.LGettextTestCase
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestMbox
- test_text_file_body - test.test_httplib.RequestBodyTest
- test_readline - test.test_univnewlines.PyTestCRNewlines
- test_add_binary_nonascii_file - test.test_mailbox.TestMH
- test_read_returns_file_list - test.test_configparser.MultilineValuesTestCase
- test_context_manager_with_filename - test.test_sunau.SunauPCM8Test
- test_unseekable_overflowed_write - test.test_sunau.SunauPCM24Test
- test_filewrite - test.test_array.UnicodeTest
- test_do_not_overwrite_nonregular_files - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_handle_accepted - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_write_incompatible_type - test.test_gzip.TestGzip
- test_chmod - test.test_pathlib.PathTest
- test_encode - test.test_uu.UUFileTest
- test_write_memoryview - test.test_aifc.AifcPCM32Test
- test_open - test.test_zipfile.DeflateTestsWithSourceFile
- test_nonascii_filename - test.test_dbm_ndbm.DbmTestCase
- test_close_after_close - test.test_zipfile.LzmaWriterTests
- test_invalid_syntax - test.test_gettext.PluralFormsTestCase
- test_append_bom - test.test_io.PyTextIOWrapperTest
- test_addpackage - test.test_site.HelperFunctionsTests
- test_fromfile_ioerror - test.test_array.UnsignedByteTest
- testDoctestSuite - test.test_zipimport.UncompressedZipImportTestCase
- test_setresgid - test.test_posix.PosixTester
- test_unseekable_incompleted_write - test.test_sunau.SunauPCM8Test
- test_mkdir_exist_ok_root - test.test_pathlib.PosixPathTest
- test_tofromfile - test.test_array.ShortTest
- test_initialize_with_binary_file - test.test_mailbox.TestMessage
- test_unseekable_write - test.test_sunau.SunauPCM16Test
- test_pop - test.test_mailbox.TestMaildir
- test_is_fifo_false - test.test_pathlib.PathTest
- test_add_text_file_warns - test.test_mailbox.TestMaildir
- test_read_not_from_start - test.test_aifc.AifcPCM16Test
- test_random_open - test.test_zipfile.StoredTestsWithRandomBinaryFiles
- setUpClass - test.test_asyncio.test_sendfile.PollEventLoopTests
- test_items - test.test_mailbox.TestMbox
- test_copy - test.test_aifc.AifcPCM24Test
- test_constructor - test.test_shelve.TestAsciiFileShelve
- test_path_objects - test.test_sax.PrepareInputSourceTest
- testImport_WithStuff - test.test_zipimport.CompressedZipImportTestCase
- test_class - test.test_inspect.TestNoEOL
- test_relock - test.test_mailbox.TestMbox
- test_add_8bit_body - test.test_mailbox.TestMH
- test_get - test.test_mailbox.TestMaildir
- test_eval - test.test_dbm_dumb.DumbDBMTestCase
- test_add_binary_file - test.test_mailbox.TestMH
- test_open - test.test_codecs.CodecsModuleTest
- test_abspath_issue3426 - test.test_ntpath.NtCommonTest
- test_multibyte_seek_and_tell - test.test_io.CTextIOWrapperTest
- test_len - test.test_mailbox.TestMMDF
- test_threads - test.test_io.CBufferedWriterTest
- test_write - test.test_wave.WavePCM24Test
- test_touch_nochange - test.test_pathlib.PathTest
- test_rename - test.test_unicode_file_functions.UnicodeNFKDFileTests
- test_dump_message - test.test_mailbox.TestMbox
- test_filewrite - test.test_array.UnsignedIntTest
- test_empty_value - test.test_dbm.TestCase-dbm.gnu
- test_extract_dir - test.test_zipfile.TestWithDirectory
- test_add - test.test_mailbox.TestBabyl
- test_libc_ver - test.test_platform.PlatformTest
- test_directory - test.test_unicode_file_functions.UnicodeNFKDFileTests
- test_seek_and_tell - test.test_io.PyTextIOWrapperTest
- test_read_not_from_start - test.test_wave.WavePCM24Test
- test_delitem - test.test_mailbox.TestMH
- test_sync_handled - test.test_socketserver.ErrorHandlerTest
- test_incompleted_write - test.test_wave.WavePCM16Test
- test_contains - test.test_mailbox.TestMH
- testUncheckedHashBasedPyc - test.test_zipimport.UncompressedZipImportTestCase
- test_replace - test.test_pathlib.PosixPathTest
- test_write_memoryview - test.test_aifc.AifcULAWTest
- test_read_long_from_file - test.test_marshal.CAPI_TestCase
- test_security - test.test_gettext.PluralFormsTestCase
- test_file_pos - test.test_imghdr.TestImghdr
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestMMDF
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestMaildir
- test_load_closed_file - test.test_pickle.CPickleTests
- test_read1 - test.test_zipfile.DeflateTestsWithSourceFile
- test_write_array - test.test_gzip.TestGzip
- test_flock - __main__.FNTLEINTRTest
- test_fromfile_ioerror - test.test_array.UnsignedLongTest
- test_empty_path - test.test_pathlib.PosixPathTest
- test_bindtextdomain - test.test_gettext.GettextTestCase2
- test_anydbm_access - test.test_dbm.TestCase-dbm.gnu
- test_bytes - test.test_dbm_gnu.TestGdbm
- test_open_file - test.test_posix.TestPosixSpawnP
- test_read - test.test_univnewlines.PyTestCRLFNewlines
- test_copy - test.test_aifc.AifcPCM16Test
- test_listdir - test.test_posix.PosixTester
- test_tofromfile - test.test_array.UnsignedLongLongTest
- test_write_non_pyfile - test.test_zipfile.PyZipFileTests
- test_readlines - test.test_univnewlines.CTestLFNewlines
- test_readline - test.test_mailbox.TestProxyFile
- test_infile_stdout - test.test_json.test_tool.TestTool
- testSubNamespacePackage - test.test_zipimport.UncompressedZipImportTestCase
- test_link_to - test.test_pathlib.PosixPathTest
- test_cyclical_print - test.test_set.TestSetSubclass
- test_read_not_from_start - test.test_sunau.SunauPCM32Test
- test_temp_cwd - test.test_support.TestSupport
- test_invalid_multiline_value - test.test_configparser.MultilineValuesTestCase
- test_terminating_newline - test.test_mailbox.TestMbox
- test_permissions_after_flush - test.test_mailbox.TestBabyl
- test_write_readonly_file - test.test_dbm_gnu.TestGdbm
- test_sched_yield - test.test_posix.PosixTester
- test_rglob_common - test.test_pathlib.PosixPathTest
- test_get_string - test.test_mailbox.TestMH
- test_large_file_exception - test.test_zipfile.StoredTestZip64InSmallFiles
- test_invalid_operations - test.test_io.PyIOTest
- test_open - test.test_zipfile.DeflateTestsWithRandomBinaryFiles
- test_copy - test.test_wave.WavePCM24Test
- test_items - test.test_mailbox.TestMMDF
- test_open_file - test.test_posix.TestPosixSpawn
- test_replace - test.test_pathlib.PathTest
- testUnicodeOpen - test.test_fileio.PyOtherFileTests
- test_write_array - test.test_aifc.AifcPCM32Test
- test_sys_argv_list - test.test_trace.TestCommandLine
- testGetData - test.test_zipimport.UncompressedZipImportTestCase
- test_parts_interning - test.test_pathlib.PosixPathTest
- test_multiple_writes - test.test_sunau.SunauPCM8Test
- testErrnoOnClosedReadall - test.test_fileio.PyAutoFileTests
- test_read_write_text - test.test_pathlib.PosixPathTest
- test_close - test.test_mailbox.TestMaildir
- test_failing_reload - test.test_import.ImportTests
- test_close - test.test_aifc.AifcPCM32Test
- test_write_params - test.test_aifc.AifcPCM24Test
- test_connection_attributes - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_print - test.test_set.TestBasicOpsString
- test_bytes_filename - test.test_gzip.TestGzip
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestMMDF
- test_create_writes - test.test_io.CMiscIOTest
- test_unwritable_directory - test.test_import.PycacheTests
- test_evalfile_null_in_result - test.test_tcl.TclTest
- test_seek_tell - test.test_zipfile.OtherTests
- test_exists - test.test_pathlib.PosixPathTest
- testAFakeZlib - test.test_zipimport.CompressedZipImportTestCase
- test_ro - test.test_gettext.PluralFormsTestCase
- test_unpack_iter - test.test_iter.TestCase
- test_write_bytearray - test.test_wave.WavePCM16Test
- test_chown_dir_fd - test.test_posix.PosixTester
- test_nonexisting_file - test.test_dbm_ndbm.DbmTestCase
- test_1463026_1 - test.test_sax.StreamReaderWriterXmlgenTest
- test_write_array - test.test_wave.WavePCM16Test
- test_copy - test.test_sunau.SunauPCM32Test
- test_the_alternative_interface - test.test_gettext.GettextTestCase1
- test_fromfile_ioerror - test.test_array.UnicodeTest
- test_file - test.test_complex.ComplexTest
- testPyc - test.test_zipimport.CompressedZipImportTestCase
- test_write_params - test.test_aifc.AifcALAWTest
- test_bool - test.test_shelve.TestProto2FileShelve
- test_too_many_files_append - test.test_zipfile.StoredTestZip64InSmallFiles
- test_lt - test.test_gettext.PluralFormsTestCase
- CheckLocking - sqlite3.test.transactions.TransactionTests
- test_read_not_from_start - test.test_wave.WavePCM32Test
- test_folder_file_perms - test.test_mailbox.TestMaildir
- test_initialize_with_file - test.test_mailbox.TestMaildirMessage
- test_set_pycache_prefix - test.test_cmd_line.CmdLineTest
- test_unlink - test.test_support.TestSupport
- test_plural_forms2 - test.test_gettext.PluralFormsTestCase
- test_clear - test.test_mailbox.TestMaildir
- test_len - test.test_mailbox.TestBabyl
- test_get_bytes - test.test_mailbox.TestMbox
- test_parts_interning - test.test_pathlib.PathTest
- test_read_write_text - test.test_pathlib.PathTest
- test_case_sensitivity_mapping_access - test.test_configparser.MultilineValuesTestCase
- test_write_params - test.test_aifc.AifcPCM16Test
- test_parse_bytes - test.test_sax.ParseTest
- test_iterdir_nodir - test.test_pathlib.PathTest
- testEmptyPipeline1 - test.test_pipes.SimplePipeTests
- test_print - test.test_set.TestBasicOpsTuple
- test_recursive_glob - test.test_glob.GlobTests
- test_close - test.test_aifc.AifcULAWTest
- test_lock_unlock - test.test_mailbox.TestMMDF
- test_context_manager_with_open_file - test.test_aifc.AifcPCM32Test
- test_do_not_overwrite_nonregular_files - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_seek0 - test.test_codecs.BomTest
- test_readlines - test.test_univnewlines.CTestCRLFNewlines
- test_builtin_map - test.test_iter.TestCase
- test_move - test.test_mmap.MmapTests
- test_add_MM - test.test_mailbox.TestMaildir
- test_fr - test.test_gettext.PluralFormsTestCase
- test_getresuid - test.test_posix.PosixTester
- test_write_memoryview - test.test_aifc.AifcPCM24Test
- test_zipfile - test.test_cmd_line_script.CmdLineTest
- test_print - test.test_bool.BoolTest
- testEmptyPy - test.test_zipimport.UncompressedZipImportTestCase
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestBabyl
- test_write_params - test.test_wave.WavePCM24Test
- test_fromfile_ioerror - test.test_array.UnsignedIntTest
- test_refresh_after_safety_period - test.test_mailbox.TestMaildir
- test_config_dict_invalid - test.test_turtle.TurtleConfigTest
- test_too_many_files - test.test_zipfile.DeflateTestZip64InSmallFiles
- test_update - test.test_shelve.TestAsciiFileShelve
- testErrnoOnClosedReadinto - test.test_fileio.CAutoFileTests
- test_utime - test.test_posix.PosixTester
- test_incorrect_code_name - test.test_import.PycRewritingTests
- test_append_to_concatenated_zip_file - test.test_zipfile.StoredTestsWithSourceFile
- test_absolute_path - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_no_close_file - test.test_sax.StreamReaderWriterXmlgenTest
- test_incompleted_write - test.test_aifc.AifcPCM24Test
- test_seeking_too - test.test_io.PyTextIOWrapperTest
- testErrnoOnClosedReadable - test.test_fileio.CAutoFileTests
- test_context_manager_with_filename - test.test_aifc.AifcPCM8Test
- test_copy - test.test_wave.WavePCM32Test
- test_write_pathlike - test.test_zipfile.PyZipFileTests
- test_check_closed - test.test_dbm_dumb.DumbDBMTestCase
- test_abc_inheritance - test.test_io.CMiscIOTest
- test_count_and_summary - test.test_trace.TestCommandLine
- test_add_binary_nonascii_file - test.test_mailbox.TestMMDF
- test_create_tmp - test.test_mailbox.TestMaildir
- testBadMagic - test.test_zipimport.CompressedZipImportTestCase
- test_parse_text - test.test_sax.ParseTest
- setUpClass - test.test_socket.SendfileUsingSendfileTest
- test_io_after_close - test.test_io.CMiscIOTest
- test_handle_write - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_interleaved - test.test_zipfile.TestsWithMultipleOpens
- test_context_manager_with_open_file - test.test_aifc.AifcULAWTest
- testRecursiveRepr - test.test_fileio.PyAutoFileTests
- test_multiline_strings - test.test_gettext.GettextTestCase1
- test_items - test.test_mailbox.TestBabyl
- test_unseekable_incompleted_write - test.test_aifc.AifcPCM8Test
- test_unseekable_write - test.test_wave.WavePCM16Test
- test_huntrleaks_fd_leak - test.test_regrtest.ArgsTestCase
- test_length_0_offset - test.test_mmap.MmapTests
- test_write_params - test.test_sunau.SunauPCM32Test
- test_cache_path - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_iter - test.test_mailbox.TestMH
- test_anydbm_keys - test.test_dbm.TestCase-dbm.gnu
- test_constructor - test.test_shelve.TestBinaryFileShelve
- test_main - test.test_normalization.NormalizationTest
- test_create_fail - test.test_io.PyMiscIOTest
- test_update - test.test_mailbox.TestMaildir
- test_gd - test.test_gettext.PluralFormsTestCase
- test_apropos_empty_doc - test.test_pydoc.PydocImportTest
- test_popitem - test.test_mailbox.TestMH
- test_dump_message - test.test_mailbox.TestBabyl
- test_multiple_dumps_and_loads - test.test_marshal.BugsTestCase
- testWeakRefs - test.test_file.PyAutoFileTests
- test_line_endings - test.test_dbm_dumb.DumbDBMTestCase
- test_posix_fallocate_errno - test.test_posix.PosixTester
- test_import_in_del_does_not_crash - test.test_import.ImportTests
- test_incompleted_write - test.test_aifc.AifcPCM16Test
- test_none_args - test.test_fileio.CAutoFileTests
- test_add_8bit_body - test.test_mailbox.TestMMDF
- test_add_binary_file - test.test_mailbox.TestMMDF
- test_fcntl_fileno - test.test_fcntl.TestFcntl
- testGetCompiledSource - test.test_zipimport.CompressedZipImportTestCase
- testZipImporterMethods - test.test_zipimport.CompressedZipImportTestCase
- test_plural_form_error_issue17898 - test.test_gettext.GNUTranslationParsingTest
- test_write_memoryview - test.test_wave.WavePCM24Test
- test_primepat - test.test_bufio.PyBufferSizeTest
- test_basic - test.test_urllib.urlretrieve_FileTests
- testBytesOpen - test.test_fileio.PyOtherFileTests
- test_no_import_lock_contention - test.test_multiprocessing_spawn.WithProcessesTestQueue
- test_listfuncs_flag_success - test.test_trace.TestCommandLine
- test_primepat - test.test_bufio.CBufferSizeTest
- test_is_block_device_false - test.test_pathlib.PosixPathTest
- test_basic_from_dict - test.test_configparser.MultilineValuesTestCase
- test_read_not_from_start - test.test_wave.WavePCM8Test
- test_delitem - test.test_mailbox.TestMMDF
- test_contains - test.test_mailbox.TestMMDF
- test_incompleted_write - test.test_wave.WavePCM24Test
- test_rmtree - test.test_support.TestSupport
- test_failures - test.test_unicode_file_functions.UnicodeNFDFileTests
- test_is_symlink - test.test_pathlib.PosixPathTest
- testWeakRefs - test.test_fileio.PyAutoFileTests
- test_anydbm_modification - test.test_dbm.TestCase-dbm.ndbm
- test_modes - test.test_dbm_ndbm.DbmTestCase
- test_getitem - test.test_mailbox.TestMbox
- test_many_opens - test.test_zipfile.TestsWithMultipleOpens
- test_builtin_list - test.test_iter.TestCase
- test_path_with_null_character - test.test_posix.PosixTester
- test_flush_error_on_close - test.test_io.PyIOTest
- test_iteritems - test.test_mailbox.TestMH
- test_write_array - test.test_aifc.AifcPCM24Test
- test_writestr_compresslevel - test.test_zipfile.StoredTestsWithSourceFile
- test_write_params - test.test_wave.WavePCM32Test
- test_remove - test.test_mailbox.TestMbox
- testReadinto_text - test.test_file.PyAutoFileTests
- test_popitem_and_flush_twice - test.test_mailbox.TestMbox
- testFrozenSet - test.test_marshal.InstancingTestCase
- test_open_conflicting_handles - test.test_zipfile.OtherTests
- test_binhex_error_on_long_filename - test.test_binhex.BinHexTestCase
- test_home - test.test_pathlib.PathTest
- test_invalidation_mode - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_read - test.test_mailbox.TestPartialFile
- test_rename - test.test_unicode_file_functions.UnicodeNFKCFileTests
- test_open_common - test.test_pathlib.PosixPathTest
- test_seeking - test.test_io.CTextIOWrapperTest
- testImport_WithStuff - test.test_zipimport.UncompressedZipImportTestCase
- test_write_bytearray - test.test_sunau.SunauPCM8Test
- test_1647484 - test.test_gzip.TestGzip
- testReadinto - test.test_file.PyAutoFileTests
- test_garbage_collection - test.test_io.CTextIOWrapperTest
- testSubPackage - test.test_zipimport.CompressedZipImportTestCase
- test_directory - test.test_unicode_file_functions.UnicodeNFKCFileTests
- test_tofromfile - test.test_array.UnsignedShortTest
- test_recompute_pyc_same_second - test.test_import.PycacheTests
- test_incompleted_write - test.test_sunau.SunauPCM32Test
- test_get_string - test.test_mailbox.TestMMDF
- test_is_fifo_true - test.test_pathlib.PathTest
- test_character_stream - test.test_sax.PrepareInputSourceTest
- test_basic_discovery - distutils.tests.test_filelist.FindAllTestCase
- test_write_bytearray - test.test_aifc.AifcALAWTest
- test_copy - test.test_wave.WavePCM8Test
- testPackage - test.test_zipimport.UncompressedZipImportTestCase
- test_multiple_writes - test.test_aifc.AifcPCM8Test
- test_add_mbox_or_mmdf_message - test.test_mailbox.TestMbox
- test_unicode_msgid - test.test_gettext.UnicodeTranslationsTest
- test_abc_inheritance_official - test.test_io.PyMiscIOTest
- testAttributes - test.test_file.PyAutoFileTests
- test_add - test.test_mailbox.TestMaildir
- test_ru - test.test_gettext.PluralFormsTestCase
- test_missing_value - test.test_http_cookiejar.CookieTests
- test_is_symlink - test.test_pathlib.PathTest
- testOpenDirFD - test.test_fileio.PyAutoFileTests
- test_tofromfile - test.test_array.UnsignedByteTest
- test_unseekable_read - test.test_sunau.SunauULAWTest
- test_get_message - test.test_mailbox.TestMH
- test_mkdir_exist_ok_with_parent - test.test_pathlib.PosixPathTest
- test_glob_common - test.test_pathlib.PathTest
- test_close - test.test_mailbox.TestProxyFile
- testErrors - test.test_file.CAutoFileTests
- test_write_array - test.test_aifc.AifcPCM16Test
- test_5027_1 - test.test_sax.StreamReaderWriterXmlgenTest
- test_glob_directory_names - test.test_glob.GlobTests
- test_with_open - test.test_io.CIOTest
- test_unseekable_overflowed_write - test.test_aifc.AifcPCM8Test
- test_extract_hackers_arcnames_common_cases - test.test_zipfile.ExtractTests
- test_writestr_compresslevel - test.test_zipfile.LzmaTestsWithSourceFile
- test_module_in_subpackage_in_zipfile - test.test_cmd_line_script.CmdLineTest
- testStr - test.test_marshal.InstancingTestCase
- testWritelinesList - test.test_fileio.PyAutoFileTests
- test_truncate - test.test_io.PyBufferedWriterTest
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestMbox
- test_find_and_load_checked_pyc - test.test_imp.ImportTests
- test_context_manager_with_open_file - test.test_aifc.AifcPCM24Test
- testIteration - test.test_file.COtherFileTests
- test_print - test.test_set.TestBasicOpsEmpty
- test_coverage - test.test_regrtest.ArgsTestCase
- test_random_open - test.test_zipfile.DeflateTestsWithSourceFile
- test_overflowed_write - test.test_sunau.SunauPCM24Test
- test_write_memoryview - test.test_wave.WavePCM32Test
- testErrnoOnClosedReadall - test.test_fileio.CAutoFileTests
- test_write_array - test.test_wave.WavePCM24Test
- test_global_del_SystemExit - test.test_gc.GCTests
- test_non_ascii - test.test_cmd_line_script.CmdLineTest
- testWritelinesIntegers - test.test_file.CAutoFileTests
- test_fd_transfer - test.test_multiprocessing_spawn.WithProcessesTestConnection
- test_import_bug - test.test_import.ImportTracebackTests
- test_get_bytes_from - test.test_mailbox.TestMMDF
- test_remove - test.test_mailbox.TestMMDF
- test_path_with_null_byte - test.test_posix.PosixTester
- test_append_mode_tell - test.test_io.PyIOTest
- test_ignores_stuff_appended_past_comments - test.test_zipfile.StoredTestsWithSourceFile
- test_too_many_files - test.test_zipfile.LzmaTestZip64InSmallFiles
- test_dumbdbm_modification - test.test_dbm_dumb.DumbDBMTestCase
- test_anydbm_creation - test.test_dbm.TestCase-dbm.dumb
- test_resource_warning - test.test_asyncore.FileWrapperTest
- test_add_8bit_body - test.test_mailbox.TestBabyl
- test_touch_common - test.test_pathlib.PosixPathTest
- test_add_binary_file - test.test_mailbox.TestBabyl
- test_seek - test.test_univnewlines.PyTestLFNewlines
- test_iter - test.test_mailbox.TestMbox
- test_pl - test.test_gettext.PluralFormsTestCase
- test_context_manager_with_filename - test.test_sunau.SunauPCM16Test
- test_incompleted_write - test.test_wave.WavePCM32Test
- test_print - test.test_set.TestBasicOpsTriple
- test_anydbm_creation_n_file_exists_with_invalid_contents - test.test_dbm.TestCase-dbm.dumb
- test_exceptions_propagate - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_glob_bytes_directory_with_trailing_slash - test.test_glob.GlobTests
- test_read - test.test_zipfile.DeflateTestsWithRandomBinaryFiles
- test_init_mode - test.test_lzma.FileTestCase
- test_cyclical_print - test.test_set.TestSet
- test_iterkeys - test.test_mailbox.TestMbox
- test_popitem - test.test_mailbox.TestMbox
- test_mozilla - test.test_http_cookiejar.LWPCookieTests
- test_iterlines - test.test_zipfile.LzmaTestsWithSourceFile
- test_cwd - test.test_pathlib.PosixPathTest
- test_seek_with_encoder_state - test.test_io.CTextIOWrapperTest
- test_group - test.test_pathlib.PathTest
- test_len - test.test_shelve.TestAsciiFileShelve
- testTruncateOnWindows - test.test_file.PyOtherFileTests
- test_delitem - test.test_mailbox.TestBabyl
- test_1463026_3 - test.test_sax.StreamReaderWriterXmlgenTest
- test_unseekable_write - test.test_sunau.SunauPCM8Test
- test_filewrite - test.test_array.FloatTest
- testUnencodableAddr - test.test_socket.TestUnixDomain
- testOpendir - test.test_fileio.PyAutoFileTests
- test_unseekable_incompleted_write - test.test_sunau.SunauPCM16Test
- test_add_from_string - test.test_mailbox.TestMMDF
- test_print - test.test_list.ListTest
- test_write_array - test.test_sunau.SunauPCM32Test
- test_samestat_on_link - test.test_ntpath.NtCommonTest
- test_update - test.test_shelve.TestBinaryFileShelve
- test_rtld_constants - test.test_posix.PosixTester
- test_open - test.test_zipfile.StoredTestsWithSourceFile
- test_output_stream - test.test_imghdr.TestImghdr
- test_context_manager_with_filename - test.test_sunau.SunauULAWTest
- test_write_params - test.test_wave.WavePCM8Test
- test_unseekable_write - test.test_aifc.AifcALAWTest
- testBadMTime - test.test_zipimport.CompressedZipImportTestCase
- test_threads - test.test_io.PyBufferedWriterTest
- test_load_closed_file - test.test_pickle.PyPickleTests
- test_unpickle_module_race - test.test_pickle.CUnpicklerTests
- test_samestat - test.test_genericpath.TestGenericTest
- test_write_context_manager_calls_close - test.test_sunau.SunauPCM24Test
- test_empty_string_for_dir - test.test_importlib.source.test_finder.Source_FinderTestsPEP451
- test_lv - test.test_gettext.PluralFormsTestCase
- test_add_StringIO_warns - test.test_mailbox.TestMH
- testMethods - test.test_file.PyAutoFileTests
- test_context_manager_with_open_file - test.test_wave.WavePCM24Test
- test_add_from_bytes - test.test_mailbox.TestMbox
- test_unseekable_incompleted_write - test.test_sunau.SunauULAWTest
- test_readline - test.test_univnewlines.CTestMixedNewlines
- test_rmdir - test.test_pathlib.PosixPathTest
- test_builtin_tuple - test.test_iter.TestCase
- test_unicode_msgstr - test.test_gettext.UnicodeTranslationsTest
- test_len - test.test_mailbox.TestMaildir
- test_getresgid - test.test_posix.PosixTester
- test_path_splitdrive - test.test_ntpath.PathLikeTests
- testBeginningCruftAndComment - test.test_zipimport.CompressedZipImportTestCase
- test_get_string - test.test_mailbox.TestBabyl
- test_module_without_a_main - test.test_pdb.PdbTestCase
- testSeekTell - test.test_fileio.PyAutoFileTests
- test_samefile - test.test_genericpath.TestGenericTest
- test_apropos_with_bad_package - test.test_pydoc.PydocImportTest
- test_items - test.test_shelve.TestProto2FileShelve
- test_is_package_when_not_package - test.test_pydoc.PydocDocTest
- test_lngettext_2 - test.test_gettext.LGettextTestCase
- test_run_setup_preserves_sys_argv - distutils.tests.test_core.CoreTestCase
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestMH
- test_iter - test.test_mailbox.TestMMDF
- test_random_open - test.test_zipfile.DeflateTestsWithRandomBinaryFiles
- testUnicodeOpen - test.test_fileio.COtherFileTests
- test_add_and_remove_folders - test.test_mailbox.TestMaildir
- testReadWhenWriting - test.test_file.PyAutoFileTests
- test_open - test.test_zipfile.LzmaTestsWithSourceFile
- test_handle_accepted - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_open - test.test_zipfile.Bzip2TestsWithRandomBinaryFiles
- test_issue5604 - test.test_imp.ImportTests
- test_items - test.test_shelve.TestAsciiFileShelve
- test_create_non_existent_file_for_append - test.test_zipfile.OtherTests
- test_seek_tell - test.test_zipfile.DecryptionTests
- test_iterkeys - test.test_mailbox.TestMMDF
- test_issue7964 - test.test_pdb.PdbTestCase
- test_popitem - test.test_mailbox.TestMMDF
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestMaildir
- test_paddedfile_getattr - test.test_gzip.TestGzip
- test_read1 - test.test_zipfile.StoredTestsWithSourceFile
- test_writing_errors - test.test_zipfile.StoredTestsWithSourceFile
- test_context_manager - test.test_dbm_gnu.TestGdbm
- test_random - test.test_dbm_dumb.DumbDBMTestCase
- test_write_array - test.test_wave.WavePCM32Test
- test_initialize_with_binary_file - test.test_mailbox.TestMboxMessage
- test_empty_value - test.test_dbm_ndbm.DbmTestCase
- test_path_isabs - test.test_ntpath.PathLikeTests
- test_initialize - test.test_mailbox.TestProxyFile
- test_statvfs - test.test_posix.PosixTester
- test_write_memoryview - test.test_wave.WavePCM8Test
- testRecursiveRepr - test.test_fileio.CAutoFileTests
- test_xmlgen_encoding - test.test_sax.StreamReaderWriterXmlgenTest
- test_checkcache - test.test_linecache.LineCacheTests
- test_path_split - test.test_ntpath.PathLikeTests
- test_basic_with_bytes_names - test.test_tempfile.TestMkstemp
- test_getitem - test.test_mailbox.TestBabyl
- test_pathfix_adding_flag - test.test_tools.test_pathfix.TestPathfixFunctional
- test_expanduser_common - test.test_pathlib.PathTest
- test_lwp_valueless_cookie - test.test_http_cookiejar.FileCookieJarTests
- test_decode_mode - test.test_uu.UUFileTest
- test_plural_forms1 - test.test_gettext.PluralFormsTestCase
- test_overflowed_write - test.test_sunau.SunauPCM8Test
- test_remove - test.test_mailbox.TestBabyl
- test_multiple_writes - test.test_sunau.SunauPCM16Test
- test_incompleted_write - test.test_wave.WavePCM8Test
- test_threads_write - test.test_io.PyTextIOWrapperTest
- test_popitem_and_flush_twice - test.test_mailbox.TestBabyl
- testDoctestSuite - test.test_zipimport.CompressedZipImportTestCase
- test_lockf - __main__.FNTLEINTRTest
- test_isfile - test.test_genericpath.TestGenericTest
- testReprNoCloseFD - test.test_fileio.PyAutoFileTests
- test_add_from_bytes - test.test_mailbox.TestMMDF
- test_module_with_large_stack - test.test_import.ImportTests
- test_items - test.test_mailbox.TestMaildir
- testErrnoOnClosedWritable - test.test_fileio.PyAutoFileTests
- test_single_files - test.test_unicode_file.TestUnicodeFiles
- test_clear - test.test_configparser.MultilineValuesTestCase
- test_file_permissions - test.test_mailbox.TestMaildir
- test_read - test.test_univnewlines.PyTestLFNewlines
- test_read1 - test.test_gzip.TestGzip
- test_iteritems - test.test_mailbox.TestMMDF
- test_unseekable_read - test.test_wave.WavePCM16Test
- test_garbage_collection - test.test_io.PyIOTest
- test_weird_metadata - test.test_gettext.WeirdMetadataTest
- test_tofromfile - test.test_array.UnsignedIntTest
- test_anydbm_creation - test.test_dbm.TestCase-dbm.gnu
- test_unseekable_overflowed_write - test.test_sunau.SunauPCM16Test
- test_bad_major_version - test.test_gettext.GettextTestCase2
- test_initialize_with_file - test.test_mailbox.TestMHMessage
- test_read1 - test.test_zipfile.LzmaTestsWithSourceFile
- test_xmlgen_ignorable_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_writing_errors - test.test_zipfile.LzmaTestsWithSourceFile
- test_fromfile_ioerror - test.test_array.UnsignedLongLongTest
- test_dump_message - test.test_mailbox.TestMaildir
- test_double_close - test.test_mmap.MmapTests
- test_multiple_writes - test.test_sunau.SunauULAWTest
- test_get_string_from - test.test_mailbox.TestMbox
- test_listdir_default - test.test_posix.PosixTester
- test_update - test.test_mailbox.TestMbox
- test_umask - test.test_posix.PosixTester
- test_environ - test.test_posix.PosixTester
- test_around_2GB - test.test_mmap.LargeMmapTests
- test_context_manager_with_open_file - test.test_wave.WavePCM32Test
- test_huntrleaks - test.test_regrtest.ArgsTestCase
- testWeakRefs - test.test_fileio.CAutoFileTests
- testGetCompiledSource - test.test_zipimport.UncompressedZipImportTestCase
- test_is_socket_false - test.test_pathlib.PosixPathTest
- test_is_package_when_is_package - test.test_pydoc.PydocDocTest
- test_utime_with_fd - test.test_posix.PosixTester
- test_ftruncate - test.test_posix.PosixTester
- test_setdefault - test.test_shelve.TestAsciiFileShelve
- testUncheckedHashBasedPyc - test.test_zipimport.CompressedZipImportTestCase
- test_relative_imports - test.test_pdb.PdbTestCase
- CheckDMLDoesNotAutoCommitBefore - sqlite3.test.transactions.TransactionTests
- test_readline - test.test_univnewlines.CTestCRNewlines
- test_fromfile_ioerror - test.test_array.FloatTest
- test_multiline_strings - test.test_gettext.GettextTestCase2
- test_textio_readlines - test.test_gzip.TestGzip
- test_dumbdbm_creation - test.test_dbm_dumb.DumbDBMTestCase
- test_posix_fadvise - test.test_posix.PosixTester
- test_write_context_manager_calls_close - test.test_sunau.SunauPCM8Test
- CheckToggleAutoCommit - sqlite3.test.transactions.TransactionTests
- test_exceptions_propagate - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_do_not_overwrite_symlinks - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_close - test.test_aifc.AifcPCM8Test
- test_read_not_from_start - test.test_aifc.AifcPCM32Test
- test_too_many_files_append - test.test_zipfile.DeflateTestZip64InSmallFiles
- test_get_message - test.test_mailbox.TestMMDF
- test_makedev - test.test_posix.PosixTester
- test_tougher_find - test.test_mmap.MmapTests
- test_mode - test.test_gzip.TestGzip
- test_open_via_zip_info - test.test_zipfile.OtherTests
- test_xmlgen_content - test.test_sax.StreamReaderWriterXmlgenTest
- test_read_object_from_file - test.test_marshal.CAPI_TestCase
- test_multi_close - test.test_io.CIOTest
- testErrnoOnClosedFileno - test.test_fileio.PyAutoFileTests
- CheckInsertStartsTransaction - sqlite3.test.transactions.TransactionTests
- test_iter - test.test_mailbox.TestBabyl
- test_runctx - test.test_cprofile.CProfileTest
- test_sys_exit - test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess
- test_write_to_binary_file - test.test_xml_etree.IOTest
- test_setitem - test.test_configparser.MultilineValuesTestCase
- test_open_with_pathlike - test.test_zipfile.StoredTestsWithSourceFile
- test_extract - test.test_zipfile.ExtractTests
- test_is_mount - test.test_pathlib.PathTest
- test_addpackage_import_bad_pth_file - test.test_site.HelperFunctionsTests
- test_write_array - test.test_wave.WavePCM8Test
- testOpenDirFD - test.test_fileio.CAutoFileTests
- test_iterkeys - test.test_mailbox.TestBabyl
- test_recv - test.test_asyncore.FileWrapperTest
- test_popitem - test.test_mailbox.TestBabyl
- test_context_manager_with_filename - test.test_wave.WavePCM16Test
- test_listdir - test.test_unicode_file_functions.UnicodeFileTests
- test_putenv - test.test_posix.PosixTester
- test_quiet - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_is_file - test.test_pathlib.PathTest
- test_basic - test.test_tempfile.TestMkstemp
- test_readline - test.test_io.CIOTest
- testWritelinesList - test.test_fileio.CAutoFileTests
- test_len - test.test_shelve.TestBinaryFileShelve
- test_whichdb_ndbm - test.test_dbm.WhichDBTestCase
- test_register_at_fork - test.test_posix.PosixTester
- test_run_setup_defines_subclass - distutils.tests.test_core.CoreTestCase
- test_mkdir - test.test_pathlib.PosixPathTest
- test_raw_file_io - test.test_io.CIOTest
- test_unseekable_incompleted_write - test.test_wave.WavePCM16Test
- test_anydbm_read - test.test_dbm.TestCase-dbm.ndbm
- test_add - test.test_mailbox.TestMbox
- test_read_not_from_start - test.test_aifc.AifcULAWTest
- test_filewrite - test.test_array.LongLongTest
- test_matchfile - test.test_regrtest.ArgsTestCase
- test_write_object_to_file - test.test_marshal.CAPI_TestCase
- test_bug1728403 - test.test_multibytecodec.Test_StreamReader
- test_addpackage_import_bad_exec - test.test_site.HelperFunctionsTests
- test_open - test.test_unicode_file_functions.UnicodeNFKDFileTests
- test_iter - test.test_urllib.urlopen_FileTests
- test_broken_submodule - test.test_import.ImportTracebackTests
- test_lstat_nosymlink - test.test_pathlib.PosixPathTest
- test_basic - test.test_zipfile.Bzip2TestZip64InSmallFiles
- test_env_changed - test.test_regrtest.ArgsTestCase
- test_write_to_file - test.test_lzma.FileTestCase
- test_dup2 - test.test_posix.PosixTester
- test_open_with_pathlike - test.test_zipfile.LzmaTestsWithSourceFile
- test_lgettext_output_encoding - test.test_gettext.LGettextTestCase
- test_proto2_file_shelf - test.test_shelve.TestCase
- test_unlink - test.test_pathlib.PosixPathTest
- test_stat - test.test_pathlib.PathTest
- testEmptyPipeline3 - test.test_pipes.SimplePipeTests
- test_iteritems - test.test_mailbox.TestBabyl
- testInvalidFd - test.test_fileio.COtherFileTests
- test_pathfix_adding_errors - test.test_tools.test_pathfix.TestPathfixFunctional
- test_dispatcher - test.test_asyncore.FileWrapperTest
- test_lngettext_bind_textdomain_codeset - test.test_gettext.LGettextTestCase
- test_add_doesnt_rewrite - test.test_mailbox.TestMbox
- test_mknod - test.test_posix.PosixTester
- test_write - test.test_sunau.SunauPCM24Test
- test_add_StringIO_warns - test.test_mailbox.TestMMDF
- test_values - test.test_mailbox.TestMH
- test_context_manager_with_open_file - test.test_wave.WavePCM8Test
- test_ints - test.test_marshal.IntTestCase
- testReadintoByteArray - test.test_fileio.PyAutoFileTests
- test_iteration - test.test_mailbox.TestPartialFile
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMH
- testOpendir - test.test_fileio.CAutoFileTests
- test_add_8bit_body - test.test_mailbox.TestMaildir
- test_add_binary_file - test.test_mailbox.TestMaildir
- test_1463026_2_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_specified_path - test.test_urllibnet.urlretrieveNetworkTests
- test_glob_empty_pattern - test.test_pathlib.PathTest
- test_sameopenfile - test.test_genericpath.TestGenericTest
- test_pread - test.test_posix.PosixTester
- test_copy - test.test_aifc.AifcULAWTest
- testList - test.test_marshal.InstancingTestCase
- test_items - test.test_shelve.TestBinaryFileShelve
- test_pack - test.test_mailbox.TestMH
- testEmptyPy - test.test_zipimport.CompressedZipImportTestCase
- test_delitem - test.test_mailbox.TestMaildir
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestMMDF
- test_set_item - test.test_mailbox.TestMH
- test_errors_property - test.test_io.CTextIOWrapperTest
- test_handle_write - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_add_and_close - test.test_mailbox.TestMMDF
- test_unlink - test.test_pathlib.PathTest
- test_get_message - test.test_mailbox.TestBabyl
- test_breakpoint - test.test_pdb.PdbTestCase
- test_array_writes - test.test_io.PyIOTest
- testWritelinesUserList - test.test_fileio.PyAutoFileTests
- test_writestr_compresslevel - test.test_zipfile.Bzip2TestsWithSourceFile
- test_mkdir_no_parents_file - test.test_pathlib.PosixPathTest
- test_dumbdbm_read - test.test_dbm_dumb.DumbDBMTestCase
- test_import - test.test_import.ImportTests
- testSeekTell - test.test_fileio.CAutoFileTests
- test_with - test.test_pathlib.PathTest
- testUtf8BytesOpen - test.test_fileio.COtherFileTests
- test_write_params - test.test_aifc.AifcPCM32Test
- test_poll_unit_tests - test.test_poll.PollTests
- test_itervalues - test.test_mailbox.TestMH
- test_truncate_after_write - test.test_io.PyBufferedRandomTest
- test_mkdir_parents - test.test_pathlib.PathTest
- test_multiple_writes - test.test_wave.WavePCM16Test
- test_overflowed_write - test.test_aifc.AifcPCM8Test
- test_seek - test.test_univnewlines.PyTestCRLFNewlines
- test_package___cached__ - test.test_import.PycacheTests
- test_add_file_before_1980 - test.test_zipfile.StoredTestsWithSourceFile
- test_add_file_after_2107 - test.test_zipfile.StoredTestsWithSourceFile
- test_initialize_with_file - test.test_mailbox.TestMMDFMessage
- test_glob_many_open_files - test.test_glob.GlobTests
- test_1463026_3_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_add_doesnt_rewrite - test.test_mailbox.TestMMDF
- test_initialize_new - test.test_mailbox.TestMaildir
- testBeginningCruftAndComment - test.test_zipimport.UncompressedZipImportTestCase
- test_broken_parent_from - test.test_import.ImportTracebackTests
- testModule - test.test_marshal.InstancingTestCase
- test_unencodeable - test.test_imp.NullImporterTests
- test_get_string - test.test_mailbox.TestMaildir
- test_write_bytearray - test.test_sunau.SunauULAWTest
- test_len - test.test_mailbox.TestMbox
- test_write_long_to_file - test.test_marshal.CAPI_TestCase
- test_output_encoding - test.test_gettext.LGettextTestCase
- test_unseekable_overflowed_write - test.test_wave.WavePCM16Test
- test_update - test.test_mailbox.TestBabyl
- test_sched_priority - test.test_posix.PosixTester
- test_large_fd_transfer - test.test_multiprocessing_forkserver.WithProcessesTestConnection
- test_consistent_factory - test.test_mailbox.TestMaildir
- test_concrete_class - test.test_pathlib.PathTest
- test_do_not_overwrite_symlinks - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_del___main__ - test.test_cmd_line.CmdLineTest
- test_read - test.test_shelve.TestAsciiFileShelve
- test_venv_install_options - distutils.tests.test_dist.DistributionTestCase
- test_customize_compiler_before_get_config_vars - distutils.tests.test_sysconfig.SysconfigTestCase
- test_string - test.test_sax.PrepareInputSourceTest
- test_empty_value - test.test_dbm.TestCase-dbm.ndbm
- test_iterlines - test.test_zipfile.Bzip2TestsWithSourceFile
- test_newline - test.test_gzip.TestOpen
- test_too_many_files_append - test.test_zipfile.LzmaTestZip64InSmallFiles
- test_unseekable_read - test.test_wave.WavePCM24Test
- test_path_exists - test.test_genericpath.PathLikeTests
- test_bool - test.test_marshal.IntTestCase
- test_read - test.test_zipfile.Bzip2TestsWithRandomBinaryFiles
- test_zipfile_compiled_checked_hash - test.test_cmd_line_script.CmdLineTest
- test_extract_with_target - test.test_zipfile.ExtractTests
- test_parse_close_source - test.test_sax.ParseTest
- test_handle_close - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_parse_makefile - test.test_sysconfig.MakefileTests
- test_io_on_closed_object - test.test_gzip.TestGzip
- test_mknod_dir_fd - test.test_posix.PosixTester
- test_write_params - test.test_aifc.AifcULAWTest
- testReprNoCloseFD - test.test_fileio.CAutoFileTests
- test_fromfile_ioerror - test.test_array.UnsignedShortTest
- test_case_sensitivity - test.test_configparser.MultilineValuesTestCase
- testErrnoOnClosedWritable - test.test_fileio.CAutoFileTests
- test_random_open - test.test_zipfile.StoredTestsWithSourceFile
- test_fromfile_ioerror - test.test_array.LongLongTest
- test_unseekable_incompleted_write - test.test_aifc.AifcPCM24Test
- test_cache - test.test_gettext.GettextCacheTestCase
- test_getitem - test.test_mailbox.TestMaildir
- test_anydbm_access - test.test_dbm.TestCase-dbm.ndbm
- test_write_context_manager_calls_close - test.test_aifc.AifcPCM8Test
- test_os_open - __main__.SocketEINTRTest
- test_clear_two_bp_on_same_line - test.test_bdb.BreakpointTestCase
- test_source_date_epoch - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_textdomain - test.test_gettext.GettextTestCase2
- test_match - test.test_regrtest.ParseArgsTestCase
- test_add_StringIO_warns - test.test_mailbox.TestBabyl
- test_quiet - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_metadata - test.test_gzip.TestGzip
- test_path_join - test.test_ntpath.PathLikeTests
- test_context_manager_with_filename - test.test_aifc.AifcALAWTest
- test_normalize - test.test_unicode_file_functions.UnicodeNFKDFileTests
- test_remove - test.test_mailbox.TestMaildir
- test_keys - test.test_dbm.WhichDBTestCase
- test_seek - test.test_univnewlines.PyTestCRNewlines
- test_popitem_and_flush_twice - test.test_mailbox.TestMaildir
- testPy - test.test_zipimport.UncompressedZipImportTestCase
- test_write - test.test_sunau.SunauPCM8Test
- test_encoded_file - test.test_traceback.TracebackCases
- test_flush - test.test_mailbox.TestMH
- test_listdir - test.test_unicode_file_functions.UnicodeNFCFileTests
- test_unseekable_read - test.test_sunau.SunauPCM32Test
- test_constructor - test.test_shelve.TestProto2FileShelve
- test_system_id - test.test_sax.PrepareInputSourceTest
- test_synopsis_sourceless_empty_doc - test.test_pydoc.PydocDocTest
- test_relativelocalfile - test.test_urllib.urlopen_FileTests
- test_filetype_notfile - test.test_optparse.TestExtendAddTypes
- test_no_import_lock_contention - test.test_multiprocessing_forkserver.WithThreadsTestQueue
- test_incompleted_write - test.test_aifc.AifcPCM32Test
- test_warn_on_dealloc - test.test_io.CMiscIOTest
- test_context_manager_with_filename - test.test_aifc.AifcPCM16Test
- test_fromfile - test.test_regrtest.ArgsTestCase
- test_unseekable_incompleted_write - test.test_aifc.AifcALAWTest
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMbox
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestBabyl
- test_write_pyfile_bad_syntax - test.test_zipfile.PyZipFileTests
- test_basic - test.test_zipfile.StoredTestZip64InSmallFiles
- test_command_packages_configfile - distutils.tests.test_dist.DistributionTestCase
- test_invalid_newline - test.test_io.CIOTest
- test_open - test.test_zipfile.Bzip2TestsWithSourceFile
- testUnencodable - test.test_zipimport.CompressedZipImportTestCase
- test_path_isfile - test.test_genericpath.PathLikeTests
- test_get_folder - test.test_mailbox.TestMH
- test_popitem - test.test_shelve.TestProto2FileShelve
- test_samefile_on_link - test.test_genericpath.TestGenericTest
- testPackage - test.test_zipimport.CompressedZipImportTestCase
- test_random_open - test.test_zipfile.LzmaTestsWithSourceFile
- test_unseekable_incompleted_write - test.test_aifc.AifcPCM16Test
- testLargestPossibleComment - test.test_zipimport.UncompressedZipImportTestCase
- test_trailing_slash - test.test_import.PathsTests
- test_random_open - test.test_zipfile.Bzip2TestsWithRandomBinaryFiles
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestMbox
- test_unseekable_write - test.test_sunau.SunauULAWTest
- test_listdir_bytes - test.test_posix.PosixTester
- test_double_quotes - test.test_gettext.GettextTestCase1
- test_ascii_file_shelf - test.test_shelve.TestCase
- test_empty_string_for_dir - test.test_importlib.source.test_finder.Source_FinderTestsPEP420
- test_return_command_in_generator_with_subiterator - test.test_bdb.IssuesTestCase
- testErrnoOnClosedFileno - test.test_fileio.CAutoFileTests
- test_popitem - test.test_shelve.TestAsciiFileShelve
- test_fileclosed - test.test_bool.BoolTest
- test_write_bytearray - test.test_gzip.TestGzip
- testBoth - test.test_zipimport.UncompressedZipImportTestCase
- test_writing_errors - test.test_zipfile.DeflateTestsWithSourceFile
- test_decodetwice - test.test_uu.UUFileTest
- test_mkdir_exist_ok_root - test.test_pathlib.PathTest
- test_threads - test.test_io.PyBufferedReaderTest
- test_readlines - test.test_univnewlines.CTestCRNewlines
- test_incompleted_write - test.test_aifc.AifcULAWTest
- test_add_doesnt_rewrite - test.test_mailbox.TestBabyl
- test_waitid - test.test_posix.PosixTester
- test_isolatedmode - test.test_cmd_line.CmdLineTest
- test_addpackage_import_bad_syntax - test.test_site.HelperFunctionsTests
- test_compress_stdin_outfile - test.test_gzip.TestCommandLine
- test_unseekable_read - test.test_wave.WavePCM32Test
- test_peek - test.test_gzip.TestGzip
- test_chmod_dir_fd - test.test_posix.PosixTester
- test_apropos_with_unreadable_dir - test.test_pydoc.PydocImportTest
- test_filewrite - test.test_array.DoubleTest
- test_context_manager_with_filename - test.test_sunau.SunauPCM32Test
- test_query_errors - test.test_configparser.MultilineValuesTestCase
- test_multiple_writes - test.test_aifc.AifcPCM24Test
- test_bad_gzip_file - test.test_gzip.TestGzip
- setUpClass - test.test_tools.test_md5sum.MD5SumTests
- test_iter - test.test_mailbox.TestMaildir
- testDoctestFile - test.test_zipimport.CompressedZipImportTestCase
- test_binary_file_shelf - test.test_shelve.TestCase
- test_lock_unlock - test.test_mailbox.TestMbox
- testNotZipFile - test.test_zipimport.BadFileZipImportTestCase
- setUpClass - test.test_socket.SendfileUsingSendTest
- test_multiprocessing_timeout - test.test_regrtest.ArgsTestCase
- test_read1 - test.test_zipfile.Bzip2TestsWithSourceFile
- test_writing_errors - test.test_zipfile.Bzip2TestsWithSourceFile
- test_write_memoryview - test.test_sunau.SunauPCM24Test
- test_iterkeys - test.test_mailbox.TestMaildir
- test_values - test.test_mailbox.TestMMDF
- test_preadv - test.test_posix.PosixTester
- test_popitem - test.test_mailbox.TestMaildir
- test_tofromfile - test.test_array.FloatTest
- test_unlink_missing_ok - test.test_pathlib.PosixPathTest
- test_write_bytearray - test.test_aifc.AifcPCM32Test
- test_write_write_read - test.test_dbm_dumb.DumbDBMTestCase
- test_nonbuffered_textio - test.test_io.CIOTest
- test_close_flushes - test.test_io.PyIOTest
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMMDF
- test_seek_append_bom - test.test_io.CTextIOWrapperTest
- test_seek - test.test_univnewlines.PyTestMixedNewlines
- test_close_file - test.test_posix.TestPosixSpawnP
- test_unseekable_incompleted_write - test.test_sunau.SunauPCM32Test
- test_overflowed_write - test.test_sunau.SunauPCM16Test
- test_path_normcase - test.test_ntpath.PathLikeTests
- test_empty_path - test.test_pathlib.PathTest
- test_open - test.test_unicode_file_functions.UnicodeNFKCFileTests
- test_relative_imports_on_plain_module - test.test_pdb.PdbTestCase
- testWritelinesNonString - test.test_file.CAutoFileTests
- test_initgroups - test.test_posix.PosixTester
- test_readline - test.test_fileinput.FileInputTests
- test_multiple_writes - test.test_aifc.AifcALAWTest
- test_sameopenfile - test.test_ntpath.NtCommonTest
- test_readline_binary_mode - test.test_fileinput.FileInputTests
- test_write - test.test_configparser.MultilineValuesTestCase
- test_stat_dir_fd - test.test_posix.PosixTester
- test_create_new - test.test_dbm_dumb.DumbDBMTestCase
- test_unseekable_overflowed_write - test.test_sunau.SunauPCM8Test
- test_fexecve - test.test_posix.PosixTester
- test_error_conditions - test.test_dbm_gnu.TestGdbm
- test_write_unicode_filenames - test.test_zipfile.OtherTests
- test_socket_fileno_requires_valid_fd - test.test_socket.GeneralModuleTests
- test_set_item - test.test_mailbox.TestMMDF
- testReadintoByteArray - test.test_fileio.CAutoFileTests
- test_pickling - test.test_io.PyMiscIOTest
- test_context_manager - test.test_dbm_dumb.DumbDBMTestCase
- test_str_read - test.test_dbm_dumb.DumbDBMTestCase
- test_sequences - test.test_mailbox.TestMH
- test_link_to - test.test_pathlib.PathTest
- test_close_file - test.test_posix.TestPosixSpawn
- test_multiple_writes - test.test_aifc.AifcPCM16Test
- test_add_binary_nonascii_file - test.test_mailbox.TestMbox
- test_unicode_join_endcase - test.test_iter.TestCase
- test_read_after_write - test.test_zipfile.TestsWithMultipleOpens
- test_filetime - test.test_ntpath.NtCommonTest
- test_some_translations_with_context_and_domain - test.test_gettext.GettextTestCase2
- test_rglob_common - test.test_pathlib.PathTest
- test_overflowed_write - test.test_sunau.SunauULAWTest
- test_read - test.test_univnewlines.PyTestCRNewlines
- test_blocks_at_first_code_line - test.test_pdb.PdbTestCase
- test_all - test.test_eintr.EINTRTests
- test_unseekable_overflowed_write - test.test_aifc.AifcALAWTest
- test_synopsis - test.test_pydoc.PydocDocTest
- test_iteritems - test.test_mailbox.TestMaildir
- CheckDeleteStartsTransaction - sqlite3.test.transactions.TransactionTests
- test_keys - test.test_shelve.TestAsciiFileShelve
- test_x_mode - test.test_lzma.OpenTestCase
- test_module_test - test.test_regrtest.ProgramsTestCase
- test_exec_failure_nested - test.test_import.ImportTracebackTests
- test_open_dir_fd - test.test_posix.PosixTester
- testAbles - test.test_fileio.PyOtherFileTests
- test_itervalues - test.test_mailbox.TestMMDF
- test_anydbm_keys - test.test_dbm.TestCase-dbm.ndbm
- test_flush - test.test_mailbox.TestMbox
- test_basic - test.test_configparser.MultilineValuesTestCase
- test_write_array - test.test_aifc.AifcULAWTest
- test_destructor - test.test_io.CIOTest
- test_is_dir - test.test_pathlib.PosixPathTest
- test_returns_pid - test.test_posix.TestPosixSpawn
- testWritelinesUserList - test.test_fileio.CAutoFileTests
- test_write_context_manager_calls_close - test.test_sunau.SunauPCM16Test
- testBadMagic2 - test.test_zipimport.CompressedZipImportTestCase
- test_repr - test.test_zipfile.StoredTestsWithSourceFile
- test_url_search_package_error - test.test_pydoc.PydocImportTest
- test_unseekable_incompleted_write - test.test_wave.WavePCM32Test
- test_open_with_pathlike - test.test_zipfile.DeflateTestsWithSourceFile
- test_add_8bit_body - test.test_mailbox.TestMbox
- test_add_binary_file - test.test_mailbox.TestMbox
- test_read - test.test_shelve.TestBinaryFileShelve
- test_find_function_found - test.test_pdb.PdbTestCase
- testSurrogateescapeBind - test.test_socket.TestUnixDomain
- test_link_dir_fd - test.test_posix.PosixTester
- test_runeval_step - test.test_bdb.RunTestCase
- test_exists - test.test_pathlib.PathTest
- test_update - test.test_shelve.TestProto2FileShelve
- test_relpath - test.test_ntpath.TestNtpath
- test_whichdb - test.test_dbm.WhichDBTestCase
- test_pop - test.test_mailbox.TestMH
- test_add_text_file_warns - test.test_mailbox.TestMH
- test_unseekable_read - test.test_wave.WavePCM8Test
- testTraceback - test.test_zipimport.UncompressedZipImportTestCase
- test_delitem - test.test_mailbox.TestMbox
- test_get_message - test.test_mailbox.TestMaildir
- test_unseekable_write - test.test_aifc.AifcPCM32Test
- test_contains - test.test_mailbox.TestMbox
- test_bytearray - test.test_marshal.BufferTestCase
- test_write_context_manager_calls_close - test.test_sunau.SunauULAWTest
- test_multiple_writes - test.test_sunau.SunauPCM32Test
- test_writestr_compression - test.test_zipfile.DeflateTestsWithSourceFile
- test_opener - test.test_io.CIOTest
- test_interface - test.test_urllib.urlopen_FileTests
- test_readline_read - test.test_zipfile.DeflateTestsWithSourceFile
- test_no_ending_newline - test.test_linecache.LineCacheTests
- test_close - test.test_lzma.FileTestCase
- test_discard - test.test_mailbox.TestMH
- testEmptyFile - test.test_zipimport.BadFileZipImportTestCase
- test_failures - test.test_unicode_file_functions.UnicodeFileTests
- test_initialize_with_binary_file - test.test_mailbox.TestMMDFMessage
- test_open_with_pathlike - test.test_zipfile.Bzip2TestsWithSourceFile
- test_close - test.test_sunau.SunauPCM24Test
- test_pwrite - test.test_posix.PosixTester
- test_search_cpp - distutils.tests.test_config_cmd.ConfigTestCase
- test_lgettext_2 - test.test_gettext.LGettextTestCase
- test_forget - test.test_support.TestSupport
- test_handle_connect - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- testFloat - test.test_marshal.InstancingTestCase
- testBytesPath - test.test_zipimport.UncompressedZipImportTestCase
- test_mkfifo_dir_fd - test.test_posix.PosixTester
- testSet - test.test_marshal.InstancingTestCase
- test_write - test.test_aifc.AifcPCM8Test
- test_repr - test.test_zipfile.LzmaTestsWithSourceFile
- test_values - test.test_mailbox.TestBabyl
- test_is_socket_true - test.test_pathlib.PosixPathTest
- test_issue9936 - test.test_trace.TestCoverage
- test_basic_io - test.test_io.PyTextIOWrapperTest
- test_get_file_can_be_closed_twice - test.test_mailbox.TestBabyl
- test_write_memoryview - test.test_sunau.SunauPCM8Test
- test_flush - test.test_mailbox.TestMMDF
- test_sched_getaffinity - test.test_posix.PosixTester
- test_read_not_from_start - test.test_aifc.AifcPCM8Test
- test_some_translations - test.test_gettext.GettextTestCase1
- test_read - test.test_mailbox.TestProxyFile
- CheckReplaceStartsTransaction - sqlite3.test.transactions.TransactionTests
- test_get_string - test.test_mailbox.TestMbox
- test_anydbm_modification - test.test_dbm.TestCase-dbm.dumb
- test_read - test.test_univnewlines.PyTestMixedNewlines
- testErrnoOnClosedRead - test.test_fileio.PyAutoFileTests
- test_exec_failure - test.test_import.ImportTracebackTests
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestBabyl
- test_basic - test.test_mmap.MmapTests
- test_lchown - test.test_posix.PosixTester
- test_dup2 - test.test_posix.TestPosixSpawnP
- test_bytes - test.test_dbm_ndbm.DbmTestCase
- test_folder - test.test_mailbox.TestMaildir
- test_implicit_binary_modes - test.test_gzip.TestOpen
- test_popitem - test.test_shelve.TestBinaryFileShelve
- test_context_manager_with_open_file - test.test_sunau.SunauPCM24Test
- test_zipfile_compiled_unchecked_hash - test.test_cmd_line_script.CmdLineTest
- test_unpickle_module_race - test.test_pickle.PyUnpicklerTests
- test_write_python_directory_filtered - test.test_zipfile.PyZipFileTests
- test_print - test.test_set.TestBasicOpsBytes
- test_make_bad_fd - test.test_support.TestSupport
- test_normalize - test.test_unicode_file_functions.UnicodeNFKCFileTests
- test_seek_bom - test.test_io.PyTextIOWrapperTest
- test_parse_makefile_base - distutils.tests.test_sysconfig.SysconfigTestCase
- test_empty_string_for_dir - test.test_importlib.source.test_finder.Source_FinderTestsPEP302
- test_write_readonly_file - test.test_dbm_ndbm.DbmTestCase
- test_mkdir_dir_fd - test.test_posix.PosixTester
- test_add_StringIO_warns - test.test_mailbox.TestMaildir
- test_issue_8766 - test.test_warnings.BootstrapTest
- test_itervalues - test.test_mailbox.TestBabyl
- test_checked_hash_based_change_pyc - test.test_zipimport.UncompressedZipImportTestCase
- test_fchown - test.test_posix.PosixTester
- test_write_after_read - test.test_zipfile.TestsWithMultipleOpens
- test_fs_holes - test.test_posix.PosixTester
- test_write_bytearray - test.test_aifc.AifcPCM24Test
- testIteration - test.test_file.PyOtherFileTests
- test_dup2 - test.test_posix.TestPosixSpawn
- test_list_folders - test.test_mailbox.TestMH
- test_telling - test.test_io.CTextIOWrapperTest
- test_confstr - test.test_posix.PosixTester
- test_path_realpath - test.test_ntpath.PathLikeTests
- test_copy - test.test_aifc.AifcPCM8Test
- test_unseekable_incompleted_write - test.test_wave.WavePCM8Test
- test_copy - test.test_urllib.urlretrieve_FileTests
- test_ar - test.test_gettext.PluralFormsTestCase
- testInvalidFd - test.test_fileio.PyOtherFileTests
- test_lock_unlock - test.test_mailbox.TestBabyl
- test_module_in_package_in_zipfile - test.test_cmd_line_script.CmdLineTest
- test_get_bytes_from - test.test_mailbox.TestMbox
- testErrnoOnClosedTell - test.test_fileio.PyAutoFileTests
- test_cover_files_written_no_highlight - test.test_trace.TestCoverageCommandLineOutput
- test_module - test.test_reprlib.LongReprTest
- testErrnoOnClose - test.test_fileio.PyAutoFileTests
- test_xmlgen_content_escape - test.test_sax.StreamReaderWriterXmlgenTest
- test_1463026_2 - test.test_sax.StreamReaderWriterXmlgenTest
- test_flush_error_on_close - test.test_io.CIOTest
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestMaildir
- test_is_block_device_false - test.test_pathlib.PathTest
- testUnencodable - test.test_zipimport.UncompressedZipImportTestCase
- test_tofromfile - test.test_array.LongLongTest
- test_binary_file - test.test_sax.PrepareInputSourceTest
- test_overflowed_write - test.test_wave.WavePCM16Test
- test_sendfile - test.test_ssl.ThreadedTests
- test_add_from_string - test.test_mailbox.TestMbox
- test_clear - test.test_mailbox.TestMH
- test_unencodable_filename - test.test_import.ImportTracebackTests
- test_listdir - test.test_unicode_file_functions.UnicodeNFKDFileTests
- test_path_error2 - test.test_posix.PosixTester
- test_write_bytearray - test.test_aifc.AifcPCM16Test
- test_keys - test.test_mailbox.TestMH
- test_add_binary_nonascii_file - test.test_mailbox.TestBabyl
- test_append_bom - test.test_io.CTextIOWrapperTest
- test_directory - test.test_unicode_file_functions.UnicodeFileTests
- testErrors - test.test_file.PyAutoFileTests
- test_init_with_x_mode - test.test_lzma.FileTestCase
- test_real_grammar_and_symbol_file - test.test_symbol.TestSymbolGeneration
- test_close - test.test_sunau.SunauPCM8Test
- test_unseekable - test.test_imghdr.TestImghdr
- test_with_open - test.test_io.PyIOTest
- test_no_password - test.test_zipfile.DecryptionTests
- test_initialize_with_file - test.test_mailbox.TestBabylMessage
- test_with_open - test.test_gzip.TestGzip
- testUtf8BytesOpen - test.test_fileio.PyOtherFileTests
- test_path_islink - test.test_ntpath.PathLikeTests
- test_open_common - test.test_pathlib.PathTest
- test_double_dot_no_clobber - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_setresuid_exception - test.test_posix.PosixTester
- test_run - test.test_profile.ProfileTest
- test_flush - test.test_mailbox.TestBabyl
- testAttributes - test.test_fileio.PyAutoFileTests
- test_write_bytearray - test.test_wave.WavePCM24Test
- test_iterparse - test.test_xml_etree.ElementTreeTest
- test_fstatvfs - test.test_posix.PosixTester
- testDoctestFile - test.test_zipimport.UncompressedZipImportTestCase
- setUpModule - test.test_tarfile
- testWritelinesIntegers - test.test_file.PyAutoFileTests
- test_absolute_path - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_double_quotes - test.test_gettext.GettextTestCase2
- test_file_from_empty_string_dir - test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest
- test_len - test.test_shelve.TestProto2FileShelve
- test_write_params - test.test_aifc.AifcPCM8Test
- test_unseekable_write - test.test_aifc.AifcPCM24Test
- testTruncate - test.test_fileio.COtherFileTests
- test_seek_and_tell - test.test_io.CTextIOWrapperTest
- test_find_function_empty_file - test.test_pdb.PdbTestCase
- setUpClass - test.test_asyncio.test_base_events.BaseLoopSockSendfileTests
- test_buffered_file_io - test.test_io.PyIOTest
- test_write_while_reading - test.test_zipfile.TestsWithMultipleOpens
- test_write_context_manager_calls_close - test.test_wave.WavePCM16Test
- test_expanduser - test.test_pathlib.PosixPathTest
- test_multiple_writes - test.test_wave.WavePCM8Test
- test_fileobj_mode - test.test_gzip.TestGzip
- test_lgettext - test.test_gettext.LGettextTestCase
- test_mkdir_exist_ok_with_parent - test.test_pathlib.PathTest
- test_random_open - test.test_zipfile.Bzip2TestsWithSourceFile
- test_failures - test.test_unicode_file_functions.UnicodeNFCFileTests
- test_cs - test.test_gettext.PluralFormsTestCase
- test_reread - test.test_mailbox.TestMaildir
- test_seek_write - test.test_gzip.TestGzip
- test_flock - test.test_fcntl.TestFcntl
- test_write - test.test_sunau.SunauPCM16Test
- test_length_0_large_offset - test.test_mmap.MmapTests
- testErrnoOnClosedSeek - test.test_fileio.PyAutoFileTests
- test_contains - test.test_mailbox.TestBabyl
- test_rename - test.test_unicode_file_functions.UnicodeNFDFileTests
- test_write_bytearray - test.test_sunau.SunauPCM32Test
- test_ignores_newline_at_end - test.test_zipfile.StoredTestsWithSourceFile
- test_add_nonascii_string_header_raises - test.test_mailbox.TestMH
- test_context_manager_with_open_file - test.test_sunau.SunauPCM8Test
- testTruncateOnWindows - test.test_fileio.COtherFileTests
- test_read_closed - test.test_io.PyIOTest
- test_directory - test.test_unicode_file_functions.UnicodeNFDFileTests
- test_module_is_run_as_main - test.test_pdb.PdbTestCase
- test_pop - test.test_mailbox.TestMMDF
- test_add_text_file_warns - test.test_mailbox.TestMMDF
- test_bp_condition - test.test_bdb.BreakpointTestCase
- test_print - test.test_userlist.UserListTest
- test_importfile - test.test_pydoc.PydocImportTest
- testInt - test.test_marshal.InstancingTestCase
- test_initialize_with_binary_file - test.test_mailbox.TestMaildirMessage
- test_append - test.test_zipfile.StoredTestZip64InSmallFiles
- test_de - test.test_gettext.PluralFormsTestCase
- test_init_with_filename - test.test_lzma.FileTestCase
- test_nonexistent_module_nested - test.test_import.ImportTracebackTests
- testModeStrings - test.test_fileio.COtherFileTests
- test_touch_common - test.test_pathlib.PathTest
- test_write - test.test_sunau.SunauULAWTest
- test_unseekable_write - test.test_aifc.AifcPCM16Test
- test_large_offset - test.test_mmap.LargeMmapTests
- test_discard - test.test_mailbox.TestMMDF
- test_garbage_collection - test.test_io.CBufferedRandomTest
- test_is_char_device_true - test.test_pathlib.PosixPathTest
- test_write_to_text_file - test.test_xml_etree.IOTest
- test_get_file - test.test_mailbox.TestMH
- test_iteritems - test.test_mailbox.TestMbox
- testImporterAttr - test.test_zipimport.UncompressedZipImportTestCase
- test_script_regrtest - test.test_regrtest.ProgramsTestCase
- test_handle_close - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_change_comment_in_empty_archive - test.test_zipfile.OtherTests
- test_cwd - test.test_pathlib.PathTest
- test_anydbm_creation - test.test_dbm.TestCase-dbm.ndbm
- test_setresuid - test.test_posix.PosixTester
- test_basic - test.test_zipfile.DeflateTestZip64InSmallFiles
- test_cache_clear - test.test_filecmp.FileCompareTestCase
- test_mkdir_exist_ok - test.test_pathlib.PosixPathTest
- test_write_contains - test.test_dbm_dumb.DumbDBMTestCase
- test_write_memoryview - test.test_aifc.AifcPCM8Test
- test_garbage_collection - test.test_io.CBufferedReaderTest
- test_open_close_open - test.test_mailbox.TestMMDF
- testBadMagic2 - test.test_zipimport.UncompressedZipImportTestCase
- test_readlines - test.test_zipfile.DeflateTestsWithSourceFile
- test_unseekable_write - test.test_wave.WavePCM24Test
- test_seek - test.test_univnewlines.CTestMixedNewlines
- test_absolute_arcnames - test.test_zipfile.StoredTestsWithSourceFile
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org