Buildbot failure in Python on s390x Fedora 3.x
The Buildbot has detected a failed build on builder s390x Fedora 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/336/builds/118
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Andy Lester <andy@petdance.com>, Berker Peksag <berker.peksag@gmail.com>, Cheryl Sabella <cheryl.sabella@gmail.com>, Christopher Hunt <chrahunt@gmail.com>, Denis Chernikov <tchernikoff.denis2013@yandex.ru>, Julien Danjou <julien@danjou.info>, Pete Wicken <2273100+JamoBox@users.noreply.github.com>, Stefan Krah <skrah@bytereef.org>, Steve Dower <steve.dower@python.org>, Victor Stinner <vstinner@python.org>, alclarks <57201106+alclarks@users.noreply.github.com>, ananthan-123 <ananthakrishnan15.2001@gmail.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
324 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 30 sec
- test_multiprocessing_spawn: 2 min
- test_multiprocessing_forkserver: 1 min 26 sec
- test_multiprocessing_fork: 1 min 10 sec
- test_unparse: 1 min 2 sec
- test_capi: 58.8 sec
- test_tokenize: 57.6 sec
- test_asyncio: 49.2 sec
- test_signal: 47.4 sec
- test_gdb: 47.3 sec
81 tests failed: test_aifc test_array test_asyncio test_asyncore test_bdb test_bool test_bufio test_builtin test_cmd_line test_cmd_line_script test_configparser test_cprofile test_dbm test_dbm_dumb test_dbm_gnu test_dbm_ndbm test_deque test_distutils test_eintr test_email test_exceptions test_filecmp test_fileinput test_fileio test_glob test_gzip test_http_cookiejar test_httplib test_imghdr test_io test_json test_linecache test_lltrace test_lzma test_marshal test_mmap test_multibytecodec test_multiprocessing_forkserver test_multiprocessing_spawn test_optparse test_os test_pdb test_pickle test_pipes test_platform test_plistlib test_posix test_posixpath test_profile test_py_compile test_reprlib test_resource test_sax test_set test_shelve test_shutil test_signal test_socket test_socketserver test_sqlite test_subprocess test_sunau test_support test_sysconfig test_tcl test_tempfile test_tokenize test_tools test_trace test_tracemalloc test_turtle test_unicode_file test_unicodedata test_urllib test_urllib2net test_urllibnet test_warnings test_xml_etree test_xml_etree_c test_zipfile test_zipimport
15 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_nis test_ossaudiodev test_readline test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
81 re-run tests: test_aifc test_array test_asyncio test_asyncore test_bdb test_bool test_bufio test_builtin test_cmd_line test_cmd_line_script test_configparser test_cprofile test_dbm test_dbm_dumb test_dbm_gnu test_dbm_ndbm test_deque test_distutils test_eintr test_email test_exceptions test_filecmp test_fileinput test_fileio test_glob test_gzip test_http_cookiejar test_httplib test_imghdr test_io test_json test_linecache test_lltrace test_lzma test_marshal test_mmap test_multibytecodec test_multiprocessing_forkserver test_multiprocessing_spawn test_optparse test_os test_pdb test_pickle test_pipes test_platform test_plistlib test_posix test_posixpath test_profile test_py_compile test_reprlib test_resource test_sax test_set test_shelve test_shutil test_signal test_socket test_socketserver test_sqlite test_subprocess test_sunau test_support test_sysconfig test_tcl test_tempfile test_tokenize test_tools test_trace test_tracemalloc test_turtle test_unicode_file test_unicodedata test_urllib test_urllib2net test_urllibnet test_warnings test_xml_etree test_xml_etree_c test_zipfile test_zipimport
Total duration: 16 min 19 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 207, in test_exclusive_write with gzip.GzipFile(self.filename, 'xb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 134, in test_write_bytearray f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 488, in testTruncate f = self.FileIO(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4020, in test_abc_inheritance self._check_abc_inheritance(self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4002, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_http_cookiejar.py", line 1785, in test_mozilla new_c = save_and_restore(c, True) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_http_cookiejar.py", line 1776, in save_and_restore cj.save(ignore_discard=ignore_discard) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/http/cookiejar.py", line 2085, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 661, in testBytesPath with ZipFile(filename, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3503405_tmp.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2690, in test_create_command with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 762, in test_garbage_collection f = self.FileIO(support.TESTFN, "wb") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (test.test_zipimport.UncompressedZipImportTestCase)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 645, in testTraceback self.doTest(None, files, TESTMOD, call=self.doTraceback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 469, in testModule self.helper(code) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_turtle.py", line 60, in test_config_dict cfg_name = self.get_cfg_file(test_config) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502589_tmp'
Traceback (test.test_zipimport.CompressedZipImportTestCase)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 645, in testTraceback self.doTest(None, files, TESTMOD, call=self.doTraceback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 91, in run return _Utils(Profile).run(statement, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 57, in run self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3501280_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 491, in test_nonascii_abspath with support.temp_cwd(name): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: b'@test_3497366_tmp\xe7w\xf0'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 281, in testSubNamespacePackage self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 209, in test_parse_close_source make_xml_file(self.data, 'iso-8859-1', None) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 115, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_3500649_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 374, in testNamespacePackage self.makeZip(files1, zip1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/path1.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/__main__.py", line 2, in <module> main() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/libregrtest/main.py", line 712, in main Regrtest().main(tests=tests, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/libregrtest/main.py", line 634, in main self._main(tests, kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/libregrtest/main.py", line 699, in _main self.save_xml_result() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/libregrtest/main.py", line 559, in save_xml_result with open(xmlpath, 'wb') as f: OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/test-results.xml'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 113, in test_empty_value f = dbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1456, in test_threads with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 45, in test_read p = self._empty_mapping() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 238, in test_readlines self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3899, in test_attributes f = self.open(support.TESTFN, "wb", buffering=0) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 617, in test_with_open with self.open(support.TESTFN, "wb", bufsize) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 183, in testPy self.doTest(".py", files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 301, in test_copy fout = self.fout = self.module.open(TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncio/test_base_events.py", line 1986, in setUpClass with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_3501560_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 497, in test_realpath_resolve_first os.mkdir(ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1576, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 683, in testLargestPossibleComment self.doTest(".py", files, TESTMOD, comment=b"c" * ((1 << 16) - 1)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501620_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500307_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 2044, in wrapper return func(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3266, in test_threads_write with self.open(support.TESTFN, "w", buffering=1) as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/cProfile.py", line 16, in run return _pyprofile._Utils(Profile).run(statement, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 57, in run self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/cProfile.py", line 46, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3501280_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 250, in test_seek_read self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_aifc.py", line 422, in test_write_aiff_by_extension fout = self.fout = aifc.open(filename, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp.aiff'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 496, in testZipImporterMethodsInSubDirectory with ZipFile(TEMP_ZIP, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 683, in testLargestPossibleComment self.doTest(".py", files, TESTMOD, comment=b"c" * ((1 << 16) - 1)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 653, in test_1463026_2 result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 225, in test_create_new with dumbdbm.open(_fname, 'n') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 806, in test_flush_error_on_close self.check_flush_error_on_close(support.TESTFN, 'wb', buffering=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 791, in check_flush_error_on_close f = self.open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pdb.py", line 1386, in test_readrc_kwarg with support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 99, in test_infile_stdout infile = self._create_infile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 93, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socket.py", line 5858, in setUpClass f.write(chunk) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 124, in test_anydbm_access self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 36, in test_dumbdbm_creation with contextlib.closing(dumbdbm.open(_fname, 'c')) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_unicodedata.py", line 335, in test_normalization 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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 658, in test_destructor f = MyFileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 250, in test_samefile_on_link self._test_samefile_on_link_func(os.link) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 235, in _test_samefile_on_link_func create_file(test_fn1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 62, in test_nullpat self.drive_one(b'\0' * 1000) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 1085, in test_write_append_to_file with LZMAFile(TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3719, in test_garbage_collection rawio = io.FileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 154, in test_io_on_closed_object self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmp62lek94g'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 299, in test_sameopenfile create_file(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3899, in test_attributes f = self.open(support.TESTFN, "wb", buffering=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1576, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 527, in test_xmlgen_encoding result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3257, in test_errors_property with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 260, in test_samestat create_file(test_fn1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1610, in test_exclusive_create_zip_file with zipfile.ZipFile(TESTFN2, "x", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 732, in test_read_closed with self.open(support.TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 230, in test_unseekable_overflowed_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 714, in test_fileno with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 540, in test_raw_file_io with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4025, in test_abc_inheritance_official self._check_abc_inheritance(io) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4002, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1775, in test_open_non_existent_item with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 315, in test_threading_handled self.check_result(handled=True) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 930, in test_clear_two_bp_on_same_line with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 173, in testAFakeZlib self.doTest(".py", files, "zlib") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 94, in test_unicode self.helper(marshal.loads(marshal.dumps(s))) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 530, in testAppend f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpvpfs_n0p'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501296_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1542, in test_returns_pid self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (3512131, 256) != (3512131, 0)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502865_tmp-æ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1778, in test_truncate with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 159, in test_sets self.helper(constructor(self.d.keys())) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1686, in test_is_zip_valid_file with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 524, in testTruncateOnWindows bug801631() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 503, in bug801631 f = self.FileIO(TESTFN, 'w') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 113, in test_empty_value f = dbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2953, in test_telling f = self.open(support.TESTFN, "w+", encoding="utf-8") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 170, in test_multiple_writes with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/libregrtest/runtest.py", line 270, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/libregrtest/runtest.py", line 221, in _runtest_inner2 the_module = importlib.import_module(abstest) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1021, in _gcd_import File "<frozen importlib._bootstrap>", line 998, in _find_and_load File "<frozen importlib._bootstrap>", line 977, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 790, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_os.py", line 3232, in <module> @unittest.skipUnless(supports_extended_attributes(), File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_os.py", line 3221, in supports_extended_attributes with open(support.TESTFN, "xb", 0) as fp: OSError: [Errno 28] No space left on device: '@test_3501180_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 174, in test_random with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2992, in test_seeking_too with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 540, in test_xmlgen_unencodable result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 652, in testUnencodable with ZipFile(filename, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3503405_tmp-\udcff.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502865_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_pathfix.py", line 95, in test_pathfix_adding_flag self.pathfix( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 250, in test_missing_index with dumbdbm.open(_fname, 'n') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3503248_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3033, in test_seek_and_tell test_seek_and_tell_with_data(input) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3008, in test_seek_and_tell_with_data f = self.open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 651, in test_text_modes with gzip.open(self.filename, "wt") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1442, in test_extract_hackers_arcnames_common_cases self._test_extract_hackers_arcnames(common_hacknames) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1482, in _test_extract_hackers_arcnames with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmp_v9rrwip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_trace.py", line 397, in test_issue9936 self._coverage(tracer, cmd) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_trace.py", line 363, in _coverage r.write_results(show_missing=True, summary=True, coverdir=TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/trace.py", line 261, in write_results os.makedirs(dir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 568, in testDefaultOptimizationLevel self.makeZip(files) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 230, in test_unseekable_overflowed_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 1057, in test_write_to_file with LZMAFile(TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3719, in test_garbage_collection rawio = io.FileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 1085, in test_write_append_to_file with LZMAFile(TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 126, in test_write f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socket.py", line 5355, in testStrAddr self.bind(self.sock, path) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socket.py", line 5339, in bind support.bind_unix_socket(sock, path) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 838, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 423, in testUnicodeOpen f = self.FileIO(str(TESTFN), "w") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line.py", line 468, in test_del___main__ with open(filename, "w") as script: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3257, in test_errors_property with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 806, in test_flush_error_on_close self.check_flush_error_on_close(support.TESTFN, 'wb', buffering=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 791, in check_flush_error_on_close f = self.open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 443, in test_xmlgen_basic_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 1277, in test_with_pathlike_filename with TempFile(filename): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2438, in test_same_file self.make_test_archive(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2430, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 267, in test_close with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 175, in test_update d = self._empty_mapping() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 545, in test_init_with_PathLike_filename with TempFile(filename, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1339, in test_extract with temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 832, 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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4025, in test_abc_inheritance_official self._check_abc_inheritance(io) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4002, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 465, in test_xmlgen_content_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1545, in test_writestr_extended_local_header_issue1202 with zipfile.ZipFile(TESTFN2, 'w') as orig_zip: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1185, 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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 92, in test_anydbm_read self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2438, in test_same_file self.make_test_archive(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2430, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 791, in test_temporary_bp with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 472, in test_realpath_resolve_before_normalizing os.mkdir(ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 127, in test_read1 self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_builtin.py", line 1234, in test_input self.write_testfile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_builtin.py", line 1094, in write_testfile fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3502879_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 136, in test_parse_text make_xml_file(self.data, encoding) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 115, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_3500649_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500777_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmplplqex38'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 355, in testAbles f = self.FileIO(TESTFN, "w") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_trace.py", line 495, in test_sys_argv_list with open(TESTFN, 'w') as fd: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_profile.py", line 98, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 99, in runctx return _Utils(Profile).runctx(statement, globals, locals, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 66, in runctx self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502865_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 694, in test_encoding with gzip.open(self.filename, "wt", encoding="utf-16") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 490, in test_xmlgen_content_escape result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1103, in test_close_after_close with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 285, in test_setdefault d = self._empty_mapping() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4142, in test_create_fail with self.open(support.TESTFN, 'w'): OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1185, 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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 358, in test_realpath_relative os.symlink(posixpath.relpath(ABSTFN+"1"), ABSTFN) OSError: [Errno 28] No space left on device: '@test_3484155_tmp1' -> '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 407, in test_invalid_operations with self.open(support.TESTFN, mode) as fp: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 71, in test_dumbdbm_modification self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 62, in test_nullpat self.drive_one(b'\0' * 1000) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 24, in try_one f = self.open(support.TESTFN, "wb") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3498085_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500803_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmppfcvq91_'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 184, in test_overflowed_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 136, in test_exists create_file(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmp7xqyu60w'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 540, in test_handle_accept server = TestListener(self.family, self.addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 533, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 94, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 838, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2452, in test_different_file self.make_test_archive(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2430, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2252, in test_threads BufferedReaderTest.test_threads(self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1456, in test_threads with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1843, in test_close_file self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (3512107, 256) != (3512107, 0)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 658, in test_destructor f = MyFileIO(support.TESTFN, "wb") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 861, in test_sys_exit with open(testfn, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_3493113_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_trace.py", line 431, 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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 774, in test_bp_after_last_statement with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 150, in test_write_memoryview f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 62, in test_nullpat self.drive_one(b'\0' * 1000) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3498085_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3232, in test_seek_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3899, in test_attributes f = self.open(support.TESTFN, "wb", buffering=0) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1114, in test_write_after_close with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 857, in test_around_4GB self._test_around_boundary(_4G) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 847, in _test_around_boundary with self._make_test_file(start, tail) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 811, in _make_test_file f = open(TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 666, in test_1463026_2_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 647, in test_handle_close_after_conn_broken server = BaseServer(self.family, self.addr, TestHandler) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 472, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 94, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 838, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 453, in test_xmlgen_content result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 1138, in test_return_command_in_generator_with_subiterator with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 540, in test_raw_file_io with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502663_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmphkeypt9v'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4148, in test_create_writes with self.open(support.TESTFN, 'xb') as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1961, in test_open_conflicting_handles with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 563, in test_init_mode with TempFile(TESTFN): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3063, in test_seek_with_encoder_state f = self.open(support.TESTFN, "w", encoding="euc_jis_2004") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 732, in test_read_closed with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1686, in test_is_zip_valid_file with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpc7cpwzz_'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 488, in testTruncate f = self.FileIO(TESTFN, 'w') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tempfile.py", line 647, in test_basic self.do_create(dir=".") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tempfile.py", line 628, in do_create (fd, name) = tempfile.mkstemp(dir=dir, prefix=pre, suffix=suf) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 332, in mkstemp return _mkstemp_inner(dir, prefix, suffix, flags, output_type) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 250, in _mkstemp_inner fd = _os.open(file, flags, 0o600) OSError: [Errno 28] No space left on device: './wmpb89hh'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 3648, in test_write_to_text_file with open(TESTFN, 'w', encoding='utf-8') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 2044, in wrapper return func(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3266, in test_threads_write with self.open(support.TESTFN, "w", buffering=1) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 527, in test_xmlgen_encoding result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pdb.py", line 1437, in test_run_module stdout, stderr = self.run_pdb_module(script, commands) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 595, in test_xmlgen_ns result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4148, in test_create_writes with self.open(support.TESTFN, 'xb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_fixcid.py", line 32, in test_alter_comments output = self.run_script( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.subst'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 407, in test_invalid_operations with self.open(support.TESTFN, mode) as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 722, in test_array_writes check(self.FileIO(support.TESTFN, "w")) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 872, in test_read_from_file_with_bytes_filename with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3048, in test_multibyte_seek_and_tell f = self.open(support.TESTFN, "w", encoding="euc_jp") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_optparse.py", line 1042, in test_filetype_ok support.create_empty_file(support.TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1185, 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_3500803_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3247, in test_seek_append_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2252, in test_threads BufferedReaderTest.test_threads(self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1456, in test_threads with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpaj_opmss'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpa2up7stx'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpggirpt3_'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 631, in test_append_mode_tell with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tcl.py", line 207, in test_evalfile_null_in_result with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_support.py", line 281, in test_make_bad_fd fd = support.make_bad_fd() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1200, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3496865_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 552, in test_buffered_file_io with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 497, in test_realpath_resolve_first os.mkdir(ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pdb.py", line 1463, in test_breakpoint stdout, stderr = self.run_pdb_module(script, commands) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 269, in test_seek_whence self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileinput.py", line 951, in test_errors with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3501193_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 859, in test_opener with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1526, in test_open_via_zip_info with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileinput.py", line 968, in test_modes with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3501193_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 839, 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_3484155_tmp'
Traceback (most recent call last): File "<string>", line 6, in <module> OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmp46it2crg'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 581, in test_init_with_x_mode with LZMAFile(TESTFN, mode): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_support.py", line 173, in test_temp_dir__forked_child script_helper.assert_python_ok("-c", textwrap.dedent(""" File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 156, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 142, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/python', '-X', 'faulthandler', '-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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 192, in test_parse_InputSource make_xml_file(self.data, 'iso-8859-1', None) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 115, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_3500649_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1791, in test_truncate_after_write with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1378, in test_extract_with_target self._test_extract_with_target(extdir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1358, in _test_extract_with_target self.make_test_file() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1334, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_pathfix.py", line 83, in test_pathfix_keeping_flags self.pathfix( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmp0hhvblcu'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1775, in test_open_non_existent_item with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_aifc.py", line 422, in test_write_aiff_by_extension fout = self.fout = aifc.open(filename, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500700_tmp.aiff'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 150, in test_parse_bytes make_xml_file(self.data, encoding) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 115, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1114, in test_write_after_close with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2521, in test_many_opens self.make_test_archive(TESTFN2) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2430, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 578, in test_prepend_error with gzip.open(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1103, in test_close_after_close with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 1343, in test_x_mode with lzma.open(TESTFN, mode): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/lzma.py", line 301, in open binary_file = LZMAFile(filename, lz_mode, format=format, check=check, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1456, in test_threads with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 559, in testImporterAttr self.doTest(pyc_ext, files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 126, in test_write f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 113, in test_empty_value f = dbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1290, in test_write_non_pyfile with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1843, in test_close_file self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (3501363, 256) != (3501363, 0)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 212, in test_unseekable_incompleted_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 226, in test_readline self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 2044, in wrapper return func(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3266, in test_threads_write with self.open(support.TESTFN, "w", buffering=1) as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 722, in test_array_writes check(self.FileIO(support.TESTFN, "w")) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 319, in test_threading_not_handled self.check_result(handled=False) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 3648, in test_write_to_text_file with open(TESTFN, 'w', encoding='utf-8') as f: OSError: [Errno 28] No space left on device: '@test_3500170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1877, in test_change_comment_in_nonempty_archive with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (test.test_zipimport.UncompressedZipImportTestCase) ... ERROR
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 973, in test_runeval_step with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 689, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3063, in test_seek_with_encoder_state f = self.open(support.TESTFN, "w", encoding="euc_jis_2004") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 272, in test_zipfile self._check_script(zip_name, run_name, zip_name, zip_name, '', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 128, in _check_script rc, out, err = assert_python_ok( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 156, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 142, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/python', '-X', 'faulthandler', '-E', '/tmp/tmpq02x4g7a/test_zip.zip', 'test1', 'test2', 'test3']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 472, in test_realpath_resolve_before_normalizing os.mkdir(ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3033, in test_seek_and_tell test_seek_and_tell_with_data(input) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3008, in test_seek_and_tell_with_data f = self.open(support.TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4079, in test_pickling with self.open(support.TESTFN, **kwargs) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 295, in test_1647484 with gzip.GzipFile(self.filename, mode) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 449, in test_realpath_resolve_parents os.mkdir(ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3498983_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dir'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 578, in testImport_WithStuff self.doTest(".py", files, TESTMOD, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 332, in test_module_in_subpackage_in_zipfile self._check_script(["-m", "test_pkg.test_pkg.script"], run_name, run_name, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 128, in _check_script rc, out, err = assert_python_ok( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 156, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 142, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/python', '-X', 'faulthandler', '-m', 'test_pkg.test_pkg.script', 'test1', 'test2', 'test3']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_signal.py", line 157, in test_invalid_fd fd = support.make_bad_fd() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1200, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3499124_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socket.py", line 5381, in testUnencodableAddr self.bind(self.sock, path) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socket.py", line 5339, in bind support.bind_unix_socket(sock, path) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 838, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 1242, in test_expat_locator_withinfo_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shutil.py", line 261, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: OSError: [Errno 28] No space left on device: '@test_3484155_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 91, in run return _Utils(Profile).run(statement, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 57, in run self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 488, in testTruncate f = self.FileIO(TESTFN, 'w') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 751, in test_closefd_attr with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2237, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_urllib2net.py", line 117, in test_file f = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 187, in testPyc self.doTest(pyc_ext, files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 904, in test_expat_binary_file_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shutil.py", line 261, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: OSError: [Errno 28] No space left on device: '@test_3484155_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 693, in test_1463026_3_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 581, in test_init_with_x_mode with LZMAFile(TESTFN, mode): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 623, in testDoctestSuite self.runDoctest(self.doDoctestSuite) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 597, in runDoctest self.doTest(".py", files, TESTMOD, call=callback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 558, in test_non_ascii script_name = _make_test_script(os.getcwd(), name, source) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 207, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp\udce7w\udcf0.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_subprocess.py", line 425, in test_cwd_with_relative_executable with support.temp_cwd() as wrong_dir: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1378, in test_extract_with_target self._test_extract_with_target(extdir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1358, in _test_extract_with_target self.make_test_file() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1334, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 477, in test_xmlgen_pi result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpbnpleh27'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 411, in test_realpath_repeated_indirect_symlinks os.mkdir(ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 721, in test_5027_1 result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_turtle.py", line 105, in test_config_dict_invalid cfg_name = self.get_cfg_file(invalid_test_config) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502589_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpevxfh84g'
Traceback (most recent call last): File "<string>", line 4, in <module> File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bool.py", line 250, in test_fileclosed os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 832, 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_3493113_tmp' Process Process-513: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 839, 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_3493113_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 586, in testGetSource self.doTest(".py", files, TESTMOD, call=self.assertModuleSource) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 435, in test_peek with gzip.GzipFile(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 144, in test_sort_keys_flag infile = self._create_infile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 93, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 136, in test_exists create_file(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 630, in test_iterparse with open(TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4079, in test_pickling with self.open(support.TESTFN, **kwargs) as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500373_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 658, in test_destructor f = MyFileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1888, in test_empty_zipfile zipf = zipfile.ZipFile(TESTFN, mode="w") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_builtin.py", line 1105, in test_open self.write_testfile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_builtin.py", line 1094, in write_testfile fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/libregrtest/runtest.py", line 270, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/libregrtest/runtest.py", line 221, in _runtest_inner2 the_module = importlib.import_module(abstest) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1021, in _gcd_import File "<frozen importlib._bootstrap>", line 998, in _find_and_load File "<frozen importlib._bootstrap>", line 977, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 790, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_os.py", line 3232, in <module> @unittest.skipUnless(supports_extended_attributes(), File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_os.py", line 3221, in supports_extended_attributes with open(support.TESTFN, "xb", 0) as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 449, in testSet self.helper(setobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 183, in test_ismount_non_existent os.mkdir(ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 111, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3503248_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 206, in testUncheckedHashBasedPyc self.doTest(None, files, TESTMOD, call=check) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/tests/test_sysconfig.py", line 22, in tearDown os.unlink(self.makefile) FileNotFoundError: [Errno 2] No such file or directory: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 592, in testGetCompiledSource self.doTest(pyc_ext, files, TESTMOD, call=self.assertModuleSource) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 305, in test_sync_handled BaseErrorTestServer(ValueError) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 344, in __init__ self.handle_request() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 296, in handle_request return self._handle_request_noblock() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 318, in _handle_request_noblock self.handle_error(request, client_address) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502872_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 113, in test_empty_value f = dbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4148, in test_create_writes with self.open(support.TESTFN, 'xb') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 828, in test_multi_close f = self.open(support.TESTFN, "wb", buffering=0) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 301, in test_copy fout = self.fout = self.module.open(TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 3163, in _writefd fd = reduction.recv_handle(conn) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle return recvfds(s, 1)[0] File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/reduction.py", line 159, in recvfds raise EOFError EOFError
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 286, in test_nonascii_filename with dumbdbm.open(filename, 'c') as db: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp-æ.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 631, in test_1463026_1 result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_fixcid.py", line 17, in test_parse_strings output = self.run_script(old1 + old2) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.subst'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 260, in testPackage self.doTest(pyc_ext, files, TESTPACK, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 383, in test_with_open with gzip.GzipFile(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 187, in test_parse_path_object make_xml_file(self.data, 'utf-8', None) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 115, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_3500649_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpa7h00on6'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 814, in test_disabled_temporary_bp with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2690, in test_create_command with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2252, in test_threads BufferedReaderTest.test_threads(self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1456, in test_threads with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 142, in test_write_array f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 581, in test_xmlgen_encoding_bytes result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 578, in testImport_WithStuff self.doTest(".py", files, TESTMOD, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1749, in test_bad_open_mode with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 461, in testDict self.helper(dictobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 115, in test_str_read self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1877, in test_change_comment_in_nonempty_archive with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 503, in test_bytes_filename with gzip.GzipFile(bytes_filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 71, in test_write_params f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 289, in test_popitem d = self._empty_mapping() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 111, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 628, in test_next_over_import with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 859, in test_opener with self.open(support.TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1296, in test_write_pyfile_bad_syntax os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1626, in test_create_non_existent_file_for_append with zipfile.ZipFile(TESTFN, 'a') as zf: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3033, in test_seek_and_tell test_seek_and_tell_with_data(input) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3008, in test_seek_and_tell_with_data f = self.open(support.TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 415, in testModeStrings with self.FileIO(TESTFN, modes[0]) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2953, in test_telling f = self.open(support.TESTFN, "w+", encoding="utf-8") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 71, in test_dumbdbm_modification self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 3667, in test_write_to_binary_file_with_bom with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3501445_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1778, in test_truncate with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 179, in test_memoryview self.helper(b) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpm78ogizi'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 92, in test_anydbm_read self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmp1x8zo_j_'
Traceback (test.test_zipimport.CompressedZipImportTestCase) ... ERROR
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 580, in test_handle_read server = BaseServer(self.family, self.addr, TestHandler) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 472, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 94, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 838, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1610, in test_exclusive_create_zip_file with zipfile.ZipFile(TESTFN2, "x", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 134, in test_write_bytearray f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpy0b29_z6'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 316, in _handle_request_noblock self.process_request(request, client_address) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 347, in process_request self.finish_request(request, client_address) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 720, in __init__ self.handle() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502872_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 926, in test_fspath_support check_path_succeeds(FakePath(support.TESTFN)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 920, in check_path_succeeds with self.open(path, "w") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "<string>", line 6, in <module> OSError: [Errno 28] No space left on device: '@test_3501344_tmp' Traceback (most recent call last): File "<string>", line 3, in <module> OSError: [Errno 28] No space left on device: '@test_3501344_tmp' Traceback (most recent call last): File "<string>", line 3, in <module> OSError: [Errno 28] No space left on device: '@test_3501344_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4020, in test_abc_inheritance self._check_abc_inheritance(self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4002, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 98, in test_string self.helper(s) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 564, in test_readline with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 437, in testList self.helper(listobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1906, in test_open_empty_file f = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1572, in test_specify_environment self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (3501362, 256) != (3501362, 0)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 709, in test_close_flushes with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 317, in test_read_not_from_start with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_deque.py", line 555, in test_print fo = open(support.TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 184, in test_overflowed_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1413, in test_extract_all_with_target self._test_extract_all_with_target(extdir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1398, in _test_extract_all_with_target self.make_test_file() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1334, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 150, in test_parse_bytes make_xml_file(self.data, encoding) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 115, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_3500649_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500191_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 181, in setUp self.d = dbm.open(self.filename, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_aifc.py", line 204, in test_read_markers fout = self.fout = aifc.open(TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 90, in test_context_manager_with_open_file with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1843, in test_close_file self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (3501346, 256) != (3501346, 0)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: b'@test_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 862, in test_read_from_file with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 524, in testTruncateOnWindows bug801631() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 503, in bug801631 f = self.FileIO(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1824, in test_threads with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 714, in test_fileno with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 66, in test_ascii_file_shelf s = shelve.open(self.fn, protocol=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 898, in test_nonbuffered_textio self.open(support.TESTFN, 'w', buffering=0) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 202, in test_isfile create_file(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 212, in test_unseekable_incompleted_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 324, in test_forking_handled self.check_result(handled=True) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 124, in test_anydbm_access self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 666, in test_1463026_2_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 859, in test_opener with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 587, in test_binary_modes with gzip.open(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 490, in test_xmlgen_content_escape result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 760, in test_repr with open(TESTFN, "wb+") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 189, in test_no_ensure_ascii_flag infile = self._create_infile('{"key":"💩"}') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 93, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1553, in test_close with zipfile.ZipFile(TESTFN2, "w") as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501327_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 155, in test_tuple self.helper(tuple(self.d.keys())) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 111, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 617, in test_with_open with self.open(support.TESTFN, "wb", bufsize) as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 226, in test_readline self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 720, in __init__ self.handle() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502872_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_optparse.py", line 1042, in test_filetype_ok support.create_empty_file(support.TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1185, 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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 431, in testBytes self.helper(bytesobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 373, in test_compresslevel_metadata fWrite = gzip.GzipFile(self.filename, 'w', compresslevel=level) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 97, in test_dumbdbm_keys self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 696, in test_connection_attributes server = BaseServer(self.family, self.addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 472, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 94, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 838, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2493, in test_read_after_write with zipfile.ZipFile(f, 'w', zipfile.ZIP_DEFLATED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 926, in test_fspath_support check_path_succeeds(FakePath(support.TESTFN)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 920, in check_path_succeeds with self.open(path, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 751, in test_closefd_attr with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_profile.py", line 98, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 99, in runctx return _Utils(Profile).runctx(statement, globals, locals, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 66, in runctx self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3500654_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bool.py", line 28, in test_print os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 44, in setUp fp = open(support.TESTFN, 'w+') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_support.py", line 262, in test_temp_cwd with support.temp_cwd(name=TESTFN): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp-æ.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 33, in test_basic f = open(TESTFN, 'bw+') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3503266_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1791, in test_truncate_after_write with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 82, in test_anydbm_modification self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 431, in testBytes self.helper(bytesobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 903, in test_invalid_newline self.open(support.TESTFN, 'w', newline='invalid') OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 159, in test_sets self.helper(constructor(self.d.keys())) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_urllibnet.py", line 177, in test_specified_path with self.urlretrieve(self.logo, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_urllibnet.py", line 160, in urlretrieve file_location, info = urllib.request.urlretrieve(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/urllib/request.py", line 249, in urlretrieve tfp = open(filename, 'wb') OSError: [Errno 28] No space left on device: '@test_3496798_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 352, in setUp with open(self.file, "w") as tmp: OSError: [Errno 28] No space left on device: '@test_3500649_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 681, in test_close with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 679, in testBeginningCruftAndComment self.doTest(".py", files, TESTMOD, stuff=b"cruft" * 64, comment=b"hi") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 173, in test_bytearray self.helper(b) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 416, in testInt self.helper(intobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_aifc.py", line 169, in test_params_added f = self.f = aifc.open(TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 158, in test_islink with open(support.TESTFN + "1", "wb") as f: OSError: [Errno 28] No space left on device: '@test_3497366_tmp1'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 374, in testNamespacePackage self.makeZip(files1, zip1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/path1.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_aifc.py", line 166, in test_close_opened_files_on_error self.fout = aifc.open(TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_aifc.py", line 166, in test_close_opened_files_on_error self.fout = aifc.open(TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 825, in test_large_offset with self._make_test_file(0x14FFFFFFF, b" ") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 811, in _make_test_file f = open(TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pdb.py", line 1578, in test_errors_in_command stdout, _ = self.run_pdb_script('', commands + '\n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 82, in test_anydbm_modification self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_profile.py", line 98, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 99, in runctx return _Utils(Profile).runctx(statement, globals, locals, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 66, in runctx self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3501280_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 3641, in test_write_to_filename tree.write(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/xml/etree/ElementTree.py", line 732, in write with _get_writer(file_or_filename, enc_lower) as write: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/xml/etree/ElementTree.py", line 768, in _get_writer file = open(file_or_filename, "w", encoding=encoding, OSError: [Errno 28] No space left on device: '@test_3501445_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 524, in testTruncateOnWindows bug801631() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 503, in bug801631 f = self.FileIO(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 3641, in test_write_to_filename tree.write(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/xml/etree/ElementTree.py", line 732, in write with _get_writer(file_or_filename, enc_lower) as write: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/xml/etree/ElementTree.py", line 768, in _get_writer file = open(file_or_filename, "w", encoding=encoding, OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 568, in testDefaultOptimizationLevel self.makeZip(files) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 316, in _handle_request_noblock self.process_request(request, client_address) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 347, in process_request self.finish_request(request, client_address) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 720, in __init__ self.handle() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 68, in test_anydbm_creation f = dbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1456, in test_threads with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 770, in test_xmlgen_fragment result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpnyvy1goc'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 661, in testBytesPath with ZipFile(filename, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpcksch3pg'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 101, in test_write_bytearray self.write_and_read_back(bytearray(data1 * 50)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 59, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_glob.py", line 28, in setUp self.mktemp('a', 'D') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_glob.py", line 23, in mktemp os.makedirs(base) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_3501676_tmp_dir'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502956_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 144, in test_sort_keys_flag infile = self._create_infile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 93, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_3500231_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_pathfix.py", line 121, in test_pathfix_adding_errors self.pathfix( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tempfile.py", line 658, in test_basic_with_bytes_names self.do_create(dir=b".") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tempfile.py", line 628, in do_create (fd, name) = tempfile.mkstemp(dir=dir, prefix=pre, suffix=suf) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 332, in mkstemp return _mkstemp_inner(dir, prefix, suffix, flags, output_type) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 250, in _mkstemp_inner fd = _os.open(file, flags, 0o600) OSError: [Errno 28] No space left on device: b'./bzq9gzv6'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 137, in test_bool self.assertTrue(not self._empty_mapping()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 642, in test_1463026_1_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/tests/test_sysconfig.py", line 22, in tearDown os.unlink(self.makefile) FileNotFoundError: [Errno 2] No such file or directory: '@test_3500373_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 317, in test_read_not_from_start with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 435, in test_peek with gzip.GzipFile(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 578, in test_prepend_error with gzip.open(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 709, in test_close_flushes with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4020, in test_abc_inheritance self._check_abc_inheritance(self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4002, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 103, in test_getsize create_file(filename, b'Hello') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 203, in test_check_closed f = dumbdbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 355, in testAbles f = self.FileIO(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 282, in test_zipfile_compiled_timestamp self._check_script(zip_name, run_name, zip_name, zip_name, '', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 128, in _check_script rc, out, err = assert_python_ok( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 156, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 142, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/python', '-X', 'faulthandler', '-E', '/tmp/tmpbic0dgo5/test_zip.zip', 'test1', 'test2', 'test3']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501036_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 158, in test_incompleted_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 751, in test_closefd_attr with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 82, in test_proto2_file_shelf s = shelve.open(self.fn, protocol=2) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_unicodedata.py", line 329, in test_normalization testdata = open_urlresource(TESTDATAURL, encoding="utf-8", OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/data/NormalizationTest.txt'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 24, in setUp self.f = self.FileIO(TESTFN, 'w') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1854, in test_dup2 with open(dupfile, "wb") as childfile: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 613, in test_xmlgen_ns_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1626, in test_create_non_existent_file_for_append with zipfile.ZipFile(TESTFN, 'a') as zf: OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 254, in testBadMTime self.doTest(".py", files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 3667, in test_write_to_binary_file_with_bom with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3500170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 80, in test_dumbdbm_read self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500307_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 443, in testTuple self.helper(tupleobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1417, in test_extract_all_with_target_pathlike self._test_extract_all_with_target(pathlib.Path(extdir)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1398, in _test_extract_all_with_target self.make_test_file() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1334, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 267, in test_close with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 823, in test_stderr_flush with open(testfn, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_3493113_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1456, in test_threads with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4025, in test_abc_inheritance_official self._check_abc_inheritance(io) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4002, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmp4evjn13y'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 545, in test_init_with_PathLike_filename with TempFile(filename, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 1277, in test_with_pathlike_filename with TempFile(filename): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 652, in testUnencodable with ZipFile(filename, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-\udcff.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_unicode_file.py", line 121, in test_single_files self._test_single(TESTFN_UNICODE) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_unicode_file.py", line 104, in _test_single create_empty_file(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1185, 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_3501556_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 458, in test_textio_readlines self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 62, in test_bool self.helper(b) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 358, in test_realpath_relative os.symlink(posixpath.relpath(ABSTFN+"1"), ABSTFN) OSError: [Errno 28] No space left on device: '@test_3497366_tmp1' -> '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 540, in testGetData with ZipFile(TEMP_ZIP, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 152, in test_list self.helper(list(self.d.items())) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 724, in test_skip with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 586, in testGetSource self.doTest(".py", files, TESTMOD, call=self.assertModuleSource) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/tests/test_core.py", line 83, in test_run_setup_provides_file self.write_setup(setup_using___file__)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500373_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/tests/test_core.py", line 89, in test_run_setup_preserves_sys_argv self.write_setup(setup_does_nothing)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "<string>", line 6, in <module> OSError: [Errno 28] No space left on device: '@test_3501344_tmp' Traceback (most recent call last): File "<string>", line 3, in <module> OSError: [Errno 28] No space left on device: '@test_3501344_tmp' Traceback (most recent call last): File "<string>", line 3, in <module> OSError: [Errno 28] No space left on device: '@test_3501344_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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmph__bby3z'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 158, in test_islink with open(support.TESTFN + "1", "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp1'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_trace.py", line 368, in test_coverage self._coverage(tracer) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_trace.py", line 363, in _coverage r.write_results(show_missing=True, summary=True, coverdir=TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/trace.py", line 261, in write_results os.makedirs(dir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_3496537_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 488, in testTruncate f = self.FileIO(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 704, in test_encoding_error_handler with gzip.open(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmppn1qdc9p'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1906, in test_open_empty_file f = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 563, in test_init_mode with TempFile(TESTFN): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 433, in test_xmlgen_basic result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 200, in test_ensure_ascii_default infile = self._create_infile('{"key":"💩"}') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 93, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 564, in test_readline with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpul8_u193'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp-æ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 450, in testUtf8BytesOpen f = self.FileIO(fn, "w") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: b'@test_3484155_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 192, in test_parse_InputSource make_xml_file(self.data, 'iso-8859-1', None) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 115, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 630, in test_iterparse with open(TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3500170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 142, in test_write_array f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileinput.py", line 281, in test_readline with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3501193_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 1113, in test_no_import_lock_contention with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4036, in test_warn_on_dealloc self._check_warn_on_dealloc(support.TESTFN, "wb", buffering=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4028, in _check_warn_on_dealloc f = open(*args, **kwargs) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pdb.py", line 1240, in test_find_function_empty_file self._assert_find_function('', 'foo', None) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpff5qj4cy'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_urllib.py", line 148, in setUp f = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 34, in test_ints self.helper(expected) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
TracebackAttr (test.test_exceptions.ExceptionTests) ... ok
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 103, in test_getsize create_file(filename, b'Hello') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 241, in testBadMagic2 self.doTest(".py", files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpn3loc65q'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 521, in test_handle_connect server = BaseServer(self.family, self.addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 472, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 94, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 838, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/threading.py", line 944, in _bootstrap_inner self.run() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/threading.py", line 882, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 652, in process_request_thread self.handle_error(request, client_address) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2391, in test_write with open(TESTFN, 'wb') as f2: OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmp5s1x42v8'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 44, in setUp fp = open(support.TESTFN, 'w+') OSError: [Errno 28] No space left on device: '@test_3501344_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 861, in test_sys_exit with open(testfn, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 206, in testUncheckedHashBasedPyc self.doTest(None, files, TESTMOD, call=check) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 173, in testAFakeZlib self.doTest(".py", files, "zlib") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 442, in testZipImporterMethods with ZipFile(TEMP_ZIP, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 183, in testPy self.doTest(".py", files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_urllib.py", line 672, in setUp FILE = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_3496717_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 325, in test_module_in_package_in_zipfile self._check_script(["-m", "test_pkg.script"], run_name, run_name, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 128, in _check_script rc, out, err = assert_python_ok( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 156, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 142, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/python', '-X', 'faulthandler', '-m', 'test_pkg.script', 'test1', 'test2', 'test3']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_turtle.py", line 60, in test_config_dict cfg_name = self.get_cfg_file(test_config) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 675, in testComment self.doTest(".py", files, TESTMOD, comment=b"comment") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4142, in test_create_fail with self.open(support.TESTFN, 'w'): OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1553, in test_close with zipfile.ZipFile(TESTFN2, "w") as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 450, in testUtf8BytesOpen f = self.FileIO(fn, "w") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: b'@test_3498983_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502865_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_urllib.py", line 672, in setUp FILE = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/tests/test_filelist.py", line 310, in test_basic_discovery with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tcl.py", line 194, in testEvalFile with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_3501634_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1823, in test_open_file pid = self.spawn_func(args[0], args, os.environ, OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/python'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 149, in test_dict self.helper(self.d) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 658, in test_destructor f = MyFileIO(support.TESTFN, "wb") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_unicode_file.py", line 130, in test_directories self._do_directory(TESTFN_UNICODE+ext, TESTFN_UNICODE+ext) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501556_tmp-àòɘŁğ.dir'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 82, in test_anydbm_modification self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 403, in test_zero_padded_file with gzip.GzipFile(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 82, in test_write_context_manager_calls_close with self.module.open(TESTFN, 'wb'): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/tests/test_core.py", line 83, in test_run_setup_provides_file self.write_setup(setup_using___file__)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 36, in test_dumbdbm_creation with contextlib.closing(dumbdbm.open(_fname, 'c')) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 453, in test_xmlgen_content result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 740, in test_5027_2 result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 449, in testSet self.helper(setobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 898, in test_nonbuffered_textio self.open(support.TESTFN, 'w', buffering=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 71, in test_write_params f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1566, in test_close_on_exception with zipfile.ZipFile(TESTFN2, "w") as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1417, in test_extract_all_with_target_pathlike self._test_extract_all_with_target(pathlib.Path(extdir)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1398, in _test_extract_all_with_target self.make_test_file() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1334, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpjlysbl9w'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 751, in test_closefd_attr with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pipes.py", line 83, in testEmptyPipeline3 with t.open(TESTFN, 'w') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/pipes.py", line 148, in open return self.open_w(file) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/pipes.py", line 164, in open_w return open(file, 'w') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500769_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 370, in test_realpath_symlink_loops os.symlink(ABSTFN, ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3497366_tmp' -> '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 458, in test_textio_readlines self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 902, in test_ignore_count_on_disabled_bp with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 204, in test_unseekable_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 221, in test_samefile create_file(file1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 221, in test_samefile create_file(file1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpisy94din'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_support.py", line 55, in test_rmtree os.mkdir(dirpath) OSError: [Errno 28] No space left on device: '@test_3496865_tmpd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 102, in test_bytes self.helper(s) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 114, in test_filetime create_file(filename, b'foo') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 81, in test_write_read_with_pathlike_file with gzip.GzipFile(filename, 'w') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1542, in test_returns_pid self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (3501354, 256) != (3501354, 0)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 503, in test_bytes_filename with gzip.GzipFile(bytes_filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 466, in testInvalidFd self.assertRaises(OSError, self.FileIO, make_bad_fd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1200, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_deque.py", line 70, in test_maxlen fo = open(support.TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_3501289_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 254, in testBadMTime self.doTest(".py", files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2992, in test_seeking_too with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4079, in test_pickling with self.open(support.TESTFN, **kwargs) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line.py", line 502, in test_isolatedmode with support.temp_cwd() as tmpdir: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1888, in test_empty_zipfile zipf = zipfile.ZipFile(TESTFN, mode="w") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/eintrdata/eintr_tester.py", line 524, in test_flock self._lock(fcntl.flock, "flock") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/eintrdata/eintr_tester.py", line 497, in _lock with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3501399_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 324, in test_forking_handled self.check_result(handled=True) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502872_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 592, in testGetCompiledSource self.doTest(pyc_ext, files, TESTMOD, call=self.assertModuleSource) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 623, in testDoctestSuite self.runDoctest(self.doDoctestSuite) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 597, in runDoctest self.doTest(".py", files, TESTMOD, call=callback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 853, in test_around_2GB self._test_around_boundary(_2G) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 847, in _test_around_boundary with self._make_test_file(start, tail) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 811, in _make_test_file f = open(TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 183, in test_ismount_non_existent os.mkdir(ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2904, in test_basic_io f = self.open(support.TESTFN, "w+", encoding=enc) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500373_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1824, in test_threads with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileinput.py", line 304, in test_readline_binary_mode with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3501193_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_exceptions.py", line 52, in testRaising fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 613, in test_xmlgen_ns_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_turtle.py", line 90, in test_partial_config_dict_with_comments cfg_name = self.get_cfg_file(test_config_two) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502589_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1812, in test_comments with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 830, in test_large_filesize with self._make_test_file(0x17FFFFFFF, b" ") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 811, in _make_test_file f = open(TESTFN, 'w+b') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500191_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 403, in test_zero_padded_file with gzip.GzipFile(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 113, in test_empty_value f = dbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 709, in test_close_flushes with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/pickletester.py", line 3079, in test_dump_closed_file f = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/tests/test_bdist_rpm.py", line 77, in test_quiet cmd.run() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/command/bdist_rpm.py", line 363, in run self.spawn(rpm_cmd) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/cmd.py", line 365, in spawn spawn(cmd, search_path, dry_run=self.dry_run) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/spawn.py", line 36, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/spawn.py", line 157, in _spawn_posix raise DistutilsExecError( distutils.errors.DistutilsExecError: command 'rpmbuild' failed with exit status 1
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502865_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 455, in testFrozenSet self.helper(frozensetobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 679, in test_1463026_3 result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 612, in testDoctestFile self.runDoctest(self.doDoctestFile) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 597, in runDoctest self.doTest(".py", files, TESTMOD, call=callback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 126, in test_write f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncio/test_base_events.py", line 1986, in setUpClass with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 98, in test_string self.helper(s) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 613, in test_pathlike_file with gzip.open(filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 806, in test_flush_error_on_close self.check_flush_error_on_close(support.TESTFN, 'wb', buffering=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 791, in check_flush_error_on_close f = self.open(*args, **kwargs) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2981, in test_seeking with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 233, in testBadMagic self.doTest(".py", files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1919, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shutil.py", line 2238, in setUpClass write_test_file(TESTFN, cls.FILESIZE) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shutil.py", line 92, in write_test_file f.write(chunk) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 348, in test_realpath_basic os.symlink(ABSTFN+"1", ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp1' -> '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502490_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 552, in test_buffered_file_io with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 612, in testDoctestFile self.runDoctest(self.doDoctestFile) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 597, in runDoctest self.doTest(".py", files, TESTMOD, call=callback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmp4o4vifnc'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 184, in test_overflowed_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500614_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 617, in test_with_open with self.open(support.TESTFN, "wb", bufsize) as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1990, in test_seek_tell with zipfile.ZipFile(TESTFN, "w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_multibytecodec.py", line 288, in test_bug1728403 f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_3502610_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 1006, in test_step_at_return_with_no_trace_in_caller with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 207, in test_exclusive_write with gzip.GzipFile(self.filename, 'xb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tracemalloc.py", line 266, in test_snapshot snapshot.dump(support.TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tracemalloc.py", line 430, in dump with open(filename, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_3498723_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 82, in test_write_context_manager_calls_close with self.module.open(TESTFN, 'wb'): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 319, in test_metadata with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 143, in test_keys d = self._empty_mapping() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_pathfix.py", line 71, in test_pathfix self.pathfix( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 250, in test_missing_index with dumbdbm.open(_fname, 'n') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tempfile.py", line 647, in test_basic self.do_create(dir=".") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tempfile.py", line 628, in do_create (fd, name) = tempfile.mkstemp(dir=dir, prefix=pre, suffix=suf) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 332, in mkstemp return _mkstemp_inner(dir, prefix, suffix, flags, output_type) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 250, in _mkstemp_inner fd = _os.open(file, flags, 0o600) OSError: [Errno 28] No space left on device: './a7q3omi1'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502865_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1246, in test_write_python_directory os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (test.test_zipimport.CompressedZipImportTestCase)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 645, in testTraceback self.doTest(None, files, TESTMOD, call=self.doTraceback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_deque.py", line 561, in test_print fo.close() UnboundLocalError: local variable 'fo' referenced before assignment
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2479, in test_read_after_close self.make_test_archive(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2430, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 615, in test_handle_close server = BaseServer(self.family, self.addr, TestHandler) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 472, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 94, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 838, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2521, in test_many_opens self.make_test_archive(TESTFN2) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2430, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 294, in test_pop d = self._empty_mapping() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1749, in test_bad_open_mode with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4020, in test_abc_inheritance self._check_abc_inheritance(self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4002, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 110, in test_write_incompatible_type with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 310, in test_sync_not_handled BaseErrorTestServer(SystemExit) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 344, in __init__ self.handle_request() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 296, in handle_request return self._handle_request_noblock() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 318, in _handle_request_noblock self.handle_error(request, client_address) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502872_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 82, in test_anydbm_modification self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1318, in test_write_pathlike os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 99, in test_infile_stdout infile = self._create_infile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 93, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_3500231_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_resource.py", line 54, in test_fsize_enforced f = open(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_support.py", line 262, in test_temp_cwd with support.temp_cwd(name=TESTFN): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: '@test_3496865_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 540, in test_raw_file_io with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_http_cookiejar.py", line 1719, in test_rejection c.save(filename, ignore_discard=True) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/http/cookiejar.py", line 1890, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 595, in test_xmlgen_ns result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3217, in test_append_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_signal.py", line 157, in test_invalid_fd fd = support.make_bad_fd() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1200, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line.py", line 564, in test_set_pycache_prefix with support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/tests/test_core.py", line 89, in test_run_setup_preserves_sys_argv self.write_setup(setup_does_nothing)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500373_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2531, in test_write_while_reading with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_DEFLATED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 150, in test_write_memoryview f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 352, in setUp with open(self.file, "w") as tmp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 68, in test_anydbm_creation f = dbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2152, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_aifc.py", line 204, in test_read_markers fout = self.fout = aifc.open(TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2549, in setUp os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 770, in test_xmlgen_fragment result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 1057, in test_write_to_file with LZMAFile(TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 732, in test_read_closed with self.open(support.TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_pathfix.py", line 121, in test_pathfix_adding_errors self.pathfix( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 709, in test_close_flushes with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileinput.py", line 951, in test_errors with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 455, in testFrozenSet self.helper(frozensetobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 303, in testMixedNamespacePackage self.makeZip(files1, zip1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/path1.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502956_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501700_tmp.d'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 415, in testModeStrings with self.FileIO(TESTFN, modes[0]) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3048, in test_multibyte_seek_and_tell f = self.open(support.TESTFN, "w", encoding="euc_jp") OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line.py", line 468, in test_del___main__ with open(filename, "w") as script: OSError: [Errno 28] No space left on device: '@test_3503254_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 437, in testList self.helper(listobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 108, in test_write_write_read with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1717, in test_empty_file_raises_BadZipFile f = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 3205, in test_large_fd_transfer with open(test.support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_trace.py", line 368, in test_coverage self._coverage(tracer) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_trace.py", line 363, in _coverage r.write_results(show_missing=True, summary=True, coverdir=TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/trace.py", line 261, in write_results os.makedirs(dir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 124, in test_anydbm_access self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 1262, in test_filename with TempFile(TESTFN): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 348, in test_realpath_basic os.symlink(ABSTFN+"1", ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3497366_tmp1' -> '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 68, in test_anydbm_creation f = dbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 722, in test_array_writes check(self.FileIO(support.TESTFN, "w")) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500373_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 319, in test_threading_not_handled self.check_result(handled=False) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502872_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4036, in test_warn_on_dealloc self._check_warn_on_dealloc(support.TESTFN, "wb", buffering=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4028, in _check_warn_on_dealloc f = open(*args, **kwargs) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1246, in test_write_python_directory os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1572, in test_specify_environment self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (3501379, 256) != (3501379, 0)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 681, in test_close with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 642, in test_1463026_1_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 230, in test_unseekable_overflowed_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 828, in test_multi_close f = self.open(support.TESTFN, "wb", buffering=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1477, in test_extract_hackers_arcnames_posix_only self._test_extract_hackers_arcnames(posix_hacknames) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1482, in _test_extract_hackers_arcnames with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp-æ.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 157, in test_items d = self._empty_mapping() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 113, in test_non_ascii_infile infile = self._create_infile(data) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 93, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_3500231_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 466, in testInvalidFd self.assertRaises(OSError, self.FileIO, make_bad_fd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1200, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 299, in test_sameopenfile create_file(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pdb.py", line 1243, in test_find_function_found self._assert_find_function( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500307_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 270, in testSubPackage self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 355, in testAbles f = self.FileIO(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/tests/test_bdist_rpm.py", line 120, in test_no_optimize_flag cmd.run() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/command/bdist_rpm.py", line 363, in run self.spawn(rpm_cmd) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/cmd.py", line 365, in spawn spawn(cmd, search_path, dry_run=self.dry_run) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/spawn.py", line 36, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/spawn.py", line 157, in _spawn_posix raise DistutilsExecError( distutils.errors.DistutilsExecError: command 'rpmbuild' failed with exit status 1
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501620_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 1343, in test_x_mode with lzma.open(TESTFN, mode): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/lzma.py", line 301, in open binary_file = LZMAFile(filename, lz_mode, format=format, check=check, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_pathfix.py", line 95, in test_pathfix_adding_flag self.pathfix( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 95, in test_write_memoryview self.write_and_read_back(memoryview(data1 * 50)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 59, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1644, in test_close_erroneous_file with open(TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 90, in test_context_manager_with_open_file with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 443, in test_xmlgen_basic_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 722, in test_array_writes check(self.FileIO(support.TESTFN, "w")) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 177, in test_isdir create_file(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 295, in test_1647484 with gzip.GzipFile(self.filename, mode) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bool.py", line 250, in test_fileclosed os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_3500769_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 903, in test_invalid_newline self.open(support.TESTFN, 'w', newline='invalid') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3247, in test_seek_append_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 217, in test_buffered_reader self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 305, in test_sync_handled BaseErrorTestServer(ValueError) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 344, in __init__ self.handle_request() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 296, in handle_request return self._handle_request_noblock() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 318, in _handle_request_noblock self.handle_error(request, client_address) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1629, 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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpjxofb2cq'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4148, in test_create_writes with self.open(support.TESTFN, 'xb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 723, in wrapper os.makedirs(directory) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3496759_tmp-gzdir'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 92, in test_anydbm_read self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 209, in test_parse_close_source make_xml_file(self.data, 'iso-8859-1', None) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 115, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 46, in test_dumbdbm_creation_mode f = dumbdbm.open(_fname, 'c', 0o637) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/tests/test_config_cmd.py", line 55, in test_search_cpp match = cmd.search_cpp(pattern='xxx', body='/* xxx */') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/command/config.py", line 200, in search_cpp src, out = self._preprocess(body, headers, include_dirs, lang) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/command/config.py", line 120, in _preprocess src = self._gen_temp_sourcefile(body, headers, lang) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 761, in test_no_close_file result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 286, in test_nonascii_filename with dumbdbm.open(filename, 'c') as db: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp-æ.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1763, in test_read0 with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 82, in test_anydbm_modification self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1296, in test_write_pyfile_bad_syntax os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_http_cookiejar.py", line 1785, in test_mozilla new_c = save_and_restore(c, True) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_http_cookiejar.py", line 1776, in save_and_restore cj.save(ignore_discard=ignore_discard) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/http/cookiejar.py", line 2085, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_3502988_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 720, in __init__ self.handle() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1739, in test_closed_zip_raises_ValueError with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_support.py", line 55, in test_rmtree os.mkdir(dirpath) OSError: [Errno 28] No space left on device: '@test_3484155_tmpd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 71, in test_write_params f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 225, in testEmptyPy self.doTest(None, files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/unittest/mock.py", line 1360, in patched return func(*newargs, **newkeywargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 221, in test_checked_hash_based_change_pyc self.doTest(None, files, TESTMOD, call=check) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 823, in test_stderr_flush with open(testfn, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 433, in testBytesOpen f = self.FileIO(fn, "w") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: b'@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 3648, in test_write_to_text_file with open(TESTFN, 'w', encoding='utf-8') as f: OSError: [Errno 28] No space left on device: '@test_3501445_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pipes.py", line 28, in testSimplePipe1 with open(TESTFN) as f: FileNotFoundError: [Errno 2] No such file or directory: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 443, in testTuple self.helper(tupleobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_urllib.py", line 148, in setUp f = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_3496717_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 383, in test_with_open with gzip.GzipFile(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 104, in test_write_array self.write_and_read_back(array.array('I', data1 * 40)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 59, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 496, in testZipImporterMethodsInSubDirectory with ZipFile(TEMP_ZIP, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_pathfix.py", line 83, in test_pathfix_keeping_flags self.pathfix( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileinput.py", line 281, in test_readline with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 1074, in test_next_command_in_generator_for_loop with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 269, in test_seek_whence self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4079, in test_pickling with self.open(support.TESTFN, **kwargs) as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 102, in test_write_contains with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_builtin.py", line 1130, in test_open_default_encoding self.write_testfile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_builtin.py", line 1094, in write_testfile fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 225, in testEmptyPy self.doTest(None, files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 3657, in test_write_to_binary_file with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3500170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/eintrdata/eintr_tester.py", line 521, in test_lockf self._lock(fcntl.lockf, "lockf") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/eintrdata/eintr_tester.py", line 497, in _lock with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3512153_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3217, in test_append_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 80, in test_dumbdbm_read self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 617, in test_with_open with self.open(support.TESTFN, "wb", bufsize) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 1038, in test_next_until_return_in_generator with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 411, in test_realpath_repeated_indirect_symlinks os.mkdir(ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 926, in test_fspath_support check_path_succeeds(FakePath(support.TESTFN)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 920, in check_path_succeeds with self.open(path, "w") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 127, in test_read1 self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 90, in test_context_manager_with_open_file with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 587, in test_binary_modes with gzip.open(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncio/test_sendfile.py", line 135, in setUpClass super().setUpClass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501560_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 581, in test_xmlgen_encoding_bytes result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 280, in test_seek_write with gzip.GzipFile(self.filename, 'w') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1385, in test_extract_all with temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 102, in test_bytes self.helper(s) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 92, in test_anydbm_read self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3899, in test_attributes f = self.open(support.TESTFN, "wb", buffering=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2403, in test_garbage_collection CBufferedReaderTest.test_garbage_collection(self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1576, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1477, in test_extract_hackers_arcnames_posix_only self._test_extract_hackers_arcnames(posix_hacknames) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1482, in _test_extract_hackers_arcnames with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2904, in test_basic_io f = self.open(support.TESTFN, "w+", encoding=enc) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501620_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_profile.py", line 98, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/cProfile.py", line 19, in runctx return _pyprofile._Utils(Profile).runctx(statement, globals, locals, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 66, in runctx self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/cProfile.py", line 46, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3501280_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 609, in test_large_file_ops with self.open(support.TESTFN, "w+b", 0) as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tempfile.py", line 658, in test_basic_with_bytes_names self.do_create(dir=b".") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tempfile.py", line 628, in do_create (fd, name) = tempfile.mkstemp(dir=dir, prefix=pre, suffix=suf) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 332, in mkstemp return _mkstemp_inner(dir, prefix, suffix, flags, output_type) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 250, in _mkstemp_inner fd = _os.open(file, flags, 0o600) OSError: [Errno 28] No space left on device: b'./n3uvuipv'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1778, in test_truncate with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 68, in test_anydbm_creation f = dbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2507, in test_write_after_read with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_trace.py", line 507, in test_count_and_summary with open(filename, 'w') as fd: OSError: [Errno 28] No space left on device: '@test_3484155_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 828, in test_multi_close f = self.open(support.TESTFN, "wb", buffering=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 651, in test_text_modes with gzip.open(self.filename, "wt") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1596, in test_write_unicode_filenames with zipfile.ZipFile(TESTFN, "w") as zf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 828, in test_multi_close f = self.open(support.TESTFN, "wb", buffering=0) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 192, in testBoth self.doTest(pyc_ext, files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 675, in testComment self.doTest(".py", files, TESTMOD, comment=b"comment") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 526, in testTruncateOnWindows os.unlink(TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 200, in test_ensure_ascii_default infile = self._create_infile('{"key":"💩"}') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 93, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_3500231_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncio/test_sendfile.py", line 135, in setUpClass super().setUpClass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 631, in test_1463026_1 result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2466, in test_interleaved self.make_test_archive(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2430, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 503, in test_xmlgen_attr_escape result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1864, in test_unicode_comment with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 204, in test_unseekable_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpfq_cbf4t'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2981, in test_seeking with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_builtin.py", line 1105, in test_open self.write_testfile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_builtin.py", line 1094, in write_testfile fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3502879_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 491, in test_nonascii_abspath with support.temp_cwd(name): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: b'@test_3484155_tmp\xe7w\xf0'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3257, in test_errors_property with self.open(support.TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socket.py", line 1876, 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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 624, in test_implicit_binary_modes with gzip.open(self.filename, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_unicode_file.py", line 121, in test_single_files self._test_single(TESTFN_UNICODE) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_unicode_file.py", line 104, in _test_single create_empty_file(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1185, 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_3484155_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 554, in test_init_with_filename with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3952, in test_io_after_close f = self.open(support.TESTFN, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_mmap.py", line 761, in test_repr fp.write(data) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 108, in test_write_write_read with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501560_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 2333, in decorator return func(*args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/pickletester.py", line 1355, in test_unpickle_module_race os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 149, in test_dict self.helper(self.d) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tcl.py", line 194, in testEvalFile with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/xml/etree/ElementTree.py", line 762, in _get_writer write = file_or_filename.write AttributeError: 'str' object has no attribute 'write'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_turtle.py", line 90, in test_partial_config_dict_with_comments cfg_name = self.get_cfg_file(test_config_two) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1797, in test_null_byte_in_filename with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tracemalloc.py", line 285, in test_snapshot_save_attr snapshot.dump(support.TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tracemalloc.py", line 430, in dump with open(filename, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 631, in test_append_mode_tell with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 260, in test_samestat create_file(test_fn1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1442, in test_extract_hackers_arcnames_common_cases self._test_extract_hackers_arcnames(common_hacknames) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1482, in _test_extract_hackers_arcnames with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 158, in test_incompleted_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 1262, in test_filename with TempFile(TESTFN): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpx0j88r5t'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 689, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 170, in test_multiple_writes with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 558, in test_non_ascii script_name = _make_test_script(os.getcwd(), name, source) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 207, in make_script with open(script_name, 'w', encoding='utf-8') as script_file: OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3502505_tmp\udce7w\udcf0.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 191, in test_many_append with gzip.GzipFile(self.filename, 'wb', 9) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4025, in test_abc_inheritance_official self._check_abc_inheritance(io) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4002, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 310, in test_sync_not_handled BaseErrorTestServer(SystemExit) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 344, in __init__ self.handle_request() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 296, in handle_request return self._handle_request_noblock() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 318, in _handle_request_noblock self.handle_error(request, client_address) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 233, in testBadMagic self.doTest(".py", files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 203, in test_check_closed f = dumbdbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/threading.py", line 944, in _bootstrap_inner self.run() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/threading.py", line 882, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/socketserver.py", line 652, in process_request_thread self.handle_error(request, client_address) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502872_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500373_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_http_cookiejar.py", line 492, in test_missing_value c.save(ignore_expires=True, ignore_discard=True) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/http/cookiejar.py", line 2085, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1644, in test_close_erroneous_file with open(TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 46, in test_dumbdbm_creation_mode f = dumbdbm.open(_fname, 'c', 0o637) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpj6k0h6uq'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 95, in test_write_memoryview self.write_and_read_back(memoryview(data1 * 50)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 59, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1864, in test_unicode_comment with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2953, in test_telling f = self.open(support.TESTFN, "w+", encoding="utf-8") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1542, in test_returns_pid self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (3512115, 256) != (3512115, 0)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3952, in test_io_after_close f = self.open(support.TESTFN, **kwargs) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_glob.py", line 28, in setUp self.mktemp('a', 'D') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_glob.py", line 23, in mktemp os.makedirs(base) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp_dir'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 2333, in decorator return func(*args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/pickletester.py", line 1355, in test_unpickle_module_race os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_3495904_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1961, in test_open_conflicting_handles with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 694, in test_encoding with gzip.open(self.filename, "wt", encoding="utf-16") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 170, in test_multiple_writes with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 559, in testImporterAttr self.doTest(pyc_ext, files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1269, in test_write_python_directory_filtered os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 426, in testStr self.helper(strobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 433, in testBytesOpen f = self.FileIO(fn, "w") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: b'@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3232, in test_seek_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpk25ucozw'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 564, in test_readline with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 449, in test_realpath_resolve_parents os.mkdir(ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 329, in test_forking_not_handled self.check_result(handled=False) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502872_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 121, in test_infile_outfile infile = self._create_infile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 93, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileinput.py", line 304, in test_readline_binary_mode with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_multibytecodec.py", line 288, in test_bug1728403 f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 307, in test_mtime with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3498294_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 225, in test_create_new with dumbdbm.open(_fname, 'n') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500373_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 806, in test_flush_error_on_close self.check_flush_error_on_close(support.TESTFN, 'wb', buffering=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 791, in check_flush_error_on_close f = self.open(*args, **kwargs) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 530, in testAppend f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1778, in test_truncate with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpcss8x_dq'
Traceback (test.test_exceptions.ExceptionTests) ... ok
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 679, in testBeginningCruftAndComment self.doTest(".py", files, TESTMOD, stuff=b"cruft" * 64, comment=b"hi") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "<string>", line 3, in <module> OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 563, in test_handle_accepted server = TestListener(self.family, self.addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 552, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 94, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 838, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2493, in test_read_after_write with zipfile.ZipFile(f, 'w', zipfile.ZIP_DEFLATED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 62, in test_nullpat self.drive_one(b'\0' * 1000) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 24, in try_one f = self.open(support.TESTFN, "wb") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 271, in test_get d = self._empty_mapping() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 104, in test_anydbm_keys self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 250, in test_samefile_on_link self._test_samefile_on_link_func(os.link) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 235, in _test_samefile_on_link_func create_file(test_fn1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 102, in test_write_contains with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 713, in test_newline with gzip.open(self.filename, "wt", newline="\n") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1572, in test_specify_environment self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (3512138, 256) != (3512138, 0)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 82, in test_anydbm_modification self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500769_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.d'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpwmr7odce'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 104, in test_anydbm_keys self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2507, in test_write_after_read with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 393, in testAbles os.unlink(TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 540, in test_xmlgen_unencodable result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1797, in test_null_byte_in_filename with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 861, in test_bp_exception_on_condition_evaluation with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1791, in test_truncate_after_write with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 292, in test_samestat_on_link self._test_samestat_on_link_func(os.link) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 276, in _test_samestat_on_link_func create_file(test_fn1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp1'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileinput.py", line 968, in test_modes with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3048, in test_multibyte_seek_and_tell f = self.open(support.TESTFN, "w", encoding="euc_jp") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 292, in test_zipfile_compiled_checked_hash self._check_script(zip_name, run_name, zip_name, zip_name, '', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 128, in _check_script rc, out, err = assert_python_ok( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 156, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 142, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/python', '-X', 'faulthandler', '-E', '/tmp/tmplvyyhxfw/test_zip.zip', 'test1', 'test2', 'test3']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/cProfile.py", line 16, in run return _pyprofile._Utils(Profile).run(statement, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 57, in run self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/cProfile.py", line 46, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 761, in test_no_close_file result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1654, in test_is_zip_erroneous_file with open(TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2252, in test_threads BufferedReaderTest.test_threads(self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1456, in test_threads with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 133, in test_line_endings with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 609, in test_large_file_ops with self.open(support.TESTFN, "w+b", 0) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 633, in setUp with open(self.file_name, 'xb', 0) as file: OSError: [Errno 28] No space left on device: '@test_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 91, in run return _Utils(Profile).run(statement, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 57, in run self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3500654_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 540, in test_raw_file_io with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2981, in test_seeking with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1318, in test_write_pathlike os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3952, in test_io_after_close f = self.open(support.TESTFN, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 653, in test_1463026_2 result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 3163, in _writefd fd = reduction.recv_handle(conn) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle return recvfds(s, 1)[0] File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/reduction.py", line 159, in recvfds raise EOFError EOFError Process Process-202: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 3163, in _writefd fd = reduction.recv_handle(conn) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle return recvfds(s, 1)[0] File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/reduction.py", line 159, in recvfds raise EOFError EOFError
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 565, in test_xmlgen_ignorable_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2237, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/tests/test_core.py", line 96, in test_run_setup_defines_subclass self.write_setup(setup_defines_subclass)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500373_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 762, in test_garbage_collection f = self.FileIO(support.TESTFN, "wb") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 740, in test_5027_2 result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 407, in test_invalid_operations with self.open(support.TESTFN, mode) as fp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 133, in test_line_endings with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/libregrtest/runtest.py", line 270, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/libregrtest/runtest.py", line 221, in _runtest_inner2 the_module = importlib.import_module(abstest) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1021, in _gcd_import File "<frozen importlib._bootstrap>", line 998, in _find_and_load File "<frozen importlib._bootstrap>", line 977, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 790, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shutil.py", line 148, in <module> SUPPORTS_SENDFILE = supports_file2file_sendfile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shutil.py", line 126, in supports_file2file_sendfile with tempfile.NamedTemporaryFile("wb", dir=os.getcwd(), delete=False) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 541, in NamedTemporaryFile (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags, output_type) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 250, in _mkstemp_inner fd = _os.open(file, flags, 0o600) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmp18y0ve9y'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 124, in test_anydbm_access self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1812, in test_comments with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 307, in test_mtime with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500373_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 393, in testAbles os.unlink(TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 3641, in test_write_to_filename tree.write(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/xml/etree/ElementTree.py", line 732, in write with _get_writer(file_or_filename, enc_lower) as write: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/xml/etree/ElementTree.py", line 768, in _get_writer file = open(file_or_filename, "w", encoding=encoding, OSError: [Errno 28] No space left on device: '@test_3500170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 631, in test_append_mode_tell with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2549, in setUp os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 134, in test_constructor self.assertEqual(self._empty_mapping(), self._empty_mapping()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3033, in test_seek_and_tell test_seek_and_tell_with_data(input) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3008, in test_seek_and_tell_with_data f = self.open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_support.py", line 281, in test_make_bad_fd fd = support.make_bad_fd() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1200, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2452, in test_different_file self.make_test_archive(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2430, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 903, in test_invalid_newline self.open(support.TESTFN, 'w', newline='invalid') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 120, in test_read self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 227, in test_script_abspath with support.temp_cwd() as script_dir: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 564, in test_readline with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502865_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 319, in test_metadata with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1654, in test_is_zip_erroneous_file with open(TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 317, in test_read_not_from_start with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 150, in test_write_memoryview f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_builtin.py", line 1130, in test_open_default_encoding self.write_testfile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_builtin.py", line 1094, in write_testfile fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3502879_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 704, in test_encoding_error_handler with gzip.open(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpy3srb9w5'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501620_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 872, in test_read_from_file_with_bytes_filename with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496865_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 104, in test_write_array self.write_and_read_back(array.array('I', data1 * 40)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 59, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 126, in test_write f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 260, in testPackage self.doTest(pyc_ext, files, TESTPACK, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/distutils/tests/test_core.py", line 96, in test_run_setup_defines_subclass self.write_setup(setup_defines_subclass)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 120, in test_read self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1791, in test_truncate_after_write with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pipes.py", line 27, in testSimplePipe1 f.write('hello world #1') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/os.py", line 996, in __exit__ self.close() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/os.py", line 985, in close self._stream.close() BrokenPipeError: [Errno 32] Broken pipe
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 179, in test_memoryview self.helper(b) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpa_x_9oi7'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_deque.py", line 70, in test_maxlen fo = open(support.TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/_test_multiprocessing.py", line 3179, in test_fd_transfer with open(test.support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1596, in test_write_unicode_filenames with zipfile.ZipFile(TESTFN, "w") as zf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 81, in test_write_read_with_pathlike_file with gzip.GzipFile(filename, 'w') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 613, in test_pathlike_file with gzip.open(filename, "wb") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 151, in test_values d = self._empty_mapping() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 442, in testZipImporterMethods with ZipFile(TEMP_ZIP, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3063, 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_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2953, in test_telling f = self.open(support.TESTFN, "w+", encoding="utf-8") OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 292, in test_samestat_on_link self._test_samestat_on_link_func(os.link) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 276, in _test_samestat_on_link_func create_file(test_fn1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3497366_tmp1'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dir'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2904, in test_basic_io f = self.open(support.TESTFN, "w+", encoding=enc) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 154, in test_io_on_closed_object self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 191, in test_many_append with gzip.GzipFile(self.filename, 'wb', 9) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 82, in test_write_context_manager_calls_close with self.module.open(TESTFN, 'wb'): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502865_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 286, in test_mode self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4142, in test_create_fail with self.open(support.TESTFN, 'w'): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 591, in test_handle_write server = BaseServer(self.family, self.addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 472, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 94, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 838, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_builtin.py", line 1234, in test_input self.write_testfile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_builtin.py", line 1094, in write_testfile fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_turtle.py", line 105, in test_config_dict_invalid cfg_name = self.get_cfg_file(invalid_test_config) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 426, in test_realpath_deep_recursion os.mkdir(ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/@test_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 115, in test_str_read self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 114, in test_filetime create_file(filename, b'foo') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 110, in test_write_incompatible_type with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socket.py", line 5362, in testBytesAddr self.bind(self.sock, self.encoded(path)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socket.py", line 5339, in bind support.bind_unix_socket(sock, path) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 838, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 104, in test_anydbm_keys self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 469, in testModule self.helper(code) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 416, in testInt self.helper(intobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 62, in test_bool self.helper(b) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 904, in test_expat_binary_file_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shutil.py", line 261, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: OSError: [Errno 28] No space left on device: '@test_3500649_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 181, in setUp self.d = dbm.open(self.filename, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_pathfix.py", line 71, in test_pathfix self.pathfix( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmp0kd_j6do'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 2044, in wrapper return func(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3266, in test_threads_write with self.open(support.TESTFN, "w", buffering=1) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 553, in test_xmlgen_ignorable result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 74, in test_binary_file_shelf s = shelve.open(self.fn, protocol=1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/eintrdata/eintr_tester.py", line 361, in test_os_open self._test_open("fd = os.open(path, os.O_RDONLY)\nos.close(fd)", File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 650, in wrapper return func(*args, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/eintrdata/eintr_tester.py", line 322, in _test_open os.mkfifo(filename) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 762, in test_garbage_collection f = self.FileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 477, in test_xmlgen_pi result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_fixcid.py", line 32, in test_alter_comments output = self.run_script( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501700_tmp.subst'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 212, in test_unseekable_incompleted_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 329, in test_forking_not_handled self.check_result(handled=False) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 1242, in test_expat_locator_withinfo_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shutil.py", line 261, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: OSError: [Errno 28] No space left on device: '@test_3500649_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 101, in test_write_bytearray self.write_and_read_back(bytearray(data1 * 50)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 59, in write_and_read_back with gzip.GzipFile(self.filename, 'w'+mode) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pdb.py", line 1243, in test_find_function_found self._assert_find_function( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500307_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 24, in try_one f = self.open(support.TESTFN, "wb") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3498085_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpyim_pcuv'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 552, in test_buffered_file_io with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501565_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 370, in test_realpath_symlink_loops os.symlink(ABSTFN, ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp' -> '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 1140, in test_expat_inpsource_sysid_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shutil.py", line 261, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: OSError: [Errno 28] No space left on device: '@test_3500649_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2904, in test_basic_io f = self.open(support.TESTFN, "w+", encoding=enc) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 134, in test_write_bytearray f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 202, in test_isfile create_file(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1870, in test_change_comment_in_empty_archive with zipfile.ZipFile(TESTFN, "a", zipfile.ZIP_STORED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3247, in test_seek_append_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/eintrdata/eintr_tester.py", line 524, in test_flock self._lock(fcntl.flock, "flock") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/eintrdata/eintr_tester.py", line 497, in _lock with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3512153_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 461, in testDict self.helper(dictobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3063, 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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 68, in test_anydbm_creation f = dbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 370, in setUp with open(support.TESTFN, 'wb') as file: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1739, in test_closed_zip_raises_ValueError with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 862, in test_read_from_file with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 3657, in test_write_to_binary_file with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 174, in test_random with contextlib.closing(dumbdbm.open(_fname)) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 134, in test_write_bytearray f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 104, in test_anydbm_keys self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1824, in test_threads with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 624, in test_implicit_binary_modes with gzip.open(self.filename, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_unicode_file.py", line 130, in test_directories self._do_directory(TESTFN_UNICODE+ext, TESTFN_UNICODE+ext) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp-àòɘŁğ.dir'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_profile.py", line 98, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/cProfile.py", line 19, in runctx return _pyprofile._Utils(Profile).runctx(statement, globals, locals, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 66, in runctx self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/cProfile.py", line 46, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_http_cookiejar.py", line 361, in test_lwp_valueless_cookie c.save(filename, ignore_discard=True) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/http/cookiejar.py", line 1890, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_http_cookiejar.py", line 492, in test_missing_value c.save(ignore_expires=True, ignore_discard=True) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/http/cookiejar.py", line 2085, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_3502988_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1382, in test_extract_with_target_pathlike self._test_extract_with_target(pathlib.Path(extdir)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1358, in _test_extract_with_target self.make_test_file() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1334, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpxutzilq8'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3247, in test_seek_append_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 426, in test_realpath_deep_recursion os.mkdir(ABSTFN) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 24, in try_one f = self.open(support.TESTFN, "wb") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502956_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 723, in wrapper os.makedirs(directory) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/@test_3484155_tmp-gzdir'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 472, in test_fileobj_mode gzip.GzipFile(self.filename, "wb").close() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpraqqdm2s'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 553, in test_xmlgen_ignorable result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_exceptions.py", line 52, in testRaising fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3503146_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/pickletester.py", line 3087, in test_load_closed_file f = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_trace.py", line 488, in test_listfuncs_flag_success with open(TESTFN, 'w') as fd: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502865_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 104, in test_anydbm_keys self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 407, in test_invalid_operations with self.open(support.TESTFN, mode) as fp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 270, in testSubPackage self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 713, in test_newline with gzip.open(self.filename, "wt", newline="\n") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 158, in test_incompleted_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 71, in test_floats self.helper(float(expected)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 152, in test_list self.helper(list(self.d.items())) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2466, in test_interleaved self.make_test_archive(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2430, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 142, in test_write_array f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socketserver.py", line 315, in test_threading_handled self.check_result(handled=True) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502872_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 71, in test_floats self.helper(float(expected)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500191_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1566, in test_close_on_exception with zipfile.ZipFile(TESTFN2, "w") as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 121, in test_infile_outfile infile = self._create_infile() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 93, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_3500231_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 472, in test_fileobj_mode gzip.GzipFile(self.filename, "wb").close() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3217, in test_append_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 104, in test_anydbm_keys self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 303, in testMixedNamespacePackage self.makeZip(files1, zip1) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/path1.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_urllib2net.py", line 117, in test_file f = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3502805_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2981, in test_seeking with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1290, in test_write_non_pyfile with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1717, in test_empty_file_raises_BadZipFile f = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pdb.py", line 1370, in test_issue16180 stdout, stderr = self.run_pdb_script(script, commands) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_http_cookiejar.py", line 361, in test_lwp_valueless_cookie c.save(filename, ignore_discard=True) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/http/cookiejar.py", line 1890, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_3502988_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 552, in test_buffered_file_io with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/eintrdata/eintr_tester.py", line 521, in test_lockf self._lock(fcntl.lockf, "lockf") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/eintrdata/eintr_tester.py", line 497, in _lock with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3501399_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 124, in test_anydbm_access self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 301, in test_copy fout = self.fout = self.module.open(TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_deque.py", line 555, in test_print fo = open(support.TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_3501289_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 178, in test_append self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pdb.py", line 1240, in test_find_function_empty_file self._assert_find_function('', 'foo', None) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500307_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 721, in test_5027_1 result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1382, in test_extract_with_target_pathlike self._test_extract_with_target(pathlib.Path(extdir)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1358, in _test_extract_with_target self.make_test_file() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1334, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 163, in test_len d = self._empty_mapping() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 302, in test_zipfile_compiled_unchecked_hash self._check_script(zip_name, run_name, zip_name, zip_name, '', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_cmd_line_script.py", line 128, in _check_script rc, out, err = assert_python_ok( File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 156, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 142, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/script_helper.py", line 70, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/python', '-X', 'faulthandler', '-E', '/tmp/tmpeaudgvg9/test_zip.zip', 'test1', 'test2', 'test3']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 238, in test_readlines self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bool.py", line 28, in test_print os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_3500769_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3048, in test_multibyte_seek_and_tell f = self.open(support.TESTFN, "w", encoding="euc_jp") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 693, in test_1463026_3_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 97, in test_dumbdbm_keys self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1843, in test_close_file self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (3512123, 256) != (3512123, 0)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 111, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 898, in test_nonbuffered_textio self.open(support.TESTFN, 'w', buffering=0) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496865_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2403, in test_garbage_collection CBufferedReaderTest.test_garbage_collection(self) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1576, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tcl.py", line 207, in test_evalfile_null_in_result with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_3501634_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 503, in test_xmlgen_attr_escape result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 4142, in test_create_fail with self.open(support.TESTFN, 'w'): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmp41zq6twh'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/mapping_tests.py", line 93, in test_write p = self._empty_mapping() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_shelve.py", line 180, in _empty_mapping x= shelve.open(self.fn+str(self.counter), **self._args) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 243, in open return DbfilenameShelf(filename, flag, protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shelve.py", line 227, in __init__ Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 524, in testTruncateOnWindows bug801631() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 503, in bug801631 f = self.FileIO(TESTFN, 'w') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 881, in test_bp_ignore_count with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (test.test_zipimport.UncompressedZipImportTestCase)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 645, in testTraceback self.doTest(None, files, TESTMOD, call=self.doTraceback) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 898, in test_nonbuffered_textio self.open(support.TESTFN, 'w', buffering=0) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 609, in test_large_file_ops with self.open(support.TESTFN, "w+b", 0) as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2391, in test_write with open(TESTFN, 'wb') as f2: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501296_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1919, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 187, in test_parse_path_object make_xml_file(self.data, 'utf-8', None) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 115, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 142, in test_write_array f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 173, in test_bytearray self.helper(b) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 540, in testGetData with ZipFile(TEMP_ZIP, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_subprocess.py", line 408, in test_cwd_with_relative_arg with support.temp_cwd() as wrong_dir: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 565, in test_xmlgen_ignorable_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2152, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 373, in test_compresslevel_metadata fWrite = gzip.GzipFile(self.filename, 'w', compresslevel=level) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_urllibnet.py", line 177, in test_specified_path with self.urlretrieve(self.logo, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_urllibnet.py", line 160, in urlretrieve file_location, info = urllib.request.urlretrieve(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/urllib/request.py", line 249, in urlretrieve tfp = open(filename, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 196, in test_unseekable_read with self.create_file(TESTFN) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 280, in test_seek_write with gzip.GzipFile(self.filename, 'w') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 421, in testFloat self.helper(floatobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1526, in test_open_via_zip_info with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpt3z4lwfj'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 196, in test_unseekable_read with self.create_file(TESTFN) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1870, in test_change_comment_in_empty_archive with zipfile.ZipFile(TESTFN, "a", zipfile.ZIP_STORED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 204, in test_unseekable_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 300, in test_paddedfile_getattr self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 193, in test_context_manager with dumbdbm.open(_fname, 'c') as db: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500635_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 113, in test_non_ascii_infile infile = self._create_infile(data) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 93, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1545, in test_writestr_extended_local_header_issue1202 with zipfile.ZipFile(TESTFN2, 'w') as orig_zip: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_trace.py", line 397, in test_issue9936 self._coverage(tracer, cmd) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_trace.py", line 363, in _coverage r.write_results(show_missing=True, summary=True, coverdir=TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/trace.py", line 261, in write_results os.makedirs(dir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_3496537_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_resource.py", line 54, in test_fsize_enforced f = open(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3496602_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/eintrdata/eintr_tester.py", line 351, in test_open self._test_open("fp = open(path, 'r')\nfp.close()", File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 650, in wrapper return func(*args, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/eintrdata/eintr_tester.py", line 322, in _test_open os.mkfifo(filename) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 300, in test_paddedfile_getattr self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 472, in test_abspath_issue3426 with support.temp_cwd(unicwd): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'çwð'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 124, in test_anydbm_access self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 267, in test_close with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1572, in test_specify_environment self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (3512122, 256) != (3512122, 0)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posixpath.py", line 633, in setUp with open(self.file_name, 'xb', 0) as file: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tracemalloc.py", line 266, in test_snapshot snapshot.dump(support.TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tracemalloc.py", line 430, in dump with open(filename, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1763, in test_read0 with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 120, in test_str_write_contains self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 465, in test_xmlgen_content_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpfijfa262'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 34, in test_ints self.helper(expected) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 178, in test_append self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 92, in test_anydbm_read self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 113, in test_empty_value f = dbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 842, in test_bp_condition with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2992, in test_seeking_too with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 64, in test_close_twice f = dumbdbm.open(_fname) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/unittest/mock.py", line 1360, in patched return func(*newargs, **newkeywargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 221, in test_checked_hash_based_change_pyc self.doTest(None, files, TESTMOD, call=check) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 193, in test_context_manager with dumbdbm.open(_fname, 'c') as db: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 526, in testTruncateOnWindows os.unlink(TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 250, in test_seek_read self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_lzma.py", line 554, in test_init_with_filename with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3499170_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 301, in test_copy fout = self.fout = self.module.open(TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500605_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 1140, in test_expat_inpsource_sysid_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/shutil.py", line 261, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: OSError: [Errno 28] No space left on device: '@test_3484155_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3232, in test_seek_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 192, in testBoth self.doTest(pyc_ext, files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 150, in test_write_memoryview f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1854, in test_dup2 with open(dupfile, "wb") as childfile: OSError: [Errno 28] No space left on device: '@test_3501344_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1413, in test_extract_all_with_target self._test_extract_all_with_target(extdir) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1398, in _test_extract_all_with_target self.make_test_file() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1334, in make_test_file with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1269, in test_write_python_directory_filtered os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 136, in test_parse_text make_xml_file(self.data, encoding) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 115, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 433, in test_xmlgen_basic result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3484155_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_aifc.py", line 169, in test_params_added f = self.f = aifc.open(TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3500700_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 92, in test_anydbm_read self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 50, in init_db f = dbm.open(_fname, 'n') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/__init__.py", line 95, in open return mod.open(file, flag, mode) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 1107, in test_next_command_in_generator_with_subiterator with create_modules(modules): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 71, in test_write_params f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 55, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 919, in open return Aifc_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/aifc.py", line 561, in __init__ file_object = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 1824, in test_threads with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_fixcid.py", line 17, in test_parse_strings output = self.run_script(old1 + old2) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501700_tmp.subst'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3217, in test_append_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 423, in testUnicodeOpen f = self.FileIO(str(TESTFN), "w") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 609, in test_large_file_ops with self.open(support.TESTFN, "w+b", 0) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3952, in test_io_after_close f = self.open(support.TESTFN, **kwargs) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/pickletester.py", line 3117, in test_dump_text_file f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 189, in test_no_ensure_ascii_flag infile = self._create_infile('{"key":"💩"}') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_json/test_tool.py", line 93, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_3500231_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 679, in test_1463026_3 result = self.ioclass() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_sax.py", line 829, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_3500649_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2531, in test_write_while_reading with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_DEFLATED) as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 24, in setUp self.f = self.FileIO(TESTFN, 'w') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 241, in testBadMagic2 self.doTest(".py", files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 631, in test_append_mode_tell with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 713, in testEmptyFile support.create_empty_file(TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1185, 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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3232, in test_seek_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 1990, in test_seek_tell with zipfile.ZipFile(TESTFN, "w") as zipf: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_pipes.py", line 83, in testEmptyPipeline3 with t.open(TESTFN, 'w') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/pipes.py", line 148, in open return self.open_w(file) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/pipes.py", line 164, in open_w return open(file, 'w') OSError: [Errno 28] No space left on device: '@test_3501620_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 94, in test_unicode self.helper(marshal.loads(marshal.dumps(s))) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 732, in test_read_closed with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 421, in testFloat self.helper(floatobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2479, in test_read_after_close self.make_test_archive(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipfile.py", line 2430, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_3500377_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/audiotests.py", line 82, in test_write_context_manager_calls_close with self.module.open(TESTFN, 'wb'): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: b'@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 691, in test_handle_error server = BaseServer(self.family, self.addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 472, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 94, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 838, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 281, in testSubNamespacePackage self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_posix.py", line 1542, in test_returns_pid self.assertEqual(os.waitpid(pid, 0), (pid, 0)) AssertionError: Tuples differ: (3501371, 256) != (3501371, 0)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 762, in test_garbage_collection f = self.FileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 187, in testPyc self.doTest(pyc_ext, files, TESTMOD) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmp6fjz3zlc'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_warnings/__init__.py", line 1221, in test_issue_8766 with support.temp_cwd() as cwd, support.temp_cwd('encodings'): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1143, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/support/__init__.py", line 1082, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm.py", line 68, in test_anydbm_creation f = dbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3500351_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmp7d74ktpk'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 120, in test_str_write_contains self.init_db() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 158, in init_db with contextlib.closing(dumbdbm.open(_fname, 'n')) as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 3257, in test_errors_property with self.open(support.TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tracemalloc.py", line 285, in test_snapshot_save_attr snapshot.dump(support.TESTFN) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tracemalloc.py", line 430, in dump with open(filename, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_3498723_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 286, in test_mode self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpyf09up7b'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 217, in test_buffered_reader self.test_write() File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_gzip.py", line 66, in test_write with gzip.GzipFile(self.filename, 'wb') as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3496759_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3502988_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_fileio.py", line 355, in testAbles f = self.FileIO(TESTFN, "w") File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3498983_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 859, in test_opener with self.open(support.TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 630, in test_iterparse with open(TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3501445_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_genericpath.py", line 177, in test_isdir create_file(filename) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3497366_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_bufio.py", line 52, in drive_one self.try_one(teststring) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3498085_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 3667, in test_write_to_binary_file_with_bom with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_dbm_dumb.py", line 64, in test_close_twice f = dumbdbm.open(_fname) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501440_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_xml_etree.py", line 3657, in test_write_to_binary_file with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3501445_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 926, in test_fspath_support check_path_succeeds(FakePath(support.TESTFN)) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 920, in check_path_succeeds with self.open(path, "w") as f: File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/build/test_python_3484155/tmpzrif982w'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501565_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 155, in test_tuple self.helper(tuple(self.d.keys())) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_http_cookiejar.py", line 1719, in test_rejection c.save(filename, ignore_discard=True) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/http/cookiejar.py", line 1890, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_3502988_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_socket.py", line 5856, in setUpClass with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 903, in test_invalid_newline self.open(support.TESTFN, 'w', newline='invalid') File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 291, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 200, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/_pyio.py", line 1549, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_3484155_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_io.py", line 2992, in test_seeking_too with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_3501322_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_asyncore.py", line 370, in setUp with open(support.TESTFN, 'wb') as file: OSError: [Errno 28] No space left on device: '@test_3503002_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_marshal.py", line 426, in testStr self.helper(strobj) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/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_3501626_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_py_compile.py", line 54, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/tempfile.py", line 359, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/tmpo8atznog'
Test report
Failed tests:
- test_zipfile
- test_subprocess
- test_distutils
- test_dbm_ndbm
- test_trace
- test_pipes
- test_tracemalloc
- test_dbm
- test_sqlite
- test_eintr
- test_xml_etree_c
- test_posix
- test_py_compile
- test_deque
- test_tcl
- test_tokenize
- test_multiprocessing_forkserver
- test_asyncore
- test_fileio
- test_mmap
- test_glob
- test_configparser
- test_urllibnet
- test_tools
- test_optparse
- test_signal
- test_profile
- test_exceptions
- test_cmd_line_script
- test_dbm_dumb
- test_filecmp
- test_sunau
- test_resource
- test_zipimport
- test_sysconfig
- test_sax
- test_tempfile
- test_multiprocessing_spawn
- test_bdb
- test_bufio
- test_builtin
- test_bool
- test_gzip
- test_urllib
- test_platform
- test_xml_etree
- test_shutil
- test_os
- test_json
- test_fileinput
- test_set
- test_http_cookiejar
- test_lltrace
- test_socketserver
- test_warnings
- test_lzma
- test_io
- test_socket
- test_shelve
- test_cprofile
- test_aifc
- test_unicode_file
- test_imghdr
- test_unicodedata
- test_pickle
- test_reprlib
- test_cmd_line
- test_dbm_gnu
- test_array
- test_email
- test_httplib
- test_posixpath
- test_multibytecodec
- test_urllib2net
- test_plistlib
- test_turtle
- test_pdb
- test_linecache
- test_asyncio
- test_marshal
- test_support
Failed subtests:
- test_partial_config_dict_with_comments - test.test_turtle.TurtleConfigTest
- test_snapshot_save_attr - test.test_tracemalloc.TestTracemallocEnabled
- test_posix_fallocate_errno - test.test_posix.PosixTester
- test_write_context_manager_calls_close - test.test_aifc.AifcPCM8Test
- test_1463026_1_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_multiple_writes - test.test_sunau.SunauULAWTest
- test_unseekable_write - test.test_aifc.AifcPCM16Test
- test_raw_file_io - test.test_io.PyIOTest
- test_context_manager_with_filename - test.test_aifc.AifcPCM16Test
- test_listdir_bytes_like - test.test_posix.PosixTester
- test_newline - test.test_gzip.TestOpen
- test_compress_stdin_outfile - test.test_gzip.TestCommandLine
- test_print - test.test_set.TestBasicOpsBytes
- test_next_over_import - test.test_bdb.StateTestCase
- test_reporthook_5_bytes - test.test_urllib.urlretrieve_FileTests
- test_repr - test.test_zipfile.StoredTestsWithSourceFile
- testDoctestFile - test.test_zipimport.CompressedZipImportTestCase
- test_abc_inheritance_official - test.test_io.CMiscIOTest
- test_truncated_zipfile - test.test_zipfile.StoredTestsWithSourceFile
- test_close_file - test.test_posix.TestPosixSpawnP
- test_multi_close - test.test_io.PyIOTest
- test_runctx - test.test_cprofile.CProfileTest
- test_returns_pid - test.test_posix.TestPosixSpawnP
- test_path_relpath - test.test_posixpath.PathLikeTests
- test_overflowed_write - test.test_sunau.SunauULAWTest
- testGetCompiledSource - test.test_zipimport.UncompressedZipImportTestCase
- testGetData - test.test_zipimport.CompressedZipImportTestCase
- test_chmod_dir_fd - test.test_posix.PosixTester
- test_io_after_close - test.test_io.PyMiscIOTest
- test_access_dir_fd - test.test_posix.PosixTester
- test_readv - test.test_posix.PosixTester
- testNoArgFunctions - test.test_posix.PosixTester
- test_items - test.test_shelve.TestBinaryFileShelve
- test_mknod - test.test_posix.PosixTester
- test_cache_path - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_realpath_deep_recursion - test.test_posixpath.PosixPathTest
- test_write_readonly_file - test.test_dbm_ndbm.DbmTestCase
- test_1463026_1 - test.test_sax.StreamReaderWriterXmlgenTest
- test_handle_error - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_writing_errors - test.test_zipfile.StoredTestsWithSourceFile
- test_script_abspath - test.test_cmd_line_script.CmdLineTest
- test_bool - test.test_marshal.IntTestCase
- testBytesOpen - test.test_fileio.PyOtherFileTests
- test_keys - test.test_dbm.WhichDBTestCase
- test_incompleted_write - test.test_aifc.AifcPCM24Test
- test_truncate - test.test_posix.PosixTester
- test_random_open - test.test_zipfile.DeflateTestsWithSourceFile
- test_iterlines - test.test_zipfile.DeflateTestsWithSourceFile
- test_truncate_after_write - test.test_io.CBufferedRandomTest
- test_multiple_writes - test.test_aifc.AifcALAWTest
- testSeekTell - test.test_fileio.CAutoFileTests
- test_tofromfile - test.test_array.UnsignedLongTest
- testSimplePipe1 - test.test_pipes.SimplePipeTests
- test_unseekable_write - test.test_sunau.SunauPCM32Test
- test_unseekable_read - test.test_sunau.SunauPCM24Test
- test_move - test.test_mmap.MmapTests
- test_set_string_types - test.test_configparser.MultilineValuesTestCase
- test_directory - test.test_tools.test_fixcid.Test
- testLargestPossibleComment - test.test_zipimport.UncompressedZipImportTestCase
- test_open - test.test_zipfile.DeflateTestsWithSourceFile
- test_text_modes - test.test_gzip.TestOpen
- test_context_manager_with_filename - test.test_sunau.SunauPCM32Test
- test_ignores_stuff_appended_past_comments - test.test_zipfile.StoredTestsWithSourceFile
- test_copy - test.test_sunau.SunauPCM24Test
- test_zipfile - test.test_cmd_line_script.CmdLineTest
- test_basic - test.test_urllib.urlretrieve_FileTests
- test_write_context_manager_calls_close - test.test_aifc.AifcPCM32Test
- test_tofromfile - test.test_array.UnsignedLongLongTest
- testFileUnreadable - test.test_zipimport.BadFileZipImportTestCase
- test_print - test.test_set.TestBasicOpsMixedStringBytes
- testGetSource - test.test_zipimport.CompressedZipImportTestCase
- test_invalid_newline - test.test_io.CIOTest
- test_seek_whence - test.test_gzip.TestGzip
- test_weird_errors - test.test_configparser.MultilineValuesTestCase
- test_error_conditions - test.test_dbm_gnu.TestGdbm
- test_pipe2_c_limits - test.test_posix.PosixTester
- test_parse_makefile_literal_dollar - distutils.tests.test_sysconfig.SysconfigTestCase
- test_unseekable_overflowed_write - test.test_sunau.SunauPCM24Test
- test_write_incompatible_type - test.test_gzip.TestGzip
- test_unlink - test.test_support.TestSupport
- test_unseekable_incompleted_write - test.test_sunau.SunauPCM8Test
- test_overflowed_write - test.test_aifc.AifcALAWTest
- test_print - test.test_set.TestBasicOpsString
- test_filetype_notfile - test.test_optparse.TestExtendAddTypes
- test_mozilla - test.test_http_cookiejar.LWPCookieTests
- test_dup2 - test.test_posix.PosixTester
- test_seek_and_tell - test.test_io.PyTextIOWrapperTest
- test_single_files - test.test_unicode_file.TestUnicodeFiles
- test_anydbm_modification - test.test_dbm.TestCase-dbm.gnu
- test_filewrite - test.test_array.IntTest
- test_parse_text - test.test_sax.ParseTest
- testPackage - test.test_zipimport.CompressedZipImportTestCase
- test_sameopenfile - test.test_posixpath.PosixCommonTest
- test_path_realpath - test.test_posixpath.PathLikeTests
- test_open_with_pathlike - test.test_zipfile.StoredTestsWithSourceFile
- test_issue_8766 - test.test_warnings.BootstrapTest
- test_seek_and_tell - test.test_io.CTextIOWrapperTest
- test_fileno - test.test_lzma.FileTestCase
- test_handle_write - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_unpickle_module_race - test.test_pickle.InMemoryPickleTests
- test_writestr_compression - test.test_zipfile.LzmaTestsWithSourceFile
- test_basic - test.test_zipfile.LzmaTestsWithSourceFile
- test_init_with_x_mode - test.test_lzma.FileTestCase
- testUtf8BytesOpen - test.test_fileio.COtherFileTests
- test_whichdb_ndbm - test.test_dbm.WhichDBTestCase
- test_pipe2 - test.test_posix.PosixTester
- test_dump_closed_file - test.test_pickle.CPickleTests
- test_multiple_writes - test.test_sunau.SunauPCM16Test
- testEvalFile - test.test_tcl.TclTest
- testComment - test.test_zipimport.CompressedZipImportTestCase
- test_infile_stdout - test.test_json.test_tool.TestTool
- test_compresslevel_basic - test.test_zipfile.DeflateTestsWithSourceFile
- test_tracemalloc - test.test_warnings.PyWarningsDisplayTests
- test_create_fail - test.test_io.CMiscIOTest
- test_open_dir_fd - test.test_posix.PosixTester
- test_read_not_from_start - test.test_aifc.AifcPCM16Test
- test_invalidation_mode - test.test_py_compile.PyCompileTestsWithSourceEpoch
- testErrnoOnClosedTruncate - test.test_fileio.PyAutoFileTests
- test_isdir - test.test_posixpath.PosixCommonTest
- test_tofromfile - test.test_array.FloatTest
- test_search_cpp - distutils.tests.test_config_cmd.ConfigTestCase
- test_handle_read - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_makedev - test.test_posix.PosixTester
- test_seek_append_bom - test.test_io.PyTextIOWrapperTest
- test_issue13120 - test.test_pdb.PdbTestCase
- test_samefile_on_link - test.test_posixpath.PosixCommonTest
- test_overflowed_write - test.test_sunau.SunauPCM16Test
- testDoctestSuite - test.test_zipimport.UncompressedZipImportTestCase
- test_xmlgen_encoding - test.test_sax.StreamReaderWriterXmlgenTest
- test_get_and_set_scheduler_and_param - test.test_posix.PosixTester
- test_unseekable_incompleted_write - test.test_aifc.AifcULAWTest
- testSubNamespacePackage - test.test_zipimport.CompressedZipImportTestCase
- test_find_end - test.test_mmap.MmapTests
- test_print - test.test_set.TestBasicOpsEmpty
- test_readlines - test.test_zipfile.LzmaTestsWithSourceFile
- test_read_last_object_from_file - test.test_marshal.CAPI_TestCase
- test_seek_append_bom - test.test_io.CTextIOWrapperTest
- test_write_array - test.test_sunau.SunauULAWTest
- test_read - test.test_gzip.TestGzip
- test_bytes - test.test_dbm_ndbm.DbmTestCase
- test_run_setup_provides_file - distutils.tests.test_core.CoreTestCase
- test_anydbm_read - test.test_dbm.TestCase-dbm.dumb
- test_interleaved - test.test_zipfile.TestsWithMultipleOpens
- testBeginningCruftAndComment - test.test_zipimport.UncompressedZipImportTestCase
- test_unseekable_read - test.test_sunau.SunauULAWTest
- test_readline_read - test.test_zipfile.LzmaTestsWithSourceFile
- test_random_open - test.test_zipfile.StoredTestsWithSourceFile
- test_iterlines - test.test_zipfile.StoredTestsWithSourceFile
- test_count_and_summary - test.test_trace.TestCommandLine
- test_prepend_error - test.test_gzip.TestGzip
- test_clear_two_bp_on_same_line - test.test_bdb.BreakpointTestCase
- testAttributes - test.test_fileio.PyAutoFileTests
- test_open - test.test_zipfile.StoredTestsWithSourceFile
- test_fileobj_mode - test.test_gzip.TestGzip
- test_fromfile_ioerror - test.test_array.UnicodeTest
- test_invalidation_mode - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_overflowed_write - test.test_aifc.AifcPCM8Test
- test_input - test.test_builtin.BuiltinTest
- test_multiple_writes - test.test_sunau.SunauPCM8Test
- testBlksize - test.test_fileio.CAutoFileTests
- test_constructor - test.test_shelve.TestBinaryFileShelve
- test_garbage_collection - test.test_io.CBufferedRandomTest
- test_unseekable_incompleted_write - test.test_aifc.AifcPCM24Test
- test_disabled_temporary_bp - test.test_bdb.BreakpointTestCase
- test_xmlgen_content_escape - test.test_sax.StreamReaderWriterXmlgenTest
- test_read - test.test_shelve.TestAsciiFileShelve
- test_overflowed_write - test.test_sunau.SunauPCM8Test
- test_dump_text_file - test.test_pickle.CPickleTests
- test_too_many_files_append - test.test_zipfile.LzmaTestZip64InSmallFiles
- test_write_array - test.test_aifc.AifcALAWTest
- test_getcode - test.test_urllib.urlopen_FileTests
- test_keys - test.test_shelve.TestBinaryFileShelve
- test_empty_value - test.test_dbm.TestCase-dbm.ndbm
- test_write_memoryview - test.test_sunau.SunauPCM8Test
- test_path_abspath - test.test_posixpath.PathLikeTests
- test_values - test.test_shelve.TestAsciiFileShelve
- testDefaultOptimizationLevel - test.test_zipimport.CompressedZipImportTestCase
- testErrnoOnClosedReadall - test.test_fileio.PyAutoFileTests
- test_forking_handled - test.test_socketserver.ErrorHandlerTest
- test_set_pycache_prefix - test.test_cmd_line.CmdLineTest
- test_invalid_multiline_value - test.test_configparser.MultilineValuesTestCase
- testUnencodableAddr - test.test_socket.TestUnixDomain
- test_warn_on_dealloc - test.test_io.CMiscIOTest
- test_good_password - test.test_zipfile.DecryptionTests
- test_sys_exit - test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess
- testErrnoOnClosedReadable - test.test_fileio.CAutoFileTests
- test_mkdir_dir_fd - test.test_posix.PosixTester
- CheckOpenUri - sqlite3.test.dbapi.ConnectionTests
- testWritelinesError - test.test_fileio.CAutoFileTests
- test_io_methods - test.test_mmap.MmapTests
- test_compresslevel_basic - test.test_zipfile.StoredTestsWithSourceFile
- test_dominating_multiline_values - test.test_configparser.MultilineValuesTestCase
- test_compress_infile_outfile_default - test.test_gzip.TestCommandLine
- test_garbage_collection - test.test_io.CBufferedReaderTest
- test_fromfile_ioerror - test.test_array.ByteTest
- test_overflowed_write - test.test_aifc.AifcPCM32Test
- test_write_params - test.test_sunau.SunauPCM24Test
- test_cyclical_print - test.test_set.TestFrozenSetSubclass
- testErrnoOnClosedRead - test.test_fileio.CAutoFileTests
- testTruncateOnWindows - test.test_fileio.PyOtherFileTests
- test_len - test.test_shelve.TestAsciiFileShelve
- test_multiple_writes - test.test_aifc.AifcULAWTest
- test_unpickle_module_race - test.test_pickle.PyUnpicklerTests
- test_incompleted_write - test.test_sunau.SunauPCM32Test
- test_bp_condition - test.test_bdb.BreakpointTestCase
- test_get - test.test_shelve.TestBinaryFileShelve
- test_close - test.test_aifc.AifcPCM8Test
- test_load_closed_file - test.test_pickle.CPickleTests
- test_readline - test.test_zipfile.LzmaTestsWithSourceFile
- testBytesPath - test.test_zipimport.UncompressedZipImportTestCase
- test_binary_file - test.test_sax.PrepareInputSourceTest
- test_textio_readlines - test.test_gzip.TestGzip
- test_unseekable - test.test_imghdr.TestImghdr
- test_write_array - test.test_sunau.SunauPCM16Test
- test_handle_close - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_overflowed_write - test.test_aifc.AifcULAWTest
- test_filewrite - test.test_array.UnsignedShortTest
- testSubPackage - test.test_zipimport.UncompressedZipImportTestCase
- test_read - test.test_shelve.TestProto2FileShelve
- test_create_writes - test.test_io.CMiscIOTest
- test_bytes - test.test_marshal.StringTestCase
- test_module_is_run_as_main - test.test_pdb.PdbTestCase
- test_write_memoryview - test.test_aifc.AifcULAWTest
- test_no_ensure_ascii_flag - test.test_json.test_tool.TestTool
- test_expat_inpsource_sysid_nonascii - test.test_sax.ExpatReaderTest
- test_basic - test.test_zipfile.Bzip2TestsWithSourceFile
- testRepr - test.test_fileio.CAutoFileTests
- test_recv - test.test_asyncore.FileWrapperTest
- testUnicodeOpen - test.test_fileio.COtherFileTests
- test_values - test.test_shelve.TestProto2FileShelve
- test_writev - test.test_posix.PosixTester
- testEmptyPy - test.test_zipimport.CompressedZipImportTestCase
- test_dumbdbm_modification - test.test_dbm_dumb.DumbDBMTestCase
- test_cyclical_print - test.test_set.TestFrozenSet
- test_append - test.test_gzip.TestGzip
- test_multiple_writes - test.test_aifc.AifcPCM24Test
- test_realpath_symlink_loops - test.test_posixpath.PosixPathTest
- test_mtime - test.test_gzip.TestGzip
- test_dumbdbm_creation - test.test_dbm_dumb.DumbDBMTestCase
- test_headers - test.test_urllib.urlopen_FileTests
- test_del___main__ - test.test_cmd_line.CmdLineTest
- test_read_not_from_start - test.test_sunau.SunauULAWTest
- test_invalid_operations - test.test_io.CIOTest
- test_write - test.test_zipfile.UnseekableTests
- testFrozenSet - test.test_marshal.InstancingTestCase
- test_handle_accepted - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- testOpenDirFD - test.test_fileio.PyAutoFileTests
- test_xmlgen_ignorable_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_read_after_close - test.test_zipfile.TestsWithMultipleOpens
- test_send - test.test_asyncore.FileWrapperTest
- test_specify_environment - test.test_posix.TestPosixSpawnP
- test_expat_locator_withinfo_nonascii - test.test_sax.ExpatReaderTest
- test_close - test.test_aifc.AifcPCM32Test
- test_len - test.test_shelve.TestProto2FileShelve
- test_write_memoryview - test.test_aifc.AifcPCM24Test
- test_garbage_collection - test.test_io.CBufferedWriterTest
- test_writestr_compresslevel - test.test_zipfile.DeflateTestsWithSourceFile
- test_interface - test.test_urllib.urlopen_FileTests
- test_unseekable_write - test.test_aifc.AifcPCM8Test
- test_with_open - test.test_io.CIOTest
- test_read1 - test.test_zipfile.DeflateTestsWithSourceFile
- test_write_array - test.test_sunau.SunauPCM8Test
- test_pop - test.test_shelve.TestBinaryFileShelve
- test_context_manager_with_filename - test.test_aifc.AifcPCM8Test
- test_write_aiff_by_extension - test.test_aifc.AIFCLowLevelTest
- test_unseekable_read - test.test_sunau.SunauPCM8Test
- test_readline_read - test.test_zipfile.Bzip2TestsWithSourceFile
- testAFakeZlib - test.test_zipimport.UncompressedZipImportTestCase
- test_write_params - test.test_sunau.SunauULAWTest
- testEmptyPipeline1 - test.test_pipes.SimplePipeTests
- test_readrc_kwarg - test.test_pdb.PdbTestCase
- testPyc - test.test_zipimport.CompressedZipImportTestCase
- test_read1 - test.test_gzip.TestGzip
- testPy - test.test_zipimport.UncompressedZipImportTestCase
- test_large_offset - test.test_mmap.LargeMmapTests
- test_copy - test.test_sunau.SunauPCM8Test
- test_params_added - test.test_aifc.AifcMiscTest
- test_fromfile_ioerror - test.test_array.UnsignedLongLongTest
- test_read_not_from_start - test.test_aifc.AifcALAWTest
- test_handle_close_after_conn_broken - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_byte_stream - test.test_sax.PrepareInputSourceTest
- testEmptyPipeline3 - test.test_pipes.SimplePipeTests
- test_fromfile_ioerror - test.test_array.UnsignedIntTest
- test_flock - __main__.FNTLEINTRTest
- test_lwp_valueless_cookie - test.test_http_cookiejar.FileCookieJarTests
- test_write_array - test.test_aifc.AifcPCM32Test
- test_utime_nofollow_symlinks - test.test_posix.PosixTester
- test_read1_10 - test.test_zipfile.LzmaTestsWithSourceFile
- test_update - test.test_shelve.TestBinaryFileShelve
- testMethods - test.test_fileio.PyAutoFileTests
- test_invalid_newline - test.test_io.PyIOTest
- test_filetime - test.test_posixpath.PosixCommonTest
- test_binary_file_body - test.test_httplib.RequestBodyTest
- test_path_commonpath - test.test_posixpath.PathLikeTests
- test_context_manager_with_open_file - test.test_sunau.SunauULAWTest
- testErrnoOnClosedIsatty - test.test_fileio.CAutoFileTests
- test_evalfile_null_in_result - test.test_tcl.TclTest
- test_multiple_dumps_and_loads - test.test_marshal.BugsTestCase
- test_random_open - test.test_zipfile.DeflateTestsWithRandomBinaryFiles
- test_cwd_with_relative_arg - test.test_subprocess.ProcessTestCase
- test_append_mode_tell - test.test_io.CIOTest
- test_open - test.test_zipfile.DeflateTestsWithRandomBinaryFiles
- test_samestat - test.test_posixpath.PosixCommonTest
- test_xmlgen_ignorable - test.test_sax.StreamReaderWriterXmlgenTest
- test_unseekable_incompleted_write - test.test_sunau.SunauPCM32Test
- test_parse_makefile_base - distutils.tests.test_sysconfig.SysconfigTestCase
- test_unseekable_write - test.test_aifc.AifcPCM32Test
- test_write_python_directory - test.test_zipfile.PyZipFileTests
- setUpClass - test.test_socket.SendfileUsingSendfileTest
- test_invalid_fd - test.test_signal.WakeupFDTests
- test_expat_binary_file_nonascii - test.test_sax.ExpatReaderTest
- test_write_array - test.test_aifc.AifcULAWTest
- test_write_params - test.test_aifc.AifcALAWTest
- CheckToggleAutoCommit - sqlite3.test.transactions.TransactionTests
- test_customize_compiler_before_get_config_vars - distutils.tests.test_sysconfig.SysconfigTestCase
- test_text_file - test.test_sax.PrepareInputSourceTest
- test_sched_priority - test.test_posix.PosixTester
- testErrnoOnClose - test.test_fileio.PyAutoFileTests
- test_forking_not_handled - test.test_socketserver.ErrorHandlerTest
- test_sets - test.test_marshal.ContainerTestCase
- test_anydbm_read - test.test_dbm.TestCase-dbm.ndbm
- test_copy - test.test_aifc.AifcULAWTest
- test_close_erroneous_file - test.test_zipfile.OtherTests
- test_empty_value - test.test_dbm.TestCase-dbm.gnu
- test_read_not_from_start - test.test_sunau.SunauPCM16Test
- test_absolute_arcnames - test.test_zipfile.StoredTestZip64InSmallFiles
- test_fromfile_ioerror - test.test_array.FloatTest
- test_umask - test.test_posix.PosixTester
- test_reject - test.test_fileio.CAutoFileTests
- test_context_manager_with_open_file - test.test_aifc.AifcALAWTest
- test_file - test.test_urllib2net.OtherNetworkTests
- test_quiet - distutils.tests.test_bdist_rpm.BuildRpmTestCase
- test_missing_value - test.test_http_cookiejar.CookieTests
- testBeginningCruftAndComment - test.test_zipimport.CompressedZipImportTestCase
- test_write_context_manager_calls_close - test.test_sunau.SunauULAWTest
- test_writestr_compresslevel - test.test_zipfile.StoredTestsWithSourceFile
- test_read1 - test.test_zipfile.StoredTestsWithSourceFile
- test_readline - test.test_zipfile.Bzip2TestsWithSourceFile
- test_extract_hackers_arcnames_common_cases - test.test_zipfile.ExtractTests
- test_different - test.test_filecmp.FileCompareTestCase
- test_append_bom - test.test_io.PyTextIOWrapperTest
- test_write_array - test.test_aifc.AifcPCM24Test
- setUpClass - test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests
- test_do_not_overwrite_nonregular_files - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_readline - test.test_io.CIOTest
- test_popitem - test.test_configparser.MultilineValuesTestCase
- test_unicode_comment - test.test_zipfile.OtherTests
- test_read_short_from_file - test.test_marshal.CAPI_TestCase
- test_pread - test.test_posix.PosixTester
- test_read_not_from_start - test.test_aifc.AifcPCM8Test
- test_write_bytearray - test.test_sunau.SunauPCM32Test
- test_copy - test.test_aifc.AifcPCM24Test
- test_write_write_read - test.test_dbm_dumb.DumbDBMTestCase
- test_random_open - test.test_zipfile.LzmaTestsWithRandomBinaryFiles
- test_run_setup_uses_current_dir - distutils.tests.test_core.CoreTestCase
- testUnencodable - test.test_zipimport.UncompressedZipImportTestCase
- test_read - test.test_zipfile.DeflateTestsWithRandomBinaryFiles
- test_type - test.test_reprlib.LongReprTest
- test_tofromfile - test.test_array.UnicodeTest
- test_unseekable_overflowed_write - test.test_aifc.AifcPCM24Test
- test_tougher_find - test.test_mmap.MmapTests
- test_path_split - test.test_posixpath.PathLikeTests
- testErrnoOnClosedSeekable - test.test_fileio.CAutoFileTests
- test_filewrite - test.test_array.ShortTest
- test_seek_tell - test.test_zipfile.DecryptionTests
- test_close - test.test_urllib.urlopen_FileTests
- test_zipfile_compiled_checked_hash - test.test_cmd_line_script.CmdLineTest
- test_init_with_filename - test.test_lzma.FileTestCase
- test_mkfifo - test.test_posix.PosixTester
- test_1463026_3 - test.test_sax.StreamReaderWriterXmlgenTest
- testErrnoOnClosedTell - test.test_fileio.CAutoFileTests
- test_do_not_overwrite_nonregular_files - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_context_manager_with_open_file - test.test_sunau.SunauPCM16Test
- test_write_context_manager_calls_close - test.test_aifc.AifcALAWTest
- test_getcwd_long_pathnames - test.test_posix.PosixTester
- test_rename_dir_fd - test.test_posix.PosixTester
- test_str_write_contains - test.test_dbm_dumb.DumbDBMTestCase
- test_lchown - test.test_posix.PosixTester
- test_abc_inheritance - test.test_io.PyMiscIOTest
- test_popitem - test.test_shelve.TestBinaryFileShelve
- test_fd_transfer - test.test_multiprocessing_spawn.WithProcessesTestConnection
- test_all - test.test_eintr.EINTRTests
- test_specified_path - test.test_urllibnet.urlretrieveNetworkTests
- setUpClass - test.test_asyncio.test_base_events.BaseLoopSockSendfileTests
- test_overflowed_write - test.test_sunau.SunauPCM24Test
- test_rfind - test.test_mmap.MmapTests
- test_reporthook_0_bytes - test.test_urllib.urlretrieve_FileTests
- testOpendir - test.test_fileio.CAutoFileTests
- test_writestr_compression - test.test_zipfile.DeflateTestsWithSourceFile
- test_close_after_close - test.test_zipfile.StoredWriterTests
- testErrnoOnClosedFileno - test.test_fileio.PyAutoFileTests
- test_basic - test.test_zipfile.DeflateTestsWithSourceFile
- test_xmlgen_unencodable - test.test_sax.StreamReaderWriterXmlgenTest
- test_read_not_from_start - test.test_aifc.AifcPCM32Test
- testReprNoCloseFD - test.test_fileio.PyAutoFileTests
- test_many_append - test.test_gzip.TestGzip
- testModule - test.test_marshal.InstancingTestCase
- test_open - test.test_zipfile.StoredTestsWithRandomBinaryFiles
- test_write_memoryview - test.test_sunau.SunauPCM32Test
- test_write_pyfile_bad_syntax - test.test_zipfile.PyZipFileTests
- test_write_params - test.test_sunau.SunauPCM8Test
- testWritelinesUserList - test.test_fileio.PyAutoFileTests
- test_none_args - test.test_fileio.PyAutoFileTests
- test_cyclical_print - test.test_set.TestSet
- test_flush_error_on_close - test.test_io.PyIOTest
- test_relative_path - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_open - __main__.SocketEINTRTest
- testImporterAttr - test.test_zipimport.UncompressedZipImportTestCase
- test_read_return_size - test.test_zipfile.LzmaTestsWithSourceFile
- test_is_zip_erroneous_file - test.test_zipfile.OtherTests
- test_path_normpath - test.test_posixpath.PathLikeTests
- setUpClass - test.test_tools.test_md5sum.MD5SumTests
- test_decompress_infile_outfile - test.test_gzip.TestCommandLine
- test_read1_10 - test.test_zipfile.Bzip2TestsWithSourceFile
- test_with_pathlike_filename - test.test_lzma.OpenTestCase
- test_bool - test.test_shelve.TestBinaryFileShelve
- test_write_context_manager_calls_close - test.test_sunau.SunauPCM16Test
- test_too_many_files_append - test.test_zipfile.StoredTestZip64InSmallFiles
- test_fileclosed - test.test_bool.BoolTest
- test_proto2_file_shelf - test.test_shelve.TestCase
- test_context_manager_with_open_file - test.test_sunau.SunauPCM8Test
- testBoth - test.test_zipimport.UncompressedZipImportTestCase
- test_readlines - test.test_zipfile.DeflateTestsWithSourceFile
- test_create_non_existent_file_for_append - test.test_zipfile.OtherTests
- test_close_after_close - test.test_zipfile.DeflateWriterTests
- test_1647484 - test.test_gzip.TestGzip
- test_anydbm_creation_n_file_exists_with_invalid_contents - test.test_dbm.TestCase-dbm.ndbm
- test_xmlgen_basic - test.test_sax.StreamReaderWriterXmlgenTest
- test_coverage - test.test_trace.TestCoverage
- test_with_open - test.test_gzip.TestGzip
- test_threads - test.test_io.PyBufferedWriterTest
- test_large_file_exception - test.test_zipfile.StoredTestZip64InSmallFiles
- test_readlines - test.test_gzip.TestGzip
- testTruncateOnWindows - test.test_fileio.COtherFileTests
- test_read_returns_file_list - test.test_configparser.MultilineValuesTestCase
- test_xmlgen_pi - test.test_sax.StreamReaderWriterXmlgenTest
- test_xmlgen_basic_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_relative_path - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_sched_yield - test.test_posix.PosixTester
- CheckInsertStartsTransaction - sqlite3.test.transactions.TransactionTests
- test_write - test.test_aifc.AifcPCM16Test
- testInvalidFd - test.test_fileio.COtherFileTests
- CheckDeleteStartsTransaction - sqlite3.test.transactions.TransactionTests
- testErrors - test.test_fileio.PyAutoFileTests
- test_relative_imports - test.test_pdb.PdbTestCase
- test_context_manager_with_open_file - test.test_aifc.AifcPCM32Test
- test_write_params - test.test_aifc.AifcULAWTest
- test_fromfile_ioerror - test.test_array.IntTest
- test_fsize_enforced - test.test_resource.ResourceTest
- test_threads - test.test_io.PyBufferedRandomTest
- test_close_after_close - test.test_zipfile.Bzip2WriterTests
- test_filewrite - test.test_array.DoubleTest
- testBadMagic - test.test_zipimport.UncompressedZipImportTestCase
- test_blocks_at_first_code_line - test.test_pdb.PdbTestCase
- test_context_manager - test.test_dbm_gnu.TestGdbm
- test_write_to_file_with_bytes_filename - test.test_lzma.FileTestCase
- test_realpath_resolve_before_normalizing - test.test_posixpath.PosixPathTest
- test_read - test.test_zipfile.StoredTestsWithRandomBinaryFiles
- test_sort_keys_flag - test.test_json.test_tool.TestTool
- test_invalid_operations - test.test_io.PyIOTest
- test_posix_fadvise_errno - test.test_posix.PosixTester
- test_waitid - test.test_posix.PosixTester
- test_path_join - test.test_posixpath.PathLikeTests
- test_connection_attributes - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_writestr_permissions - test.test_zipfile.StoredTestsWithSourceFile
- testErrnoOnClosedReadinto - test.test_fileio.PyAutoFileTests
- test_write_context_manager_calls_close - test.test_sunau.SunauPCM8Test
- test_seek_write - test.test_gzip.TestGzip
- testAFakeZlib - test.test_zipimport.CompressedZipImportTestCase
- test_anydbm_read - test.test_dbm.TestCase-dbm.gnu
- test_open_via_zip_info - test.test_zipfile.OtherTests
- test_writestr_compression - test.test_zipfile.StoredTestsWithSourceFile
- test_context_manager_with_open_file - test.test_aifc.AifcULAWTest
- test_close_after_close - test.test_zipfile.LzmaWriterTests
- test_destructor - test.test_io.CIOTest
- test_with_open - test.test_io.PyIOTest
- test_clear - test.test_configparser.MultilineValuesTestCase
- test_write_array - test.test_sunau.SunauPCM24Test
- test_write_params - test.test_aifc.AifcPCM24Test
- test_sync_handled - test.test_socketserver.ErrorHandlerTest
- test_bad_magic - test.test_http_cookiejar.FileCookieJarTests
- test_write - test.test_sunau.SunauPCM32Test
- test_init_with_PathLike_filename - test.test_lzma.FileTestCase
- test_truncate - test.test_io.CBufferedWriterTest
- setUpClass - test.test_shutil.TestZeroCopySendfile
- test_truncate - test.test_io.PyBufferedWriterTest
- test_prot_readonly - test.test_mmap.MmapTests
- test_xmlgen_content_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_5027_2 - test.test_sax.StreamReaderWriterXmlgenTest
- test_command_packages_configfile - distutils.tests.test_dist.DistributionTestCase
- test_nonascii_abspath - test.test_posixpath.PosixCommonTest
- test_str_read - test.test_dbm_dumb.DumbDBMTestCase
- test_setresuid - test.test_posix.PosixTester
- test_unseekable_read - test.test_sunau.SunauPCM32Test
- test_temporary_bp - test.test_bdb.BreakpointTestCase
- test_dup - test.test_posix.PosixTester
- testList - test.test_marshal.InstancingTestCase
- test_tofromfile - test.test_array.UnsignedIntTest
- test_copy - test.test_sunau.SunauPCM32Test
- test_unseekable_write - test.test_sunau.SunauPCM24Test
- testEmptyPipeline2 - test.test_pipes.SimplePipeTests
- testFloat - test.test_marshal.InstancingTestCase
- test_pathfix_adding_errors - test.test_tools.test_pathfix.TestPathfixFunctional
- test_truncate - test.test_io.PyBufferedRandomTest
- test_no_close_file - test.test_sax.StreamReaderWriterXmlgenTest
- test_context_manager_with_open_file - test.test_aifc.AifcPCM24Test
- test_samestat_on_link - test.test_posixpath.PosixCommonTest
- test_readlines - test.test_zipfile.StoredTestsWithSourceFile
- test_readline - test.test_zipfile.DeflateTestsWithSourceFile
- test_run_setup_defines_subclass - distutils.tests.test_core.CoreTestCase
- test_recursive_glob - test.test_glob.GlobTests
- test_unseekable_overflowed_write - test.test_sunau.SunauPCM32Test
- test_write_pathlike - test.test_zipfile.PyZipFileTests
- test_basic - test.test_zipfile.DeflateTestZip64InSmallFiles
- test_tofromfile - test.test_array.UnsignedByteTest
- test_run_module - test.test_pdb.PdbTestCase
- testErrnoOnClosedWritable - test.test_fileio.PyAutoFileTests
- test_setdefault - test.test_shelve.TestAsciiFileShelve
- test_matching - test.test_filecmp.FileCompareTestCase
- testAppend - test.test_fileio.COtherFileTests
- test_register_at_fork - test.test_posix.PosixTester
- test_write_context_manager_calls_close - test.test_aifc.AifcULAWTest
- test_relative_imports_on_plain_module - test.test_pdb.PdbTestCase
- test_info - test.test_urllib.urlopen_FileTests
- test_anydbm_keys - test.test_dbm.TestCase-dbm.ndbm
- test_readline - test.test_gzip.TestGzip
- test_append_mode_tell - test.test_io.PyIOTest
- test_relativelocalfile - test.test_urllib.urlopen_FileTests
- test_write_append_to_file - test.test_lzma.FileTestCase
- test_unpickle_module_race - test.test_pickle.CUnpicklerTests
- test_close - test.test_sunau.SunauULAWTest
- test_empty_file - test.test_mmap.MmapTests
- test_truncated_zipfile - test.test_zipfile.LzmaTestsWithSourceFile
- test_ascii_file_shelf - test.test_shelve.TestCase
- test_buffered_file_io - test.test_io.CIOTest
- test_anydbm_access - test.test_dbm.TestCase-dbm.ndbm
- test_write_to_text_file - test.test_xml_etree.IOTest
- test_open_empty_file - test.test_zipfile.OtherTests
- test_io - test.test_plistlib.TestPlistlib
- test_access_parameter - test.test_mmap.MmapTests
- test_cwd_with_relative_executable - test.test_subprocess.ProcessTestCaseNoPoll
- test_print - test.test_deque.TestBasic
- testErrnoOnClosedWrite - test.test_fileio.PyAutoFileTests
- testMixedNamespacePackage - test.test_zipimport.UncompressedZipImportTestCase
- test_read_return_size - test.test_zipfile.Bzip2TestsWithSourceFile
- test_writing_errors - test.test_zipfile.LzmaTestsWithSourceFile
- test_pathfix - test.test_tools.test_pathfix.TestPathfixFunctional
- testErrnoOnClosedTruncate - test.test_fileio.CAutoFileTests
- test_dumbdbm_creation_mode - test.test_dbm_dumb.DumbDBMTestCase
- test_seek_tell - test.test_zipfile.OtherTests
- CheckUpdateStartsTransaction - sqlite3.test.transactions.TransactionTests
- test_whichdb - test.test_dbm.WhichDBTestCase
- test_write_context_manager_calls_close - test.test_aifc.AifcPCM24Test
- testBadMTime - test.test_zipimport.CompressedZipImportTestCase
- test_glob_nested_directory - test.test_glob.GlobTests
- test_pickling - test.test_io.PyMiscIOTest
- testWritelinesList - test.test_fileio.PyAutoFileTests
- test_extract_with_target - test.test_zipfile.ExtractTests
- test_close - test.test_aifc.AifcALAWTest
- test_readline - test.test_io.PyIOTest
- test_unicode - test.test_dbm_ndbm.DbmTestCase
- test_iterparse - test.test_xml_etree.ElementTreeTest
- test_bad_gzip_file - test.test_gzip.TestGzip
- test_dump_text_file - test.test_pickle.PyPickleTests
- test_setdefault - test.test_shelve.TestProto2FileShelve
- test_get - test.test_shelve.TestProto2FileShelve
- test_write_while_reading - test.test_zipfile.TestsWithMultipleOpens
- test_list - test.test_marshal.ContainerTestCase
- test_samefile - test.test_posixpath.PosixCommonTest
- testAttributes - test.test_fileio.CAutoFileTests
- test_unseekable_write - test.test_sunau.SunauULAWTest
- test_bytearray - test.test_marshal.BufferTestCase
- test_read_object_from_file - test.test_marshal.CAPI_TestCase
- test_memoryview - test.test_marshal.BufferTestCase
- test_snapshot - test.test_tracemalloc.TestTracemallocEnabled
- test_anydbm_creation_n_file_exists_with_invalid_contents - test.test_dbm.TestCase-dbm.gnu
- test_context_manager_with_filename - test.test_sunau.SunauULAWTest
- test_next_command_in_generator_with_subiterator - test.test_bdb.IssuesTestCase
- test_nonascii_filename - test.test_dbm_gnu.TestGdbm
- test_stat - test.test_posix.PosixTester
- setUpClass - test.test_asyncio.test_sendfile.PollEventLoopTests
- test_abc_inheritance_official - test.test_io.PyMiscIOTest
- test_pwrite - test.test_posix.PosixTester
- test_bytes_filename - test.test_gzip.TestGzip
- test_ints - test.test_marshal.IntTestCase
- test_read1_10 - test.test_zipfile.DeflateTestsWithSourceFile
- test_readline - test.test_zipfile.StoredTestsWithSourceFile
- test_listfuncs_flag_success - test.test_trace.TestCommandLine
- test_implicit_binary_modes - test.test_gzip.TestOpen
- test_closefd_attr - test.test_io.CIOTest
- test_write_read_with_pathlike_file - test.test_gzip.TestGzip
- test_no_optimize_flag - distutils.tests.test_bdist_rpm.BuildRpmTestCase
- test_read_not_from_start - test.test_sunau.SunauPCM24Test
- testSet - test.test_marshal.InstancingTestCase
- test_incompleted_write - test.test_aifc.AifcPCM16Test
- test_config_dict_invalid - test.test_turtle.TurtleConfigTest
- test_writestr_dir - test.test_zipfile.TestWithDirectory
- test_fspath_support - test.test_io.CIOTest
- test_specify_environment - test.test_posix.TestPosixSpawn
- test_pwritev - test.test_posix.PosixTester
- test_infile_outfile - test.test_json.test_tool.TestTool
- test_write - test.test_gzip.TestGzip
- test_parse_makefile - test.test_sysconfig.MakefileTests
- testTraceback - test.test_zipimport.CompressedZipImportTestCase
- test_run_setup_preserves_sys_argv - distutils.tests.test_core.CoreTestCase
- test_anydbm_creation - test.test_dbm.TestCase-dbm.ndbm
- testUncheckedHashBasedPyc - test.test_zipimport.UncompressedZipImportTestCase
- test_filewrite - test.test_array.LongTest
- test_issue13183 - test.test_pdb.PdbTestCase
- testErrnoOnClosedReadall - test.test_fileio.CAutoFileTests
- test_tofromfile - test.test_array.DoubleTest
- test_handle_write - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_close - test.test_sunau.SunauPCM16Test
- test_metadata - test.test_gzip.TestGzip
- testImporterAttr - test.test_zipimport.CompressedZipImportTestCase
- test_unseekable_write - test.test_aifc.AifcALAWTest
- test_flush_error_on_close - test.test_io.CIOTest
- test_zero_padded_file - test.test_gzip.TestGzip
- test_run - test.test_cprofile.CProfileTest
- test_filename - test.test_lzma.OpenTestCase
- test_double_dot_no_clobber - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_context_manager_with_filename - test.test_aifc.AifcALAWTest
- test_anydbm_modification - test.test_dbm.TestCase-dbm.dumb
- testModeStrings - test.test_fileio.COtherFileTests
- test_no_import_lock_contention - test.test_multiprocessing_forkserver.WithProcessesTestQueue
- test_directories - test.test_unicode_file.TestUnicodeFiles
- testNamespacePackage - test.test_zipimport.UncompressedZipImportTestCase
- testZipImporterMethodsInSubDirectory - test.test_zipimport.UncompressedZipImportTestCase
- testBoth - test.test_zipimport.CompressedZipImportTestCase
- test_no_import_lock_contention - test.test_multiprocessing_forkserver.WithThreadsTestQueue
- test_write_params - test.test_sunau.SunauPCM32Test
- test_buffered_reader - test.test_gzip.TestGzip
- test_fstat - test.test_posix.PosixTester
- test_seek_with_encoder_state - test.test_io.PyTextIOWrapperTest
- test_encoding_error_handler - test.test_gzip.TestOpen
- test_write - test.test_shelve.TestAsciiFileShelve
- test_islink - test.test_posixpath.PosixPathTest
- test_bug_6050 - test.test_zipfile.TestWithDirectory
- test_errors - test.test_fileinput.Test_hook_encoded
- test_open - test.test_zipfile.LzmaTestsWithSourceFile
- test_attributes - test.test_io.CMiscIOTest
- test_seek_with_encoder_state - test.test_io.CTextIOWrapperTest
- test_absolute_path - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_isfile - test.test_posixpath.PosixCommonTest
- test_context_manager_with_open_file - test.test_sunau.SunauPCM24Test
- test_no_password - test.test_zipfile.DecryptionTests
- test_path_dirname - test.test_posixpath.PathLikeTests
- test_missing_index - test.test_dbm_dumb.DumbDBMTestCase
- test_pidfd_open - test.test_posix.PosixTester
- test_nonexisting_file - test.test_dbm_ndbm.DbmTestCase
- test_double_dot_no_clobber - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- testReadintoByteArray - test.test_fileio.PyAutoFileTests
- test_unicode - test.test_marshal.StringTestCase
- test_write_after_close - test.test_zipfile.Bzip2WriterTests
- test_close - test.test_sunau.SunauPCM8Test
- test_init_mode - test.test_lzma.FileTestCase
- test_ismount_non_existent - test.test_posixpath.PosixPathTest
- testBadMagic - test.test_zipimport.CompressedZipImportTestCase
- test_unicode - test.test_dbm_gnu.TestGdbm
- test_truncated_zipfile - test.test_zipfile.Bzip2TestsWithSourceFile
- test_print - test.test_bool.BoolTest
- test_unseekable_write - test.test_sunau.SunauPCM16Test
- test_setresgid - test.test_posix.PosixTester
- test_posix_fadvise - test.test_posix.PosixTester
- test_context_manager_with_filename - test.test_sunau.SunauPCM16Test
- test_sync_not_handled - test.test_socketserver.ErrorHandlerTest
- test_tofromfile - test.test_array.IntTest
- test_read1_10 - test.test_zipfile.StoredTestsWithSourceFile
- testGetCompiledSource - test.test_zipimport.CompressedZipImportTestCase
- test_parse_path_object - test.test_sax.ParseTest
- test_anydbm_keys - test.test_dbm.TestCase-dbm.gnu
- test_close_opened_files_on_error - test.test_aifc.AifcMiscTest
- test_absolute_path - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_double_close - test.test_mmap.MmapTests
- setUpClass - test.test_asyncio.test_sendfile.EPollEventLoopTests
- testNotZipFile - test.test_zipimport.BadFileZipImportTestCase
- test_write_dir - test.test_zipfile.TestWithDirectory
- test_filetype_ok - test.test_optparse.TestExtendAddTypes
- test_writing_errors - test.test_zipfile.Bzip2TestsWithSourceFile
- test_overflowed_write - test.test_aifc.AifcPCM24Test
- test_xmlgen_attr_escape - test.test_sax.StreamReaderWriterXmlgenTest
- test_confstr - test.test_posix.PosixTester
- testOpenDirFD - test.test_fileio.CAutoFileTests
- testTruncate - test.test_fileio.COtherFileTests
- test_readlines - test.test_urllib.urlopen_FileTests
- test_module - test.test_reprlib.LongReprTest
- test_write - test.test_aifc.AifcPCM8Test
- test_compresslevel_basic - test.test_zipfile.LzmaTestsWithSourceFile
- test_write_unicode_filenames - test.test_zipfile.OtherTests
- test_anydbm_access - test.test_dbm.TestCase-dbm.gnu
- test_write - test.test_shelve.TestProto2FileShelve
- test_read_after_write - test.test_zipfile.TestsWithMultipleOpens
- test_write_context_manager_calls_close - test.test_sunau.SunauPCM24Test
- test_isolatedmode - test.test_cmd_line.CmdLineTest
- test_unseekable_incompleted_write - test.test_aifc.AifcPCM16Test
- testLargestPossibleComment - test.test_zipimport.CompressedZipImportTestCase
- test_mknod_dir_fd - test.test_posix.PosixTester
- test_fileno - test.test_urllib.urlopen_FileTests
- test_path_splitdrive - test.test_posixpath.PathLikeTests
- testWeakRefs - test.test_fileio.PyAutoFileTests
- CheckDMLDoesNotAutoCommitBefore - sqlite3.test.transactions.TransactionTests
- test_escape - test.test_glob.GlobTests
- test_string - test.test_sax.PrepareInputSourceTest
- test_initgroups - test.test_posix.PosixTester
- test_destructor - test.test_io.PyIOTest
- test_forget - test.test_support.TestSupport
- test_filewrite - test.test_array.ByteTest
- test_around_2GB - test.test_mmap.LargeMmapTests
- test_make_bad_fd - test.test_support.TestSupport
- test_step_at_return_with_no_trace_in_caller - test.test_bdb.IssuesTestCase
- test_close - test.test_aifc.AifcULAWTest
- test_copy - test.test_urllib.urlretrieve_FileTests
- testDoctestFile - test.test_zipimport.UncompressedZipImportTestCase
- test_reporthook - test.test_urllib.urlretrieve_FileTests
- test_fd_transfer - test.test_multiprocessing_forkserver.WithProcessesTestConnection
- test_unseekable_write - test.test_sunau.SunauPCM8Test
- test_no_import_lock_contention - test.test_multiprocessing_spawn.WithProcessesTestQueue
- test_filewrite - test.test_array.LongLongTest
- test_check_closed - test.test_dbm_dumb.DumbDBMTestCase
- testImport_WithStuff - test.test_zipimport.UncompressedZipImportTestCase
- test_unlink_dir_fd - test.test_posix.PosixTester
- test_context_manager_with_filename - test.test_sunau.SunauPCM8Test
- test_read_return_size - test.test_zipfile.DeflateTestsWithSourceFile
- test_open_with_pathlike - test.test_zipfile.Bzip2TestsWithSourceFile
- test_handle_connect - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_sched_rr_get_interval - test.test_posix.PosixTester
- test_open_file - test.test_posix.TestPosixSpawn
- test_realpath_resolve_first - test.test_posixpath.PosixPathTest
- test_xmlgen_ns_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_incompleted_write - test.test_sunau.SunauULAWTest
- test_parse_bytes - test.test_sax.ParseTest
- test_writestr_extended_local_header_issue1202 - test.test_zipfile.OtherTests
- test_fs_holes - test.test_posix.PosixTester
- test_fromfile_ioerror - test.test_array.UnsignedByteTest
- testMethods - test.test_fileio.CAutoFileTests
- test_listdir - test.test_posix.PosixTester
- test_utime - test.test_posix.PosixTester
- test_setresuid_exception - test.test_posix.PosixTester
- testBytesOpen - test.test_fileio.COtherFileTests
- test_cwd - test.test_py_compile.PyCompileTestsWithSourceEpoch
- testUtf8BytesOpen - test.test_fileio.PyOtherFileTests
- test_write - test.test_aifc.AifcPCM32Test
- test_read - test.test_shelve.TestBinaryFileShelve
- test_handle_accept - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_print - test.test_set.TestBasicOpsTuple
- test_io_on_closed_zipextfile - test.test_zipfile.StoredTestsWithSourceFile
- test_case_sensitivity_mapping_access - test.test_configparser.MultilineValuesTestCase
- test_write_to_binary_file_with_bom - test.test_xml_etree.IOTest
- test_non_ascii_infile - test.test_json.test_tool.TestTool
- test_runctx - test.test_profile.ProfileTest
- test_warn_on_dealloc - test.test_io.PyMiscIOTest
- test_basic - test.test_mmap.MmapTests
- test_close - test.test_aifc.AifcPCM24Test
- test_context_manager_with_filename - test.test_aifc.AifcPCM32Test
- test_parse_close_source - test.test_sax.ParseTest
- test_values - test.test_shelve.TestBinaryFileShelve
- test_write_bytearray - test.test_aifc.AifcPCM16Test
- test_keys - test.test_dbm_ndbm.DbmTestCase
- testGetSource - test.test_zipimport.UncompressedZipImportTestCase
- test_glob_directory_with_trailing_slash - test.test_glob.GlobTests
- test_nullpat - test.test_bufio.CBufferSizeTest
- test_do_not_overwrite_symlinks - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_multibyte_seek_and_tell - test.test_io.PyTextIOWrapperTest
- testInt - test.test_marshal.InstancingTestCase
- test_extract_all_with_target - test.test_zipfile.ExtractTests
- test_garbage_collection - test.test_io.CTextIOWrapperTest
- testMixedNamespacePackage - test.test_zipimport.CompressedZipImportTestCase
- test_errors_in_command - test.test_pdb.PdbTestCase
- test_read_closed - test.test_io.CIOTest
- test_issue36250 - test.test_pdb.PdbTestCase
- testErrnoOnClose - test.test_fileio.CAutoFileTests
- test_buffered_file_io - test.test_io.PyIOTest
- test_multibyte_seek_and_tell - test.test_io.CTextIOWrapperTest
- test_maxlen - test.test_deque.TestBasic
- testDoctestSuite - test.test_zipimport.CompressedZipImportTestCase
- testBytesAddr - test.test_socket.TestUnixDomain
- test_cyclical_print - test.test_set.TestSetSubclass
- test_anydbm_creation - test.test_dbm.TestCase-dbm.gnu
- test_unseekable_write - test.test_aifc.AifcULAWTest
- testRaising - test.test_exceptions.ExceptionTests
- test_resource_warning - test.test_asyncore.FileWrapperTest
- test_module_in_package_in_zipfile - test.test_cmd_line_script.CmdLineTest
- test_incompleted_write - test.test_aifc.AifcALAWTest
- test_checked_hash_based_change_pyc - test.test_zipimport.UncompressedZipImportTestCase
- test_context_manager_with_filename - test.test_aifc.AifcULAWTest
- test_cwd - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_tofromfile - test.test_array.LongTest
- testBadMagic2 - test.test_zipimport.UncompressedZipImportTestCase
- test_threads - test.test_io.CBufferedRandomTest
- test_handle_accepted - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_readline - test.test_urllib.urlopen_FileTests
- test_bad_password - test.test_zipfile.DecryptionTests
- test_random_open - test.test_zipfile.Bzip2TestsWithSourceFile
- test_no_import_lock_contention - test.test_multiprocessing_spawn.WithManagerTestQueue
- test_iterlines - test.test_zipfile.Bzip2TestsWithSourceFile
- test_path_basename - test.test_posixpath.PathLikeTests
- test_multiple_writes - test.test_aifc.AifcPCM16Test
- test_open - test.test_zipfile.Bzip2TestsWithSourceFile
- test_url - test.test_urllib.urlopen_FileTests
- test_create_writes - test.test_io.PyMiscIOTest
- test_method - test.test_reprlib.LongReprTest
- test_opener - test.test_io.CIOTest
- test_add_file_before_1980 - test.test_zipfile.StoredTestsWithSourceFile
- test_read_returns_file_list_with_bytestring_path - test.test_configparser.MultilineValuesTestCase
- test_listdir_bytes - test.test_posix.PosixTester
- test_do_not_overwrite_symlinks - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_append_bom - test.test_io.CTextIOWrapperTest
- testComment - test.test_zipimport.UncompressedZipImportTestCase
- test_filewrite - test.test_array.UnsignedLongTest
- test_zipfile_compiled_unchecked_hash - test.test_cmd_line_script.CmdLineTest
- testEmptyFile - test.test_zipimport.BadFileZipImportTestCase
- test_utime_with_fd - test.test_posix.PosixTester
- test_filewrite - test.test_array.UnsignedLongLongTest
- test_items - test.test_shelve.TestAsciiFileShelve
- test_normalization - test.test_unicodedata.NormalizationTest
- test_unseekable_write - test.test_aifc.AifcPCM24Test
- test_write_memoryview - test.test_aifc.AifcPCM16Test
- test_context_manager - test.test_dbm_ndbm.DbmTestCase
- test_context_manager_with_filename - test.test_aifc.AifcPCM24Test
- test_io_after_close - test.test_io.CMiscIOTest
- test_parse_InputSource - test.test_sax.ParseTest
- test_no_import_lock_contention - test.test_multiprocessing_spawn.WithThreadsTestQueue
- test_lltrace_does_not_crash_on_subscript_operator - test.test_lltrace.TestLLTrace
- test_open_file - test.test_posix.TestPosixSpawnP
- test_extract_all - test.test_zipfile.ExtractTests
- test_read_not_from_start - test.test_sunau.SunauPCM8Test
- test_fileobj_from_fdopen - test.test_gzip.TestGzip
- test_tofromfile - test.test_array.UnsignedShortTest
- test_incompleted_write - test.test_sunau.SunauPCM16Test
- test_write_to_filename - test.test_xml_etree.IOTest
- test_non_ascii - test.test_cmd_line_script.CmdLineTest
- testDict - test.test_marshal.InstancingTestCase
- test_source_date_epoch - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_random - test.test_dbm_dumb.DumbDBMTestCase
- testUncheckedHashBasedPyc - test.test_zipimport.CompressedZipImportTestCase
- test_multiple_writes - test.test_sunau.SunauPCM32Test
- test_closefd_attr - test.test_io.PyIOTest
- test_cyclical_print - test.test_set.TestSetSubclassWithKeywordArgs
- test_truncate - test.test_io.CBufferedRandomTest
- test_compresslevel_basic - test.test_zipfile.Bzip2TestsWithSourceFile
- test_fspath_support - test.test_io.PyIOTest
- test_pathlike_file - test.test_gzip.TestOpen
- test_peek - test.test_gzip.TestGzip
- test_close_flushes - test.test_io.CIOTest
- test_fromfile_ioerror - test.test_array.DoubleTest
- test_dumbdbm_read - test.test_dbm_dumb.DumbDBMTestCase
- test_1463026_3_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_readline_binary_mode - test.test_fileinput.FileInputTests
- test_statvfs - test.test_posix.PosixTester
- test_read_from_file_with_bytes_filename - test.test_lzma.FileTestCase
- test_overflowed_write - test.test_sunau.SunauPCM32Test
- test_random_open - test.test_zipfile.StoredTestsWithRandomBinaryFiles
- testErrnoOnClosedFileno - test.test_fileio.CAutoFileTests
- test_garbage_collection - test.test_io.CIOTest
- test_nullpat - test.test_bufio.PyBufferSizeTest
- test_incompleted_write - test.test_aifc.AifcPCM8Test
- testReprNoCloseFD - test.test_fileio.CAutoFileTests
- test_writestr_compresslevel - test.test_zipfile.LzmaTestsWithSourceFile
- test_system_id - test.test_sax.PrepareInputSourceTest
- test_basic_io - test.test_io.PyTextIOWrapperTest
- test_filewrite - test.test_array.FloatTest
- testWritelinesUserList - test.test_fileio.CAutoFileTests
- test_handle_error - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_path_with_null_byte - test.test_posix.PosixTester
- test_source_date_epoch - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_none_args - test.test_fileio.CAutoFileTests
- test_items - test.test_shelve.TestProto2FileShelve
- test_write_non_pyfile - test.test_zipfile.PyZipFileTests
- testErrnoOnClosedSeek - test.test_fileio.PyAutoFileTests
- testBytesPath - test.test_zipimport.CompressedZipImportTestCase
- test_basic_io - test.test_io.CTextIOWrapperTest
- test_getgroups - test.test_posix.PosixTester
- test_dumbdbm_keys - test.test_dbm_dumb.DumbDBMTestCase
- test_read_not_from_start - test.test_aifc.AifcULAWTest
- testSubPackage - test.test_zipimport.CompressedZipImportTestCase
- test_temp_cwd - test.test_support.TestSupport
- test_write_python_directory_filtered - test.test_zipfile.PyZipFileTests
- test_incompleted_write - test.test_sunau.SunauPCM8Test
- test_case_sensitivity - test.test_configparser.MultilineValuesTestCase
- test_close_twice - test.test_dbm_dumb.DumbDBMTestCase
- test_path_normcase - test.test_posixpath.PathLikeTests
- test_sched_getaffinity - test.test_posix.PosixTester
- test_cwd_with_relative_executable - test.test_subprocess.ProcessTestCase
- test_extract_dir - test.test_zipfile.TestWithDirectory
- test_empty_value - test.test_dbm.TestCase-dbm.dumb
- test_write_after_read - test.test_zipfile.TestsWithMultipleOpens
- test_threads - test.test_io.CBufferedWriterTest
- testRecursiveRepr - test.test_fileio.PyAutoFileTests
- test_write_bytearray - test.test_sunau.SunauULAWTest
- test_readline_read - test.test_zipfile.DeflateTestsWithSourceFile
- test_append - test.test_zipfile.StoredTestZip64InSmallFiles
- test_nonbuffered_textio - test.test_io.CIOTest
- test_modes - test.test_dbm_ndbm.DbmTestCase
- test_threads_write - test.test_io.PyTextIOWrapperTest
- test_seek_bom - test.test_io.PyTextIOWrapperTest
- test_checkcache - test.test_linecache.LineCacheTests
- test_path_expandvars - test.test_posixpath.PathLikeTests
- test_status - test.test_urllib.urlopen_FileTests
- test_errors_property - test.test_io.PyTextIOWrapperTest
- test_incompleted_write - test.test_aifc.AifcPCM32Test
- test_close - test.test_sunau.SunauPCM24Test
- test_write_array - test.test_aifc.AifcPCM16Test
- test_pathfix_keeping_flags - test.test_tools.test_pathfix.TestPathfixFunctional
- test_basic_from_dict - test.test_configparser.MultilineValuesTestCase
- test_rejection - test.test_http_cookiejar.LWPCookieTests
- test_read_not_from_start - test.test_aifc.AifcPCM24Test
- test_extract - test.test_zipfile.ExtractTests
- test_threads_write - test.test_io.CTextIOWrapperTest
- testErrors - test.test_fileio.CAutoFileTests
- test_seek_bom - test.test_io.CTextIOWrapperTest
- CheckRaiseTimeout - sqlite3.test.transactions.TransactionTests
- test_errors_property - test.test_io.CTextIOWrapperTest
- test_module_without_a_main - test.test_pdb.PdbTestCase
- test_copy - test.test_aifc.AifcPCM16Test
- test_recursive - test.test_tools.test_pathfix.TestPathfixFunctional
- test_length_0_large_offset - test.test_mmap.MmapTests
- test_constructor - test.test_shelve.TestAsciiFileShelve
- test_empty_value - test.test_dbm_ndbm.DbmTestCase
- test_write_bytearray - test.test_gzip.TestGzip
- test_unseekable_overflowed_write - test.test_aifc.AifcPCM16Test
- test_ignore_count_on_disabled_bp - test.test_bdb.BreakpointTestCase
- test_incompleted_write - test.test_aifc.AifcULAWTest
- test_handle_read - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_io_on_closed_object - test.test_gzip.TestGzip
- testErrnoOnClosedReadinto - test.test_fileio.CAutoFileTests
- test_basic - test.test_zipfile.StoredTestsWithSourceFile
- test_os_open - __main__.SocketEINTRTest
- testPy - test.test_zipimport.CompressedZipImportTestCase
- test_module_in_subpackage_in_zipfile - test.test_cmd_line_script.CmdLineTest
- testEmptyPy - test.test_zipimport.UncompressedZipImportTestCase
- test_basic - test.test_zipfile.Bzip2TestZip64InSmallFiles
- test_unseekable_incompleted_write - test.test_sunau.SunauPCM16Test
- testStrAddr - test.test_socket.TestUnixDomain
- test_write_bytearray - test.test_aifc.AifcALAWTest
- test_keys - test.test_shelve.TestAsciiFileShelve
- test_issue16180 - test.test_pdb.PdbTestCase
- test_getresuid - test.test_posix.PosixTester
- testImport_WithStuff - test.test_zipimport.CompressedZipImportTestCase
- test_rmtree - test.test_support.TestSupport
- test_write_array - test.test_sunau.SunauPCM32Test
- test_write_memoryview - test.test_sunau.SunauULAWTest
- test_nonascii_filename - test.test_dbm_ndbm.DbmTestCase
- test_many_opens - test.test_zipfile.TestsWithMultipleOpens
- test_large_file_ops - test.test_io.CIOTest
- test_access - test.test_posix.PosixTester
- test_write - test.test_sunau.SunauPCM24Test
- test_read_concatenated_zip_file - test.test_zipfile.StoredTestsWithSourceFile
- CheckTraceCallbackContent - sqlite3.test.hooks.TraceCallbackTests
- test_unseekable_incompleted_write - test.test_aifc.AifcPCM8Test
- testSeekTell - test.test_fileio.PyAutoFileTests
- test_write_contains - test.test_dbm_dumb.DumbDBMTestCase
- test_context_manager_with_filename - test.test_sunau.SunauPCM24Test
- test_readlink_dir_fd - test.test_posix.PosixTester
- test_dump_closed_file - test.test_pickle.PyPickleTests
- test_extract_all_with_target_pathlike - test.test_zipfile.ExtractTests
- test_binary_modes - test.test_gzip.TestOpen
- testPyc - test.test_zipimport.UncompressedZipImportTestCase
- test_path_expanduser - test.test_posixpath.PathLikeTests
- test_get - test.test_shelve.TestAsciiFileShelve
- testErrnoOnClosedWritable - test.test_fileio.CAutoFileTests
- test_basic_with_bytes_names - test.test_tempfile.TestMkstemp
- test_write_memoryview - test.test_gzip.TestGzip
- test_readline_read - test.test_zipfile.StoredTestsWithSourceFile
- test_constructor - test.test_shelve.TestProto2FileShelve
- test_tofromfile - test.test_array.ShortTest
- test_glob_one_directory - test.test_glob.GlobTests
- test_write_bytearray - test.test_sunau.SunauPCM16Test
- test_realpath_resolve_parents - test.test_posixpath.PosixPathTest
- test_repr - test.test_zipfile.LzmaTestsWithSourceFile
- test_write_memoryview - test.test_aifc.AifcALAWTest
- test_dict - test.test_marshal.ContainerTestCase
- test_checked_hash_based_change_pyc - test.test_zipimport.CompressedZipImportTestCase
- testBadMagic2 - test.test_zipimport.CompressedZipImportTestCase
- test_writestr_compresslevel - test.test_zipfile.Bzip2TestsWithSourceFile
- test_read1 - test.test_zipfile.Bzip2TestsWithSourceFile
- test_keys - test.test_shelve.TestProto2FileShelve
- test_read_from_file - test.test_lzma.FileTestCase
- test_basic - test.test_configparser.MultilineValuesTestCase
- test_realpath_repeated_indirect_symlinks - test.test_posixpath.PosixPathTest
- test_read_closed - test.test_io.PyIOTest
- test_dispatcher - test.test_asyncore.FileWrapperTest
- test_floats - test.test_marshal.FloatTestCase
- test_fromfile_ioerror - test.test_array.LongTest
- test_extract_with_target_pathlike - test.test_zipfile.ExtractTests
- test_too_many_files - test.test_zipfile.Bzip2TestZip64InSmallFiles
- test_line_endings - test.test_dbm_dumb.DumbDBMTestCase
- test_eval - test.test_dbm_dumb.DumbDBMTestCase
- test_unseekable_incompleted_write - test.test_aifc.AifcPCM32Test
- testErrnoOnClosedWrite - test.test_fileio.CAutoFileTests
- test_write_bytearray - test.test_aifc.AifcPCM8Test
- test_glob_many_open_files - test.test_glob.GlobTests
- test_getresgid - test.test_posix.PosixTester
- test_open - test.test_builtin.BuiltinTest
- test_chdir - test.test_posix.PosixTester
- test_realpath_basic - test.test_posixpath.PosixPathTest
- test_connection_attributes - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- testAbles - test.test_fileio.PyOtherFileTests
- test_default_case_sensitivity - test.test_configparser.MultilineValuesTestCase
- test_xmlgen_encoding_bytes - test.test_sax.StreamReaderWriterXmlgenTest
- testUnencodable - test.test_zipimport.CompressedZipImportTestCase
- test_path_islink - test.test_posixpath.PathLikeTests
- testWritelinesList - test.test_fileio.CAutoFileTests
- test_opener - test.test_io.PyIOTest
- test_quiet - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_find_function_empty_file - test.test_pdb.PdbTestCase
- test_dup2 - test.test_posix.TestPosixSpawn
- test_write_bytearray - test.test_sunau.SunauPCM8Test
- test_binary_file_shelf - test.test_shelve.TestCase
- test_pop - test.test_shelve.TestAsciiFileShelve
- test_lockf - __main__.FNTLEINTRTest
- test_write - test.test_sunau.SunauULAWTest
- test_handle_close - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_path_lexists - test.test_posixpath.PathLikeTests
- test_write_memoryview - test.test_sunau.SunauPCM16Test
- test_sys_exit - test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess
- test_multiple_writes - test.test_aifc.AifcPCM8Test
- test_venv_install_options - distutils.tests.test_dist.DistributionTestCase
- test_too_many_files - test.test_zipfile.DeflateTestZip64InSmallFiles
- test_socket_fileno_requires_valid_fd - test.test_socket.GeneralModuleTests
- test_create_command - test.test_zipfile.CommandLineTest
- test_open_with_pathlike - test.test_zipfile.LzmaTestsWithSourceFile
- test_getsize - test.test_posixpath.PosixCommonTest
- test_fromfile_ioerror - test.test_array.UnsignedShortTest
- test_5027_1 - test.test_sax.StreamReaderWriterXmlgenTest
- test_glob_directory_names - test.test_glob.GlobTests
- test_open_conflicting_handles - test.test_zipfile.OtherTests
- test_copy - test.test_sunau.SunauULAWTest
- test_write_params - test.test_aifc.AifcPCM16Test
- test_write_readonly_file - test.test_dbm_gnu.TestGdbm
- testZipImporterMethods - test.test_zipimport.UncompressedZipImportTestCase
- test_next_command_in_generator_for_loop - test.test_bdb.IssuesTestCase
- test_path_ismount - test.test_posixpath.PathLikeTests
- test_ensure_ascii_default - test.test_json.test_tool.TestTool
- test_change_comment_in_empty_archive - test.test_zipfile.OtherTests
- test_oscloexec - test.test_posix.PosixTester
- test_readline - test.test_fileinput.FileInputTests
- testBlksize - test.test_fileio.PyAutoFileTests
- test_write_bytearray - test.test_aifc.AifcPCM32Test
- test_write_after_close - test.test_zipfile.StoredWriterTests
- test_1463026_2 - test.test_sax.StreamReaderWriterXmlgenTest
- test_path_splitext - test.test_posixpath.PathLikeTests
- test_unseekable_overflowed_write - test.test_sunau.SunauULAWTest
- test_read_not_from_start - test.test_sunau.SunauPCM32Test
- test_write_memoryview - test.test_aifc.AifcPCM8Test
- test_quiet - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_update - test.test_shelve.TestAsciiFileShelve
- test_cld_xxxx_constants - test.test_posix.PosixTester
- test_class - test.test_reprlib.LongReprTest
- test_open - test.test_tokenize.TestDetectEncoding
- test_write_array - test.test_gzip.TestGzip
- test_rtld_constants - test.test_posix.PosixTester
- test_close_twice - test.test_asyncore.FileWrapperTest
- test_truncate_after_write - test.test_io.CBufferedWriterTest
- test_truncate_after_write - test.test_io.PyBufferedWriterTest
- test_load_closed_file - test.test_pickle.PyPickleTests
- test_close_flushes - test.test_io.PyIOTest
- test_context_manager_with_open_file - test.test_aifc.AifcPCM16Test
- test_basic - test.test_zipfile.StoredTestZip64InSmallFiles
- test_write - test.test_aifc.AifcALAWTest
- test_garbage_collection - test.test_io.PyIOTest
- test_write_bytearray - test.test_aifc.AifcULAWTest
- test_reorganize - test.test_dbm_gnu.TestGdbm
- test_bug1728403 - test.test_multibytecodec.Test_StreamReader
- test_large_fd_transfer - test.test_multiprocessing_forkserver.WithProcessesTestConnection
- test_message_from_binary_file - test.test_email.test_email.Test8BitBytesHandling
- test_multiple_writes - test.test_aifc.AifcPCM32Test
- test_truncate_after_write - test.test_io.PyBufferedRandomTest
- test_pop - test.test_shelve.TestProto2FileShelve
- testErrnoOnClosedReadable - test.test_fileio.PyAutoFileTests
- test_copy - test.test_aifc.AifcALAWTest
- testWritelinesError - test.test_fileio.PyAutoFileTests
- test_write_after_close - test.test_zipfile.DeflateWriterTests
- test_absolute_arcnames - test.test_zipfile.StoredTestsWithSourceFile
- test_random_open - test.test_zipfile.LzmaTestsWithSourceFile
- test_iterlines - test.test_zipfile.LzmaTestsWithSourceFile
- test_empty_zipfile - test.test_zipfile.OtherTests
- test_unseekable_overflowed_write - test.test_aifc.AifcALAWTest
- testErrnoOnClosedRead - test.test_fileio.PyAutoFileTests
- testSimplePipe2 - test.test_pipes.SimplePipeTests
- test_handle_close_after_conn_broken - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_path_with_null_character - test.test_posix.PosixTester
- test_sys_argv_list - test.test_trace.TestCommandLine
- test_close - test.test_lzma.FileTestCase
- test_iter - test.test_urllib.urlopen_FileTests
- test_tuple - test.test_marshal.ContainerTestCase
- test_incompleted_write - test.test_sunau.SunauPCM24Test
- test_optimization_path - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_no_import_lock_contention - test.test_multiprocessing_forkserver.WithManagerTestQueue
- test_write_memoryview - test.test_aifc.AifcPCM32Test
- test_create_new - test.test_dbm_dumb.DumbDBMTestCase
- test_random_open - test.test_zipfile.Bzip2TestsWithRandomBinaryFiles
- test_print - test.test_set.TestBasicOpsTriple
- test_fromfile_ioerror - test.test_array.LongLongTest
- test_dup2 - test.test_posix.TestPosixSpawnP
- testInvalidFd - test.test_fileio.PyOtherFileTests
- test_setdefault - test.test_shelve.TestBinaryFileShelve
- test_write_bytearray - test.test_aifc.AifcPCM24Test
- test_modes - test.test_fileinput.Test_hook_encoded
- test_open - test.test_zipfile.Bzip2TestsWithRandomBinaryFiles
- test_context_manager_with_open_file - test.test_sunau.SunauPCM32Test
- test_array_writes - test.test_io.CIOTest
- test_bad_coding - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_filewrite - test.test_array.UnicodeTest
- test_posix_fallocate - test.test_posix.PosixTester
- test_update - test.test_shelve.TestProto2FileShelve
- test_repr - test.test_zipfile.Bzip2TestsWithSourceFile
- test_write_context_manager_calls_close - test.test_aifc.AifcPCM16Test
- test_write - test.test_sunau.SunauPCM16Test
- test_pipe - test.test_posix.PosixTester
- test_character_stream - test.test_sax.PrepareInputSourceTest
- test_parse_errors - test.test_configparser.MultilineValuesTestCase
- testReadintoByteArray - test.test_fileio.CAutoFileTests
- testBytes - test.test_marshal.InstancingTestCase
- test_change_comment_in_nonempty_archive - test.test_zipfile.OtherTests
- test_write_to_binary_file - test.test_xml_etree.IOTest
- test_nonbuffered_textio - test.test_io.PyIOTest
- test_create_fail - test.test_io.PyMiscIOTest
- test_context_manager - test.test_dbm_dumb.DumbDBMTestCase
- test_bp_ignore_count - test.test_bdb.BreakpointTestCase
- test_return_command_in_generator_with_subiterator - test.test_bdb.IssuesTestCase
- testRepr - test.test_fileio.PyAutoFileTests
- test_unseekable_read - test.test_sunau.SunauPCM16Test
- test_writestr_compression - test.test_zipfile.Bzip2TestsWithSourceFile
- test_ftruncate - test.test_posix.PosixTester
- test_preadv_flags - test.test_posix.PosixTester
- test_copy - test.test_sunau.SunauPCM16Test
- test_setitem - test.test_configparser.MultilineValuesTestCase
- test_bytes - test.test_dbm_gnu.TestGdbm
- test_next_until_return_in_generator - test.test_bdb.IssuesTestCase
- test_raw_file_io - test.test_io.CIOTest
- test_bp_exception_on_condition_evaluation - test.test_bdb.BreakpointTestCase
- test_pathfix_adding_flag - test.test_tools.test_pathfix.TestPathfixFunctional
- test_optimization_path - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_write_after_close - test.test_zipfile.LzmaWriterTests
- test_sched_setaffinity - test.test_posix.PosixTester
- test_fstatvfs - test.test_posix.PosixTester
- test_unseekable_overflowed_write - test.test_sunau.SunauPCM16Test
- test_too_many_files - test.test_zipfile.StoredTestZip64InSmallFiles
- test_print - test.test_set.TestBasicOpsSingleton
- test_basic - test.test_tempfile.TestMkstemp
- test_write_array - test.test_aifc.AifcPCM8Test
- test_bad_coding - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_anydbm_creation_n_file_exists_with_invalid_contents - test.test_dbm.TestCase-dbm.dumb
- test_read_markers - test.test_aifc.AifcMiscTest
- test_multi_close - test.test_io.CIOTest
- test_symlink_dir_fd - test.test_posix.PosixTester
- test_offset - test.test_mmap.MmapTests
- test_popitem - test.test_shelve.TestAsciiFileShelve
- test_exclusive_write - test.test_gzip.TestGzip
- test_setresgid_exception - test.test_posix.PosixTester
- test_xmlgen_ns - test.test_sax.StreamReaderWriterXmlgenTest
- test_large_filesize - test.test_mmap.LargeMmapTests
- test_write_context_manager_calls_close - test.test_sunau.SunauPCM32Test
- test_copy - test.test_aifc.AifcPCM8Test
- test_chown - test.test_posix.PosixTester
- test_length_0_offset - test.test_mmap.MmapTests
- testWeakRefs - test.test_fileio.CAutoFileTests
- test_extract_hackers_arcnames_posix_only - test.test_zipfile.ExtractTests
- test_threading_handled - test.test_socketserver.ErrorHandlerTest
- test_abc_inheritance - test.test_io.CMiscIOTest
- test_readlines - test.test_zipfile.Bzip2TestsWithSourceFile
- test_write - test.test_sunau.SunauPCM8Test
- test_unseekable_overflowed_write - test.test_aifc.AifcPCM8Test
- test_skip - test.test_bdb.StateTestCase
- test_stderr_flush - test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess
- test_read - test.test_zipfile.Bzip2TestsWithRandomBinaryFiles
- test_large_file_ops - test.test_io.PyIOTest
- testGetData - test.test_zipimport.UncompressedZipImportTestCase
- test_same_file - test.test_zipfile.TestsWithMultipleOpens
- test_fromfile_ioerror - test.test_array.UnsignedLongTest
- testAppend - test.test_fileio.PyOtherFileTests
- test_path_objects - test.test_sax.PrepareInputSourceTest
- test_seek_read - test.test_gzip.TestGzip
- test_write_object_to_file - test.test_marshal.CAPI_TestCase
- test_instance - test.test_reprlib.LongReprTest
- test_unseekable_overflowed_write - test.test_sunau.SunauPCM8Test
- test_large_fd_transfer - test.test_multiprocessing_spawn.WithProcessesTestConnection
- test_file_pos - test.test_imghdr.TestImghdr
- test_bool - test.test_shelve.TestAsciiFileShelve
- test_too_many_files_append - test.test_zipfile.Bzip2TestZip64InSmallFiles
- test_fromfile_ioerror - test.test_array.ShortTest
- test_write - test.test_configparser.MultilineValuesTestCase
- test_glob_literal - test.test_glob.GlobTests
- testErrnoOnClosedIsatty - test.test_fileio.PyAutoFileTests
- test_fchown - test.test_posix.PosixTester
- test_abspath_issue3426 - test.test_posixpath.PosixCommonTest
- test_repr - test.test_mmap.MmapTests
- testSimplePipe3 - test.test_pipes.SimplePipeTests
- test_link_dir_fd - test.test_posix.PosixTester
- test_write_long_to_file - test.test_marshal.CAPI_TestCase
- test_unseekable_incompleted_write - test.test_sunau.SunauPCM24Test
- test_open_default_encoding - test.test_builtin.BuiltinTest
- test_copy - test.test_aifc.AifcPCM32Test
- test_cover_files_written_with_highlight - test.test_trace.TestCoverageCommandLineOutput
- test_popitem - test.test_shelve.TestProto2FileShelve
- test_read_long_from_file - test.test_marshal.CAPI_TestCase
- test_write - test.test_aifc.AifcULAWTest
- test_unseekable_overflowed_write - test.test_aifc.AifcPCM32Test
- testStr - test.test_marshal.InstancingTestCase
- test_environ - test.test_posix.PosixTester
- test_boolean - test.test_configparser.MultilineValuesTestCase
- test_x_mode - test.test_lzma.OpenTestCase
- testPackage - test.test_zipimport.UncompressedZipImportTestCase
- test_fexecve - test.test_posix.PosixTester
- test_telling - test.test_io.PyTextIOWrapperTest
- test_paddedfile_getattr - test.test_gzip.TestGzip
- test_attributes - test.test_io.PyMiscIOTest
- test_stderr_flush - test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess
- test_len - test.test_shelve.TestBinaryFileShelve
- test_ignores_newline_at_end - test.test_zipfile.StoredTestsWithSourceFile
- test_cache_clear - test.test_filecmp.FileCompareTestCase
- test_runeval_step - test.test_bdb.RunTestCase
- test_exceptions_propagate - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_bp_after_last_statement - test.test_bdb.BreakpointTestCase
- testTuple - test.test_marshal.InstancingTestCase
- test_breakpoint - test.test_pdb.PdbTestCase
- test_too_many_files_append - test.test_zipfile.DeflateTestZip64InSmallFiles
- test_telling - test.test_io.CTextIOWrapperTest
- test_reject - test.test_fileio.PyAutoFileTests
- test_write - test.test_shelve.TestBinaryFileShelve
- test_seeking_too - test.test_io.PyTextIOWrapperTest
- test_exists - test.test_posixpath.PosixCommonTest
- test_find_function_found - test.test_pdb.PdbTestCase
- test_empty_file_raises_BadZipFile - test.test_zipfile.OtherTests
- test_unseekable_overflowed_write - test.test_aifc.AifcULAWTest
- test_realpath_relative - test.test_posixpath.PosixPathTest
- test_listdir_default - test.test_posix.PosixTester
- test_threading_not_handled - test.test_socketserver.ErrorHandlerTest
- test_seeking_too - test.test_io.CTextIOWrapperTest
- test_output_stream - test.test_imghdr.TestImghdr
- test_anydbm_keys - test.test_dbm.TestCase-dbm.dumb
- test_encoding - test.test_gzip.TestOpen
- test_overflowed_write - test.test_aifc.AifcPCM16Test
- test_write - test.test_aifc.AifcPCM24Test
- test_basic - test.test_zipfile.LzmaTestZip64InSmallFiles
- test_bool - test.test_shelve.TestProto2FileShelve
- test_nonascii_filename - test.test_dbm_dumb.DumbDBMTestCase
- test_filewrite - test.test_array.UnsignedIntTest
- test_write_bytearray - test.test_sunau.SunauPCM24Test
- test_entire_file - test.test_mmap.MmapTests
- test_primepat - test.test_bufio.CBufferSizeTest
- testZipImporterMethods - test.test_zipimport.CompressedZipImportTestCase
- test_path_isabs - test.test_posixpath.PathLikeTests
- test_lockf - test.test_posix.PosixTester
- test_anydbm_access - test.test_dbm.TestCase-dbm.dumb
- test_read_return_size - test.test_zipfile.StoredTestsWithSourceFile
- test_putenv - test.test_posix.PosixTester
- testBadMTime - test.test_zipimport.UncompressedZipImportTestCase
- testSubNamespacePackage - test.test_zipimport.UncompressedZipImportTestCase
- test_exceptions_propagate - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- testAbles - test.test_fileio.COtherFileTests
- test_filewrite - test.test_array.UnsignedByteTest
- test_write_params - test.test_sunau.SunauPCM16Test
- test_threads - test.test_io.CBufferedReaderTest
- test_geturl - test.test_urllib.urlopen_FileTests
- test_around_4GB - test.test_mmap.LargeMmapTests
- test_handle_connect - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_libc_ver - test.test_platform.PlatformTest
- test_open - test.test_zipfile.LzmaTestsWithRandomBinaryFiles
- CheckReplaceStartsTransaction - sqlite3.test.transactions.TransactionTests
- test_issue9936 - test.test_trace.TestCoverage
- test_anydbm_modification - test.test_dbm.TestCase-dbm.ndbm
- testErrnoOnClosedSeekable - test.test_fileio.PyAutoFileTests
- test_unicode_password - test.test_zipfile.DecryptionTests
- test_flags - test.test_dbm_gnu.TestGdbm
- test_no_ending_newline - test.test_linecache.LineCacheTests
- testErrnoOnClosedTell - test.test_fileio.PyAutoFileTests
- test_seeking - test.test_io.PyTextIOWrapperTest
- test_multiple_writes - test.test_sunau.SunauPCM24Test
- test_listdir_fd - test.test_posix.PosixTester
- test_handle_accept - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_unseekable_incompleted_write - test.test_sunau.SunauULAWTest
- test_stat_dir_fd - test.test_posix.PosixTester
- test_read - test.test_urllib.urlopen_FileTests
- setUpClass - test.test_socket.SendfileUsingSendTest
- testModeStrings - test.test_fileio.PyOtherFileTests
- test_repr - test.test_zipfile.DeflateTestsWithSourceFile
- test_query_errors - test.test_configparser.MultilineValuesTestCase
- test_write_params - test.test_aifc.AifcPCM8Test
- test_seeking - test.test_io.CTextIOWrapperTest
- test_truncated_zipfile - test.test_zipfile.DeflateTestsWithSourceFile
- test_close_file - test.test_posix.TestPosixSpawn
- testNamespacePackage - test.test_zipimport.CompressedZipImportTestCase
- testZipImporterMethodsInSubDirectory - test.test_zipimport.CompressedZipImportTestCase
- test_returns_pid - test.test_posix.TestPosixSpawn
- test_reporthook_8193_bytes - test.test_urllib.urlretrieve_FileTests
- testOpendir - test.test_fileio.PyAutoFileTests
- test_read1 - test.test_zipfile.LzmaTestsWithSourceFile
- test_different_file - test.test_zipfile.TestsWithMultipleOpens
- test_write_memoryview - test.test_sunau.SunauPCM24Test
- test_close - test.test_aifc.AifcPCM16Test
- test_write_to_file - test.test_lzma.FileTestCase
- test_preadv - test.test_posix.PosixTester
- test_strerror - test.test_posix.PosixTester
- testErrnoOnClosedSeek - test.test_fileio.CAutoFileTests
- test_writing_errors - test.test_zipfile.DeflateTestsWithSourceFile
- testDefaultOptimizationLevel - test.test_zipimport.UncompressedZipImportTestCase
- testTraceback - test.test_zipimport.UncompressedZipImportTestCase
- test_context_manager_with_open_file - test.test_aifc.AifcPCM8Test
- test_cover_files_written_no_highlight - test.test_trace.TestCoverageCommandLineOutput
- test_threads - test.test_io.PyBufferedReaderTest
- test_alter_comments - test.test_tools.test_fixcid.Test
- test_too_many_files - test.test_zipfile.LzmaTestZip64InSmallFiles
- test_cwd_with_relative_arg - test.test_subprocess.ProcessTestCaseNoPoll
- test_generated_valid_zip64_extra - test.test_zipfile.StoredTestZip64InSmallFiles
- test_tofromfile - test.test_array.ByteTest
- test_unseekable_incompleted_write - test.test_aifc.AifcALAWTest
- testUnicodeOpen - test.test_fileio.PyOtherFileTests
- test_add_file_after_2107 - test.test_zipfile.StoredTestsWithSourceFile
- test_string - test.test_marshal.StringTestCase
- test_glob_bytes_directory_with_trailing_slash - test.test_glob.GlobTests
- test_chown_dir_fd - test.test_posix.PosixTester
- test_read - test.test_zipfile.LzmaTestsWithRandomBinaryFiles
- test_xmlgen_fragment - test.test_sax.StreamReaderWriterXmlgenTest
- test_anydbm_creation - test.test_dbm.TestCase-dbm.dumb
- test_parse_strings - test.test_tools.test_fixcid.Test
- test_tofromfile - test.test_array.LongLongTest
- testRecursiveRepr - test.test_fileio.CAutoFileTests
- setUpClass - test.test_asyncio.test_sendfile.SelectEventLoopTests
- test_utime_dir_fd - test.test_posix.PosixTester
- test_mode - test.test_gzip.TestGzip
- test_array_writes - test.test_io.PyIOTest
- test_write_params - test.test_aifc.AifcPCM32Test
- test_text_file_body - test.test_httplib.RequestBodyTest
- test_xmlgen_content - test.test_sax.StreamReaderWriterXmlgenTest
- test_config_dict - test.test_turtle.TurtleConfigTest
- test_pickling - test.test_io.CMiscIOTest
- test_compress_infile_outfile - test.test_gzip.TestCommandLine
- test_primepat - test.test_bufio.PyBufferSizeTest
- test_getgrouplist - test.test_posix.PosixTester
- test_issue7964 - test.test_pdb.PdbTestCase
- test_key_methods - test.test_dbm_gnu.TestGdbm
- test_open_with_pathlike - test.test_zipfile.DeflateTestsWithSourceFile
- test_close - test.test_sunau.SunauPCM32Test
- test_1463026_2_empty - test.test_sax.StreamReaderWriterXmlgenTest
- testTruncate - test.test_fileio.PyOtherFileTests
- test_mkfifo_dir_fd - test.test_posix.PosixTester
- test_append_to_concatenated_zip_file - test.test_zipfile.StoredTestsWithSourceFile
- test_compresslevel_metadata - test.test_gzip.TestGzip
- test_run - test.test_profile.ProfileTest
- test_cache_path - test.test_py_compile.PyCompileTestsWithSourceEpoch
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org