Buildbot failure in Python on s390x Fedora Refleaks 3.8

The Buildbot has detected a new failure on builder s390x Fedora Refleaks 3.8 while building Python. Full details are available at: https://buildbot.python.org/all/#builders/251/builds/11
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
311 tests OK.
10 slowest tests:
- test_asyncio: 2 min 39 sec
- test_nntplib: 2 min 19 sec
- test_signal: 2 min 14 sec
- test_logging: 2 min 1 sec
- test_concurrent_futures: 1 min 51 sec
- test_pickle: 1 min 47 sec
- test_lib2to3: 1 min 29 sec
- test_decimal: 1 min 16 sec
- test_select: 1 min 6 sec
- test_io: 1 min 5 sec
91 tests failed: test__xxsubinterpreters test_asyncio test_asyncore test_base64 test_bdb test_builtin test_bz2 test_cgi test_cgitb test_clinic test_codecs test_compile test_concurrent_futures test_contextlib test_cprofile test_csv test_ctypes test_dbm_dumb test_dbm_gnu test_dbm_ndbm test_defaultdict test_deque test_distutils test_email test_exceptions test_faulthandler test_filecmp test_fileio test_gc test_gettext test_glob test_gzip test_http_cookiejar test_import test_io test_iter test_json test_lib2to3 test_list test_lltrace test_lzma test_mimetypes test_multibytecodec test_netrc test_os test_pdb test_pkgutil test_platform test_poll test_posix test_profile test_py_compile test_pydoc test_regrtest test_reprlib test_runpy test_sax test_selectors test_set test_shutil test_site test_socket test_socketserver test_source_encoding test_ssl test_stat test_string_literals test_subprocess test_sunau test_sysconfig test_tcl test_threaded_import test_threadedtempfile test_tokenize test_tools test_traceback test_tracemalloc test_turtle test_unicode_file_functions test_univnewlines test_urllib test_urllib2 test_urllibnet test_userlist test_uu test_venv test_wave test_xml_etree_c test_zipapp test_zipfile test_zipimport
16 tests skipped: test_devpoll test_gdb 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
92 re-run tests: test__xxsubinterpreters test_asyncio test_asyncore test_base64 test_bdb test_builtin test_bz2 test_cgi test_cgitb test_clinic test_codecs test_compile test_concurrent_futures test_contextlib test_cprofile test_csv test_ctypes test_dbm_dumb test_dbm_gnu test_dbm_ndbm test_defaultdict test_deque test_distutils test_email test_exceptions test_faulthandler test_filecmp test_fileio test_gc test_gettext test_glob test_gzip test_http_cookiejar test_import test_io test_iter test_json test_lib2to3 test_list test_lltrace test_lzma test_mimetypes test_multibytecodec test_multiprocessing_forkserver test_netrc test_os test_pdb test_pkgutil test_platform test_poll test_posix test_profile test_py_compile test_pydoc test_regrtest test_reprlib test_runpy test_sax test_selectors test_set test_shutil test_site test_socket test_socketserver test_source_encoding test_ssl test_stat test_string_literals test_subprocess test_sunau test_sysconfig test_tcl test_threaded_import test_threadedtempfile test_tokenize test_tools test_traceback test_tracemalloc test_turtle test_unicode_file_functions test_univnewlines test_urllib test_urllib2 test_urllibnet test_userlist test_uu test_venv test_wave test_xml_etree_c test_zipapp test_zipfile test_zipimport
5 tests run no tests: test_largefile test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn test_tarfile
Total duration: 16 min 9 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_iter.py", line 464, in test_builtin_max_min f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3050, in test_seek_with_encoder_state f = self.open(support.TESTFN, "w", encoding="euc_jis_2004") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 565, in test_quotes self.writerAssertEqual([[1, 2, 'a"bc"', 3, 4]], '1,2,"a""bc""",3,4\r\n') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 470, in writerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 224, in setUp self.directory = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_dbm_dumb.py", line 64, in test_close_twice f = dumbdbm.open(_fname) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 722, in setUp GettextBaseTest.setUp(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ctypes/test/test_find.py", line 86, in test_find_on_libpath with tempfile.TemporaryDirectory() as d: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 249, in test_ForkingUnixDatagramServer self.run_server(ForkingUnixDatagramServer, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 2288, in decorator return func(*args) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 126, in run_server server = self.make_server(self.pickaddr(svrcls.address_family), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 99, in pickaddr fn = tempfile.mktemp(prefix='unix_socket.', dir=dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pydoc.py", line 750, in test_is_package_when_is_package with test.support.temp_cwd() as test_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 556, in test_null self.writerAssertEqual([], '') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 470, in writerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install_scripts.py", line 40, in test_installation source = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/libregrtest/runtest.py", line 270, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/libregrtest/runtest.py", line 221, in _runtest_inner2 the_module = importlib.import_module(abstest) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_posix.py", line 22, in <module> _DUMMY_SYMLINK = os.path.join(tempfile.gettempdir(), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pydoc.py", line 883, in setUp self.test_dir = os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/list_tests.py", line 75, in test_print with open(support.TESTFN, "w") as fo: OSError: [Errno 28] No space left on device: '@test_2206318_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 707, in test_close_flushes with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 226, in test_readline self.test_write() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 209, in test_check_output_stdin_with_input_arg tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pkgutil.py", line 22, in setUp self.dirname = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 95, in test_comment_at_end_of_machine_line_no_space
self._test_comment("""
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 63, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 12, in make_nrc
temp_fd, temp_filename = tempfile.mkstemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 526, in testTruncateOnWindows os.unlink(TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 2940, in test_telling f = self.open(support.TESTFN, "w+", encoding="utf-8") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_multibytecodec.py", line 288, in test_bug1728403 f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_2191135_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 2234, in test_swap_fds self.check_swap_fds(0, 1, 2) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 2187, in check_swap_fds temps = [tempfile.mkstemp() for i in range(3)] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 2187, in <listcomp> temps = [tempfile.mkstemp() for i in range(3)] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 474, in test_submodule_imported_warning pkg_dir, _, mod_name, _ = self._make_pkg("", 1) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpywws_7nq'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2117, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 458, in test_textio_readlines self.test_write() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 516, in test_run_module_alter_sys self._check_module(depth, alter_sys=True) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 289, in _check_module self._make_pkg(example_source, depth, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 89, in test_comment_at_end_of_machine_line
self._test_comment("""
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 63, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 12, in make_nrc
temp_fd, temp_filename = tempfile.mkstemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipapp.py", line 20, in setUp tmpdir = tempfile.TemporaryDirectory() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 274, in test_enable_file with temporary_filename() as filename: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 50, in temporary_filename filename = tempfile.mktemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 162, in test_write_memoryview f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 521, in test_run_package_alter_sys self._check_package(depth, alter_sys=True) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 329, in _check_package self._make_pkg(example_source, depth, "__main__", File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_uu.py", line 224, in test_decodetwice with open(self.tmpin, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmpi'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_email/test_email.py", line 4044, 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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 240, in test_initializer future = self.executor.submit(get_init_status) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 645, in submit self._start_queue_management_thread() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 584, in _start_queue_management_thread self._adjust_process_count() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 608, in _adjust_process_count p.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 137, in ensure_running address = connection.arbitrary_address('AF_UNIX') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3234, in test_seek_append_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 612, in testDoctestFile self.runDoctest(self.doDoctestFile) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 597, in runDoctest self.doTest(".py", files, TESTMOD, call=callback) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3020, in test_seek_and_tell test_seek_and_tell_with_data(input) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 2995, in test_seek_and_tell_with_data f = self.open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tracemalloc.py", line 282, in test_snapshot_save_attr snapshot.dump(support.TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tracemalloc.py", line 404, in dump with open(filename, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_py.py", line 93, in test_byte_compile project_dir, dist = self.create_dist(py_modules=['boiledeggs']) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 173, in test_funcdocstring_annotated_args
msgids = self.extract_docstrings_from_str(dedent('''
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str
with temp_cwd(None) as cwd:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir
path = tempfile.mkdtemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_log.py", line 32, in test_non_ascii self.assertEqual(stdout.read().rstrip(), AssertionError: '' != 'Dεbug\tM\\u0117ss\\xe3ge'
- Dεbug M\u0117ss\xe3ge
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 94, in test_write_context_manager_calls_close with self.module.open(TESTFN, 'wb'): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmp8i44mcwq'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 152, in test_classdocstring_fstring
msgids = self.extract_docstrings_from_str(dedent('''
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str
with temp_cwd(None) as cwd:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir
path = tempfile.mkdtemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 526, in test_explicit_relative_import self._check_relative_imports(depth) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 397, in _check_relative_imports self._make_pkg(contents, depth)) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmp7pvqx17l'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 749, in test_closefd_attr with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 901, in test_invalid_newline self.open(support.TESTFN, 'w', newline='invalid') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 93, in test_make_tarball_latin1 self.test_make_tarball('årchiv') # note this isn't a real word File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 67, in test_make_tarball tmpdir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 581, in test_escape_fieldsep self.writerAssertEqual([['abc,def']], 'abc\\,def\r\n') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 470, in writerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 300, in test_crlf_unchanged old, new = self.refactor_file(fn) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 212, in refactor_file test_file = self.init_test_file(test_file) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 200, in init_test_file tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 809, in test_float_write with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 410, in test_cwd_with_relative_arg with support.temp_cwd() as wrong_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 739, in test_5027_2 result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 515, in test_quotes_and_more self.readerAssertEqual('"a"b', [['ab']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3708, in test_garbage_collection rawio = io.FileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 329, in test_forking_not_handled self.check_result(handled=False) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 424, in test_context_manager_shutdown self.assertEqual(list(e.map(abs, range(-5, 5))), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 674, in map results = super().map(partial(_process_chunk, fn), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/_base.py", line 600, in map fs = [self.submit(fn, *args) for args in zip(*iterables)] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/_base.py", line 600, in <listcomp> fs = [self.submit(fn, *args) for args in zip(*iterables)] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 645, in submit self._start_queue_management_thread() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 584, in _start_queue_management_thread self._adjust_process_count() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 608, in _adjust_process_count p.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 137, in ensure_running address = connection.arbitrary_address('AF_UNIX') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2655, in test_create_command with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 611, in test_pathlike_file with gzip.open(filename, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (test.test_zipimport.UncompressedZipImportTestCase)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 645, in testTraceback self.doTest(None, files, TESTMOD, call=self.doTraceback) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 690, in setUp os.mkdir(self.path) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 896, in test_nonbuffered_textio self.open(support.TESTFN, 'w', buffering=0) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 641, in test_1463026_1_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 692, in test_encoding with gzip.open(self.filename, "wt", encoding="utf-16") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_xml_etree.py", line 3460, in test_write_to_text_file with open(TESTFN, 'w', encoding='utf-8') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpu98q8poa'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncio/test_events.py", line 2660, in test_get_event_loop_new_process self.loop.run_until_complete(main()), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/asyncio/base_events.py", line 616, in run_until_complete return future.result() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncio/test_events.py", line 2654, in main result = await self.loop.run_in_executor( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/asyncio/base_events.py", line 783, in run_in_executor executor.submit(func, *args), loop=self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 645, in submit self._start_queue_management_thread() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 584, in _start_queue_management_thread self._adjust_process_count() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 608, in _adjust_process_count p.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 137, in ensure_running address = connection.arbitrary_address('AF_UNIX') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 531, in test_main_relative_import self._check_relative_imports(depth, "__main__") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 397, in _check_relative_imports self._make_pkg(contents, depth)) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 550, in test_buffered_file_io with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 464, in test_xmlgen_content_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_stat.py", line 175, in test_fifo os.mkfifo(TESTFN, 0o700) OSError: [Errno 28] No space left on device
TracebackCases) ... ERROR
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install_lib.py", line 54, in test_get_outputs project_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 562, in test_readline with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1995, in wrapper return func(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 734, in test_main_recursion_error with temp_dir() as script_dir, temp_dir() as dummy_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 281, in testSubNamespacePackage self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 319, in test_threading_not_handled self.check_result(handled=False) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 116, in test_file_parse f = open(filename, "w", encoding="cp1252") OSError: [Errno 28] No space left on device: '@test_2180704_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 4017, in test_abc_inheritance_official self._check_abc_inheritance(io) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3994, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 217, in test_buffered_reader self.test_write() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1926, in test_open_conflicting_handles with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
TracebackException) ... ok
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 67, in test_make_tarball tmpdir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 924, in test_fspath_support check_path_succeeds(FakePath(support.TESTFN)) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 918, in check_path_succeeds with self.open(path, "w") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2403, in test_same_file self.make_test_archive(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2395, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 575, in test_pkgutil_walk_packages self._make_pkg("", max_depth)) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 315, in test_threading_handled self.check_result(handled=True) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 161, in test_second_coding_line self.check_script_output(src, br"'\xc3\u20ac'") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 216, in check_script_output with tempfile.TemporaryDirectory() as tmpd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllibnet.py", line 168, in test_specified_path with self.urlretrieve(self.logo, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllibnet.py", line 151, in urlretrieve file_location, info = urllib.request.urlretrieve(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 257, in urlretrieve tfp = open(filename, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_dbm_dumb.py", line 115, in test_str_read self.init_db() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_pindent.py", line 37, in test_selftest with support.temp_dir() as directory: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 826, in test_multi_close f = self.open(support.TESTFN, "wb", buffering=0) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 1782, in test_truncate_after_write with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 730, in test_read_closed with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 1551, in test_stdout_with_capture_output_arg tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 652, in testUnencodable with ZipFile(filename, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-\udcff.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_mimetypes.py", line 63, in test_read_mime_types with support.temp_dir() as directory: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 4140, in test_create_writes with self.open(support.TESTFN, 'xb') as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 564, in test_xmlgen_ignorable_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 689, in test_directory_compiled with temp_dir() as script_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 2306, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1040, in _create self.do_handshake() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1124) server: new connection from ('127.0.0.1', 44044)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_dbm_dumb.py", line 267, in test_readonly_files with support.temp_dir() as dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 903, in test_expat_binary_file_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 506, in test_run_namespace_package self._check_package(depth, namespace=True) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 329, in _check_package self._make_pkg(example_source, depth, "__main__", File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 488, in testTruncate f = self.FileIO(TESTFN, 'w') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_sdist.py", line 60, in setUp super(SDistTestCase, self).setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_config.py", line 61, in setUp self.tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 720, in __init__ self.handle() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 127, in setUp self._prime_executor() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 146, in _prime_executor futures = [self.executor.submit(time.sleep, 0.1) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 146, in <listcomp> futures = [self.executor.submit(time.sleep, 0.1) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 645, in submit self._start_queue_management_thread() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 584, in _start_queue_management_thread self._adjust_process_count() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 608, in _adjust_process_count p.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 137, in ensure_running address = connection.arbitrary_address('AF_UNIX') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1437, in test_issue16180 stdout, stderr = self.run_pdb_script(script, commands) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1251, 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.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install.py", line 238, in test_debug_mode self.test_record() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install.py", line 173, in test_record install_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1789, in test_null_byte_in_filename with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 678, in test_1463026_3 result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 2306, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1040, in _create self.do_handshake() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1124) k
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1233, in test_write_python_directory os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 1795, in test_socket_fileno tmpdir = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3888, in test_attributes f = self.open(support.TESTFN, "wb", buffering=0) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 445, in test_cwd_with_absolute_arg with support.temp_dir() as wrong_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 656, in test_destructor f = MyFileIO(support.TESTFN, "wb") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 603, in test_stdout_stderr_file tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_univnewlines.py", line 49, in setUp with self.open(support.TESTFN, self.WRITEMODE) as fp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 760, in test_garbage_collection f = self.FileIO(support.TESTFN, "wb") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 146, in test_write_bytearray f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1464, in test_extract_hackers_arcnames_posix_only self._test_extract_hackers_arcnames(posix_hacknames) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1469, in _test_extract_hackers_arcnames with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 546, in test_quoted_nl self.readerAssertEqual(input, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 2306, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1040, in _create self.do_handshake() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1124) k
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 277, in test_file_encoding self.check_file_refactoring(fn) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 183, in check_file_refactoring test_file = self.init_test_file(test_file) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 200, in init_test_file tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 466, in testInvalidFd self.assertRaises(OSError, self.FileIO, make_bad_fd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1154, in make_bad_fd file = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_defaultdict.py", line 165, in test_recursive_repr tfn = tempfile.mktemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 2306, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1040, in _create self.do_handshake() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] called a function you should not call (_ssl.c:1124) server: new connection from ('127.0.0.1', 52928)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/_test_multiprocessing.py", line 5699, in setUpModule util.get_temp_dir() # creates temp directory File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_bdist.py", line 31, in test_skip_build dist = self.create_dist()[1] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1615, 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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 181, in test_funcdocstring_annotated_return
msgids = self.extract_docstrings_from_str(dedent('''
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str
with temp_cwd(None) as cwd:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir
path = tempfile.mkdtemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 372, in test_timestamp_overflow with open(source, 'w') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 119, in test_from_import_star_invalid_type with _ready_to_import() as (name, path): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import with temp_dir() as tempdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 559, in testImporterAttr self.doTest(pyc_ext, files, TESTMOD) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 146, in test_write_bytearray f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncio/test_sendfile.py", line 135, in setUpClass super().setUpClass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1364, in test_extract_with_target with temp_dir() as extdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (test.test_zipimport.UncompressedZipImportTestCase) ... ERROR
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 585, in test_binary_modes with gzip.open(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install.py", line 36, in test_home_installation_scheme builddir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 345, in test_make_archive_owner_group base_dir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 615, in test_with_open with self.open(support.TESTFN, "wb", bufsize) as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmphacnc5ar'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install_lib.py", line 95, in test_dont_write_bytecode dist = self.create_dist()[1] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 168, in test_msgid_fstring msgids = self.extract_docstrings_from_str('_(f"""doc""")') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str with temp_cwd(None) as cwd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 138, in test_write f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (test.test_zipimport.CompressedZipImportTestCase)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 645, in testTraceback self.doTest(None, files, TESTMOD, call=self.doTraceback) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 725, in test_zipfile_error with temp_dir() as script_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpo1_hn1f_'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 1563, in test_stderr_with_capture_output_arg tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 702, in test_encoding_error_handler with gzip.open(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 511, in test_run_namespace_package_in_namespace_package self._check_package(depth, namespace=True, parent_namespaces=True) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 329, in _check_package self._make_pkg(example_source, depth, "__main__", File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 150, in setUp GettextBaseTest.setUp(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1256, in test_write_python_directory_filtered os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 120, in test_read self.test_write() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 535, in test_dump_traceback_threads_file with temporary_filename() as filename: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 50, in temporary_filename filename = tempfile.mktemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib.py", line 831, in test_short_content_raises_ContentTooShortError urllib.request.urlretrieve(support.TEST_HTTP_URL, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 259, in urlretrieve tfp = tempfile.NamedTemporaryFile(delete=False) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ctypes/test/test_find.py", line 20, in setUpClass lib_glu = find_library("GLU") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ctypes/util.py", line 312, in find_library _get_soname(_findLib_gcc(name) or _findLib_ld(name)) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ctypes/util.py", line 110, in _findLib_gcc temp = tempfile.NamedTemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 581, in test_handle_read server = BaseServer(self.family, self.addr, TestHandler) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 340, in test_hang_issue12364 fs = [self.executor.submit(time.sleep, 0.1) for _ in range(50)] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 340, in <listcomp> fs = [self.executor.submit(time.sleep, 0.1) for _ in range(50)] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 645, in submit self._start_queue_management_thread() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 584, in _start_queue_management_thread self._adjust_process_count() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 608, in _adjust_process_count p.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 137, in ensure_running address = connection.arbitrary_address('AF_UNIX') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_dep_util.py", line 49, in test_newer_group tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 5134, in testBytesAddr self.bind(self.sock, self.encoded(path)) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 5111, in bind support.bind_unix_socket(sock, path) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 524, in testTruncateOnWindows bug801631() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 503, in bug801631 f = self.FileIO(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 901, in test_invalid_newline self.open(support.TESTFN, 'w', newline='invalid') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_base64.py", line 685, in test_decode with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 1480, in test_check_output_stdin_with_input_arg tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 2968, in test_seeking with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test__xxsubinterpreters.py", line 838, in test_fork with tempfile.NamedTemporaryFile('w+') as file: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_dist.py", line 374, in test_classifier_invalid_type self.assertIn('should be a list', error.getvalue()) AssertionError: 'should be a list' not found in ''
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 713, in testEmptyFile support.create_empty_file(TESTMOD) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1139, in create_empty_file fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC) OSError: [Errno 28] No space left on device: 'ziptestmodule'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 313, in test_copy fout = self.fout = self.module.open(TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 2306, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1040, in _create self.do_handshake() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1124) k
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 186, in test_parse_path_object make_xml_file(self.data, 'utf-8', None) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_py.py", line 110, in test_byte_compile_optimized project_dir, dist = self.create_dist(py_modules=['boiledeggs']) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 720, in test_array_writes check(self.FileIO(support.TESTFN, "w")) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 230, in test_files_list with temp_cwd(None), temp_dir(None) as sdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 681, in test_read_dict_no_fieldnames with TemporaryFile("w+") as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1327, in test_issue7964 with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 281, in test_false_file_encoding data = self.check_file_refactoring(fn) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 183, in check_file_refactoring test_file = self.init_test_file(test_file) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 200, in init_test_file tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 607, in test_large_file_ops with self.open(support.TESTFN, "w+b", 0) as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 623, in testDoctestSuite self.runDoctest(self.doDoctestSuite) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 597, in runDoctest self.doTest(".py", files, TESTMOD, call=callback) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 702, in setUp GettextBaseTest.setUp(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 176, in test_write_escape self._write_test(['a',1,'p,q'], 'a,1,"p,q"', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 123, in _write_test with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_ext.py", line 31, in setUp self.tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 769, in test_xmlgen_fragment result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 112, in test_security os.mkdir(d) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 186, in test_first_non_utf8_coding_line self.check_script_output(src, br"'\xc3\u20ac'") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 216, in check_script_output with tempfile.TemporaryDirectory() as tmpd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2458, in test_read_after_write with zipfile.ZipFile(f, 'w', zipfile.ZIP_DEFLATED) as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmp1tbety38'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_spawn.py", line 33, in test_spawn tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 506, in setUp GettextBaseTest.setUp(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 1134, in test_unicode_read with TemporaryFile("w+", newline='', encoding="utf-8") as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
TracebackCases) ... ok
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1283, in test_find_function_found self._assert_find_function( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1271, in _assert_find_function with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 606, in test_read_escape_fieldsep self.readerAssertEqual('"abc\\,def"\r\n', [['abc,def']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 4140, in test_create_writes with self.open(support.TESTFN, 'xb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 4028, in test_warn_on_dealloc self._check_warn_on_dealloc(support.TESTFN, "wb", buffering=0) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 4020, in _check_warn_on_dealloc f = open(*args, **kwargs) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install.py", line 203, in test_record_extensions install_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 881, in test_bp_ignore_count with create_modules(modules): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 164, in test_msgid_bytes msgids = self.extract_docstrings_from_str('_(b"""doc""")') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str with temp_cwd(None) as cwd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 138, in test_write f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1403, in test_extract_all_with_target_pathlike with temp_dir() as extdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 721, in wrapper os.makedirs(directory) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/@test_2180704_tmp-gzdir'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 442, in __init__ address = address or arbitrary_address(family) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Warning -- reap_children() reaped child process 2217410
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 283, in test_make_archive tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 31, in test_macros
nrc = self.make_nrc("""
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 12, in make_nrc
temp_fd, temp_filename = tempfile.mkstemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/threading.py", line 932, in _bootstrap_inner self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 652, in process_request_thread self.handle_error(request, client_address) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2194515_tmp' Exception in thread Thread-2: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 720, in __init__ self.handle() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2194515_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 496, in test_stdin_fileobj tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 483, in test_stdin_filedes tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 707, in test_close_flushes with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 294, in test_crlf_newlines self.check_file_refactoring(fn, fixes) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 183, in check_file_refactoring test_file = self.init_test_file(test_file) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 200, in init_test_file tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_config_cmd.py", line 76, in test_clean tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 973, in test_runeval_step with create_modules(modules): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_dir_util.py", line 28, in setUp tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 433, in testBytesOpen f = self.FileIO(fn, "w") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: b'@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 180, in test_check_output_stdin_arg tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_xml_etree.py", line 632, in test_iterparse with open(TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 488, in testTruncate f = self.FileIO(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 4134, in test_create_fail with self.open(support.TESTFN, 'w'): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 53, in test_password_with_trailing_hash
self._test_passwords("""
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 44, in _test_passwords
nrc = self.make_nrc(nrc)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 12, in make_nrc
temp_fd, temp_filename = tempfile.mkstemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 2979, in test_seeking_too with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 169, in wrapper return test(self, *args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib.py", line 1531, in test_urlopener_retrieve_file with support.temp_dir() as tmpdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 480, in test_single self.readerAssertEqual('abc', [['abc']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2.py", line 785, in test_file f = open(TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_compile.py", line 527, in test_yet_more_evil_still_undecodable with tempfile.TemporaryDirectory() as tmpd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 3255, in test_getoutput dir = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_site.py", line 178, in test_addsitedir pth_file.create() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_site.py", line 342, in create FILE = open(self.file_path, 'w') OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/@test_2180704_tmp.pth'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 4612, in test_keylog_filename client_context.keylog_filename = support.TESTFN OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2356, in test_write with open(TESTFN, 'wb') as f2: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_bdist_rpm.py", line 54, in test_quiet tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllibnet.py", line 184, in test_data_header with self.urlretrieve(self.logo) as (file_location, fileheaders): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllibnet.py", line 151, in urlretrieve file_location, info = urllib.request.urlretrieve(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 259, in urlretrieve tfp = tempfile.NamedTemporaryFile(delete=False) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install_headers.py", line 16, in test_simple_run header_list = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 530, in testAppend f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 629, in test_append_mode_tell with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1602, in test_exclusive_create_zip_file with zipfile.ZipFile(TESTFN2, "x", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 1769, in test_truncate with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 129, in test_funcdocstring_fstring
msgids = self.extract_docstrings_from_str(dedent('''
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str
with temp_cwd(None) as cwd:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir
path = tempfile.mkdtemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1532, in test_writestr_extended_local_header_issue1202 with zipfile.ZipFile(TESTFN2, 'w') as orig_zip: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1880, in test_empty_zipfile zipf = zipfile.ZipFile(TESTFN, mode="w") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_config_cmd.py", line 46, in test_search_cpp pkg_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_log.py", line 32, in test_non_ascii self.assertEqual(stdout.read().rstrip(), AssertionError: '' != 'Dεbug\tM?ss?ge'
- Dεbug M?ss?ge
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 524, in testTruncateOnWindows bug801631() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 503, in bug801631 f = self.FileIO(TESTFN, 'w') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1516, in test_module_is_run_as_main stdout, stderr = self.run_pdb_module(script, commands) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1262, 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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 571, in test_newlines self.writerAssertEqual([[1, 2, 'a\nbc', 3, 4]], '1,2,"a\nbc",3,4\r\n') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 470, in writerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 98, in test_POT_Creation_Date with temp_cwd(None) as cwd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2207109_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_iter.py", line 657, in test_in_and_not_in f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_poll.py", line 86, in test_poll_unit_tests with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_2196290_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 522, in test_handle_connect server = BaseServer(self.family, self.addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 857, in test_opener with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1646, in test_is_zip_erroneous_file with open(TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp-æ.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1090, in test_close_after_close with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_iter.py", line 354, in test_builtin_list f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 652, in test_1463026_2 result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 552, in test_cached_readonly with temp_umask(0o022), _ready_to_import() as (name, path): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import with temp_dir() as tempdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_filelist.py", line 325, in test_non_local_discovery with test.support.temp_dir() as temp_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1478, in test_readrc_homedir with support.temp_dir() as temp_dir, patch("os.path.expanduser"): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmp_vx2nysl'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 224, in test_unseekable_incompleted_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 159, in test_write_bigfield
self._write_test([bigstring,bigstring], '%s,%s' %
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 123, in _write_test
with TemporaryFile("w+", newline='') as fileobj:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1898, in test_open_empty_file f = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/test/libregrtest/runtest.py", line 270, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/libregrtest/runtest.py", line 221, in _runtest_inner2 the_module = importlib.import_module(abstest) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_posix.py", line 22, in <module> _DUMMY_SYMLINK = os.path.join(tempfile.gettempdir(), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 720, in test_read_long_with_rest with TemporaryFile("w+") as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1856, in test_unicode_comment with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib.py", line 148, in setUp f = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1862, in test_change_comment_in_empty_archive with zipfile.ZipFile(TESTFN, "a", zipfile.ZIP_STORED) as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 135, in test_parse_text make_xml_file(self.data, encoding) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1368, in test_extract_with_target_pathlike with temp_dir() as extdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1804, in test_comments with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 617, in setUp os.mkdir(self.dir_name) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1995, in wrapper return func(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3253, in test_threads_write with self.open(support.TESTFN, "w", buffering=1) as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_sysconfig.py", line 22, in tearDown os.unlink(self.makefile) FileNotFoundError: [Errno 2] No such file or directory: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllibnet.py", line 159, in test_basic with self.urlretrieve(self.logo) as (file_location, info): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllibnet.py", line 151, in urlretrieve file_location, info = urllib.request.urlretrieve(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 259, in urlretrieve tfp = tempfile.NamedTemporaryFile(delete=False) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 526, in test_xmlgen_encoding result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 1154, in test_ordering_for_the_dict_reader_and_writer with TemporaryFile('w+', newline='', encoding="utf-8") as fileobject: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 401, in test_space_dialect with TemporaryFile("w+") as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib2.py", line 929, in test_http_body_file file_obj = tempfile.NamedTemporaryFile(mode='w+b', delete=False) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 291, in test_enable_fd with tempfile.TemporaryFile('wb+') as fp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 593, in test_simple_reader self.readerAssertEqual('"1","abc def","abc"\n', [['1', 'abc def', 'abc']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 2306, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1040, in _create self.do_handshake() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] called a function you should not call (_ssl.c:1124) k
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 192, in test_second_non_utf8_coding_line self.check_script_output(src, br"'\xc3\u20ac'") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 216, in check_script_output with tempfile.TemporaryDirectory() as tmpd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 198, in test_module_with_large_stack with open(filename, 'w') as f: OSError: [Errno 28] No space left on device: 'longlist.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 2940, in test_telling f = self.open(support.TESTFN, "w+", encoding="utf-8") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 691, in test_read_dict_fieldnames_from_file with TemporaryFile("w+") as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 615, in test_with_open with self.open(support.TESTFN, "wb", bufsize) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_dist.py", line 411, in test_platforms_invalid_types self.assertIn('should be a list', error.getvalue()) AssertionError: 'should be a list' not found in ''
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1593, in test_read_after_write_unicode_filenames with zipfile.ZipFile(TESTFN2, 'w') as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 329, in test_make_archive_xztar base_dir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1368, 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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 450, in testUtf8BytesOpen f = self.FileIO(fn, "w") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: b'@test_2180704_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_iter.py", line 755, in test_writelines f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_scripts.py", line 29, in test_build source = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_site.py", line 163, in test_addpackage_import_bad_pth_file pth_dir, pth_fn = self.make_pth("abc\x00def\n") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_site.py", line 129, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/@test_2180704_tmp.pth'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpihzg3phq'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1678, in test_is_zip_valid_file with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3020, in test_seek_and_tell test_seek_and_tell_with_data(input) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 2995, in test_seek_and_tell_with_data f = self.open(support.TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/libregrtest/runtest.py", line 270, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/libregrtest/runtest.py", line 221, in _runtest_inner2 the_module = importlib.import_module(abstest) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_os.py", line 3233, in <module> @unittest.skipUnless(supports_extended_attributes(), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_os.py", line 3222, in supports_extended_attributes with open(support.TESTFN, "xb", 0) as fp: OSError: [Errno 28] No space left on device: '@test_2202645_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 221, in test_refactor_file self.check_file_refactoring(test_file, _DEFAULT_FIXERS) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 183, in check_file_refactoring test_file = self.init_test_file(test_file) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 200, in init_test_file tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 2306, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1040, in _create self.do_handshake() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1124) server: new connection from ('127.0.0.1', 60294) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None Connection reset by peer: ('127.0.0.1', 60294) k
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 538, in test_raw_file_io with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 697, in test_connection_attributes server = BaseServer(self.family, self.addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_iter.py", line 387, in test_builtin_tuple f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 814, in test_disabled_temporary_bp with create_modules(modules): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 432, in test_del_shutdown list(executor.map(abs, range(-5, 5))) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 674, in map results = super().map(partial(_process_chunk, fn), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/_base.py", line 600, in map fs = [self.submit(fn, *args) for args in zip(*iterables)] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/_base.py", line 600, in <listcomp> fs = [self.submit(fn, *args) for args in zip(*iterables)] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 645, in submit self._start_queue_management_thread() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 584, in _start_queue_management_thread self._adjust_process_count() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 608, in _adjust_process_count p.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 137, in ensure_running address = connection.arbitrary_address('AF_UNIX') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 390, in test_cwd temp_dir = tempfile.gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_file_util.py", line 26, in setUp tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 215, in test_writerows_with_none with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 206, in testUncheckedHashBasedPyc self.doTest(None, files, TESTMOD, call=check) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 720, in test_register_fd with tempfile.TemporaryFile('wb+') as fp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 208, in test_unseekable_read with self.create_file(TESTFN) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_main.py", line 106, in test_filename_changing_on_output_two_files self.setup_test_source_trees() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_main.py", line 58, in setup_test_source_trees self.temp_dir = tempfile.mkdtemp() # tearDown() cleans this up. File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 127, in test_read1 self.test_write() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 374, in testNamespacePackage self.makeZip(files1, zip1) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/path1.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install_lib.py", line 39, in test_byte_compile project_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 82, in test_comment_before_machine_line_hash_only
self._test_comment("""
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 63, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 12, in make_nrc
temp_fd, temp_filename = tempfile.mkstemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 519, in test_creation_mode with temp_umask(mask), _ready_to_import() as (name, path): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import with temp_dir() as tempdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 149, in test_tarfile_vs_tar tmpdir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install_lib.py", line 20, in test_finalize_options dist = self.create_dist()[1] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 720, in test_array_writes check(self.FileIO(support.TESTFN, "w")) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 196, in test_overflowed_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_dist.py", line 229, in test_find_config_files_disable temp_home = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_univnewlines.py", line 49, in setUp with self.open(support.TESTFN, self.WRITEMODE) as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 711, in test_newline with gzip.open(self.filename, "wt", newline="\n") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 612, in test_xmlgen_ns_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncio/test_unix_events.py", line 308, in test_create_unix_server_existing_path_nonsock with tempfile.NamedTemporaryFile() as file: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1577, 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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 486, in test_blankline self.readerAssertEqual('', []) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1405, in test_issue36250 with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/threading.py", line 932, in _bootstrap_inner self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/threaded_import_hangers.py", line 28, in run self.function(*self.args) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/threaded_import_hangers.py", line 32, in <lambda> ("tempfile.TemporaryFile", lambda: tempfile.TemporaryFile().close(), ()), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 74, in test_make_tarball_gzip tmpdir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file' Exception ignored in: <function Wave_write.__del__ at 0x3ff972de9b0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_clib.py", line 18, in test_check_library_dist pkg_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncio/test_unix_events.py", line 299, in test_create_unix_connection_pathlib with test_utils.unix_socket_path() as path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncio/utils.py", line 258, in unix_socket_path path = gen_unix_socket_path() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncio/utils.py", line 252, in gen_unix_socket_path with tempfile.NamedTemporaryFile() as file: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 1910, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 254, in testBadMTime self.doTest(".py", files, TESTMOD) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 616, in test_handle_close server = BaseServer(self.family, self.addr, TestHandler) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 484, in test_package_imported_no_warning pkg_dir, _, mod_name, _ = self._make_pkg("", 1, "__main__") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_unicode_file_functions.py", line 65, in setUp os.mkdir(support.TESTFN) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 507, in test_inline_quote self.readerAssertEqual('a""b', [['a""b']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 4017, in test_abc_inheritance_official self._check_abc_inheritance(io) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3994, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmp3_wn35j0'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 1327, in test_handles_closed_on_exception ifhandle, ifname = tempfile.mkstemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_scripts.py", line 81, in test_version_int source = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_pathfix.py", line 95, in test_pathfix_adding_flag self.pathfix( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/ cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usa ble temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_temp dir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/ 3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in ge ttempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpy thon-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfi le.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) \n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in Tempora ryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython- buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py" , line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpyt hon-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/buil d/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFo undError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/h ome/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tem pfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdi r()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora- z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_p arams(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile .py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test /test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last ):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-f edora-z.refleak/build/build/test_python_2180704\']\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_glob.py", line 28, in setUp self.mktemp('a', 'D') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_glob.py", line 23, in mktemp os.makedirs(base) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp_dir'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 250, in test_seek_read self.test_write() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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 "<string>", line 19, in <module> File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 645, in submit self._start_queue_management_thread() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 584, in _start_queue_management_thread self._adjust_process_count() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 608, in _adjust_process_count p.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 137, in ensure_running address = connection.arbitrary_address('AF_UNIX') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Error in atexit._run_exitfuncs: Traceback (most recent call last): File "<string>", line 6, in run_last File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 633, in submit raise RuntimeError('cannot schedule new futures after ' RuntimeError: cannot schedule new futures after interpreter shutdown
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_profile.py", line 98, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/profile.py", line 99, in runctx return _Utils(Profile).runctx(statement, globals, locals, filename, sort) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/profile.py", line 66, in runctx self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_iter.py", line 325, in test_iter_file f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_http_cookiejar.py", line 1719, in test_rejection c.save(filename, ignore_discard=True) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/http/cookiejar.py", line 1890, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 724, in test_skip with create_modules(modules): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1767, in test_open_non_existent_item with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 61, in test_main self.assertEqual(errors, [], msg) AssertionError: Lists differ: ['Thread-12Traceback (most recent call las[1066213 chars]]\n'] != []
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 102, in test_make_tarball_extended self.test_make_tarball('のアーカイブ') # japanese for archive File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 67, in test_make_tarball tmpdir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 618, in test_dump_traceback_later_fd with tempfile.TemporaryFile('wb+') as fp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 260, in testPackage self.doTest(pyc_ext, files, TESTPACK, TESTMOD) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 193, in test_write_iterable self._write_test(iter(['a', 1, 'p,q']), 'a,1,"p,q"') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 123, in _write_test with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 618, in test_write_simple_dict with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 2306, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1040, in _create self.do_handshake() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1124)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pkgutil.py", line 331, in test_mixed_namespace dirname_0 = self.create_init(pkgname) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pkgutil.py", line 237, in create_init dirname = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_iter.py", line 838, in test_unpack_iter f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1101, in test_write_after_close with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 432, in test_xmlgen_basic result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3888, in test_attributes f = self.open(support.TESTFN, "wb", buffering=0) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2194341_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 730, in test_read_closed with self.open(support.TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (test.test_exceptions.ExceptionTests) ... ok
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp-æ.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 1828, 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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_uu.py", line 201, in test_decode with open(self.tmpin, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmpi'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_iter.py", line 497, in test_builtin_map f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 169, in wrapper return test(self, *args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib.py", line 1544, in test_urlopener_retrieve_remote filename, _ = urllib.request.URLopener().retrieve(url) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 1835, in retrieve (fd, filename) = tempfile.mkstemp(suffix) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_iter.py", line 729, in test_indexOf f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmp48jh7cjr'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 79, in test_make_tarball_bzip2 tmpdir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp.subst'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 196, in test_utf8_bom self.check_script_output(src, br"'\xe4'") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 216, in check_script_output with tempfile.TemporaryDirectory() as tmpd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 744, in test_encoding with temp_dir() as script_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 603, in test_write_escape_fieldsep self.writerAssertEqual([['abc,def']], '"abc,def"\r\n') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 470, in writerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 423, in testUnicodeOpen f = self.FileIO(str(TESTFN), "w") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2472, in test_write_after_read with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 489, in test_empty_fields self.readerAssertEqual(',', [['', '']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 442, in __init__ address = address or arbitrary_address(family) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Warning -- reap_children() reaped child process 2205973 Process SyncManager-338: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 442, in __init__ address = address or arbitrary_address(family) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build'] Warning -- reap_children() reaped child process 2206746 /home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 146 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Warning -- multiprocessing.process._dangling was modified by test_concurrent_futures Before: set() After: {<weakref at 0x3ffa4848ef0; to 'SpawnProcess' at 0x3ffa297c500>, <weakref at 0x3ffa4848d70; to 'ForkProcess' at 0x3ffa44f9e60>}
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_check.py", line 45, in test_check_metadata cmd = self._run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_check.py", line 30, in _run pkg_info, dist = self.create_dist(**metadata) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_pdeps.py", line 20, in test_process_errors with tempfile.TemporaryDirectory() as tmpdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 447, in test_run_package_init_exceptions result = self._make_pkg("", 1, "__main__") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_cgitb.py", line 40, in test_syshook_no_logdir_default_format with temp_dir() as tracedir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_defaultdict.py", line 82, in test_print tfn = tempfile.mktemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 345, in test_roundtrip_escaped_unquoted_newlines with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_lzma.py", line 563, in test_init_mode with TempFile(TESTFN): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipapp.py", line 330, in setUp tmpdir = tempfile.TemporaryDirectory() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 538, in test_raw_file_io with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_stat.py", line 114, in test_mode with open(TESTFN, 'w'): OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edel sohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/hom e/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \' /var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError : [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_ errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdi r\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z. refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython- buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempd ir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfil e.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fe dora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/c python-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = g ettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/bu ild/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/ 3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n Fi le "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_p arams(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix , dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in T emporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/ Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\nTraceback (most recent call last):\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run\n f = tempfile.TemporaryFile("w+b")\n File "/home/dje/cpython-buildarea/3.8. edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile\n prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params\n dir = gettempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir\n tempdir = _get_default_tempdir()\n File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir\n raise FileNotFoundError(_errno.ENOENT,\nFileNotFoundError: [Errno 2] No usable temporary directory found in [\'/tmp\', \'/var/tmp\', \'/usr/tmp\', \'/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build\']\n'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 749, in test_closefd_attr with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 4071, in test_pickling with self.open(support.TESTFN, **kwargs) as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_xml_etree.py", line 3479, in test_write_to_binary_file_with_bom with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1429, in test_extract_hackers_arcnames_common_cases self._test_extract_hackers_arcnames(common_hacknames) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1469, in _test_extract_hackers_arcnames with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_clinic.py", line 807, in test_external with support.temp_dir() as testdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_dbm_dumb.py", line 120, in test_str_write_contains self.init_db() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1453, in test_readrc_kwarg with support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1316, in test_find_function_found_with_bom self._assert_find_function( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1271, in _assert_find_function with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_bdist.py", line 17, in test_formats dist = self.create_dist()[1] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 539, in test_xmlgen_unencodable result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 510, in test_inline_quotes self.readerAssertEqual('a"b"c', [['a"b"c']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_clean.py", line 14, in test_simple_run pkg_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 498, in test_singlequoted_right_empty self.readerAssertEqual(',""', [['','']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1566, in test_blocks_at_first_code_line stdout, stderr = self.run_pdb_module(script, commands) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1262, 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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_pathfix.py", line 71, in test_pathfix self.pathfix( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 154, in test_io_on_closed_object self.test_write() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 1053, in test_no_leaking tmpdir = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 2306, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1040, in _create self.do_handshake() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1124) k
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 192, in testBoth self.doTest(pyc_ext, files, TESTMOD) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_uu.py", line 213, in test_decode_filename with open(self.tmpin, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmpi'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 612, in test_dump_traceback_later_file with temporary_filename() as filename: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 50, in temporary_filename filename = tempfile.mktemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
TracebackCases)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_traceback.py", line 160, in test_encoded_file do_test("", "foo", "ascii", 3) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_traceback.py", line 128, in do_test with open(TESTFN, "w", encoding=charset) as output: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_register.py", line 78, in setUp super(RegisterTestCase, self).setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_config.py", line 61, in setUp self.tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 523, in test_quote_and_quote self.readerAssertEqual('"a" "b"', [['a "b"']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
TracebackAttr (test.test_exceptions.ExceptionTests) ... ok
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmp61nmdzo9'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 562, in test_readline with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 94, in test_write_context_manager_calls_close with self.module.open(TESTFN, 'wb'): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_regrtest.py", line 587, in setUp super().setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_regrtest.py", line 368, in setUp self.tmptestdir = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 393, in testAbles os.unlink(TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 162, in test_write_memoryview f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/list_tests.py", line 75, in test_print with open(support.TESTFN, "w") as fo: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/unittest/mock.py", line 1325, in patched return func(*newargs, **newkeywargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 442, in testZipImporterMethods with ZipFile(TEMP_ZIP, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1276, in test_write_non_pyfile with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2486, in test_many_opens self.make_test_archive(TESTFN2) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2395, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_regrtest.py", line 190, in test_match with open(support.TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 302, in test_make_archive_tar base_dir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 476, in test_xmlgen_pi result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_lzma.py", line 554, in test_init_with_filename with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 692, in test_handle_error server = BaseServer(self.family, self.addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 562, in test_simple_writer self.writerAssertEqual([[1, 2, 'abc', 3, 4]], '1,2,abc,3,4\r\n') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 470, in writerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_bdist_rpm.py", line 98, in test_no_optimize_flag tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 187, in testPyc self.doTest(pyc_ext, files, TESTMOD) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_regrtest.py", line 168, in test_ignore with open(support.TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 4012, in test_abc_inheritance self._check_abc_inheritance(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3994, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/http/cookiejar.py", line 2085, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 541, in test_handle_accept server = TestListener(self.family, self.addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 534, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 239, in test_make_zipfile tmpdir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 496, in testZipImporterMethodsInSubDirectory with ZipFile(TEMP_ZIP, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 594, in test_xmlgen_ns result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 578, in testImport_WithStuff self.doTest(".py", files, TESTMOD, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_uu.py", line 235, in test_decode_mode with open(self.tmpin, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmpi'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/libregrtest/runtest.py", line 270, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/libregrtest/runtest.py", line 221, in _runtest_inner2 the_module = importlib.import_module(abstest) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_os.py", line 3233, in <module> @unittest.skipUnless(supports_extended_attributes(), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_os.py", line 3222, in supports_extended_attributes with open(support.TESTFN, "xb", 0) as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2417, in test_different_file self.make_test_archive(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2395, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 592, in test_handle_write server = BaseServer(self.family, self.addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 68, in test_comment_before_machine_line
self._test_comment("""
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 63, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 12, in make_nrc
temp_fd, temp_filename = tempfile.mkstemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_cgi.py", line 242, in test_fieldstorage_readline f = TestReadlineFile(tempfile.TemporaryFile("wb+")) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3219, in test_seek_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1299, in test_find_function_found_with_encoding_cookie self._assert_find_function( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1271, in _assert_find_function with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1380, in test_issue13120 with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 335, in test_roundtrip_quoteed_newlines with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3244, in test_errors_property with self.open(support.TESTFN, "w") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_mimetypes.py", line 63, in test_read_mime_types with support.temp_dir() as directory: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/libregrtest/runtest.py", line 270, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/libregrtest/runtest.py", line 221, in _runtest_inner2 the_module = importlib.import_module(abstest) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_shutil.py", line 148, in <module> SUPPORTS_SENDFILE = supports_file2file_sendfile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_shutil.py", line 126, in supports_file2file_sendfile with tempfile.NamedTemporaryFile("wb", delete=False) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 102, in test_context_manager_with_open_file with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 115, in test_funcdocstring
msgids = self.extract_docstrings_from_str(dedent('''
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str
with temp_cwd(None) as cwd:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir
path = tempfile.mkdtemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 550, in test_buffered_file_io with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_check.py", line 155, in test_check_all self.assertRaises(DistutilsSetupError, self._run, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/unittest/case.py", line 816, in assertRaises return context.handle('assertRaises', args, kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/unittest/case.py", line 202, in handle callable_obj(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_check.py", line 30, in _run pkg_info, dist = self.create_dist(**metadata) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 201, in test_utf8_bom_and_utf8_coding_line self.check_script_output(src, br"'\xe4'") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 216, in check_script_output with tempfile.TemporaryDirectory() as tmpd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllibnet.py", line 198, in test_reporthook with self.urlretrieve(self.logo, reporthook=recording_reporthook) as ( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllibnet.py", line 151, in urlretrieve file_location, info = urllib.request.urlretrieve(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 259, in urlretrieve tfp = tempfile.NamedTemporaryFile(delete=False) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 857, in test_opener with self.open(support.TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install.py", line 173, in test_record install_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 83, in test_write_params f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1513, in test_open_via_zip_info with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 628, in test_next_over_import with create_modules(modules): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib.py", line 848, in test_short_content_raises_ContentTooShortError_without_reporthook urllib.request.urlretrieve(support.TEST_HTTP_URL) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 259, in urlretrieve tfp = tempfile.NamedTemporaryFile(delete=False) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 584, in test_read_escape_fieldsep self.readerAssertEqual('abc\\,def\r\n', [['abc,def']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_dbm_dumb.py", line 97, in test_dumbdbm_keys self.init_db() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 186, in test_import test_with_extension(".py") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 158, in test_with_extension with open(source, "w") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 303, in testMixedNamespacePackage self.makeZip(files1, zip1) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/path1.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_lzma.py", line 581, in test_init_with_x_mode with LZMAFile(TESTFN, mode): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 191, in test_parse_InputSource make_xml_file(self.data, 'iso-8859-1', None) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_exceptions.py", line 52, in testRaising fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_2194057_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 216, in test_unseekable_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_json/test_tool.py", line 124, in test_infile_outfile infile = self._create_infile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_json/test_tool.py", line 96, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 760, in test_garbage_collection f = self.FileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 329, in test_read_not_from_start with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_lzma.py", line 714, in test_fileno with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_venv.py", line 53, in setUp self.env_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 227, in setUp GettextBaseTest.setUp(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/threading.py", line 932, in _bootstrap_inner self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/threaded_import_hangers.py", line 28, in run self.function(*self.args) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/threaded_import_hangers.py", line 32, in <lambda> ("tempfile.TemporaryFile", lambda: tempfile.TemporaryFile().close(), ()), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_config.py", line 61, in setUp self.tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3035, in test_multibyte_seek_and_tell f = self.open(support.TESTFN, "w", encoding="euc_jp") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 657, in test_basic_script_with_path_object with temp_dir() as script_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_codecs.py", line 1703, in test_open codecs.open(support.TESTFN, mode, 'ascii') as file: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 233, in testBadMagic self.doTest(".py", files, TESTMOD) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/unittest/mock.py", line 1325, in patched return func(*newargs, **newkeywargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threaded_import.py", line 238, in test_side_effect_import with open(filename, "wb") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_parser.py", line 48, in test_load_grammar_from_pickle tmpdir = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 501, in test_bytes_filename with gzip.GzipFile(bytes_filename, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 564, in test_handle_accepted server = TestListener(self.family, self.addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 553, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install_data.py", line 15, in test_simple_run pkg_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 516, in test_stdout_filedes tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/list_tests.py", line 75, in test_print with open(support.TESTFN, "w") as fo: OSError: [Errno 28] No space left on device: '@test_2192458_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/libregrtest/runtest.py", line 270, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/libregrtest/runtest.py", line 221, in _runtest_inner2 the_module = importlib.import_module(abstest) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_shutil.py", line 148, in <module> SUPPORTS_SENDFILE = supports_file2file_sendfile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_shutil.py", line 126, in supports_file2file_sendfile with tempfile.NamedTemporaryFile("wb", delete=False) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 159, in test_msgid msgids = self.extract_docstrings_from_str( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str with temp_cwd(None) as cwd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp-æ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 439, in test_dump_traceback_file with temporary_filename() as filename: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 50, in temporary_filename filename = tempfile.mktemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 472, in test_fileobj_mode gzip.GzipFile(self.filename, "wb").close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/list_tests.py", line 80, in test_print os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_2192458_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 568, in test_quote_fieldsep self.writerAssertEqual([['abc,def']], '"abc,def"\r\n') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 470, in writerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 209, in setUp super().setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 127, in setUp self._prime_executor() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 146, in _prime_executor futures = [self.executor.submit(time.sleep, 0.1) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 146, in <listcomp> futures = [self.executor.submit(time.sleep, 0.1) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 645, in submit self._start_queue_management_thread() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 584, in _start_queue_management_thread self._adjust_process_count() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 608, in _adjust_process_count p.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 137, in ensure_running address = connection.arbitrary_address('AF_UNIX') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1709, in test_empty_file_raises_BadZipFile f = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 682, in test_directory with temp_dir() as script_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1504, in test_run_module stdout, stderr = self.run_pdb_module(script, commands) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1262, 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.8.edelsohn-fedora-z.refleak/build/Lib/threading.py", line 932, in _bootstrap_inner self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 652, in process_request_thread self.handle_error(request, client_address) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2194515_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_json/test_tool.py", line 148, in test_sort_keys_flag infile = self._create_infile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_json/test_tool.py", line 96, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pydoc.py", line 1502, in setUp tmpdir = tempfile.TemporaryDirectory() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 323, in test_file_to_source with open(source, "w") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 692, in test_1463026_3_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 154, in test_write_array f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 1904, in test_args_string fd, fname = tempfile.mkstemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 199, in test_funcdocstring_multiple_funcs
msgids = self.extract_docstrings_from_str(dedent('''
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str
with temp_cwd(None) as cwd:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir
path = tempfile.mkdtemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_site.py", line 151, in test_addpackage_import_bad_exec pth_dir, pth_fn = self.make_pth("randompath\nimport nosuchmodule\n") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_site.py", line 129, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/@test_2180704_tmp.pth'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 559, in test_single_writer self.writerAssertEqual([['abc']], 'abc\r\n') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 470, in writerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpqqmo1ltr'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 4243, in test_sendfile with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/list_tests.py", line 80, in test_print os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 1769, in test_truncate with self.open(support.TESTFN, self.write_mode, buffering=0) as raw: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 310, in test_sync_not_handled BaseErrorTestServer(SystemExit) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 344, in __init__ self.handle_request() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 296, in handle_request return self._handle_request_noblock() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 318, in _handle_request_noblock self.handle_error(request, client_address) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/xml/etree/ElementTree.py", line 786, in _get_writer write = file_or_filename.write AttributeError: 'str' object has no attribute 'write'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1869, in test_change_comment_in_nonempty_archive with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_uu.py", line 183, in test_encode with open(self.tmpin, 'wb') as fin: OSError: [Errno 28] No space left on device: '@test_2180704_tmpi'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 322, in _setUp self.__setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 2598, in setUp super().setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 2415, in setUp super().setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 606, in setUp super().setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 561, in setUp super().setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 641, in setUp self.dir_path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1372, in test_extract_all with temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1540, in test_close with zipfile.ZipFile(TESTFN2, "w") as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 241, in testBadMagic2 self.doTest(".py", files, TESTMOD) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 176, in test_double_coding_line self.check_script_output(src, br"'\xc3\u20ac'") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 216, in check_script_output with tempfile.TemporaryDirectory() as tmpd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_selectors.py", line 520, in test_register_file with tempfile.NamedTemporaryFile() as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 2288, in test_swap_std_fds_with_one_closed self._check_swap_std_fds_with_one_closed(from_fds, to_fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 2245, in _check_swap_std_fds_with_one_closed with tempfile.TemporaryFile() as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 760, in test_no_close_file result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 169, in test_third_coding_line self.check_script_output(src, br"'\xe4'") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 216, in check_script_output with tempfile.TemporaryDirectory() as tmpd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "<string>", line 13, in <module> File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 645, in submit self._start_queue_management_thread() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 584, in _start_queue_management_thread self._adjust_process_count() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 608, in _adjust_process_count p.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 137, in ensure_running address = connection.arbitrary_address('AF_UNIX') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 225, in testEmptyPy self.doTest(None, files, TESTMOD) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 61, in test_main self.assertEqual(errors, [], msg) AssertionError: Lists differ: ['Thread-1Traceback (most recent call last[1040204 chars]]\n'] != []
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 366, in test_tarfile_root_owner tmpdir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 820, in test_char_write with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_codecs.py", line 1703, in test_open codecs.open(support.TESTFN, mode, 'ascii') as file: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) FileNotFoundError: [Errno 2] No such file or directory: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_cgi.py", line 326, in test_fieldstorage_multipart_maxline check('x' * (maxline - 1)) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_cgi.py", line 324, in check self.assertEqual(gen_result(data, environ), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_cgi.py", line 112, in gen_result form = cgi.FieldStorage(fp=fake_stdin, environ=environ, encoding=encoding) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/cgi.py", line 475, in __init__ self.read_multi(environ, keep_blank_values, strict_parsing) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/cgi.py", line 650, in read_multi part = klass(self.fp, headers, ib, environ, keep_blank_values, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/cgi.py", line 477, in __init__ self.read_single() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/cgi.py", line 673, in read_single self.read_lines() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/cgi.py", line 702, in read_lines self.read_lines_to_outerboundary() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/cgi.py", line 779, in read_lines_to_outerboundary self.__write(odelim + line) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/cgi.py", line 710, in __write self.file = self.make_file() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/cgi.py", line 828, in make_file return tempfile.TemporaryFile("wb+") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (test.test_zipimport.CompressedZipImportTestCase) ... ERROR
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tcl.py", line 193, in testEvalFile with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 131, in test_file_not_found_in_home os.mkdir(d) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmphlmulsj1'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_builtin.py", line 1289, in test_input self.write_testfile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_builtin.py", line 1149, in write_testfile fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_main.py", line 77, in test_filename_changing_on_output_single_dir self.setup_test_source_trees() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_main.py", line 58, in setup_test_source_trees self.temp_dir = tempfile.mkdtemp() # tearDown() cleans this up. File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2726, in test_execute_zip64 output = subprocess.check_output([self.exe_zip64, sys.executable]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/ziptestdata/exe_with_z64', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/python']' returned non-zero exit status 127.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 371, in setUp with open(support.TESTFN, 'wb') as file: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pkgutil.py", line 287, in test_iter_importers dirname = self.create_init(pkgname) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pkgutil.py", line 237, in create_init dirname = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_builtin.py", line 1160, in test_open self.write_testfile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_builtin.py", line 1149, in write_testfile fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib.py", line 519, in test_file_notexists fd, tmp_file = tempfile.mkstemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 182, in test_multiple_writes with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 83, in test_write_params f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 395, in test_cwd_with_bytes temp_dir = tempfile.gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_filecmp.py", line 54, in setUp tmpdir = tempfile.gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 502, in test_xmlgen_attr_escape result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmp2k0z11ck'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threaded_import.py", line 199, in test_circular_imports os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 649, in test_text_modes with gzip.open(self.filename, "wt") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 673, in test_read_dict_fields with TemporaryFile("w+") as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 207, in test_writerows with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 208, in test_unseekable_read with self.create_file(TESTFN) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpamjgnqt3'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dir'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_threadedtempfile.py", line 41, in run f = tempfile.TemporaryFile("w+b") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 291, in test_interpreter_shutdown rc, out, err = assert_python_ok('-c', """if 1: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/script_helper.py", line 157, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/script_helper.py", line 143, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/python', '-X', 'faulthandler', '-I', '-c', 'if 1:\n from concurrent.futures import ProcessPoolExecutor\n from time import sleep\n from test.test_concurrent_futures import sleep_and_print\n if __name__ == "__main__":\n context = \'forkserver\'\n if context == "":\n t = ProcessPoolExecutor(5)\n else:\n from multiprocessing import get_context\n context = get_context(context)\n t = ProcessPoolExecutor(5, mp_context=context)\n t.submit(sleep_and_print, 1.0, "apple")\n ']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 798, in test_double_write with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 540, in testGetData with ZipFile(TEMP_ZIP, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_parser.py", line 65, in test_load_grammar_from_subprocess tmpdir = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 228, in test_refactor_file_write_unchanged_file self.check_file_refactoring(test_file, fixers=(), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 183, in check_file_refactoring test_file = self.init_test_file(test_file) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 200, in init_test_file tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 1142, in test_unicode_write with TemporaryFile("w+", newline='', encoding="utf-8") as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpa2woasog'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 630, in test_1463026_1 result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 442, in test_xmlgen_basic_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_spawn.py", line 59, in test_find_executable with test_support.temp_dir() as tmp_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 213, in test_ForkingUnixStreamServer self.run_server(ForkingUnixStreamServer, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 2288, in decorator return func(*args) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 126, in run_server server = self.make_server(self.pickaddr(svrcls.address_family), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 99, in pickaddr fn = tempfile.mktemp(prefix='unix_socket.', dir=dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3944, in test_io_after_close f = self.open(support.TESTFN, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_dist.py", line 393, in test_keywords_invalid_type self.assertIn('should be a list', error.getvalue()) AssertionError: 'should be a list' not found in ''
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmp84x9468w'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 145, in test_classdocstring_bytes
msgids = self.extract_docstrings_from_str(dedent('''
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str
with temp_cwd(None) as cwd:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir
path = tempfile.mkdtemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1326, in test_extract with temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_py.py", line 70, in test_empty_package_dir sources = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 489, in test_xmlgen_content_escape result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_clib.py", line 107, in test_run pkg_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_main.py", line 123, in test_filename_changing_on_output_single_file self.setup_test_source_trees() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_main.py", line 58, in setup_test_source_trees self.temp_dir = tempfile.mkdtemp() # tearDown() cleans this up. File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 199, in test_UnixStreamServer self.run_server(socketserver.UnixStreamServer, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 2288, in decorator return func(*args) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 126, in run_server server = self.make_server(self.pickaddr(svrcls.address_family), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 99, in pickaddr fn = tempfile.mktemp(prefix='unix_socket.', dir=dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 700, in test_directory_error with temp_dir() as script_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 143, in test_home_not_set os.mkdir(fake_home) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 553, in test_dubious_quote self.readerAssertEqual('12,12,1",', [['12', '12', '1"', '']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pydoc.py", line 729, in test_synopsis_sourceless_empty_doc with test.support.temp_cwd() as test_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 154, in test_write_array f = self.create_file(TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 67, in create_file f = self.fout = self.module.open(testfile, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2514, in setUp os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 313, in test_copy fout = self.fout = self.module.open(TESTFN, 'wb') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_clinic.py", line 807, in test_external with support.temp_dir() as testdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllibnet.py", line 177, in test_header with self.urlretrieve(self.logo) as (file_location, info): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllibnet.py", line 151, in urlretrieve file_location, info = urllib.request.urlretrieve(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/urllib/request.py", line 259, in urlretrieve tfp = tempfile.NamedTemporaryFile(delete=False) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
TracebackFormatTests) ... ok
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 1238, in test_expat_locator_withinfo_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpiyr8krls'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 518, in test_lone_quote self.readerAssertEqual('a"b', [['a"b']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 313, in test_submit_after_interpreter_shutdown rc, out, err = assert_python_ok('-c', """if 1: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/script_helper.py", line 157, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/script_helper.py", line 143, in _assert_python res.fail(cmd_line) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/python', '-X', 'faulthandler', '-I', '-c', 'if 1:\n import atexit\n @atexit.register\n def run_last():\n try:\n t.submit(id, None)\n except RuntimeError:\n print("runtime-error")\n raise\n from concurrent.futures import ProcessPoolExecutor\n if __name__ == "__main__":\n context = \'forkserver\'\n if not context:\n t = ProcessPoolExecutor(5)\n else:\n from multiprocessing import get_context\n context = get_context(context)\n t = ProcessPoolExecutor(5, mp_context=context)\n t.submit(id, 42).result()\n ']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 529, in test_quoted self.readerAssertEqual('1,2,3,"I think, therefore I am",5,6', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_json/test_tool.py", line 102, in test_infile_stdout infile = self._create_infile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_json/test_tool.py", line 96, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 501, in test_run_package_in_namespace_package self._check_package(depth, parent_namespaces=True) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 329, in _check_package self._make_pkg(example_source, depth, "__main__", File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 242, in test_ThreadingUnixDatagramServer self.run_server(socketserver.ThreadingUnixDatagramServer, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 2288, in decorator return func(*args) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 126, in run_server server = self.make_server(self.pickaddr(svrcls.address_family), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 99, in pickaddr fn = tempfile.mktemp(prefix='unix_socket.', dir=dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 181, in test_double_coding_same_line self.check_script_output(src, br"'\xc3\u20ac'") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 216, in check_script_output with tempfile.TemporaryDirectory() as tmpd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 324, in test_forking_handled self.check_result(handled=True) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_filelist.py", line 310, in test_basic_discovery with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 547, in test_stderr_filedes tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_selectors.py", line 520, in test_register_file with tempfile.NamedTemporaryFile() as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 661, in testBytesPath with ZipFile(filename, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 173, in testAFakeZlib self.doTest(".py", files, "zlib") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2202, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 84, in test_make_tarball_xz tmpdir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2496, in test_write_while_reading with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_DEFLATED) as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 4071, in test_pickling with self.open(support.TESTFN, **kwargs) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1583, in test_write_unicode_filenames with zipfile.ZipFile(TESTFN, "w") as zf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 720, in __init__ self.handle() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2194515_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1741, in test_bad_open_mode with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
TracebackTests) ... ERROR
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 149, in test_parse_bytes make_xml_file(self.data, encoding) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 896, in test_nonbuffered_textio self.open(support.TESTFN, 'w', buffering=0) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_iter.py", line 612, in test_unicode_join_endcase f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_text_file.py", line 54, in test_class tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 217, in test_classdocstring_early_colon
msgids = self.extract_docstrings_from_str(dedent('''
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str
with temp_cwd(None) as cwd:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir
path = tempfile.mkdtemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_dep_util.py", line 14, in test_newer tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1283, in test_write_pyfile_bad_syntax os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_iter.py", line 544, in test_builtin_zip f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_stat.py", line 152, in test_directory os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_poll.py", line 86, in test_poll_unit_tests with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 1949, in test_call_string fd, fname = tempfile.mkstemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 238, in test_readlines self.test_write() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_dist.py", line 446, in test_custom_pydistutils temp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 5127, in testStrAddr self.bind(self.sock, path) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 5111, in bind support.bind_unix_socket(sock, path) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 5628, in setUpClass with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 327, in __del__ self.close() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 444, in close if self._file: AttributeError: 'Wave_write' object has no attribute '_file'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 850, in test_ressources_gced_in_workers mgr = get_context(self.ctx).Manager() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 57, in Manager m.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 583, in start self._address = reader.recv() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 250, in recv buf = self._recv_bytes() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 414, in _recv_bytes buf = self._recv(4) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 383, in _recv raise EOFError EOFError
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 567, in test_pyc_always_writable with _ready_to_import() as (name, path): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import with temp_dir() as tempdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_lzma.py", line 862, in test_read_from_file with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 150, in test_default_coding self.check_script_output(src, br"'\xe4'") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 216, in check_script_output with tempfile.TemporaryDirectory() as tmpd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpyuziy86v'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 75, in test_comment_before_machine_line_no_space
self._test_comment("""
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 63, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 12, in make_nrc
temp_fd, temp_filename = tempfile.mkstemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 155, in test_first_coding_line self.check_script_output(src, br"'\xc3\u20ac'") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_source_encoding.py", line 216, in check_script_output with tempfile.TemporaryDirectory() as tmpd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 552, in test_xmlgen_ignorable result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 842, in test_bp_condition with create_modules(modules): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 4012, in test_abc_inheritance self._check_abc_inheritance(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3994, in _check_abc_inheritance with self.open(support.TESTFN, "wb", buffering=0) as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 629, in test_append_mode_tell with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 804, in test_flush_error_on_close self.check_flush_error_on_close(support.TESTFN, 'wb', buffering=0) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 789, in check_flush_error_on_close f = self.open(*args, **kwargs) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 2979, in test_seeking_too with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 236, in test_UnixDatagramServer self.run_server(socketserver.UnixDatagramServer, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 2288, in decorator return func(*args) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 126, in run_server server = self.make_server(self.pickaddr(svrcls.address_family), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 99, in pickaddr fn = tempfile.mktemp(prefix='unix_socket.', dir=dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_builtin.py", line 1185, in test_open_default_encoding self.write_testfile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_builtin.py", line 1149, in write_testfile fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_pathfix.py", line 83, in test_pathfix_keeping_flags self.pathfix( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.d'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 720, in test_5027_1 result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 535, in test_quoted_quote self.readerAssertEqual('1,2,3,"""I see,"" said the blind man","as he picked up his hammer and saw"', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_codecs.py", line 713, in test_bug691291 with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_lzma.py", line 1343, in test_x_mode with lzma.open(TESTFN, mode): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lzma.py", line 301, in open binary_file = LZMAFile(filename, lz_mode, format=format, check=check, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 170, in test_incompleted_write with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 665, in test_1463026_2_empty result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1955, in test_seek_tell with zipfile.ZipFile(TESTFN, "w") as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 442, in __init__ address = address or arbitrary_address(family) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704'] Warning -- reap_children() reaped child process 2217112
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/http/cookiejar.py", line 1890, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 590, in test_simple_writer self.writerAssertEqual([[1, 'abc def', 'abc']], '"1","abc def","abc"\n') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 470, in writerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 123, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 524, in open return Au_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 312, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_contextlib.py", line 315, in testWithOpen tfn = tempfile.mktemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gc.py", line 732, in test_global_del_SystemExit with open(TESTFN, 'w') as script: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 648, in test_handle_close_after_conn_broken server = BaseServer(self.family, self.addr, TestHandler) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 473, in __init__ bind_af_aware(self.socket, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware support.bind_unix_socket(sock, addr) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket sock.bind(addr) OSError: [Errno 28] No space left on device
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 311, in test_make_archive_gztar base_dir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 504, in test_quoted_quotes self.readerAssertEqual('""""""', [['""']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2444, in test_read_after_close self.make_test_archive(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2395, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/_test_multiprocessing.py", line 4812, in child p.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 224, in _Popen return _default_context.get_context().Process._Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 138, in ensure_running listener.bind(address) OSError: [Errno 28] No space left on device Process Process-4: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/_test_multiprocessing.py", line 4943, in _test_ignore_listener with multiprocessing.connection.Listener() as l: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-5: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-6: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process Process-16: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/_test_multiprocessing.py", line 4480, in pool_in_process pool = multiprocessing.Pool(processes=4) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 138, in ensure_running listener.bind(address) OSError: [Errno 28] No space left on device Process Process-17: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/_test_multiprocessing.py", line 4473, in _test_process subProc.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 224, in _Popen return _default_context.get_context().Process._Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 138, in ensure_running listener.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-18: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-19: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-20: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-21: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-22: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-23: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-24: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-25: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-26: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-27: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-28: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-29: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-30: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-31: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-32: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-88: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-89: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-90: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-91: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-92: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-93: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-94: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-95: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-96: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Process SyncManager-97: Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 608, in _run_server server = cls._Server(registry, address, authkey, serializer) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/managers.py", line 154, in __init__ self.listener = Listener(address=address, backlog=16) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 448, in __init__ self._listener = SocketListener(address, family, backlog) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 591, in __init__ self._socket.bind(address) OSError: [Errno 28] No space left on device Warning -- Dangling processes: {<ForkServerProcess name='SyncManager-23' pid=2189899 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-21' pid=2189896 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-24' pid=2189901 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-31' pid=2189912 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-27' pid=2189905 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-22' pid=2189898 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-28' pid=2189908 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-30' pid=2189910 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-32' pid=2189913 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-19' pid=2189894 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-26' pid=2189903 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-29' pid=2189909 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-18' pid=2189892 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-25' pid=2189902 parent=2189794 stopped exitcode=1>, <ForkServerProcess name='SyncManager-20' pid=2189895 parent=2189794 stopped exitcode=1>} Warning -- multiprocessing.process._dangling was modified by test_multiprocessing_forkserver Before: set() After: {<weakref at 0x3ff8063c1d0; to 'ForkServerProcess' at 0x3ff80b75e10>, <weakref at 0x3ff818d0b90; to 'ForkServerProcess' at 0x3ff80951230>, <weakref at 0x3ff818d06b0; to 'ForkServerProcess' at 0x3ff80ac1230>, <weakref at 0x3ff81c45470; to 'ForkServerProcess' at 0x3ff8096ec30>, <weakref at 0x3ff8063c890; to 'ForkServerProcess' at 0x3ff8095bc80>, <weakref at 0x3ff81cf6a10; to 'ForkServerProcess' at 0x3ff80b65aa0>, <weakref at 0x3ff8063c590; to 'ForkServerProcess' at 0x3ff8095beb0>, <weakref at 0x3ff818d0d70; to 'ForkServerProcess' at 0x3ff8096e8c0>, <weakref at 0x3ff8063c0b0; to 'ForkServerProcess' at 0x3ff8096ecd0>, <weakref at 0x3ff81cf9f50; to 'ForkServerProcess' at 0x3ff80951af0>, <weakref at 0x3ff81cf65f0; to 'ForkServerProcess' at 0x3ff8095b910>, <weakref at 0x3ff818d0d10; to 'ForkServerProcess' at 0x3ff8096e550>, <weakref at 0x3ff81cf0d70; to 'ForkServerProcess' at 0x3ff80951190>, <weakref at 0x3ff818d0e90; to 'ForkServerProcess' at 0x3ff8095b5a0>, <weakref at 0x3ff818d0ef0; to 'ForkServerProcess' at 0x3ff809517d0>}
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 622, in test_implicit_binary_modes with gzip.open(self.filename, "w") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3204, in test_append_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 438, in test_run_module_in_namespace_package self._check_module(depth, namespace=True, parent_namespaces=True) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 289, in _check_module self._make_pkg(example_source, depth, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/sunau.py", line 319, in __del__ if self._file: AttributeError: 'Au_write' object has no attribute '_file' Exception ignored in: <function Au_write.__del__ at 0x3ff7f3fd0f0> Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 4591, in test_keylog_defaults ctx.keylog_filename = support.TESTFN OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2877, in test_pathlike_construction for zipfile_ondisk in self.zipfile_ondisk(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2809, in zipfile_ondisk tmpdir = pathlib.Path(self.fixtures.enter_context(temp_dir())) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 425, in enter_context result = _cm_type.__enter__(cm) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_clib.py", line 71, in test_build_libraries pkg_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1645, in test_errors_in_command stdout, _ = self.run_pdb_script('', commands + '\n') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1251, 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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3234, in test_seek_append_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 286, in test_mode self.test_write() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 71, in test_header with temp_cwd(None) as cwd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 676, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3219, in test_seek_bom with self.open(filename, 'w', encoding=charset) as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 675, in testComment self.doTest(".py", files, TESTMOD, comment=b"comment") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 1136, in test_expat_inpsource_sysid_nonascii shutil.copyfile(TEST_XMLFILE, fname) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp-àòɘŁğ'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpzdxnyavj'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 183, in testPy self.doTest(".py", files, TESTMOD) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3035, in test_multibyte_seek_and_tell f = self.open(support.TESTFN, "w", encoding="euc_jp") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 483, in test_simple self.readerAssertEqual('1,2,3,4,5', [['1','2','3','4','5']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_iter.py", line 694, in test_countOf f = open(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1553, in test_close_on_exception with zipfile.ZipFile(TESTFN2, "w") as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpfjmlhdch'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 787, in test_int_write with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_profile.py", line 98, in test_runctx self.profilermodule.runctx("testfunc()", globals(), locals(), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/cProfile.py", line 19, in runctx return _pyprofile._Utils(Profile).runctx(statement, globals, locals, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/profile.py", line 66, in runctx self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/cProfile.py", line 46, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 242, in test_unseekable_overflowed_write with UnseekableIO(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bz2.py", line 80, in setUp fd, self.filename = tempfile.mkstemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_config_cmd.py", line 63, in test_finalize_options pkg_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 320, in test_make_archive_bztar base_dir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3944, in test_io_after_close f = self.open(support.TESTFN, **kwargs) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 351, in setUp with open(self.file, "w") as tmp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pydoc.py", line 746, in test_is_package_when_not_package with test.support.temp_cwd() as test_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 665, in test_basic_script_no_suffix with temp_dir() as script_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 443, in test_run_package self._check_package(depth) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 329, in _check_package self._make_pkg(example_source, depth, "__main__", File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_json/test_tool.py", line 116, in test_non_ascii_infile infile = self._create_infile(data) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_json/test_tool.py", line 96, in _create_infile with open(infile, "w", encoding="utf-8") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_turtle.py", line 90, in test_partial_config_dict_with_commments cfg_name = self.get_cfg_file(test_config_two) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 764, in setUp GettextBaseTest.setUp(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_xml_etree.py", line 3453, in test_write_to_filename tree.write(TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/xml/etree/ElementTree.py", line 756, in write with _get_writer(file_or_filename, enc_lower) as write: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/xml/etree/ElementTree.py", line 792, in _get_writer file = open(file_or_filename, "w", encoding=encoding, OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 238, in test_writerows_legacy_strings with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 355, in test_import_in_del_does_not_crash
testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/script_helper.py", line 208, in make_script
with open(script_name, 'w', encoding='utf-8') as script_file:
OSError: [Errno 28] No space left on device: '@test_2180704_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install.py", line 73, in test_user_site self.tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 58, in test_password_with_internal_hash
self._test_passwords("""
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 44, in _test_passwords
nrc = self.make_nrc(nrc)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 12, in make_nrc
temp_fd, temp_filename = tempfile.mkstemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 804, in test_flush_error_on_close self.check_flush_error_on_close(support.TESTFN, 'wb', buffering=0) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 789, in check_flush_error_on_close f = self.open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1621, 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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 924, in test_fspath_support check_path_succeeds(FakePath(support.TESTFN)) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 918, in check_path_succeeds with self.open(path, "w") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 1838, in test_socket_fileno_requires_socket_fd with tempfile.NamedTemporaryFile() as afile: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 4134, in test_create_fail with self.open(support.TESTFN, 'w'): OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2719, in test_execute_zip2 output = subprocess.check_output([self.exe_zip, sys.executable]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/ziptestdata/exe_with_zip', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/python']' returned non-zero exit status 127.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1530, in test_breakpoint stdout, stderr = self.run_pdb_module(script, commands) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1262, 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.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 1782, in test_truncate_after_write with self.open(support.TESTFN, "wb") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_exceptions.py", line 52, in testRaising fp = open(TESTFN, 'w') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/profile.py", line 91, in run return _Utils(Profile).run(statement, filename, sort) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/profile.py", line 57, in run self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/profile.py", line 392, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_site.py", line 118, in test_addpackage pth_file.create() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_site.py", line 342, in create FILE = open(self.file_path, 'w') OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/@test_2180704_tmp.pth'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_profile.py", line 92, in test_run self.profilermodule.run("int('1')", filename=TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/cProfile.py", line 16, in run return _pyprofile._Utils(Profile).run(statement, filename, sort) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/profile.py", line 57, in run self._show(prof, filename, sort) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/profile.py", line 70, in _show prof.dump_stats(filename) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/cProfile.py", line 46, in dump_stats with open(file, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 48, in test_password_with_leading_hash
self._test_passwords("""
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 44, in _test_passwords
nrc = self.make_nrc(nrc)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 12, in make_nrc
temp_fd, temp_filename = tempfile.mkstemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_multibytecodec.py", line 288, in test_bug1728403 f = open(TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 300, in test_paddedfile_getattr self.test_write() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmposlotpac'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 2142, in test_remapping_std_fds temps = [tempfile.mkstemp() for i in range(3)] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 2142, in <listcomp> temps = [tempfile.mkstemp() for i in range(3)] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 19, in test_default
nrc = self.make_nrc("""
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 12, in make_nrc
temp_fd, temp_filename = tempfile.mkstemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 205, in test_ThreadingUnixStreamServer self.run_server(socketserver.ThreadingUnixStreamServer, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 2288, in decorator return func(*args) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 126, in run_server server = self.make_server(self.pickaddr(svrcls.address_family), File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 99, in pickaddr fn = tempfile.mktemp(prefix='unix_socket.', dir=dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_cgitb.py", line 55, in test_syshook_no_logdir_text_format with temp_dir() as tracedir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 774, in test_bp_after_last_statement with create_modules(modules): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 58, in setUp with open(TESTFN, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 235, in test_failing_import_sticks with open(source, "w") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/threading.py", line 932, in _bootstrap_inner self.run() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 652, in process_request_thread self.handle_error(request, client_address) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_site.py", line 136, in test_addpackage_import_bad_syntax pth_dir, pth_fn = self.make_pth("import bad-syntax\n") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_site.py", line 129, in make_pth with open(pth_fn, 'w', encoding='utf-8') as pth_file: OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/@test_2180704_tmp.pth'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 650, in test_basic_script with temp_dir() as script_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_upload.py", line 72, in setUp super(uploadTestCase, self).setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_config.py", line 61, in setUp self.tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 427, in test_cwd_with_relative_executable with support.temp_cwd() as wrong_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_compile.py", line 517, in test_particularly_evil_undecodable with tempfile.TemporaryDirectory() as tmpd: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 189, in test_funcdocstring_defvalue_args
msgids = self.extract_docstrings_from_str(dedent('''
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str
with temp_cwd(None) as cwd:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir
path = tempfile.mkdtemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 738, in test_read_short with TemporaryFile("w+") as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pkgutil.py", line 254, in test_simple dirname_0 = self.create_init(pkgname) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pkgutil.py", line 237, in create_init dirname = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 405, in test_invalid_operations with self.open(support.TESTFN, mode) as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 433, in test_run_module self._check_module(depth) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 289, in _check_module self._make_pkg(example_source, depth, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_codecs.py", line 2522, in test_seek0 with codecs.open(support.TESTFN, 'w+', encoding=encoding) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 837, in setUp with open(self.source, 'w') as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_gprof2html.py", line 26, in test_gprof tempfile.TemporaryDirectory() as tmpdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 780, in __init__ self.name = mkdtemp(suffix, prefix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 270, in testSubPackage self.doTest(pyc_ext, files, TESTPACK, TESTPACK2, TESTMOD) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 163, in test_write_quoting self._write_test(['a',1,'p,q'], 'a,1,"p,q"') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 123, in _write_test with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 643, in test_write_fields_not_in_fieldnames with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_py.py", line 131, in test_dir_in_package_data sources = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2205847_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 305, in test_sync_handled BaseErrorTestServer(ValueError) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socketserver.py", line 344, in __init__ self.handle_request() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 296, in handle_request return self._handle_request_noblock() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 318, in _handle_request_noblock self.handle_error(request, client_address) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1549, 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.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpmk4sew23'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 178, in test_append self.test_write() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pydoc.py", line 711, in test_synopsis with open(TESTFN, 'w', encoding=encoding) as script: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/http/cookiejar.py", line 2085, in save with open(filename, "w") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_py.py", line 20, in test_package_data sources = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 495, in test_singlequoted_left_empty self.readerAssertEqual('"",', [['','']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 526, in test_space_and_quote self.readerAssertEqual(' "a"', [[' "a"']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_contextlib.py", line 315, in testWithOpen tfn = tempfile.mktemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1636, in test_close_erroneous_file with open(TESTFN, "w") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: b'@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_clib.py", line 48, in test_get_source_files pkg_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1280, in test_find_function_empty_file self._assert_find_function(b'', 'foo', None) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pdb.py", line 1271, in _assert_find_function with open(support.TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gc.py", line 705, in test_gc_ordinary_module_at_shutdown with temp_dir() as script_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_fixcid.py", line 32, in test_alter_comments output = self.run_script( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.subst'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_lzma.py", line 1262, in test_filename with TempFile(TESTFN): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 537, in test_cached_mode_issue_2051 with temp_umask(0o022), _ready_to_import() as (name, path): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import with temp_dir() as tempdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 729, in test_read_long_with_rest_no_fieldnames with TemporaryFile("w+") as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 791, in test_temporary_bp with create_modules(modules): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_bdb.py", line 534, in create_modules with test.support.temp_cwd(): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd with temp_dir(path=name, quiet=quiet) as temp_path: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1036, in temp_dir os.mkdir(path) OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_dep_util.py", line 32, in test_newer_pairwise tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpryyt50ba'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 400, in test_cwd_with_pathlike temp_dir = tempfile.gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 559, in test_stderr_fileobj tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 122, in test_funcdocstring_bytes
msgids = self.extract_docstrings_from_str(dedent('''
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str
with temp_cwd(None) as cwd:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir
path = tempfile.mkdtemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2431, in test_interleaved self.make_test_archive(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2395, in make_test_archive with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 586, in testGetSource self.doTest(".py", files, TESTMOD, call=self.assertModuleSource) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 134, in doTest self.makeZip(files, **kw) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_cygwinccompiler.py", line 34, in setUp self.python_h = os.path.join(self.mkdtemp(), 'python.h') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 322, in _setUp self.__setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 2415, in setUp super().setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 606, in setUp super().setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 561, in setUp super().setUp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_socket.py", line 641, in setUp self.dir_path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_traceback.py", line 160, in test_encoded_file do_test("", "foo", "ascii", 3) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_traceback.py", line 128, in do_test with open(TESTFN, "w", encoding=charset) as output: OSError: [Errno 28] No space left on device: '@test_2204996_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 445, in test_dump_traceback_fd with tempfile.TemporaryFile('wb+') as fp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 355, in testAbles f = self.FileIO(TESTFN, "w") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 123, in test_context_manager_with_filename with self.module.open(TESTFN, 'wb') as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 512, in open return Wave_write(f) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/wave.py", line 305, in __init__ f = builtins.open(f, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 285, in test_bom data = self.check_file_refactoring(fn) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 183, in check_file_refactoring test_file = self.init_test_file(test_file) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 200, in init_test_file tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 316, in _handle_request_noblock self.process_request(request, client_address) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 347, in process_request self.finish_request(request, client_address) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/socketserver.py", line 720, in __init__ self.handle() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 701, in test_read_dict_fieldnames_chain with TemporaryFile("w+") as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_dbm_dumb.py", line 80, in test_dumbdbm_read self.init_db() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 656, in test_destructor f = MyFileIO(support.TESTFN, "wb") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 2891, in test_basic_io f = self.open(support.TESTFN, "w+", encoding=enc) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
TracebackTests)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 1103, in setUp os.mkdir(TESTFN) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 492, in test_singlequoted self.readerAssertEqual('""', [['']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 1567, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 24, in setUp self.f = self.FileIO(TESTFN, 'w') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 537, in test_run_name self._make_pkg(example_source, depth)) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 228, in _make_pkg pkg_dir = sub_dir = os.path.realpath(tempfile.mkdtemp()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 139, in test_write_arg_valid self._write_error_test(csv.Error, None) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 131, in _write_error_test with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_lzma.py", line 1277, in test_with_pathlike_filename with TempFile(filename): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test__xxsubinterpreters.py", line 838, in test_fork with tempfile.NamedTemporaryFile('w+') as file: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 531, in NamedTemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1399, in test_extract_all_with_target with temp_dir() as extdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_lzma.py", line 681, in test_close with TempFile(TESTFN, COMPRESSED_XZ): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1305, in test_write_pathlike os.mkdir(TESTFN2) OSError: [Errno 28] No space left on device: '@test_2180704_tmp2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1755, in test_read0 with zipfile.ZipFile(TESTFN, mode="w") as zipf: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tracemalloc.py", line 263, in test_snapshot snapshot.dump(support.TESTFN) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tracemalloc.py", line 404, in dump with open(filename, "wb") as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 612, in test_writeheader_return_value with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/lzma.py", line 120, in __init__ self._fp = builtins.open(filename, mode) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 452, in test_xmlgen_content result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 429, in test_dialect_apply self.compare_dialect_123("1,2,3\r\n") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 410, in compare_dialect_123 with TemporaryFile("w+", newline='', encoding="utf-8") as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_xml_etree.py", line 3469, in test_write_to_binary_file with open(TESTFN, 'wb') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 715, in test_zipfile_compiled with temp_dir() as script_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_dbm_dumb.py", line 203, in test_check_closed f = dumbdbm.open(_fname, 'c') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_clib.py", line 91, in test_finalize_options pkg_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 673, in test_script_compiled with temp_dir() as script_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 264, in test_make_zipfile_no_zlib tmpdir = self._create_files() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_archive_util.py", line 135, in _create_files tmpdir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 262, in test_refactor_dir check([], []) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/lib2to3/tests/test_refactor.py", line 251, in check dir = tempfile.mkdtemp(prefix="2to3-test_refactor") File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_py_compile.py", line 56, in setUp self.directory = tempfile.mkdtemp(dir=os.getcwd()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 358, in mkdtemp _os.mkdir(file, 0o700) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/tmpkzbbsuss'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_urllib.py", line 689, in setUp FILE = open(support.TESTFN, 'wb') OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 528, in test_stdout_fileobj tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 269, in test_seek_whence self.test_write() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3204, in test_append_bom with self.open(filename, 'w', encoding=charset) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 2968, in test_seeking with self.open(support.TESTFN, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_ssl.py", line 2306, in wrap_conn self.sslconn = self.server.context.wrap_socket( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1040, in _create self.do_handshake() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1124) k
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_pkgutil.py", line 363, in setUp self.basedir = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 355, in testAbles f = self.FileIO(TESTFN, "w") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_regrtest.py", line 368, in setUp self.tmptestdir = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build.py", line 16, in test_finalize_options pkg_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_log.py", line 32, in test_non_ascii self.assertEqual(stdout.read().rstrip(), AssertionError: '' != 'Dεbug\tMssge'
- Dεbug Mssge
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 405, in test_invalid_operations with self.open(support.TESTFN, mode) as fp: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 607, in test_large_file_ops with self.open(support.TESTFN, "w+b", 0) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gzip.py", line 576, in test_prepend_error with gzip.open(self.filename, "wb") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/gzip.py", line 58, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 580, in test_xmlgen_encoding_bytes result = self.ioclass() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 828, in ioclass writer = codecs.open(self.fname, 'w', encoding='ascii', File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/codecs.py", line 905, in open file = builtins.open(filename, mode, buffering) OSError: [Errno 28] No space left on device: '@test_2180704_tmp-codecs'
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 101, in test_comment_at_end_of_machine_line_pass_has_hash
self._test_comment("""
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 63, in _test_comment
nrc = self.make_nrc(nrc)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_netrc.py", line 12, in make_nrc
temp_fd, temp_filename = tempfile.mkstemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 324, in mkstemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tcl.py", line 206, in test_evalfile_null_in_result with open(support.TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2198709_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_bdist_dumb.py", line 49, in test_simple_built tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_install_lib.py", line 74, in test_get_inputs project_dir, dist = self.create_dist() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/list_tests.py", line 80, in test_print os.remove(support.TESTFN) FileNotFoundError: [Errno 2] No such file or directory: '@test_2206318_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 714, in test_register_file with temporary_filename() as filename: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_faulthandler.py", line 50, in temporary_filename filename = tempfile.mktemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 393, in mktemp dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 568, in testDefaultOptimizationLevel self.makeZip(files) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipimport.py", line 115, in makeZip with ZipFile(zipName, "w") as z: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/zipfile.py", line 1251, in __init__ self.fp = io.open(file, filemode) OSError: [Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704/junk95142.zip'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_base64.py", line 673, in test_encode_file with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_asyncio/test_base_events.py", line 1980, in setUpClass with open(support.TESTFN, 'wb') as fp: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 2891, in test_basic_io f = self.open(support.TESTFN, "w+", encoding=enc) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_concurrent_futures.py", line 411, in test_processes_terminate self.executor.submit(mul, 21, 2) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 645, in submit self._start_queue_management_thread() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 584, in _start_queue_management_thread self._adjust_process_count() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/concurrent/futures/process.py", line 608, in _adjust_process_count p.start() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/context.py", line 291, in _Popen return Popen(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 35, in __init__ super().__init__(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/popen_forkserver.py", line 51, in _launch self.sentinel, w = forkserver.connect_to_new_process(self._fds) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 84, in connect_to_new_process self.ensure_running() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/forkserver.py", line 137, in ensure_running address = connection.arbitrary_address('AF_UNIX') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/connection.py", line 76, in arbitrary_address return tempfile.mktemp(prefix='listener-', dir=util.get_temp_dir()) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/multiprocessing/util.py", line 146, in get_temp_dir tempdir = tempfile.mkdtemp(prefix='pymp-') File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 711, in test_read_long with TemporaryFile("w+") as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3050, 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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_fileio.py", line 415, in testModeStrings with self.FileIO(TESTFN, modes[0]) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_import/__init__.py", line 284, in test_failing_reload with open(source, "w") as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp.py'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_pathfix.py", line 121, in test_pathfix_adding_errors self.pathfix( File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1731, in test_closed_zip_raises_ValueError with open(TESTFN, 'w') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/audiotests.py", line 279, in test_close with open(TESTFN, 'wb') as testfile: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 315, in setUp GettextBaseTest.setUp(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_gettext.py", line 121, in setUp os.makedirs(LOCALEDIR) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 213, in makedirs makedirs(head, exist_ok=exist_ok) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/os.py", line 223, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1995, in wrapper return func(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3253, in test_threads_write with self.open(support.TESTFN, "w", buffering=1) as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 3244, in test_errors_property with self.open(support.TESTFN, "w") as f: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 301, in __new__ return open(*args, **kwargs) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 210, in open raw = FileIO(file, File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/_pyio.py", line 1556, in __init__ fd = os.open(file, flags, 0o666) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/test_build_py.py", line 159, in test_dont_write_bytecode dist = self.create_dist()[1] File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 104, in create_dist tmp_dir = self.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/distutils/tests/support.py", line 76, in mkdtemp d = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 2677, in test_extract_command with temp_dir() as extdir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 138, in test_classdocstring
msgids = self.extract_docstrings_from_str(dedent('''
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_tools/test_i18n.py", line 59, in extract_docstrings_from_str
with temp_cwd(None) as cwd:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__
return next(self.gen)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir
path = tempfile.mkdtemp()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params
dir = gettempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir
tempdir = _get_default_tempdir()
File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 2390, in test_garbage_collection CBufferedReaderTest.test_garbage_collection(self) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 1567, in test_garbage_collection rawio = self.FileIO(support.TESTFN, "w+b") OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 208, in test_parse_close_source make_xml_file(self.data, 'iso-8859-1', None) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_sax.py", line 114, in make_xml_file with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_runpy.py", line 707, in test_zipfile with temp_dir() as script_dir: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/support/__init__.py", line 1031, in temp_dir path = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_dbm_dumb.py", line 71, in test_dumbdbm_modification self.init_db() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 316, in open return _Database(file, mode, flag=flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/dbm/dumb.py", line 70, in __init__ self._create(flag) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/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_2180704_tmp.dat'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_io.py", line 826, in test_multi_close f = self.open(support.TESTFN, "wb", buffering=0) OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 501, in test_single_quoted_quote self.readerAssertEqual('""""', [['"']]) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_csv.py", line 462, in readerAssertEqual with TemporaryFile("w+", newline='') as fileobj: File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_string_literals.py", line 70, in setUp self.tmpdir = tempfile.mkdtemp() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 347, in mkdtemp prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_subprocess.py", line 1462, in test_check_output_stdin_arg tf = tempfile.TemporaryFile() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 580, in TemporaryFile prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir) File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 117, in _sanitize_params dir = gettempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 286, in gettempdir tempdir = _get_default_tempdir() File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/tempfile.py", line 218, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/build/test_python_2180704']
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.8.edelsohn-fedora-z.refleak/build/Lib/test/test_zipfile.py", line 1618, in test_create_non_existent_file_for_append with zipfile.ZipFile(TESTFN, 'a') as zf: OSError: [Errno 28] No space left on device: '@test_2180704_tmp'
Test report
Failed tests:
- test_univnewlines
- test_urllib2
- test_socketserver
- test_urllib
- test_source_encoding
- test_ctypes
- test_platform
- test_asyncio
- test_zipimport
- test_base64
- test_sax
- test_cgitb
- test_iter
- test_netrc
- test_contextlib
- test_subprocess
- test_compile
- test_pydoc
- test_exceptions
- test_tracemalloc
- test_import
- test_filecmp
- test_dbm_ndbm
- test_sunau
- test_ssl
- test_io
- test_cprofile
- test_set
- test_bdb
- test_pdb
- test_gc
- test_string_literals
- test_threaded_import
- test_email
- test_traceback
- test_selectors
- test_sysconfig
- test_lzma
- test__xxsubinterpreters
- test_concurrent_futures
- test_cgi
- test_turtle
- test_zipfile
- test_gzip
- test_lib2to3
- test_regrtest
- test_list
- test_zipapp
- test_glob
- test_uu
- test_mimetypes
- test_poll
- test_clinic
- test_faulthandler
- test_threadedtempfile
- test_userlist
- test_urllibnet
- test_multibytecodec
- test_wave
- test_deque
- test_py_compile
- test_socket
- test_shutil
- test_tokenize
- test_lltrace
- test_stat
- test_bz2
- test_tools
- test_unicode_file_functions
- test_builtin
- test_fileio
- test_xml_etree_c
- test_pkgutil
- test_asyncore
- test_posix
- test_os
- test_json
- test_dbm_dumb
- test_reprlib
- test_csv
- test_defaultdict
- test_codecs
- test_http_cookiejar
- test_gettext
- test_dbm_gnu
- test_profile
- test_runpy
- test_distutils
- test_site
- test_tcl
- test_venv
Failed subtests:
- test_write - test.test_gzip.TestGzip
- test_absolute_path - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_random_open - test.test_zipfile.LzmaTestsWithSourceFile
- test_readline_read - test.test_zipfile.Bzip2TestsWithSourceFile
- test_single_writer - test.test_csv.TestDialectExcel
- test_the_alternative_interface - test.test_gettext.GettextTestCase1
- test_make_archive_xztar - distutils.tests.test_archive_util.ArchiveUtilTestCase
- test_relative_path - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- testErrnoOnClosedWritable - test.test_fileio.CAutoFileTests
- test_iter - test.test_urllib.urlopen_FileTests
- test_run_package_init_exceptions - test.test_runpy.RunModuleTestCase
- test_dispatcher - test.test_asyncore.FileWrapperTest
- test_readline - test.test_univnewlines.PyTestCRNewlines
- test_relative_imports_on_plain_module - test.test_pdb.PdbTestCase
- test_run - test.test_profile.ProfileTest
- test_macros - test.test_netrc.NetrcTestCase
- test_infile_stdout - test.test_json.test_tool.TestTool
- test_tell - test.test_univnewlines.PyTestCRLFNewlines
- test_seek - test.test_univnewlines.PyTestLFNewlines
- test_unseekable_read - test.test_sunau.SunauPCM24Test
- test_read_not_from_start - test.test_sunau.SunauULAWTest
- test_seek - test.test_univnewlines.CTestCRNewlines
- test_utf8_bom_and_utf8_coding_line - test.test_source_encoding.FileSourceEncodingTest
- test_x_mode - test.test_lzma.OpenTestCase
- test_circular_imports - test.test_threaded_import.ThreadedImportTests
- test_failures - test.test_unicode_file_functions.UnicodeFileTests
- test_do_not_overwrite_nonregular_files - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_run_setup_provides_file - distutils.tests.test_core.CoreTestCase
- test_breakpoint - test.test_pdb.PdbTestCase
- test_timeout - test.test_concurrent_futures.ProcessPoolForkserverWaitTest
- test_skip - test.test_bdb.StateTestCase
- test_relative_path - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_get_inputs - distutils.tests.test_install_lib.InstallLibTestCase
- test_1463026_1_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_cached_mode_issue_2051 - test.test_import.FilePermissionTests
- test_get_event_loop_new_process - test.test_asyncio.test_events.TestPyGetEventLoop
- test_external - test.test_clinic.ClinicExternalTest
- test_unicode_read - test.test_csv.TestUnicode
- test_read_after_write_unicode_filenames - test.test_zipfile.OtherTests
- test_classdocstring_bytes - test.test_tools.test_i18n.Test_pygettext
- testDoctestSuite - test.test_zipimport.UncompressedZipImportTestCase
- testBadMagic2 - test.test_zipimport.CompressedZipImportTestCase
- test_writing_errors - test.test_zipfile.StoredTestsWithSourceFile
- testOpenDirFD - test.test_fileio.CAutoFileTests
- test_get_outputs - distutils.tests.test_build_ext.ParallelBuildExtTestCase
- test_write_params - test.test_wave.WavePCM24Test
- testErrnoOnClosedWrite - test.test_fileio.PyAutoFileTests
- test_context_manager_with_open_file - test.test_sunau.SunauPCM16Test
- test_write_contains - test.test_dbm_dumb.DumbDBMTestCase
- test_readlines - test.test_univnewlines.PyTestMixedNewlines
- test_cwd_with_pathlike - test.test_subprocess.ProcessTestCaseNoPoll
- test_invalid_operations - test.test_io.PyIOTest
- test_find_config_files_disable - distutils.tests.test_dist.DistributionTestCase
- test_expat_inpsource_sysid_nonascii - test.test_sax.ExpatReaderTest
- test_write_array - test.test_sunau.SunauULAWTest
- test_failures - test.test_unicode_file_functions.UnicodeNFKCFileTests
- test_directory - test.test_unicode_file_functions.UnicodeNFDFileTests
- test_encoding - test.test_runpy.RunPathTestCase
- setUpClass - test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests
- test_lltrace_does_not_crash_on_subscript_operator - test.test_lltrace.TestLLTrace
- test_write_readonly_file - test.test_dbm_gnu.TestGdbm
- test_bindtextdomain - test.test_gettext.GettextTestCase2
- test_mkpath_remove_tree_verbosity - distutils.tests.test_dir_util.DirUtilTestCase
- test_random_open - test.test_zipfile.DeflateTestsWithSourceFile
- testImporterAttr - test.test_zipimport.CompressedZipImportTestCase
- testCmsgTruncLen2Minus1 - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_global_del_SystemExit - test.test_gc.GCTests
- test_basic_script_no_suffix - test.test_runpy.RunPathTestCase
- test_encode - test.test_uu.UUFileTest
- test_copy - test.test_sunau.SunauPCM16Test
- test_cwd_with_relative_executable - test.test_subprocess.ProcessTestCase
- testSeekPreStart - test.test_bz2.BZ2FileTest
- testBytesPath - test.test_zipimport.CompressedZipImportTestCase
- test_password_not_in_file - distutils.tests.test_register.RegisterTestCase
- test_closefd_attr - test.test_io.PyIOTest
- test_handle_read - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_check_extensions_list - distutils.tests.test_build_ext.BuildExtTestCase
- test_write - test.test_wave.WavePCM16Test
- test_threads_write - test.test_io.CTextIOWrapperTest
- test_no_optimize_flag - distutils.tests.test_bdist_rpm.BuildRpmTestCase
- test_initializer - test.test_concurrent_futures.ProcessPoolForkserverInitializerTest
- test_security - test.test_gettext.PluralFormsTestCase
- test_next_command_in_generator_with_subiterator - test.test_bdb.IssuesTestCase
- test_writestr_extended_local_header_issue1202 - test.test_zipfile.OtherTests
- test_append - test.test_gzip.TestGzip
- test_bad_major_version - test.test_gettext.GettextTestCase2
- test_reject - test.test_fileio.PyAutoFileTests
- testFDPassSeparateMinSpace - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_readline - test.test_gzip.TestGzip
- test_readline - test.test_univnewlines.CTestCRLFNewlines
- test_open - test.test_zipfile.DeflateTestsWithRandomBinaryFiles
- test_optimization_path - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_next_until_return_in_generator - test.test_bdb.IssuesTestCase
- testErrnoOnClosedTruncate - test.test_fileio.CAutoFileTests
- test_quiet - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_read_return_size - test.test_zipfile.LzmaTestsWithSourceFile
- test_close_flushes - test.test_io.PyIOTest
- test_read_from_file - test.test_lzma.FileTestCase
- testMethods - test.test_fileio.PyAutoFileTests
- test_cyclical_print - test.test_set.TestFrozenSet
- testPackage - test.test_zipimport.CompressedZipImportTestCase
- test_readline - test.test_io.CIOTest
- test_write_to_binary_file - test.test_xml_etree.IOTest
- test_readline - test.test_io.PyIOTest
- setUpClass - test.test_socket.SendfileUsingSendfileTest
- test_cwd - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_coverage - test.test_regrtest.ArgsTestCase
- test_copy_tree_verbosity - distutils.tests.test_dir_util.DirUtilTestCase
- testErrnoOnClosedReadall - test.test_fileio.PyAutoFileTests
- test_bytes - test.test_dbm_ndbm.DbmTestCase
- test_parse_text - test.test_sax.ParseTest
- testWriteLines - test.test_bz2.BZ2FileTest
- test_no_tests_ran - test.test_regrtest.ArgsTestCase
- test_main_only_written_once - test.test_zipapp.ZipAppTest
- test_optimization_path - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_builtin_max_min - test.test_iter.TestCase
- test_sys_path_adjustment_when_curdir_already_included - test.test_pydoc.TestInternalUtilities
- testDecompressBadData - test.test_bz2.CompressDecompressTest
- test_timestamp_overflow - test.test_import.ImportTests
- testSendmsgDontWait - test.test_socket.SendmsgUnixStreamTest
- testSeekPostEndTwiceMultiStream - test.test_bz2.BZ2FileTest
- test_write - test.test_wave.WavePCM24Test
- test_failures - test.test_unicode_file_functions.UnicodeNFCFileTests
- test_modes - test.test_dbm_ndbm.DbmTestCase
- test_ext_fullpath - distutils.tests.test_build_ext.ParallelBuildExtTestCase
- test_too_many_files - test.test_zipfile.DeflateTestZip64InSmallFiles
- test_character_stream - test.test_sax.PrepareInputSourceTest
- testFDPassEmpty - test.test_socket.RecvmsgSCMRightsStreamTest
- test_quiet - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_run_module_in_namespace_package - test.test_runpy.RunModuleTestCase
- test_write_bytearray - test.test_sunau.SunauULAWTest
- test_cmdline_copy - test.test_zipapp.ZipAppCmdlineTest
- test_cwd - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_open - test.test_zipfile.Bzip2TestsWithSourceFile
- test_killed_child - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- testAppend - test.test_bz2.BZ2FileTest
- test_plural_number - test.test_gettext.PluralFormsTestCase
- test_none_args - test.test_fileio.CAutoFileTests
- test_double_dot_no_clobber - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_writestr_compression - test.test_zipfile.LzmaTestsWithSourceFile
- test_read_not_from_start - test.test_sunau.SunauPCM8Test
- testCmsgTruncLen0Plus1 - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_stdout_stderr_file - test.test_subprocess.ProcessTestCaseNoPoll
- test_read1 - test.test_zipfile.LzmaTestsWithSourceFile
- test_upload_correct_cr - distutils.tests.test_upload.uploadTestCase
- testSeekPostEndMultiStream - test.test_bz2.BZ2FileTest
- test_context_manager_with_open_file - test.test_wave.WavePCM32Test
- test_package_imported_no_warning - test.test_runpy.RunModuleTestCase
- test_iterparse - test.test_xml_etree.ElementTreeTest
- test_sys_path_adjustment_removes_argv0_dir - test.test_pydoc.TestInternalUtilities
- test_nonexisting_file - test.test_dbm_ndbm.DbmTestCase
- test_byte_stream - test.test_sax.PrepareInputSourceTest
- test_config_interpolation - distutils.tests.test_config.PyPIRCCommandTestCase
- test_custom_interpreter - test.test_zipapp.ZipAppTest
- test_read_return_size - test.test_zipfile.DeflateTestsWithSourceFile
- test_context_manager_with_filename - test.test_sunau.SunauPCM32Test
- test_xmlgen_attr_escape - test.test_sax.StreamReaderWriterXmlgenTest
- test_second_non_utf8_coding_line - test.test_source_encoding.FileSourceEncodingTest
- test_lone_quote - test.test_csv.TestDialectExcel
- test_syshook_no_logdir_default_format - test.test_cgitb.TestCgitb
- testSeekForward - test.test_bz2.BZ2FileTest
- test_double_dot_no_clobber - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_basic - test.test_zipfile.LzmaTestZip64InSmallFiles
- testSeekBackwardsAcrossStreams - test.test_bz2.BZ2FileTest
- test_close_after_close - test.test_zipfile.StoredWriterTests
- test_nonbuffered_textio - test.test_io.PyIOTest
- test_compresslevel_basic - test.test_zipfile.Bzip2TestsWithSourceFile
- test_write_array - test.test_sunau.SunauPCM8Test
- testAFakeZlib - test.test_zipimport.UncompressedZipImportTestCase
- test_file_parse - test.test_source_encoding.MiscSourceEncodingTest
- test_xmlgen_pi - test.test_sax.StreamReaderWriterXmlgenTest
- test_seek_tell - test.test_zipfile.DecryptionTests
- test_read - test.test_univnewlines.PyTestLFNewlines
- test_parse_makefile_base - distutils.tests.test_sysconfig.SysconfigTestCase
- test_iter_importers - test.test_pkgutil.ExtendPathTests
- test_alter_comments - test.test_tools.test_fixcid.Test
- test_write_to_filename - test.test_xml_etree.IOTest
- test_read - test.test_univnewlines.CTestCRNewlines
- testRecvmsg - test.test_socket.RecvmsgIntoUnixStreamTest
- test_no_tests_ran_multiple_tests_nonexistent - test.test_regrtest.ArgsTestCase
- test_write_after_close - test.test_zipfile.LzmaWriterTests
- test_unicode_module_names - distutils.tests.test_build_ext.ParallelBuildExtTestCase
- test_plural_context_forms2 - test.test_gettext.PluralFormsTestCase
- test_create_archive - test.test_zipapp.ZipAppTest
- test_truncate_after_write - test.test_io.CBufferedWriterTest
- test_unicode - test.test_dbm_ndbm.DbmTestCase
- test_map_chunksize - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- test_maxlen - test.test_deque.TestBasic
- testWithOpen - test.test_contextlib.FileContextTestCase
- test_create_new - test.test_dbm_dumb.DumbDBMTestCase
- test_write_memoryview - test.test_sunau.SunauPCM16Test
- test_package___cached___from_pyc - test.test_import.PycacheTests
- test_array_writes - test.test_io.PyIOTest
- test_recursive_repr - test.test_defaultdict.TestDefaultDict
- testErrnoOnClosedSeekable - test.test_fileio.PyAutoFileTests
- test_read1 - test.test_zipfile.DeflateTestsWithSourceFile
- test_checked_hash_based_change_pyc - test.test_zipimport.CompressedZipImportTestCase
- test_random_open - test.test_zipfile.StoredTestsWithRandomBinaryFiles
- test_fifo - test.test_stat.TestFilemodePyStat
- test_method - test.test_reprlib.LongReprTest
- test_customize_compiler_before_get_config_vars - distutils.tests.test_sysconfig.SysconfigTestCase
- test_multiple_writes - test.test_sunau.SunauPCM32Test
- test_run_namespace_package_in_namespace_package - test.test_runpy.RunModuleTestCase
- test_ru - test.test_gettext.PluralFormsTestCase
- test_make_tarball_xz - distutils.tests.test_archive_util.ArchiveUtilTestCase
- test_xmlgen_fragment - test.test_sax.StreamReaderWriterXmlgenTest
- test_synopsis_sourceless_empty_doc - test.test_pydoc.PydocDocTest
- test_open_with_pathlike - test.test_zipfile.StoredTestsWithSourceFile
- testRecvmsgPeek - test.test_socket.RecvmsgUnixStreamTest
- test_dump_traceback_later_fd - test.test_faulthandler.FaultHandlerTests
- test_eval_bytes_raw - test.test_string_literals.TestLiterals
- test_search_cpp - distutils.tests.test_config_cmd.ConfigTestCase
- test_missing_source_legacy - test.test_import.PycacheTests
- test_implicit_binary_modes - test.test_bz2.OpenTest
- test_copy_tree_skips_nfs_temp_files - distutils.tests.test_dir_util.DirUtilTestCase
- test_interrupted - test.test_regrtest.ArgsTestCase
- testRecvmsgShortAncillaryBuf - test.test_socket.RecvmsgIntoUnixStreamTest
- test_garbage_collection - test.test_io.CIOTest
- test_parse_path_object - test.test_sax.ParseTest
- test_path_objects - test.test_sax.PrepareInputSourceTest
- testRecvmsgShortAncillaryBuf - test.test_socket.RecvmsgUnixStreamTest
- test_correct_timeout_exception_msg - test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest
- testSeekPreStartMultiStream - test.test_bz2.BZ2FileTest
- test_metadata - test.test_gzip.TestGzip
- test_issue13120 - test.test_pdb.PdbTestCase
- testGetData - test.test_zipimport.UncompressedZipImportTestCase
- test_no_timeout - test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest
- test_keylog_defaults - test.test_ssl.TestSSLDebug
- test_handle_accept - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_bad_minor_version - test.test_gettext.GettextTestCase2
- test_handle_error - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_unseekable_read - test.test_sunau.SunauULAWTest
- test_find_function_found_with_bom - test.test_pdb.PdbTestCase
- test_temporary_bp - test.test_bdb.BreakpointTestCase
- setUpClass - test.test_asyncio.test_sendfile.EPollEventLoopTests
- testErrnoOnClosedRead - test.test_fileio.PyAutoFileTests
- test_comment_before_machine_line_no_space - test.test_netrc.NetrcTestCase
- testCmsgTrunc2Int - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_explicit_relative_import - test.test_runpy.RunModuleTestCase
- test_cmdline_create - test.test_zipapp.ZipAppCmdlineTest
- test_password_with_leading_hash - test.test_netrc.NetrcTestCase
- test_addpackage_import_bad_pth_file - test.test_site.HelperFunctionsTests
- test_unseekable_read - test.test_wave.WavePCM32Test
- test_xmlgen_content_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_create_writes - test.test_io.PyMiscIOTest
- test_multi_close - test.test_io.CIOTest
- test_threading_not_handled - test.test_socketserver.ErrorHandlerTest
- test_multi_close - test.test_io.PyIOTest
- test_open_default_encoding - test.test_builtin.BuiltinTest
- test_lt - test.test_gettext.PluralFormsTestCase
- test_simple_reader - test.test_csv.TestDialectUnix
- test_deactivate_with_strict_bash_opts - test.test_venv.BasicTest
- test_addsitedir - test.test_site.HelperFunctionsTests
- setUpClass - test.test_asyncio.test_sendfile.PollEventLoopTests
- test_pyc_always_writable - test.test_import.FilePermissionTests
- test_builtin_zip - test.test_iter.TestCase
- test_ignorefile - test.test_regrtest.ArgsTestCase
- test_close - test.test_wave.WavePCM8Test
- testOpendir - test.test_fileio.PyAutoFileTests
- test_write_params - test.test_sunau.SunauPCM16Test
- testErrnoOnClosedWrite - test.test_fileio.CAutoFileTests
- testMixedIterationAndReads - test.test_bz2.BZ2FileTest
- test_telling - test.test_io.PyTextIOWrapperTest
- test_unseekable_overflowed_write - test.test_wave.WavePCM16Test
- test_append_bom - test.test_io.PyTextIOWrapperTest
- test_fileno - test.test_lzma.FileTestCase
- test_getcode - test.test_urllib.urlopen_FileTests
- test_write_context_manager_calls_close - test.test_sunau.SunauPCM32Test
- test_rejection - test.test_http_cookiejar.LWPCookieTests
- test_password_with_internal_hash - test.test_netrc.NetrcTestCase
- test_append_to_concatenated_zip_file - test.test_zipfile.StoredTestsWithSourceFile
- test_duplicate_futures - test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest
- test_foreign_code - test.test_import.PycRewritingTests
- test_glob_bytes_directory_with_trailing_slash - test.test_glob.GlobTests
- testFDPassPartialIntInMiddle - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_mode - test.test_gzip.TestGzip
- test_overflowed_write - test.test_wave.WavePCM16Test
- test_write_after_close - test.test_zipfile.Bzip2WriterTests
- test_eval - test.test_dbm_dumb.DumbDBMTestCase
- test_incompleted_write - test.test_wave.WavePCM8Test
- testCmsgTruncLen0 - test.test_socket.RecvmsgSCMRightsStreamTest
- test_del_shutdown - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest
- testFDPassPartialInt - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- testAbles - test.test_fileio.PyOtherFileTests
- test_multiple_writes - test.test_wave.WavePCM16Test
- test_newlines - test.test_csv.TestDialectExcel
- testTruncate - test.test_fileio.COtherFileTests
- test_walk_packages_raises_on_string_or_bytes_input - test.test_pkgutil.PkgutilTests
- test_blankline - test.test_csv.TestDialectExcel
- testBadMTime - test.test_zipimport.UncompressedZipImportTestCase
- test_context_manager_shutdown - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest
- test_module_from_test_autotest - test.test_regrtest.ProgramsTestCase
- test_unicode_context_msgid - test.test_gettext.UnicodeTranslationsPluralTest
- test_fileobj - test.test_bz2.OpenTest
- testGetCompiledSource - test.test_zipimport.CompressedZipImportTestCase
- testPickle - test.test_bz2.BZ2DecompressorTest
- test_unseekable_overflowed_write - test.test_wave.WavePCM24Test
- test_rerun_success - test.test_regrtest.ArgsTestCase
- test_solaris_enable_shared - distutils.tests.test_build_ext.BuildExtTestCase
- test_make_tarball_gzip - distutils.tests.test_archive_util.ArchiveUtilTestCase
- test_check_output_stdin_arg - test.test_subprocess.RunFuncTestCase
- test_truncate_after_write - test.test_io.PyBufferedWriterTest
- test_writing_errors - test.test_zipfile.Bzip2TestsWithSourceFile
- test_write_while_reading - test.test_zipfile.TestsWithMultipleOpens
- test_dump_traceback_threads_file - test.test_faulthandler.FaultHandlerTests
- test_cwd_with_relative_executable - test.test_subprocess.ProcessTestCaseNoPoll
- test_readlines - test.test_univnewlines.PyTestCRLFNewlines
- test_register_file - test.test_selectors.EpollSelectorTestCase
- test_get_versions - distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase
- test_rerun_fail - test.test_regrtest.ArgsTestCase
- test_cyclical_print - test.test_set.TestSetSubclass
- test_overflowed_write - test.test_wave.WavePCM24Test
- test_addpackage - test.test_site.HelperFunctionsTests
- testRecvmsgIntoArray - test.test_socket.RecvmsgIntoUnixStreamTest
- test_load_grammar_from_subprocess - lib2to3.tests.test_parser.TestPgen2Caching
- test_lgettext_2 - test.test_gettext.LGettextTestCase
- test_devnull - test.test_venv.EnsurePipTest
- test_check_output_stdin_with_input_arg - test.test_subprocess.RunFuncTestCase
- test_POT_Creation_Date - test.test_tools.test_i18n.Test_pygettext
- test_script_compiled - test.test_runpy.RunPathTestCase
- test_failures - test.test_unicode_file_functions.UnicodeNFDFileTests
- test_default - test.test_netrc.NetrcTestCase
- test_from_import_star_invalid_type - test.test_import.ImportTests
- test_unseekable_incompleted_write - test.test_wave.WavePCM8Test
- test_seek - test.test_univnewlines.CTestMixedNewlines
- test_parse_strings - test.test_tools.test_fixcid.Test
- test_check_metadata - distutils.tests.test_check.CheckTestCase
- test_seeking_too - test.test_io.PyTextIOWrapperTest
- test_singlequoted_left_empty - test.test_csv.TestDialectExcel
- test_readrc_kwarg - test.test_pdb.PdbTestCase
- test_package___cached__ - test.test_import.PycacheTests
- test_decode - test.test_uu.UUFileTest
- test_directory - test.test_runpy.RunPathTestCase
- testStrAddr - test.test_socket.TestUnixDomain
- test_write - test.test_sunau.SunauPCM16Test
- test_bp_condition - test.test_bdb.BreakpointTestCase
- test_seek - test.test_univnewlines.PyTestCRNewlines
- test_mixed_namespace - test.test_pkgutil.ExtendPathTests
- test_module_with_large_stack - test.test_import.ImportTests
- test_class - test.test_reprlib.LongReprTest
- test_home_installation_scheme - distutils.tests.test_install.InstallTestCase
- test_basic - test.test_zipfile.StoredTestZip64InSmallFiles
- test_copy - test.test_sunau.SunauPCM32Test
- testRecvmsgIntoGenerator - test.test_socket.RecvmsgIntoUnixStreamTest
- test_run_setup_defines_subclass - distutils.tests.test_core.CoreTestCase
- test_write_bytearray - test.test_gzip.TestGzip
- test_extract - test.test_zipfile.ExtractTests
- test_submodule_imported_warning - test.test_runpy.RunModuleTestCase
- test_record - distutils.tests.test_install.InstallTestCase
- testPy - test.test_zipimport.UncompressedZipImportTestCase
- test_create_writes - test.test_io.CMiscIOTest
- test_handle_read - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_finds_expected_number_of_tests - test.test_regrtest.CheckActualTests
- test_output_encoding - test.test_gettext.LGettextTestCase
- test_reporthook_0_bytes - test.test_urllib.urlretrieve_FileTests
- test_unseekable_read - test.test_sunau.SunauPCM8Test
- test_singlequoted - test.test_csv.TestDialectExcel
- test_finalize_options - distutils.tests.test_install_lib.InstallLibTestCase
- testReadMultiStream - test.test_bz2.BZ2FileTest
- test_read_not_from_start - test.test_wave.WavePCM24Test
- test_import - test.test_import.ImportTests
- testLargestPossibleComment - test.test_zipimport.CompressedZipImportTestCase
- testRead0 - test.test_bz2.BZ2FileTest
- test_platforms_invalid_types - distutils.tests.test_dist.MetadataTestCase
- test_simple - test.test_pkgutil.ExtendPathTests
- test_map_timeout - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- test_context_manager_with_filename - test.test_sunau.SunauPCM24Test
- test_unseekable_write - test.test_wave.WavePCM8Test
- testBytesOpen - test.test_fileio.COtherFileTests
- test_generated_valid_zip64_extra - test.test_zipfile.StoredTestZip64InSmallFiles
- testFDPassSeparateMinSpace - test.test_socket.RecvmsgSCMRightsStreamTest
- test_make_zipfile - distutils.tests.test_archive_util.ArchiveUtilTestCase
- test_readline_read - test.test_zipfile.DeflateTestsWithSourceFile
- test_raw_file_io - test.test_io.CIOTest
- test_hang_issue12364 - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest
- test_random - test.test_regrtest.ArgsTestCase
- test_raw_file_io - test.test_io.PyIOTest
- test_cwd - test.test_subprocess.ProcessTestCase
- test_quoted_nl - test.test_csv.TestDialectExcel
- test_read1 - test.test_gzip.TestGzip
- testUnencodable - test.test_zipimport.CompressedZipImportTestCase
- test_no_leaking - test.test_subprocess.ProcessTestCase
- test_writerows_with_none - test.test_csv.Test_Csv
- test_writeheader_return_value - test.test_csv.TestDictFields
- test_implicit_binary_modes - test.test_gzip.TestOpen
- test_empty_package_dir - distutils.tests.test_build_py.BuildPyTestCase
- test_simple_run - distutils.tests.test_install_headers.InstallHeadersTestCase
- test_matching - test.test_filecmp.FileCompareTestCase
- test_write_array - test.test_wave.WavePCM24Test
- testWritable - test.test_bz2.BZ2FileTest
- test_write_incompatible_type - test.test_gzip.TestGzip
- test_print - test.test_set.TestBasicOpsString
- testZipImporterMethods - test.test_zipimport.UncompressedZipImportTestCase
- test_file_to_source - test.test_import.ImportTests
- test_rename - test.test_unicode_file_functions.UnicodeNFKDFileTests
- test_empty_fields - test.test_csv.TestDialectExcel
- testErrnoOnClosedTell - test.test_fileio.PyAutoFileTests
- test_ro - test.test_gettext.PluralFormsTestCase
- test_directory - test.test_unicode_file_functions.UnicodeNFKCFileTests
- test_file_iso_8859_1 - test.test_string_literals.TestLiterals
- test_gc_ordinary_module_at_shutdown - test.test_gc.GCTests
- test_exceptions_propagate - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_triple_single_quotes - test.test_gettext.GettextTestCase1
- testWeakRefs - test.test_fileio.CAutoFileTests
- test_print - test.test_list.ListTest
- test_no_test_ran_some_test_exist_some_not - test.test_regrtest.ArgsTestCase
- testSeekBackwardsFromEndAcrossStreams - test.test_bz2.BZ2FileTest
- testUnicodeOpen - test.test_fileio.PyOtherFileTests
- testBadMagic2 - test.test_zipimport.UncompressedZipImportTestCase
- test_writestr_compresslevel - test.test_zipfile.StoredTestsWithSourceFile
- test_walkpackages_filesys - test.test_pkgutil.PkgutilTests
- testOpenBytesFilename - test.test_bz2.BZ2FileTest
- test_bad_coding - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_5027_1 - test.test_sax.StreamReaderWriterXmlgenTest
- testErrnoOnClosedSeekable - test.test_fileio.CAutoFileTests
- test_unoverwritable_fails - test.test_venv.BasicTest
- test_stderr_fileobj - test.test_subprocess.ProcessTestCase
- test_errors_in_command - test.test_pdb.PdbTestCase
- test_import_bug - test.test_import.ImportTracebackTests
- test_seek - test.test_univnewlines.CTestCRLFNewlines
- test_close - test.test_sunau.SunauULAWTest
- test_make_archive_owner_group - distutils.tests.test_archive_util.ArchiveUtilTestCase
- test_read_short - test.test_csv.TestDictFields
- test_write_bytearray - test.test_wave.WavePCM16Test
- test_pathfix_keeping_flags - test.test_tools.test_pathfix.TestPathfixFunctional
- testSendmsgExcessCmsgReject - test.test_socket.SendmsgUnixStreamTest
- test_non_ascii_infile - test.test_json.test_tool.TestTool
- test_show_formats - distutils.tests.test_sdist.SDistTestCase
- testComment - test.test_zipimport.CompressedZipImportTestCase
- test_trailing_slash - test.test_import.PathsTests
- testCmsgTruncLen0Plus1 - test.test_socket.RecvmsgSCMRightsStreamTest
- testSeekPostEndTwice - test.test_bz2.BZ2FileTest
- test_context_manager - test.test_dbm_ndbm.DbmTestCase
- test_basic - test.test_zipfile.StoredTestsWithSourceFile
- testImporterAttr - test.test_zipimport.UncompressedZipImportTestCase
- test_division - test.test_gettext.PluralFormsTestCase
- test_read_missing_shebang - test.test_zipapp.ZipAppTest
- test_eval_bytes_incomplete - test.test_string_literals.TestLiterals
- test_readonly_files - test.test_dbm_dumb.DumbDBMTestCase
- test_make_distribution_owner_group - distutils.tests.test_sdist.SDistTestCase
- test_write_arg_valid - test.test_csv.Test_Csv
- test_cmpfiles - test.test_filecmp.DirCompareTestCase
- test_recompute_pyc_same_second - test.test_import.PycacheTests
- test_incompleted_write - test.test_sunau.SunauULAWTest
- test_eval_str_raw - test.test_string_literals.TestLiterals
- test_write - test.test_wave.WavePCM32Test
- testIterator - test.test_bz2.BZ2FileTest
- test_opener - test.test_io.CIOTest
- test_opener - test.test_io.PyIOTest
- test_encode_file - test.test_base64.TestMain
- test_close_twice - test.test_asyncore.FileWrapperTest
- testOpenDirFD - test.test_fileio.PyAutoFileTests
- test_open - test.test_zipfile.LzmaTestsWithSourceFile
- testBytesPath - test.test_zipimport.UncompressedZipImportTestCase
- test_garbage_collection - test.test_io.CBufferedReaderTest
- testSubNamespacePackage - test.test_zipimport.CompressedZipImportTestCase
- test_init_with_x_mode - test.test_lzma.FileTestCase
- test_simple_writer - test.test_csv.TestDialectUnix
- test_copy_file_hard_link_failure - distutils.tests.test_file_util.FileUtilTestCase
- test_xmlgen_ns_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_check_config_h - distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase
- test_tarfile_root_owner - distutils.tests.test_archive_util.ArchiveUtilTestCase
- test_find_on_libpath - ctypes.test.test_find.LibPathFindTest
- testSeekBackwardsBytesIO - test.test_bz2.BZ2FileTest
- test_remapping_std_fds - test.test_subprocess.POSIXProcessTestCase
- testErrnoOnClosedReadable - test.test_fileio.CAutoFileTests
- test_read - test.test_univnewlines.PyTestMixedNewlines
- test_finalize_options - distutils.tests.test_upload.uploadTestCase
- test_xmlgen_basic - test.test_sax.StreamReaderWriterXmlgenTest
- test_metadata_check_option - distutils.tests.test_sdist.SDistTestCase
- test_lv - test.test_gettext.PluralFormsTestCase
- test_write_memoryview - test.test_sunau.SunauPCM32Test
- test_write_bytearray - test.test_wave.WavePCM24Test
- test_stdout_with_capture_output_arg - test.test_subprocess.RunFuncTestCase
- test_synopsis - test.test_pydoc.PydocDocTest
- test_escape - test.test_glob.GlobTests
- testPackage - test.test_zipimport.UncompressedZipImportTestCase
- test_read_from_fileobj - test.test_zipapp.ZipAppTest
- test_file_not_exists - test.test_py_compile.PyCompileCLITestCase
- test_open_with_pathlike - test.test_zipfile.Bzip2TestsWithSourceFile
- test_read1_10 - test.test_zipfile.StoredTestsWithSourceFile
- testSeekForwardAcrossStreams - test.test_bz2.BZ2FileTest
- testOpendir - test.test_fileio.CAutoFileTests
- test_del_shutdown - test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest
- testRecvmsgTimeout - test.test_socket.RecvmsgIntoUnixStreamTest
- test_flush_error_on_close - test.test_io.CIOTest
- test_writestr_permissions - test.test_zipfile.StoredTestsWithSourceFile
- test_write_context_manager_calls_close - test.test_sunau.SunauPCM24Test
- test_read_not_from_start - test.test_wave.WavePCM8Test
- test_third_coding_line - test.test_source_encoding.FileSourceEncodingTest
- test_buffered_file_io - test.test_io.PyIOTest
- test_read - test.test_univnewlines.CTestMixedNewlines
- test_paddedfile_getattr - test.test_gzip.TestGzip
- test_make_distribution - distutils.tests.test_sdist.SDistTestCase
- test_fork - test.test__xxsubinterpreters.RunStringTests
- testRecvmsgTimeout - test.test_socket.RecvmsgUnixStreamTest
- test_unseekable_incompleted_write - test.test_sunau.SunauULAWTest
- test_system_id - test.test_sax.PrepareInputSourceTest
- test_sync_handled - test.test_socketserver.ErrorHandlerTest
- testBoth - test.test_zipimport.CompressedZipImportTestCase
- test_msgid - test.test_tools.test_i18n.Test_pygettext
- testErrnoOnClosedTruncate - test.test_fileio.PyAutoFileTests
- test_read - test.test_univnewlines.PyTestCRNewlines
- test_context_manager_shutdown - test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest
- test_list_cases - test.test_regrtest.ArgsTestCase
- test_open - test.test_zipfile.DeflateTestsWithSourceFile
- test_glob_many_open_files - test.test_glob.GlobTests
- test_directory_error - test.test_runpy.RunPathTestCase
- test_truncate - test.test_io.CBufferedRandomTest
- testCmsgTrunc0 - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- testIteratorMultiStream - test.test_bz2.BZ2FileTest
- testOpenDel - test.test_bz2.BZ2FileTest
- test_swap_fds - test.test_subprocess.POSIXProcessTestCase
- test_tell - test.test_univnewlines.CTestCRLFNewlines
- test_gd2 - test.test_gettext.PluralFormsTestCase
- test_extract_hackers_arcnames_posix_only - test.test_zipfile.ExtractTests
- test_read_dict_fields - test.test_csv.TestDictFields
- test_random_open - test.test_zipfile.LzmaTestsWithRandomBinaryFiles
- test_ja - test.test_gettext.PluralFormsTestCase
- testWriteMethodsOnReadOnlyFile - test.test_bz2.BZ2FileTest
- test_refactor_dir - lib2to3.tests.test_refactor.TestRefactoringTool
- test_dump_traceback_fd - test.test_faulthandler.FaultHandlerTests
- test_getdata_filesys - test.test_pkgutil.PkgutilTests
- test_read_long - test.test_csv.TestDictFields
- test_directory - test.test_stat.TestFilemodePyStat
- test_template - test.test_string_literals.TestLiterals
- test_byte_compile - distutils.tests.test_build_py.BuildPyTestCase
- test_unseekable_overflowed_write - test.test_sunau.SunauPCM16Test
- test_read - test.test_zipfile.StoredTestsWithRandomBinaryFiles
- test_newer_group - distutils.tests.test_dep_util.DepUtilTestCase
- test_issue16180 - test.test_pdb.PdbTestCase
- test_unseekable_write - test.test_sunau.SunauULAWTest
- test_bp_after_last_statement - test.test_bdb.BreakpointTestCase
- test_readline - test.test_urllib.urlopen_FileTests
- testCompressEmptyString - test.test_bz2.CompressDecompressTest
- test_unicode - test.test_dbm_gnu.TestGdbm
- testCmsgTrunc2Int - test.test_socket.RecvmsgSCMRightsStreamTest
- test_run_module_alter_sys - test.test_runpy.RunModuleTestCase
- test_sys_path_adjustment_protects_pydoc_dir - test.test_pydoc.TestInternalUtilities
- test_UnixDatagramServer - test.test_socketserver.SocketServerTest
- test_lwp_valueless_cookie - test.test_http_cookiejar.FileCookieJarTests
- test_none_args - test.test_fileio.PyAutoFileTests
- test_write_params - test.test_sunau.SunauPCM32Test
- test_close - test.test_sunau.SunauPCM8Test
- test_overflowed_write - test.test_sunau.SunauPCM16Test
- test_message_from_binary_file - test.test_email.test_email.Test8BitBytesHandling
- test_compress_infile_outfile - test.test_gzip.TestCommandLine
- test_info - test.test_urllib.urlopen_FileTests
- testSendmsgAncillaryGenerator - test.test_socket.SendmsgUnixStreamTest
- test_create_unix_server_existing_path_nonsock - test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests
- testPyc - test.test_zipimport.CompressedZipImportTestCase
- test_traceback - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- test_multiple_writes - test.test_sunau.SunauPCM16Test
- test_textdomain - test.test_gettext.GettextTestCase2
- test_glob_literal - test.test_glob.GlobTests
- test_glob_nested_directory - test.test_glob.GlobTests
- test_xmlgen_unencodable - test.test_sax.StreamReaderWriterXmlgenTest
- test_copy - test.test_sunau.SunauPCM24Test
- test_submit_after_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest
- test_sort_keys_flag - test.test_json.test_tool.TestTool
- test_checked_hash_based_change_pyc - test.test_zipimport.UncompressedZipImportTestCase
- test_report_partial_closure - test.test_filecmp.DirCompareTestCase
- testFDPassPartialInt - test.test_socket.RecvmsgSCMRightsStreamTest
- test_read - test.test_gzip.TestGzip
- test_read - test.test_univnewlines.CTestCRLFNewlines
- testFileUnreadable - test.test_zipimport.BadFileZipImportTestCase
- test_iterlines - test.test_zipfile.LzmaTestsWithSourceFile
- test_close_after_close - test.test_zipfile.LzmaWriterTests
- test_run - test.test_cprofile.CProfileTest
- testUtf8BytesOpen - test.test_fileio.PyOtherFileTests
- test_handle_accept - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_file_latin9 - test.test_string_literals.TestLiterals
- test_init_with_filename - test.test_lzma.FileTestCase
- test_find_function_empty_file - test.test_pdb.PdbTestCase
- test_runctx - test.test_profile.ProfileTest
- test_crashed - test.test_regrtest.ArgsTestCase
- test_xmlgen_encoding_bytes - test.test_sax.StreamReaderWriterXmlgenTest
- test_eval_str_invalid_escape - test.test_string_literals.TestLiterals
- test_context_manager_with_filename - test.test_sunau.SunauULAWTest
- test_invalid_template_wrong_arguments - distutils.tests.test_sdist.SDistTestCase
- test_5027_2 - test.test_sax.StreamReaderWriterXmlgenTest
- test_singlequoted_right_empty - test.test_csv.TestDialectExcel
- testReadChunk10MultiStream - test.test_bz2.BZ2FileTest
- test_context_manager_with_open_file - test.test_wave.WavePCM8Test
- test_read_escape_fieldsep - test.test_csv.TestEscapedExcel
- test_main - test.test_threadedtempfile.ThreadedTempFileTest
- test_formats - distutils.tests.test_bdist.BuildTestCase
- test_basic_io - test.test_io.PyTextIOWrapperTest
- test_module - test.test_reprlib.LongReprTest
- test_parse_makefile - test.test_sysconfig.MakefileTests
- test_readline - test.test_univnewlines.PyTestMixedNewlines
- test_byte_compile_optimized - distutils.tests.test_build_py.BuildPyTestCase
- test_context_manager_with_filename - test.test_wave.WavePCM32Test
- test_readlines - test.test_zipfile.StoredTestsWithSourceFile
- testCompressChunks10 - test.test_bz2.BZ2CompressorTest
- test_print - test.test_set.TestBasicOpsMixedStringBytes
- test_skip_build - distutils.tests.test_bdist.BuildTestCase
- testPy - test.test_zipimport.CompressedZipImportTestCase
- test_create_pypirc - distutils.tests.test_register.RegisterTestCase
- test_prepend_error - test.test_gzip.TestGzip
- test_read_closed - test.test_io.CIOTest
- test_plural_forms1 - test.test_gettext.PluralFormsTestCase
- test_print - test.test_set.TestBasicOpsSingleton
- test_unseekable_incompleted_write - test.test_sunau.SunauPCM8Test
- testErrnoOnClosedTell - test.test_fileio.CAutoFileTests
- test_first_exception_some_already_complete - test.test_concurrent_futures.ProcessPoolForkserverWaitTest
- setUpClass - test.test_asyncio.test_base_events.BaseLoopSockSendfileTests
- test_import_in_del_does_not_crash - test.test_import.ImportTests
- testWrite - test.test_bz2.BZ2FileTest
- test_blocks_at_first_code_line - test.test_pdb.PdbTestCase
- testDecompress - test.test_bz2.BZ2DecompressorTest
- test_cwd - test.test_subprocess.ProcessTestCaseNoPoll
- test_seeking - test.test_io.PyTextIOWrapperTest
- test_random - test.test_dbm_dumb.DumbDBMTestCase
- test_password_reset - distutils.tests.test_register.RegisterTestCase
- test_parse_bytes - test.test_sax.ParseTest
- test_unicode_context_msgstr - test.test_gettext.UnicodeTranslationsTest
- test_find_function_found_with_encoding_cookie - test.test_pdb.PdbTestCase
- test_iterlines - test.test_zipfile.DeflateTestsWithSourceFile
- test_sendfile - test.test_ssl.ThreadedTests
- test_seek0 - test.test_codecs.BomTest
- test_default_ignores - test.test_filecmp.DirCompareTestCase
- test_make_archive_tar - distutils.tests.test_archive_util.ArchiveUtilTestCase
- test_float_write - test.test_csv.TestArrayWrites
- test_is_package_when_is_package - test.test_pydoc.PydocDocTest
- test_seek_and_tell - test.test_io.PyTextIOWrapperTest
- testZipImporterMethods - test.test_zipimport.CompressedZipImportTestCase
- testRecvmsgBadArgs - test.test_socket.RecvmsgUnixStreamTest
- test_open - test.test_zipfile.StoredTestsWithRandomBinaryFiles
- testFDPassSimple - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_make_zipfile_no_zlib - distutils.tests.test_archive_util.ArchiveUtilTestCase
- testNotZipFile - test.test_zipimport.BadFileZipImportTestCase
- test_bad_syntax - test.test_py_compile.PyCompileCLITestCase
- test_disabled_temporary_bp - test.test_bdb.BreakpointTestCase
- test_dumbdbm_read - test.test_dbm_dumb.DumbDBMTestCase
- test_listdir - test.test_unicode_file_functions.UnicodeFileTests
- test_multiple_writes - test.test_wave.WavePCM32Test
- test_keylog_filename - test.test_ssl.TestSSLDebug
- test_non_ascii - distutils.tests.test_log.TestLog
- test_unseekable_write - test.test_sunau.SunauPCM8Test
- test_encoding - test.test_bz2.OpenTest
- test_pack_to_fileobj - test.test_zipapp.ZipAppTest
- test_stdout_fileobj - test.test_subprocess.ProcessTestCase
- test_resources - test.test_regrtest.ArgsTestCase
- testAppend - test.test_fileio.COtherFileTests
- test_write_unicode_filenames - test.test_zipfile.OtherTests
- test_wait - test.test_regrtest.ArgsTestCase
- test_stderr_fileobj - test.test_subprocess.ProcessTestCaseNoPoll
- test_broken_submodule - test.test_import.ImportTracebackTests
- test_readlines - test.test_univnewlines.CTestLFNewlines
- test_parse_close_source - test.test_sax.ParseTest
- test_unicode_join_endcase - test.test_iter.TestCase
- test_recursive - test.test_tools.test_pathfix.TestPathfixFunctional
- test_ressources_gced_in_workers - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- test_basic_script - test.test_runpy.RunPathTestCase
- test_http_body_file - test.test_urllib2.HandlerTests
- test_cached_readonly - test.test_import.FilePermissionTests
- test_free_reference_yielded_future - test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest
- test_env_changed - test.test_regrtest.ArgsTestCase
- testGetCompiledSource - test.test_zipimport.UncompressedZipImportTestCase
- test_truncated_zipfile - test.test_zipfile.StoredTestsWithSourceFile
- test_close_after_close - test.test_zipfile.Bzip2WriterTests
- test_read_concatenated_zip_file - test.test_zipfile.StoredTestsWithSourceFile
- test_open - test.test_codecs.CodecsModuleTest
- test_basic - test.test_urllibnet.urlretrieveNetworkTests
- test_broken_parent_from - test.test_import.ImportTracebackTests
- test_write_memoryview - test.test_sunau.SunauPCM24Test
- test_writestr_compresslevel - test.test_zipfile.Bzip2TestsWithSourceFile
- test_create_archive_with_pathlib - test.test_zipapp.ZipAppTest
- test_infile_outfile - test.test_json.test_tool.TestTool
- test_write_bytearray - test.test_sunau.SunauPCM16Test
- test_short_content_raises_ContentTooShortError_without_reporthook - test.test_urllib.urlretrieve_HttpTests
- test_slowest_interrupted - test.test_regrtest.ArgsTestCase
- test_random_open - test.test_zipfile.StoredTestsWithSourceFile
- test_classifier_invalid_type - distutils.tests.test_dist.MetadataTestCase
- test_dont_write_bytecode - distutils.tests.test_build_py.BuildPyTestCase
- test_cache_clear - test.test_filecmp.FileCompareTestCase
- testSeekBackwardsFromEnd - test.test_bz2.BZ2FileTest
- test_seek_tell - test.test_zipfile.OtherTests
- test_in_and_not_in - test.test_iter.TestCase
- test_print - test.test_defaultdict.TestDefaultDict
- testCmsgTruncLen1 - test.test_socket.RecvmsgSCMRightsStreamTest
- test_unseekable_read - test.test_wave.WavePCM8Test
- test_basic - test.test_zipfile.Bzip2TestsWithSourceFile
- test_double_quotes - test.test_gettext.GettextTestCase2
- test_fileobj_mode - test.test_gzip.TestGzip
- test_xmlgen_basic_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_context_manager_with_filename - test.test_sunau.SunauPCM8Test
- test_build_ext - distutils.tests.test_build_ext.ParallelBuildExtTestCase
- test_fileobj_from_fdopen - test.test_gzip.TestGzip
- test_double_coding_same_line - test.test_source_encoding.FileSourceEncodingTest
- test_buffered_reader - test.test_gzip.TestGzip
- test_pl - test.test_gettext.PluralFormsTestCase
- test_write_context_manager_calls_close - test.test_wave.WavePCM32Test
- test_cs - test.test_gettext.PluralFormsTestCase
- test_pathfix_adding_flag - test.test_tools.test_pathfix.TestPathfixFunctional
- test_error_conditions - test.test_dbm_gnu.TestGdbm
- test_close - test.test_wave.WavePCM16Test
- testModeStrings - test.test_fileio.COtherFileTests
- testTraceback - test.test_zipimport.CompressedZipImportTestCase
- testSeekBackwards - test.test_bz2.BZ2FileTest
- testDecompressChunks10 - test.test_bz2.BZ2DecompressorTest
- test_yet_more_evil_still_undecodable - test.test_compile.TestSpecifics
- test_list_tests - test.test_regrtest.ArgsTestCase
- test_double_quotes - test.test_gettext.GettextTestCase1
- testMultipleFDPass - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_compress_infile_outfile_default - test.test_gzip.TestCommandLine
- test_msgid_bytes - test.test_tools.test_i18n.Test_pygettext
- test_encoded_file - test.test_traceback.TracebackCases
- testReadlinesNoNewline - test.test_bz2.BZ2FileTest
- test_move_file_exception_unpacking_rename - distutils.tests.test_file_util.FileUtilTestCase
- test_too_many_files - test.test_zipfile.LzmaTestZip64InSmallFiles
- testLargestPossibleComment - test.test_zipimport.UncompressedZipImportTestCase
- test_exclusive_write - test.test_gzip.TestGzip
- test_broken_from - test.test_import.ImportTracebackTests
- test_incompleted_write - test.test_wave.WavePCM16Test
- test_crlf_newlines - lib2to3.tests.test_refactor.TestRefactoringTool
- testSendmsg - test.test_socket.SendmsgUnixStreamTest
- test_upload - distutils.tests.test_upload.uploadTestCase
- test_sys_path_adjustment_adds_missing_curdir - test.test_pydoc.TestInternalUtilities
- test_space_dialect - test.test_csv.TestDialectRegistry
- test_findleaks - test.test_regrtest.ArgsTestCase
- test_glob_directory_names - test.test_glob.GlobTests
- test_add_defaults - distutils.tests.test_sdist.SDistTestCase
- test_read1_10 - test.test_zipfile.Bzip2TestsWithSourceFile
- test_unicode_write - test.test_csv.TestUnicode
- test_same_file - test.test_zipfile.TestsWithMultipleOpens
- test_normalize - test.test_unicode_file_functions.UnicodeFileTests
- testRecvmsgTrunc - test.test_socket.RecvmsgIntoUnixStreamTest
- test_context_manager_with_open_file - test.test_sunau.SunauULAWTest
- test_funcdocstring_fstring - test.test_tools.test_i18n.Test_pygettext
- testUnencodable - test.test_zipimport.UncompressedZipImportTestCase
- test_write_params - test.test_sunau.SunauPCM24Test
- testRecvmsgShorter - test.test_socket.RecvmsgIntoUnixStreamTest
- test_socket_fileno_requires_socket_fd - test.test_socket.GeneralModuleTests
- test_no_pip_by_default - test.test_venv.EnsurePipTest
- testDoctestFile - test.test_zipimport.CompressedZipImportTestCase
- test_close - test.test_wave.WavePCM24Test
- test_ressources_gced_in_workers - test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest
- test_open_via_zip_info - test.test_zipfile.OtherTests
- test_compiler_option - distutils.tests.test_build_ext.ParallelBuildExtTestCase
- test_text_file - test.test_sax.PrepareInputSourceTest
- test_quiet - distutils.tests.test_bdist_rpm.BuildRpmTestCase
- test_quoted_quotes - test.test_csv.TestDialectExcel
- testDecompressEmpty - test.test_bz2.CompressDecompressTest
- test_unpack_iter - test.test_iter.TestCase
- test_stdin_fileobj - test.test_subprocess.ProcessTestCase
- test_zipfile_error - test.test_runpy.RunPathTestCase
- testWriteNonDefaultCompressLevel - test.test_bz2.BZ2FileTest
- test_basic - test.test_zipfile.Bzip2TestZip64InSmallFiles
- test_handle_connect - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_context_manager - test.test_dbm_gnu.TestGdbm
- test_manifest_marker - distutils.tests.test_sdist.SDistTestCase
- test_tarfile_vs_tar - distutils.tests.test_archive_util.ArchiveUtilTestCase
- test_copy - test.test_sunau.SunauULAWTest
- test_write_escape_fieldsep - test.test_csv.TestQuotedEscapedExcel
- test_incompleted_write - test.test_wave.WavePCM24Test
- test_get_outputs - distutils.tests.test_build_ext.BuildExtTestCase
- test_cwd_with_absolute_arg - test.test_subprocess.ProcessTestCase
- test_submit_keyword - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- testTruncateOnWindows - test.test_fileio.COtherFileTests
- test_info_command - test.test_zipapp.ZipAppCmdlineTest
- test_create_command - test.test_zipfile.CommandLineTest
- test_seeking_too - test.test_io.CTextIOWrapperTest
- test_escape_fieldsep - test.test_csv.TestEscapedExcel
- testRead - test.test_bz2.BZ2FileTest
- test_importfile - test.test_pydoc.PydocImportTest
- test_inline_quotes - test.test_csv.TestDialectExcel
- test_directory_compiled - test.test_runpy.RunPathTestCase
- testCmsgTrunc0 - test.test_socket.RecvmsgSCMRightsStreamTest
- test_copy - test.test_wave.WavePCM32Test
- test_open_with_pathlike - test.test_zipfile.LzmaTestsWithSourceFile
- test_version_int - distutils.tests.test_build_scripts.BuildScriptsTestCase
- test_modify_shebang - test.test_zipapp.ZipAppTest
- test_write_read_with_pathlike_file - test.test_gzip.TestGzip
- testErrnoOnClosedIsatty - test.test_fileio.PyAutoFileTests
- test_cmdline_copy_change_main - test.test_zipapp.ZipAppCmdlineTest
- testDecompressorChunksMaxsize - test.test_bz2.BZ2DecompressorTest
- test_xmlgen_ns - test.test_sax.StreamReaderWriterXmlgenTest
- test_truncate - test.test_io.PyBufferedRandomTest
- testComment - test.test_zipimport.UncompressedZipImportTestCase
- test_unseekable_overflowed_write - test.test_sunau.SunauPCM32Test
- test_run_package_in_namespace_package - test.test_runpy.RunModuleTestCase
- testRecvmsgIntoScatter - test.test_socket.RecvmsgIntoUnixStreamTest
- test_create_fail - test.test_io.PyMiscIOTest
- testEmptyPy - test.test_zipimport.UncompressedZipImportTestCase
- testRecvmsg - test.test_socket.RecvmsgUnixStreamTest
- testWeakRefs - test.test_fileio.PyAutoFileTests
- test_decompress_infile_outfile - test.test_gzip.TestCommandLine
- test_max_workers_negative - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- test_close - test.test_lzma.FileTestCase
- test_main_and_main_py - test.test_zipapp.ZipAppTest
- test_slowest - test.test_regrtest.ArgsTestCase
- testFDPassCMSG_SPACE - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_overflowed_write - test.test_sunau.SunauPCM32Test
- test_poll_unit_tests - test.test_poll.PollTests
- test_basic - test.test_zipfile.DeflateTestZip64InSmallFiles
- test_encoding - test.test_gzip.TestOpen
- test_dumbdbm_modification - test.test_dbm_dumb.DumbDBMTestCase
- test_write_context_manager_calls_close - test.test_sunau.SunauPCM8Test
- testSubNamespacePackage - test.test_zipimport.UncompressedZipImportTestCase
- test_writestr_compression - test.test_zipfile.StoredTestsWithSourceFile
- test_listdir - test.test_unicode_file_functions.UnicodeNFKDFileTests
- test_relativelocalfile - test.test_urllib.urlopen_FileTests
- test_read1 - test.test_zipfile.StoredTestsWithSourceFile
- testAttributes - test.test_fileio.PyAutoFileTests
- test_append_mode_tell - test.test_io.CIOTest
- test_module_without_a_main - test.test_pdb.PdbTestCase
- test_UnixStreamServer - test.test_socketserver.SocketServerTest
- test_write_quoting - test.test_csv.Test_Csv
- test_with_pathlike_filename - test.test_lzma.OpenTestCase
- test_unseekable_incompleted_write - test.test_wave.WavePCM24Test
- test_write - test.test_sunau.SunauPCM24Test
- testBlksize - test.test_fileio.PyAutoFileTests
- test_url_search_package_error - test.test_pydoc.PydocImportTest
- testReadLinesMultiStream - test.test_bz2.BZ2FileTest
- test_fromfile - test.test_regrtest.ArgsTestCase
- test_rename - test.test_unicode_file_functions.UnicodeFileTests
- test_read - test.test_zipfile.LzmaTestsWithRandomBinaryFiles
- test_optional_extension - distutils.tests.test_build_ext.ParallelBuildExtTestCase
- test_open - test.test_unicode_file_functions.UnicodeFileTests
- test_garbage_collection - test.test_io.PyIOTest
- test_normalize - test.test_unicode_file_functions.UnicodeNFCFileTests
- test_basic - test.test_urllib.urlretrieve_FileTests
- setUpClass - test.test_asyncio.test_sendfile.SelectEventLoopTests
- test_eval_bytes_invalid_escape - test.test_string_literals.TestLiterals
- test_random_open - test.test_zipfile.Bzip2TestsWithRandomBinaryFiles
- test_roundtrip_quoteed_newlines - test.test_csv.Test_Csv
- test_open_with_pathlike - test.test_zipfile.DeflateTestsWithSourceFile
- testRead100 - test.test_bz2.BZ2FileTest
- testMixedNamespacePackage - test.test_zipimport.CompressedZipImportTestCase
- test_clear_two_bp_on_same_line - test.test_bdb.BreakpointTestCase
- test_close_twice - test.test_dbm_dumb.DumbDBMTestCase
- testUncheckedHashBasedPyc - test.test_zipimport.CompressedZipImportTestCase
- testCompress - test.test_bz2.CompressDecompressTest
- testRecvmsgAfterClose - test.test_socket.RecvmsgIntoUnixStreamTest
- test_read_not_from_start - test.test_sunau.SunauPCM32Test
- test_manifest_comments - distutils.tests.test_sdist.SDistTestCase
- test_rename - test.test_unicode_file_functions.UnicodeNFKCFileTests
- test_ext_fullpath - distutils.tests.test_build_ext.BuildExtTestCase
- testErrnoOnClosedReadable - test.test_fileio.PyAutoFileTests
- test_some_translations - test.test_gettext.GettextTestCase2
- test_repr - test.test_zipfile.StoredTestsWithSourceFile
- test_readline - test.test_univnewlines.PyTestCRLFNewlines
- testBoth - test.test_zipimport.UncompressedZipImportTestCase
- test_move_file_exception_unpacking_unlink - distutils.tests.test_file_util.FileUtilTestCase
- test_crlf_unchanged - lib2to3.tests.test_refactor.TestRefactoringTool
- test_recv - test.test_asyncore.FileWrapperTest
- test_unseekable_write - test.test_wave.WavePCM24Test
- test_readlines - test.test_zipfile.Bzip2TestsWithSourceFile
- test_space_and_quote - test.test_csv.TestDialectExcel
- test_false_file_encoding - lib2to3.tests.test_refactor.TestRefactoringTool
- test_report_full_closure - test.test_filecmp.DirCompareTestCase
- test_context_manager_with_open_file - test.test_sunau.SunauPCM8Test
- test_write_escape - test.test_csv.Test_Csv
- test_data_header - test.test_urllibnet.urlretrieveNetworkTests
- testSendmsgExplicitNoneAddr - test.test_socket.SendmsgUnixStreamTest
- test_context_manager - test.test_dbm_dumb.DumbDBMTestCase
- test_write_array - test.test_sunau.SunauPCM32Test
- testEOFError - test.test_bz2.BZ2DecompressorTest
- test_dump_traceback_file - test.test_faulthandler.FaultHandlerTests
- test_dircmp - test.test_filecmp.DirCompareTestCase
- test_prune_file_list - distutils.tests.test_sdist.SDistTestCase
- test_some_translations - test.test_gettext.GettextTestCase1
- test_cwd_with_bytes - test.test_subprocess.ProcessTestCaseNoPoll
- test_forever - test.test_regrtest.ArgsTestCase
- test_write_array - test.test_gzip.TestGzip
- test_creation_mode - test.test_import.FilePermissionTests
- test_read_dict_fieldnames_chain - test.test_csv.TestDictFields
- test_stdout_fileobj - test.test_subprocess.ProcessTestCaseNoPoll
- test_threads_write - test.test_io.PyTextIOWrapperTest
- test_copy - test.test_sunau.SunauPCM8Test
- test_custom_pydistutils - distutils.tests.test_dist.MetadataTestCase
- test_absolute_arcnames - test.test_zipfile.StoredTestZip64InSmallFiles
- test_invalid_syntax - test.test_gettext.PluralFormsTestCase
- test_create_fail - test.test_io.CMiscIOTest
- test_open_empty_file - test.test_zipfile.OtherTests
- test_interleaved - test.test_zipfile.TestsWithMultipleOpens
- test_file_not_found_in_home - test.test_netrc.NetrcTestCase
- test_module_regrtest - test.test_regrtest.ProgramsTestCase
- test_file_notexists - test.test_urllib.urlopen_HttpTests
- test_write_memoryview - test.test_wave.WavePCM32Test
- test_eval_str_u - test.test_string_literals.TestLiterals
- test_random_open - test.test_zipfile.DeflateTestsWithRandomBinaryFiles
- test_exec_failure_nested - test.test_import.ImportTracebackTests
- testBeginningCruftAndComment - test.test_zipimport.CompressedZipImportTestCase
- testReadLineMultiStream - test.test_bz2.BZ2FileTest
- testSendmsgBadMultiCmsg - test.test_socket.SendmsgUnixStreamTest
- testPyc - test.test_zipimport.UncompressedZipImportTestCase
- test_read_long_with_rest - test.test_csv.TestDictFields
- test_stdin_filedes - test.test_subprocess.ProcessTestCase
- test_check_closed - test.test_dbm_dumb.DumbDBMTestCase
- test_read_after_write - test.test_zipfile.TestsWithMultipleOpens
- test_single - test.test_csv.TestDialectExcel
- test_initializer - test.test_concurrent_futures.ProcessPoolForkserverFailingInitializerTest
- test_extract_all_with_target - test.test_zipfile.ExtractTests
- test_normalize - test.test_unicode_file_functions.UnicodeNFKDFileTests
- testRecvmsgEOF - test.test_socket.RecvmsgIntoUnixStreamTest
- test_lngettext_output_encoding - test.test_gettext.LGettextTestCase
- testFDPassSimple - test.test_socket.RecvmsgSCMRightsStreamTest
- test_truncate_after_write - test.test_io.CBufferedRandomTest
- test_debug_mode - distutils.tests.test_install.InstallTestCase
- testDecompressMultiStream - test.test_bz2.CompressDecompressTest
- test_seek - test.test_univnewlines.PyTestMixedNewlines
- test_rename - test.test_unicode_file_functions.UnicodeNFCFileTests
- test_registering - distutils.tests.test_register.RegisterTestCase
- testErrnoOnClose - test.test_fileio.CAutoFileTests
- test_bad_gzip_file - test.test_gzip.TestGzip
- test_find_executable - distutils.tests.test_spawn.SpawnTestCase
- test_xmlgen_ignorable - test.test_sax.StreamReaderWriterXmlgenTest
- test_interpreter_shutdown - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest
- test_comment_at_end_of_machine_line - test.test_netrc.NetrcTestCase
- test_weird_metadata - test.test_gettext.WeirdMetadataTest
- test_incorrect_code_name - test.test_import.PycRewritingTests
- test_process_errors - test.test_tools.test_pdeps.PdepsTests
- test_read_not_from_start - test.test_wave.WavePCM16Test
- test_readline_read - test.test_zipfile.LzmaTestsWithSourceFile
- test_check_library_dist - distutils.tests.test_build_clib.BuildCLibTestCase
- test_with_open - test.test_gzip.TestGzip
- testEvalFile - test.test_tcl.TclTest
- test_lngettext - test.test_gettext.LGettextTestCase
- test_truncated_zipfile - test.test_zipfile.Bzip2TestsWithSourceFile
- test_read_dict_no_fieldnames - test.test_csv.TestDictFields
- test_unicode_msgid - test.test_gettext.UnicodeTranslationsPluralTest
- test_nonexistent_module - test.test_import.ImportTracebackTests
- test_listdir - test.test_unicode_file_functions.UnicodeNFDFileTests
- test_finalize_options - distutils.tests.test_build_ext.ParallelBuildExtTestCase
- testReadMonkeyMultiStream - test.test_bz2.BZ2FileTest
- test_write_pathlike - test.test_zipfile.PyZipFileTests
- test_open - test.test_zipfile.LzmaTestsWithRandomBinaryFiles
- test_broken_parent - test.test_import.ImportTracebackTests
- test_import_pyc_path - test.test_import.PycacheTests
- test_security - test.test_netrc.NetrcTestCase
- test_random_open - test.test_zipfile.Bzip2TestsWithSourceFile
- test_write_simple_dict - test.test_csv.TestDictFields
- test_write_python_directory - test.test_zipfile.PyZipFileTests
- test_write_bytearray - test.test_sunau.SunauPCM32Test
- test_with_open - test.test_io.CIOTest
- test_quoted - test.test_csv.TestDialectExcel
- test_write_array - test.test_wave.WavePCM16Test
- test_ThreadingUnixStreamServer - test.test_socketserver.SocketServerTest
- test_register_fd - test.test_faulthandler.FaultHandlerTests
- test_failing_test - test.test_regrtest.ArgsTestCase
- testWritelinesList - test.test_fileio.CAutoFileTests
- test_first_completed_some_already_completed - test.test_concurrent_futures.ProcessPoolForkserverWaitTest
- test_binary_modes - test.test_bz2.OpenTest
- test_write_params - test.test_wave.WavePCM32Test
- test_absolute_arcnames - test.test_zipfile.StoredTestsWithSourceFile
- test_mode - test.test_stat.TestFilemodeCStat
- test_write_pyfile_bad_syntax - test.test_zipfile.PyZipFileTests
- test_simple_run - distutils.tests.test_clean.cleanTestCase
- test_many_append - test.test_gzip.TestGzip
- test_Constructor - test.test_bz2.BZ2DecompressorTest
- test_triple_double_quotes - test.test_gettext.GettextTestCase2
- test_classdocstring_fstring - test.test_tools.test_i18n.Test_pygettext
- test_incompleted_write - test.test_sunau.SunauPCM16Test
- test_stdout_filedes - test.test_subprocess.ProcessTestCaseNoPoll
- test_do_not_overwrite_nonregular_files - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_glob_directory_with_trailing_slash - test.test_glob.GlobTests
- test___cached___legacy_pyc - test.test_import.PycacheTests
- test_next_over_import - test.test_bdb.StateTestCase
- test_run_module - test.test_runpy.RunModuleTestCase
- test_make_archive_gztar - distutils.tests.test_archive_util.ArchiveUtilTestCase
- test_stdin_fileobj - test.test_subprocess.ProcessTestCaseNoPoll
- test_step_at_return_with_no_trace_in_caller - test.test_bdb.IssuesTestCase
- testDecompressUnusedData - test.test_bz2.BZ2DecompressorTest
- test_quotes - test.test_csv.TestDialectExcel
- test_interface - test.test_urllib.urlopen_FileTests
- test_1463026_3 - test.test_sax.StreamReaderWriterXmlgenTest
- test_read - test.test_urllib.urlopen_FileTests
- test_basic - test.test_zipfile.LzmaTestsWithSourceFile
- test_writelines - test.test_iter.TestCase
- test_unseekable_overflowed_write - test.test_sunau.SunauPCM24Test
- test_garbage_collection - test.test_io.CBufferedWriterTest
- test_open - test.test_unicode_file_functions.UnicodeNFKDFileTests
- test_write_memoryview - test.test_sunau.SunauPCM8Test
- testErrnoOnClosedIsatty - test.test_fileio.CAutoFileTests
- testMultipleFDPass - test.test_socket.RecvmsgSCMRightsStreamTest
- test_upload_fails - distutils.tests.test_upload.uploadTestCase
- test_cwd_with_absolute_arg - test.test_subprocess.ProcessTestCaseNoPoll
- test_ignores_newline_at_end - test.test_zipfile.StoredTestsWithSourceFile
- test_content_of_copied_archive - test.test_zipapp.ZipAppTest
- test_triple_double_quotes - test.test_gettext.GettextTestCase1
- test_readlines - test.test_univnewlines.PyTestLFNewlines
- testOpenPathLikeFilename - test.test_bz2.BZ2FileTest
- test_readlines - test.test_univnewlines.CTestCRNewlines
- test_decompressor_inputbuf_1 - test.test_bz2.BZ2DecompressorTest
- test_execute_zip64 - test.test_zipfile.TestExecutablePrependedZip
- testCmsgTruncLen1 - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_eval_str_normal - test.test_string_literals.TestLiterals
- test_overflowed_write - test.test_sunau.SunauPCM24Test
- test_default_no_shebang - test.test_zipapp.ZipAppTest
- testRecvmsgExplicitDefaults - test.test_socket.RecvmsgIntoUnixStreamTest
- test_reorganize - test.test_dbm_gnu.TestGdbm
- test_read_truncated - test.test_bz2.BZ2FileTest
- test_get_file_list - distutils.tests.test_sdist.SDistTestCase
- testErrors - test.test_fileio.PyAutoFileTests
- testRecvmsgIntoBadArgs - test.test_socket.RecvmsgIntoUnixStreamTest
- testNamespacePackage - test.test_zipimport.CompressedZipImportTestCase
- test_apropos_with_unreadable_dir - test.test_pydoc.PydocImportTest
- test_large_file_exception - test.test_zipfile.StoredTestZip64InSmallFiles
- test_user_site - distutils.tests.test_install.InstallTestCase
- test_multiple_writes - test.test_sunau.SunauPCM24Test
- testRecvmsgExplicitDefaults - test.test_socket.RecvmsgUnixStreamTest
- testInvalidFd - test.test_fileio.PyOtherFileTests
- testZipImporterMethodsInSubDirectory - test.test_zipimport.CompressedZipImportTestCase
- test_builtin_map - test.test_iter.TestCase
- testAttributes - test.test_fileio.CAutoFileTests
- test_dumbdbm_keys - test.test_dbm_dumb.DumbDBMTestCase
- test_check_output_stdin_arg - test.test_subprocess.ProcessTestCase
- test_refactor_file_write_unchanged_file - lib2to3.tests.test_refactor.TestRefactoringTool
- test_xmlgen_content_escape - test.test_sax.StreamReaderWriterXmlgenTest
- test_basic_io - test.test_io.CTextIOWrapperTest
- test_destructor - test.test_io.CIOTest
- test_write - test.test_sunau.SunauULAWTest
- test_partial_config_dict_with_commments - test.test_turtle.TurtleConfigTest
- test_context_manager_with_filename - test.test_wave.WavePCM8Test
- test_seek_append_bom - test.test_io.PyTextIOWrapperTest
- test_handle_connect - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_writestr_compresslevel - test.test_zipfile.DeflateTestsWithSourceFile
- test_dialect_apply - test.test_csv.TestDialectRegistry
- testBlksize - test.test_fileio.CAutoFileTests
- test_addpackage_import_bad_syntax - test.test_site.HelperFunctionsTests
- test_mtime - test.test_gzip.TestGzip
- test_normalize - test.test_unicode_file_functions.UnicodeNFDFileTests
- test_simple_built - distutils.tests.test_bdist_dumb.BuildDumbTestCase
- testEmptyPy - test.test_zipimport.CompressedZipImportTestCase
- test_single_quoted_quote - test.test_csv.TestDialectExcel
- test_snapshot_save_attr - test.test_tracemalloc.TestTracemallocEnabled
- test_write_shebang_to_fileobj - test.test_zipapp.ZipAppTest
- test_double_write - test.test_csv.TestArrayWrites
- test_execute_zip2 - test.test_zipfile.TestExecutablePrependedZip
- test_check_output_stdin_with_input_arg - test.test_subprocess.ProcessTestCase
- test_extract_with_target_pathlike - test.test_zipfile.ExtractTests
- test_plural_forms2 - test.test_gettext.PluralFormsTestCase
- test_newer - distutils.tests.test_dep_util.DepUtilTestCase
- test_no_close_file - test.test_sax.StreamReaderWriterXmlgenTest
- test_xmlgen_ignorable_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_append - test.test_zipfile.StoredTestZip64InSmallFiles
- test_basic - test.test_zipfile.DeflateTestsWithSourceFile
- test_finalize_options - distutils.tests.test_config_cmd.ConfigTestCase
- test_indexOf - test.test_iter.TestCase
- test_quoted_quote - test.test_csv.TestDialectExcel
- test_seeking - test.test_io.CTextIOWrapperTest
- test_write_python_directory_filtered - test.test_zipfile.PyZipFileTests
- test_bytes - test.test_dbm_gnu.TestGdbm
- test_1463026_3_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_read_from_pathobj - test.test_zipapp.ZipAppTest
- test_short_content_raises_ContentTooShortError - test.test_urllib.urlretrieve_HttpTests
- test_handle_close - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_bp_exception_on_condition_evaluation - test.test_bdb.BreakpointTestCase
- test_parse_makefile_literal_dollar - distutils.tests.test_sysconfig.SysconfigTestCase
- test_close - test.test_urllib.urlopen_FileTests
- testReadintoByteArray - test.test_fileio.PyAutoFileTests
- test_bp_ignore_count - test.test_bdb.BreakpointTestCase
- test_ordering_for_the_dict_reader_and_writer - test.test_csv.KeyOrderingTest
- test_byte_compile - distutils.tests.test_install_lib.InstallLibTestCase
- test_seek_with_encoder_state - test.test_io.PyTextIOWrapperTest
- test_write_params - test.test_sunau.SunauPCM8Test
- test_run_package_alter_sys - test.test_runpy.RunModuleTestCase
- test_context_manager_with_open_file - test.test_wave.WavePCM24Test
- test_writestr_compression - test.test_zipfile.Bzip2TestsWithSourceFile
- test_get_source_files - distutils.tests.test_build_ext.ParallelBuildExtTestCase
- testTraceback - test.test_zipimport.UncompressedZipImportTestCase
- test_write_bigfield - test.test_csv.Test_Csv
- test_server_empty_registration - distutils.tests.test_config.PyPIRCCommandTestCase
- test_header - test.test_urllibnet.urlretrieveNetworkTests
- test_read1 - test.test_zipfile.Bzip2TestsWithSourceFile
- test_comment_at_end_of_machine_line_no_space - test.test_netrc.NetrcTestCase
- test_sync_not_handled - test.test_socketserver.ErrorHandlerTest
- test_comment_before_machine_line_hash_only - test.test_netrc.NetrcTestCase
- test_multiple_writes - test.test_wave.WavePCM8Test
- test_main_written - test.test_zipapp.ZipAppTest
- test_bad_magic - test.test_http_cookiejar.FileCookieJarTests
- test_ignores_stuff_appended_past_comments - test.test_zipfile.StoredTestsWithSourceFile
- test_newer_pairwise - distutils.tests.test_dep_util.DepUtilTestCase
- test_write_array - test.test_sunau.SunauPCM24Test
- testGetSource - test.test_zipimport.CompressedZipImportTestCase
- test_user_site - distutils.tests.test_build_ext.ParallelBuildExtTestCase
- test_comment_at_end_of_machine_line_pass_has_hash - test.test_netrc.NetrcTestCase
- test_fieldstorage_multipart_maxline - test.test_cgi.CgiTests
- testFDPassCMSG_SPACE - test.test_socket.RecvmsgSCMRightsStreamTest
- testSendmsgTimeout - test.test_socket.SendmsgUnixStreamTest
- test_flush_error_on_close - test.test_io.PyIOTest
- test_compresslevel_basic - test.test_zipfile.LzmaTestsWithSourceFile
- test_file_utf8 - test.test_string_literals.TestLiterals
- testAbles - test.test_fileio.COtherFileTests
- test_script_regrtest - test.test_regrtest.ProgramsTestCase
- test_dump_traceback_later_file - test.test_faulthandler.FaultHandlerTests
- test_handle_write - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- testErrnoOnClosedReadinto - test.test_fileio.PyAutoFileTests
- test_map_exception - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- test_funcdocstring_bytes - test.test_tools.test_i18n.Test_pygettext
- test_unicode_msgstr - test.test_gettext.UnicodeTranslationsPluralTest
- test_init_with_PathLike_filename - test.test_lzma.FileTestCase
- test_different_file - test.test_zipfile.TestsWithMultipleOpens
- test_io_after_close - test.test_io.PyMiscIOTest
- test_char_write - test.test_csv.TestArrayWrites
- test_missing_value - test.test_http_cookiejar.CookieTests
- test_read1_10 - test.test_zipfile.DeflateTestsWithSourceFile
- test_compresslevel_metadata - test.test_gzip.TestGzip
- test_config_dict - test.test_turtle.TurtleConfigTest
- test_unwritable_directory - test.test_import.PycacheTests
- test_check_all - distutils.tests.test_check.CheckTestCase
- testDoctestFile - test.test_zipimport.UncompressedZipImportTestCase
- test_no_shebang_is_not_executable - test.test_zipapp.ZipAppTest
- test_close_erroneous_file - test.test_zipfile.OtherTests
- test_lgettext - test.test_gettext.LGettextTestCase
- test_repr - test.test_zipfile.Bzip2TestsWithSourceFile
- test_str_read - test.test_dbm_dumb.DumbDBMTestCase
- test_eval_str_incomplete - test.test_string_literals.TestLiterals
- test_abc_inheritance_official - test.test_io.CMiscIOTest
- test_handle_close_after_conn_broken - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_open - test.test_unicode_file_functions.UnicodeNFDFileTests
- test_urlopener_retrieve_file - test.test_urllib.URLopener_Tests
- test_runctx - test.test_cprofile.CProfileTest
- test_filename - test.test_lzma.OpenTestCase
- test_source_date_epoch - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_write_dir - test.test_zipfile.TestWithDirectory
- test_pickling - test.test_io.PyMiscIOTest
- test_getdata_zipfile - test.test_pkgutil.PkgutilTests
- test_binary_modes - test.test_gzip.TestOpen
- test_nonascii_filename - test.test_dbm_ndbm.DbmTestCase
- testMultiStreamOrdering - test.test_bz2.BZ2FileTest
- test_main_relative_import - test.test_runpy.RunModuleTestCase
- test_invalidation_mode - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_peek - test.test_gzip.TestGzip
- test_readline - test.test_zipfile.StoredTestsWithSourceFile
- testReadInto - test.test_bz2.BZ2FileTest
- test_null - test.test_csv.TestDialectExcel
- test_unseekable_read - test.test_wave.WavePCM16Test
- test_compresslevel_basic - test.test_zipfile.DeflateTestsWithSourceFile
- test_bytes_filename - test.test_gzip.TestGzip
- test_stdin_filedes - test.test_subprocess.ProcessTestCaseNoPoll
- test_keys - test.test_dbm_ndbm.DbmTestCase
- test_run_module - test.test_pdb.PdbTestCase
- test_fileno - test.test_urllib.urlopen_FileTests
- test_write_write_read - test.test_dbm_dumb.DumbDBMTestCase
- test_home_not_set - test.test_netrc.NetrcTestCase
- test_write_context_manager_calls_close - test.test_wave.WavePCM8Test
- test_extract_command - test.test_zipfile.CommandLineTest
- testWritelinesError - test.test_fileio.PyAutoFileTests
- test_file - test.test_urllib2.HandlerTests
- test_write - test.test_sunau.SunauPCM8Test
- test_tools_script_run_tests - test.test_regrtest.ProgramsTestCase
- test_pathfix_adding_errors - test.test_tools.test_pathfix.TestPathfixFunctional
- test_cache_path - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_comment_before_machine_line - test.test_netrc.NetrcTestCase
- test_read - test.test_zipfile.Bzip2TestsWithRandomBinaryFiles
- test_huntrleaks - test.test_regrtest.ArgsTestCase
- test_invalidation_mode - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_handles_closed_on_exception - test.test_subprocess.ProcessTestCaseNoPoll
- test_expat_locator_withinfo_nonascii - test.test_sax.ExpatReaderTest
- test_string - test.test_sax.PrepareInputSourceTest
- test_write_bytearray - test.test_sunau.SunauPCM24Test
- test_main_recursion_error - test.test_runpy.RunPathTestCase
- test_make_tarball_bzip2 - distutils.tests.test_archive_util.ArchiveUtilTestCase
- test_readlines - test.test_zipfile.LzmaTestsWithSourceFile
- test_spawn - distutils.tests.test_spawn.SpawnTestCase
- test_too_many_files_append - test.test_zipfile.Bzip2TestZip64InSmallFiles
- test_seek_bom - test.test_io.PyTextIOWrapperTest
- test_apropos_empty_doc - test.test_pydoc.PydocImportTest
- test_ignore_count_on_disabled_bp - test.test_bdb.BreakpointTestCase
- testDecompress - test.test_bz2.CompressDecompressTest
- test_match - test.test_regrtest.ParseArgsTestCase
- test_first_non_utf8_coding_line - test.test_source_encoding.FileSourceEncodingTest
- test_too_many_files_append - test.test_zipfile.LzmaTestZip64InSmallFiles
- test_seek - test.test_univnewlines.PyTestCRLFNewlines
- test_unseekable_read - test.test_wave.WavePCM24Test
- test_shutdown_deadlock - test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest
- testReprNoCloseFD - test.test_fileio.CAutoFileTests
- test_read_not_from_start - test.test_sunau.SunauPCM16Test
- test_parse_InputSource - test.test_sax.ParseTest
- test_is_package_when_not_package - test.test_pydoc.PydocDocTest
- test_readline - test.test_univnewlines.CTestLFNewlines
- test_copy - test.test_urllib.urlretrieve_FileTests
- test_write_after_read - test.test_zipfile.TestsWithMultipleOpens
- testSeekForwardBytesIO - test.test_bz2.BZ2FileTest
- test_io_after_close - test.test_io.CMiscIOTest
- test_multiprocessing_timeout - test.test_regrtest.ArgsTestCase
- testWritelinesUserList - test.test_fileio.PyAutoFileTests
- test_read_escape_fieldsep - test.test_csv.TestQuotedEscapedExcel
- test_create_archive_filter_exclude_dir - test.test_zipapp.ZipAppTest
- testMixedNamespacePackage - test.test_zipimport.UncompressedZipImportTestCase
- test_truncate_after_write - test.test_io.PyBufferedRandomTest
- testUncheckedHashBasedPyc - test.test_zipimport.UncompressedZipImportTestCase
- testRecursiveRepr - test.test_fileio.PyAutoFileTests
- test_decimal_number - test.test_gettext.PluralFormsTestCase
- test_read_closed - test.test_io.PyIOTest
- test_write_array - test.test_sunau.SunauPCM16Test
- test_add_file_before_1980 - test.test_zipfile.StoredTestsWithSourceFile
- test_check_extensions_list - distutils.tests.test_build_ext.ParallelBuildExtTestCase
- testUnicodeOpen - test.test_fileio.COtherFileTests
- test_unseekable_overflowed_write - test.test_sunau.SunauULAWTest
- test_extract_all - test.test_zipfile.ExtractTests
- test_matchfile - test.test_regrtest.ArgsTestCase
- test_nested - test.test_pkgutil.NestedNamespacePackageTest
- test_errors_property - test.test_io.PyTextIOWrapperTest
- test_readlines - test.test_zipfile.DeflateTestsWithSourceFile
- test_multibyte_seek_and_tell - test.test_io.PyTextIOWrapperTest
- test_extract_all_with_target_pathlike - test.test_zipfile.ExtractTests
- test_read - test.test_zipfile.DeflateTestsWithRandomBinaryFiles
- test_copy - test.test_wave.WavePCM8Test
- testBytesAddr - test.test_socket.TestUnixDomain
- test_ensure_relative - distutils.tests.test_dir_util.DirUtilTestCase
- test_zero_timeout - test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest
- test_fifo - test.test_stat.TestFilemodeCStat
- test_unseekable_overflowed_write - test.test_wave.WavePCM32Test
- test_write_to_file - test.test_lzma.FileTestCase
- test_writing_errors - test.test_zipfile.LzmaTestsWithSourceFile
- test_overflowed_write - test.test_sunau.SunauULAWTest
- test_keywords_invalid_type - distutils.tests.test_dist.MetadataTestCase
- test_pickling - test.test_io.CMiscIOTest
- test_get_msvcr - distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase
- test_print - test.test_deque.TestBasic
- test_manual_manifest - distutils.tests.test_sdist.SDistTestCase
- test_binary_file - test.test_sax.PrepareInputSourceTest
- test_close - test.test_sunau.SunauPCM32Test
- testErrors - test.test_fileio.CAutoFileTests
- test_multiple_writes - test.test_sunau.SunauULAWTest
- test_utf8_bom - test.test_source_encoding.FileSourceEncodingTest
- test_iterlines - test.test_zipfile.StoredTestsWithSourceFile
- test_attributes - test.test_io.PyMiscIOTest
- test_run_name - test.test_runpy.RunModuleTestCase
- test_unicode_msgstr_with_context - test.test_gettext.UnicodeTranslationsPluralTest
- test_overflowed_write - test.test_wave.WavePCM32Test
- test_truncated_zipfile - test.test_zipfile.LzmaTestsWithSourceFile
- testRecvmsgFromSendmsg - test.test_socket.RecvmsgIntoUnixStreamTest
- test_missing_index - test.test_dbm_dumb.DumbDBMTestCase
- test_exec_failure - test.test_import.ImportTracebackTests
- test_next_command_in_generator_for_loop - test.test_bdb.IssuesTestCase
- test_classdocstring - test.test_tools.test_i18n.Test_pygettext
- test_simple_writer - test.test_csv.TestDialectExcel
- test_pkgutil_walk_packages - test.test_runpy.RunModuleTestCase
- test_cwd_with_bytes - test.test_subprocess.ProcessTestCase
- test_swap_std_fds_with_one_closed - test.test_subprocess.POSIXProcessTestCase
- test_get_source_files - distutils.tests.test_build_clib.BuildCLibTestCase
- testWriteBytesIO - test.test_bz2.BZ2FileTest
- test_writerows_legacy_strings - test.test_csv.Test_Csv
- test_forking_handled - test.test_socketserver.ErrorHandlerTest
- test_garbage_collection - test.test_io.CTextIOWrapperTest
- test_incompleted_write - test.test_sunau.SunauPCM32Test
- testCmsgTruncLen0Minus1 - test.test_socket.RecvmsgSCMRightsStreamTest
- test_connection_attributes - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_stdin - test.test_py_compile.PyCompileCLITestCase
- testReadBytesIO - test.test_bz2.BZ2FileTest
- test_file_utf_8_error - test.test_string_literals.TestLiterals
- testBeginningCruftAndComment - test.test_zipimport.UncompressedZipImportTestCase
- test_check_output_stdin_arg - test.test_subprocess.ProcessTestCaseNoPoll
- testSendmsgBadCmsg - test.test_socket.SendmsgUnixStreamTest
- test_open - test.test_zipfile.Bzip2TestsWithRandomBinaryFiles
- test_listdir - test.test_unicode_file_functions.UnicodeNFKCFileTests
- test_open_conflicting_handles - test.test_zipfile.OtherTests
- testCmsgTrunc1 - test.test_socket.RecvmsgSCMRightsStreamTest
- test_print - test.test_set.TestBasicOpsBytes
- testDecompressToEmptyString - test.test_bz2.CompressDecompressTest
- test_absolute_path - test.test_py_compile.PyCompileTestsWithSourceEpoch
- testFDPassSeparate - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_file_latin_1 - test.test_string_literals.TestLiterals
- testCmsgTruncNoBufSize - test.test_socket.RecvmsgSCMRightsStreamTest
- testErrnoOnClosedFileno - test.test_fileio.CAutoFileTests
- test_writing_errors - test.test_zipfile.DeflateTestsWithSourceFile
- test_read_not_from_start - test.test_wave.WavePCM32Test
- test_check_output_stdin_with_input_arg - test.test_subprocess.ProcessTestCaseNoPoll
- testReadintoByteArray - test.test_fileio.CAutoFileTests
- test_textio_readlines - test.test_gzip.TestGzip
- test_read_mime_types - test.test_mimetypes.MimeTypesTestCase
- test_plural_context_forms1 - test.test_gettext.PluralFormsTestCase
- setUpClass - ctypes.test.test_find.Test_OpenGL_libs
- test_explicit_no_pip - test.test_venv.EnsurePipTest
- test_invalid_operations - test.test_io.CIOTest
- test_config_dict_invalid - test.test_turtle.TurtleConfigTest
- test_threading_handled - test.test_socketserver.ErrorHandlerTest
- test_info_error - test.test_zipapp.ZipAppCmdlineTest
- test_truncated_zipfile - test.test_zipfile.DeflateTestsWithSourceFile
- test_all_completed - test.test_concurrent_futures.ProcessPoolForkserverWaitTest
- test_bug1728403 - test.test_multibytecodec.Test_StreamReader
- testWriteChunks10 - test.test_bz2.BZ2FileTest
- test_write_context_manager_calls_close - test.test_sunau.SunauULAWTest
- testSendmsgArray - test.test_socket.SendmsgUnixStreamTest
- test_unseekable_incompleted_write - test.test_sunau.SunauPCM32Test
- test_build_libraries - distutils.tests.test_build_clib.BuildCLibTestCase
- testErrnoOnClosedReadinto - test.test_fileio.CAutoFileTests
- test_write_array - test.test_wave.WavePCM32Test
- testImport_WithStuff - test.test_zipimport.CompressedZipImportTestCase
- testErrnoOnClose - test.test_fileio.PyAutoFileTests
- test_1463026_2_empty - test.test_sax.StreamReaderWriterXmlgenTest
- test_telling - test.test_io.CTextIOWrapperTest
- test_package_data - distutils.tests.test_build_py.BuildPyTestCase
- test_mozilla - test.test_http_cookiejar.LWPCookieTests
- test_get_outputs - distutils.tests.test_install_lib.InstallLibTestCase
- test_readlines - test.test_univnewlines.CTestMixedNewlines
- test_append_bom - test.test_io.CTextIOWrapperTest
- test_reporthook_8193_bytes - test.test_urllib.urlretrieve_FileTests
- testContextProtocol - test.test_bz2.BZ2FileTest
- testReadLines - test.test_bz2.BZ2FileTest
- test_gprof - test.test_tools.test_gprof2html.Gprof2htmlTests
- test_closefd_attr - test.test_io.CIOTest
- test_forking_not_handled - test.test_socketserver.ErrorHandlerTest
- test_module_test - test.test_regrtest.ProgramsTestCase
- test_expat_binary_file_nonascii - test.test_sax.ExpatReaderTest
- test_too_many_files - test.test_zipfile.Bzip2TestZip64InSmallFiles
- test_readlines - test.test_univnewlines.PyTestCRNewlines
- test_read - test.test_univnewlines.PyTestCRLFNewlines
- test_unseekable_overflowed_write - test.test_sunau.SunauPCM8Test
- test_inline_quote - test.test_csv.TestDialectExcel
- test_first_coding_line - test.test_source_encoding.FileSourceEncodingTest
- test_class - distutils.tests.test_text_file.TextFileTestCase
- test_sl - test.test_gettext.PluralFormsTestCase
- test_write_after_close - test.test_zipfile.DeflateWriterTests
- test_create_archive_with_compression - test.test_zipapp.ZipAppTest
- test_ForkingUnixStreamServer - test.test_socketserver.SocketServerTest
- test_handle_close - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_attributes - test.test_io.CMiscIOTest
- testTruncate - test.test_fileio.PyOtherFileTests
- test_write_memoryview - test.test_wave.WavePCM8Test
- test_quotes_and_more - test.test_csv.TestDialectExcel
- test_open - test.test_tokenize.TestDetectEncoding
- test_compress_stdin_outfile - test.test_gzip.TestCommandLine
- test_empty_file_raises_BadZipFile - test.test_zipfile.OtherTests
- test_listdir - test.test_unicode_file_functions.UnicodeNFCFileTests
- test_close_flushes - test.test_io.CIOTest
- test_unseekable_write - test.test_sunau.SunauPCM32Test
- test_cache - test.test_gettext.GettextCacheTestCase
- test_saved_password - distutils.tests.test_upload.uploadTestCase
- test_overflowed_write - test.test_sunau.SunauPCM8Test
- test_warn_on_dealloc - test.test_io.PyMiscIOTest
- test_runeval_step - test.test_bdb.RunTestCase
- test_decodetwice - test.test_uu.UUFileTest
- test_run - distutils.tests.test_build_clib.BuildCLibTestCase
- test_multiple_writes - test.test_sunau.SunauPCM8Test
- test_socket_fileno - test.test_socket.GeneralModuleTests
- test_nonexistent_module_nested - test.test_import.ImportTracebackTests
- test_unicode_msgid - test.test_gettext.UnicodeTranslationsTest
- test_too_many_files_append - test.test_zipfile.StoredTestZip64InSmallFiles
- test_stdout_filedes - test.test_subprocess.ProcessTestCase
- testRecvmsgTrunc - test.test_socket.RecvmsgUnixStreamTest
- testWritelinesList - test.test_fileio.PyAutoFileTests
- test_clean - distutils.tests.test_config_cmd.ConfigTestCase
- testRecvmsgShorter - test.test_socket.RecvmsgUnixStreamTest
- test_handle_write - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- testWritelinesError - test.test_fileio.CAutoFileTests
- test_bom - lib2to3.tests.test_refactor.TestRefactoringTool
- test_line_endings - test.test_dbm_dumb.DumbDBMTestCase
- testSendmsgBadArgs - test.test_socket.SendmsgUnixStreamTest
- test_particularly_evil_undecodable - test.test_compile.TestSpecifics
- test_invalid_template_unknown_command - distutils.tests.test_sdist.SDistTestCase
- test_normalize - test.test_unicode_file_functions.UnicodeNFKCFileTests
- test_handle_accepted - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_issue7964 - test.test_pdb.PdbTestCase
- testReadLine - test.test_bz2.BZ2FileTest
- test_run_package - test.test_runpy.RunModuleTestCase
- test_create_archive_default_target - test.test_zipapp.ZipAppTest
- testUtf8BytesOpen - test.test_fileio.COtherFileTests
- test_write_fields_not_in_fieldnames - test.test_csv.TestDictFields
- test_recursive_glob - test.test_glob.GlobTests
- test_decompressor_inputbuf_3 - test.test_bz2.BZ2DecompressorTest
- test_read_return_size - test.test_zipfile.StoredTestsWithSourceFile
- test_write_bytearray - test.test_wave.WavePCM32Test
- testNamespacePackage - test.test_zipimport.UncompressedZipImportTestCase
- test_unseekable_incompleted_write - test.test_wave.WavePCM16Test
- testZipImporterMethodsInSubDirectory - test.test_zipimport.UncompressedZipImportTestCase
- test_load_grammar_from_pickle - lib2to3.tests.test_parser.TestPgen2Caching
- test_seek_write - test.test_gzip.TestGzip
- test_unseekable_read - test.test_sunau.SunauPCM16Test
- test_handle_close_after_conn_broken - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_readline - test.test_zipfile.Bzip2TestsWithSourceFile
- test_getoutput - test.test_subprocess.MiscTests
- test_readlines - test.test_gzip.TestGzip
- test_readlines - test.test_univnewlines.CTestCRLFNewlines
- testPeekBytesIO - test.test_bz2.BZ2FileTest
- testReadMultiStreamTrailingJunk - test.test_bz2.BZ2FileTest
- test_pathlike_file - test.test_gzip.TestOpen
- test_nonbuffered_textio - test.test_io.CIOTest
- test_module_autotest - test.test_regrtest.ProgramsTestCase
- test_write_params - test.test_wave.WavePCM8Test
- test_mkpath_with_custom_mode - distutils.tests.test_dir_util.DirUtilTestCase
- test_unicode_comment - test.test_zipfile.OtherTests
- testReadTrailingJunk - test.test_bz2.BZ2FileTest
- testWritelinesUserList - test.test_fileio.CAutoFileTests
- test_apropos_with_bad_package - test.test_pydoc.PydocImportTest
- testBadMagic - test.test_zipimport.CompressedZipImportTestCase
- testBytesOpen - test.test_fileio.PyOtherFileTests
- test_build_ext - distutils.tests.test_build_ext.BuildExtTestCase
- test_basic_script_with_path_object - test.test_runpy.RunPathTestCase
- test_glob_one_directory - test.test_glob.GlobTests
- test_x_mode - test.test_bz2.OpenTest
- testRecursiveRepr - test.test_fileio.CAutoFileTests
- testRepr - test.test_fileio.PyAutoFileTests
- test_builtin_list - test.test_iter.TestCase
- testErrnoOnClosedSeek - test.test_fileio.PyAutoFileTests
- test_append_mode_tell - test.test_io.PyIOTest
- testCompressEmptyString - test.test_bz2.BZ2CompressorTest
- test_unseekable_write - test.test_wave.WavePCM16Test
- test_repr - test.test_zipfile.LzmaTestsWithSourceFile
- test_input - test.test_builtin.BuiltinTest
- test_ar - test.test_gettext.PluralFormsTestCase
- test_ignore - test.test_regrtest.ParseArgsTestCase
- test_pathfix - test.test_tools.test_pathfix.TestPathfixFunctional
- test_dubious_quote - test.test_csv.TestDialectExcel
- test_socket_fileno_requires_valid_fd - test.test_socket.GeneralModuleTests
- test_solaris_enable_shared - distutils.tests.test_build_ext.ParallelBuildExtTestCase
- test_writerows - test.test_csv.Test_Csv
- test_array_writes - test.test_io.CIOTest
- test_writestr_compression - test.test_zipfile.DeflateTestsWithSourceFile
- test_eval_bytes_normal - test.test_string_literals.TestLiterals
- test_1463026_2 - test.test_sax.StreamReaderWriterXmlgenTest
- test_cleanup - test.test_regrtest.ArgsTestCase
- test_extract_hackers_arcnames_common_cases - test.test_zipfile.ExtractTests
- test_failing_reload - test.test_import.ImportTests
- test_seek_whence - test.test_gzip.TestGzip
- testSubPackage - test.test_zipimport.CompressedZipImportTestCase
- testRecvmsgPeek - test.test_socket.RecvmsgIntoUnixStreamTest
- test_warn_on_dealloc - test.test_io.CMiscIOTest
- test_args_string - test.test_subprocess.POSIXProcessTestCase
- test_failures - test.test_unicode_file_functions.UnicodeNFKDFileTests
- test_print - test.test_userlist.UserListTest
- test_close - test.test_sunau.SunauPCM24Test
- testGetSource - test.test_zipimport.UncompressedZipImportTestCase
- test_zipfile_compiled - test.test_runpy.RunPathTestCase
- test_with_pip - test.test_venv.EnsurePipTest
- test_ressources_gced_in_workers - test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest
- testRecvmsgAfterClose - test.test_socket.RecvmsgUnixStreamTest
- test_open - test.test_unicode_file_functions.UnicodeNFKCFileTests
- test_add_file_after_2107 - test.test_zipfile.StoredTestsWithSourceFile
- test_unencodable_filename - test.test_import.ImportTracebackTests
- test_unreadable_dir_on_syspath - test.test_pkgutil.PkgutilTests
- test___cached__ - test.test_import.PycacheTests
- test_incompleted_write - test.test_sunau.SunauPCM24Test
- test_nonascii_filename - test.test_dbm_gnu.TestGdbm
- test_no_tests_ran_skip - test.test_regrtest.ArgsTestCase
- test_quote_fieldsep - test.test_csv.TestDialectExcel
- test_stderr_filedes - test.test_subprocess.ProcessTestCaseNoPoll
- test_crash - test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest
- test_seek_append_bom - test.test_io.CTextIOWrapperTest
- test_compiler_option - distutils.tests.test_build_ext.BuildExtTestCase
- test_repr - test.test_zipfile.DeflateTestsWithSourceFile
- test_context_manager_with_filename - test.test_wave.WavePCM16Test
- test_no_password - test.test_zipfile.DecryptionTests
- test_cmdline_copy_inplace - test.test_zipapp.ZipAppCmdlineTest
- test_write - test.test_wave.WavePCM8Test
- test_write_bytearray - test.test_sunau.SunauPCM8Test
- testDefaultOptimizationLevel - test.test_zipimport.CompressedZipImportTestCase
- test_main_validation - test.test_zipapp.ZipAppTest
- test_write_memoryview - test.test_sunau.SunauULAWTest
- test_read_from_file_with_bytes_filename - test.test_lzma.FileTestCase
- test_failure - test.test_bz2.BZ2DecompressorTest
- test_open - test.test_builtin.BuiltinTest
- testFDPassCMSG_LEN - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_iterlines - test.test_zipfile.Bzip2TestsWithSourceFile
- test_syshook_no_logdir_text_format - test.test_cgitb.TestCgitb
- test_encoding_error_handler - test.test_bz2.OpenTest
- test_file_encoding - lib2to3.tests.test_refactor.TestRefactoringTool
- test_call_string - test.test_subprocess.POSIXProcessTestCase
- test_unicode_module_names - distutils.tests.test_build_ext.BuildExtTestCase
- test_with_files - test.test_py_compile.PyCompileCLITestCase
- test_too_many_files - test.test_zipfile.StoredTestZip64InSmallFiles
- test_seek_with_encoder_state - test.test_io.CTextIOWrapperTest
- test_seek - test.test_univnewlines.CTestLFNewlines
- test_unseekable_incompleted_write - test.test_sunau.SunauPCM24Test
- test_unicode_msgstr - test.test_gettext.UnicodeTranslationsTest
- test_dumbdbm_creation - test.test_dbm_dumb.DumbDBMTestCase
- test_lgettext_bind_textdomain_codeset - test.test_gettext.LGettextTestCase
- testDecompressTrailingJunk - test.test_bz2.CompressDecompressTest
- test_context_manager_with_filename - test.test_wave.WavePCM24Test
- testRecvmsgOverflow - test.test_socket.RecvmsgIntoUnixStreamTest
- test_many_opens - test.test_zipfile.TestsWithMultipleOpens
- test_msgid_fstring - test.test_tools.test_i18n.Test_pygettext
- test_create_archive_with_subdirs - test.test_zipapp.ZipAppTest
- testRecvmsgEOF - test.test_socket.RecvmsgUnixStreamTest
- test_reporthook_5_bytes - test.test_urllib.urlretrieve_FileTests
- test_connection_attributes - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_handles_closed_on_exception - test.test_subprocess.ProcessTestCase
- test_open - test.test_unicode_file_functions.UnicodeNFCFileTests
- testRecvmsgOverflow - test.test_socket.RecvmsgUnixStreamTest
- testDoctestSuite - test.test_zipimport.CompressedZipImportTestCase
- test_print - test.test_set.TestBasicOpsTriple
- test_bad_params - test.test_bz2.OpenTest
- testCompress4G - test.test_bz2.BZ2CompressorTest
- test_some_translations_with_context - test.test_gettext.GettextTestCase2
- test_init_mode - test.test_lzma.FileTestCase
- testReadable - test.test_bz2.BZ2FileTest
- test_cwd_with_relative_arg - test.test_subprocess.ProcessTestCase
- test_show_response - distutils.tests.test_register.RegisterTestCase
- test_check_metadata_deprecated - distutils.tests.test_sdist.SDistTestCase
- test_directory - test.test_stat.TestFilemodeCStat
- test_empty_value - test.test_dbm_ndbm.DbmTestCase
- test_reject - test.test_fileio.CAutoFileTests
- test_no_stale_references - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- test_move_file_verbosity - distutils.tests.test_file_util.FileUtilTestCase
- test_enable_fd - test.test_faulthandler.FaultHandlerTests
- test_finalize_options - distutils.tests.test_build.BuildTestCase
- test_1463026_1 - test.test_sax.StreamReaderWriterXmlgenTest
- test_dumbdbm_creation_mode - test.test_dbm_dumb.DumbDBMTestCase
- test_stderr_with_capture_output_arg - test.test_subprocess.RunFuncTestCase
- test_optional_extension - distutils.tests.test_build_ext.BuildExtTestCase
- test_readline - test.test_univnewlines.PyTestLFNewlines
- test_huntrleaks_fd_leak - test.test_regrtest.ArgsTestCase
- test_readline - test.test_univnewlines.CTestCRNewlines
- test_server_registration - distutils.tests.test_config.PyPIRCCommandTestCase
- test_roundtrip_escaped_unquoted_newlines - test.test_csv.Test_Csv
- test_unseekable_write - test.test_sunau.SunauPCM24Test
- test_del_shutdown - test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest
- testRecvmsgLongAncillaryBuf - test.test_socket.RecvmsgIntoUnixStreamTest
- test_with_open - test.test_io.PyIOTest
- test_do_not_overwrite_symlinks - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- testFDPassSeparate - test.test_socket.RecvmsgSCMRightsStreamTest
- testMethods - test.test_fileio.CAutoFileTests
- test_context_manager_with_open_file - test.test_sunau.SunauPCM32Test
- test_venv_install_options - distutils.tests.test_dist.DistributionTestCase
- test_some_translations_with_context - test.test_gettext.GettextTestCase1
- test_write_params - test.test_sunau.SunauULAWTest
- test_make_archive_bztar - distutils.tests.test_archive_util.ArchiveUtilTestCase
- testRecvmsgLongAncillaryBuf - test.test_socket.RecvmsgUnixStreamTest
- test_text_modes - test.test_bz2.OpenTest
- test_multiple_writes - test.test_wave.WavePCM24Test
- testErrnoOnClosedReadall - test.test_fileio.CAutoFileTests
- test_context_manager_shutdown - test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest
- test_close - test.test_sunau.SunauPCM16Test
- test_write_readonly_file - test.test_dbm_ndbm.DbmTestCase
- test_fieldstorage_readline - test.test_cgi.CgiTests
- test_nonascii_filename - test.test_dbm_dumb.DumbDBMTestCase
- testReprNoCloseFD - test.test_fileio.PyAutoFileTests
- testFileno - test.test_bz2.BZ2FileTest
- test_do_not_overwrite_symlinks - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_zero_padded_file - test.test_gzip.TestGzip
- testCmsgTruncLen0Minus1 - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_find_function_found - test.test_pdb.PdbTestCase
- test_abc_inheritance - test.test_io.PyMiscIOTest
- testCmsgTruncLen2Minus1 - test.test_socket.RecvmsgSCMRightsStreamTest
- test_writestr_compresslevel - test.test_zipfile.LzmaTestsWithSourceFile
- test_type - test.test_reprlib.LongReprTest
- test_read_dict_fieldnames_from_file - test.test_csv.TestDictFields
- test_write_context_manager_calls_close - test.test_wave.WavePCM16Test
- test_lngettext_2 - test.test_gettext.LGettextTestCase
- test_readline_read - test.test_zipfile.StoredTestsWithSourceFile
- testCmsgTrunc1 - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- testSendmsgDataGenerator - test.test_socket.SendmsgUnixStreamTest
- test_module_is_run_as_main - test.test_pdb.PdbTestCase
- testCmsgTruncNoBufSize - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_directory - test.test_unicode_file_functions.UnicodeFileTests
- test_create_tree_verbosity - distutils.tests.test_dir_util.DirUtilTestCase
- test_file_utf_8 - test.test_string_literals.TestLiterals
- setUpClass - test.test_socket.SendfileUsingSendTest
- test_seek_bom - test.test_io.CTextIOWrapperTest
- test_addpackage_import_bad_exec - test.test_site.HelperFunctionsTests
- test_is_zip_erroneous_file - test.test_zipfile.OtherTests
- testSeekTell - test.test_fileio.PyAutoFileTests
- test_triple_single_quotes - test.test_gettext.GettextTestCase2
- test_print - test.test_set.TestBasicOpsEmpty
- test_create_unix_connection_pathlib - test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests
- test_truncate - test.test_io.CBufferedWriterTest
- test_instance - test.test_reprlib.LongReprTest
- test_write_after_close - test.test_zipfile.StoredWriterTests
- test_plural_form_error_issue17898 - test.test_gettext.GNUTranslationParsingTest
- test_seek_read - test.test_gzip.TestGzip
- test_geturl - test.test_urllib.urlopen_FileTests
- test_write_context_manager_calls_close - test.test_wave.WavePCM24Test
- test_make_archive - distutils.tests.test_archive_util.ArchiveUtilTestCase
- test_abc_inheritance_official - test.test_io.PyMiscIOTest
- test_side_effect_import - test.test_threaded_import.ThreadedImportTests
- test_read_long_with_rest_no_fieldnames - test.test_csv.TestDictFields
- test_extract_with_target - test.test_zipfile.ExtractTests
- testRepr - test.test_fileio.CAutoFileTests
- test_make_tarball - distutils.tests.test_archive_util.ArchiveUtilTestCase
- testErrnoOnClosedSeek - test.test_fileio.CAutoFileTests
- test_different - test.test_filecmp.FileCompareTestCase
- test_handle_accepted - test.test_asyncore.TestAPI_UseUnixSocketsPoll
- test_destructor - test.test_io.PyIOTest
- test_context_manager_with_open_file - test.test_wave.WavePCM16Test
- test_unseekable_incompleted_write - test.test_sunau.SunauPCM16Test
- test_read_return_size - test.test_zipfile.Bzip2TestsWithSourceFile
- test_bug_6050 - test.test_zipfile.TestWithDirectory
- test_remove_shebang - test.test_zipapp.ZipAppTest
- test_cyclical_print - test.test_set.TestFrozenSetSubclass
- testErrnoOnClosedWritable - test.test_fileio.PyAutoFileTests
- test_basics - test.test_import.PycRewritingTests
- test_specified_path - test.test_urllibnet.urlretrieveNetworkTests
- test_fspath_support - test.test_io.CIOTest
- test_nested_condition_operator - test.test_gettext.PluralFormsTestCase
- test_fspath_support - test.test_io.PyIOTest
- test_writestr_dir - test.test_zipfile.TestWithDirectory
- test_write_to_text_file - test.test_xml_etree.IOTest
- test_syntax_error - test.test_import.ImportTracebackTests
- test_libc_ver - test.test_platform.PlatformTest
- test_read1_10 - test.test_zipfile.LzmaTestsWithSourceFile
- testAFakeZlib - test.test_zipimport.CompressedZipImportTestCase
- test_get_event_loop_new_process - test.test_asyncio.test_events.TestCGetEventLoop
- test_run_namespace_package - test.test_runpy.RunModuleTestCase
- test_finalize_options - distutils.tests.test_build_ext.BuildExtTestCase
- test_errors_property - test.test_io.CTextIOWrapperTest
- test_newline - test.test_bz2.OpenTest
- testPeek - test.test_bz2.BZ2FileTest
- test_simple - test.test_csv.TestDialectExcel
- test_multibyte_seek_and_tell - test.test_io.CTextIOWrapperTest
- test_lngettext_bind_textdomain_codeset - test.test_gettext.LGettextTestCase
- testDecompressIncomplete - test.test_bz2.CompressDecompressTest
- test_exceptions_propagate - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_read_not_from_start - test.test_sunau.SunauPCM24Test
- test_cwd_with_pathlike - test.test_subprocess.ProcessTestCase
- test_unseekable_overflowed_write - test.test_wave.WavePCM8Test
- test_unseekable_read - test.test_sunau.SunauPCM32Test
- test_read - test.test_univnewlines.CTestLFNewlines
- testSeekable - test.test_bz2.BZ2FileTest
- test_encoding_error_handler - test.test_gzip.TestOpen
- test_copy - test.test_wave.WavePCM16Test
- test_some_translations_with_context_and_domain - test.test_gettext.GettextTestCase2
- test_second_coding_line - test.test_source_encoding.FileSourceEncodingTest
- test_default_coding - test.test_source_encoding.FileSourceEncodingTest
- testReadBadFile - test.test_bz2.BZ2FileTest
- test_close - test.test_wave.WavePCM32Test
- testErrnoOnClosedFileno - test.test_fileio.PyAutoFileTests
- test_first_exception - test.test_concurrent_futures.ProcessPoolForkserverWaitTest
- test_shebang_is_executable - test.test_zipapp.ZipAppTest
- test_lgettext_output_encoding - test.test_gettext.LGettextTestCase
- test_bad_coding - test.test_py_compile.PyCompileTestsWithSourceEpoch
- test_send - test.test_asyncore.FileWrapperTest
- testImport_WithStuff - test.test_zipimport.UncompressedZipImportTestCase
- test_overflowed_write - test.test_wave.WavePCM8Test
- test_seek_and_tell - test.test_io.CTextIOWrapperTest
- test_unseekable_write - test.test_sunau.SunauPCM16Test
- testRaising - test.test_exceptions.ExceptionTests
- test_cyclical_print - test.test_set.TestSet
- test_script_autotest - test.test_regrtest.ProgramsTestCase
- test_abc_inheritance - test.test_io.CMiscIOTest
- test_countOf - test.test_iter.TestCase
- test_xmlgen_encoding - test.test_sax.StreamReaderWriterXmlgenTest
- test_decode_filename - test.test_uu.UUFileTest
- test_incompleted_write - test.test_wave.WavePCM32Test
- test_read_shebang - test.test_zipapp.ZipAppTest
- testAppend - test.test_fileio.PyOtherFileTests
- test_prompt - test.test_venv.BasicTest
- testFDPassEmpty - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_reporthook - test.test_urllibnet.urlretrieveNetworkTests
- test_ForkingUnixDatagramServer - test.test_socketserver.SocketServerTest
- test_record_extensions - distutils.tests.test_install.InstallTestCase
- testErrnoOnClosedRead - test.test_fileio.CAutoFileTests
- test_directory - test.test_unicode_file_functions.UnicodeNFCFileTests
- test_selftest - test.test_tools.test_pindent.PindentTests
- test_run_setup_uses_current_dir - distutils.tests.test_core.CoreTestCase
- test_wrong_exception_order - distutils.tests.test_upload.uploadTestCase
- test_missing_source - test.test_import.PycacheTests
- test_readline - test.test_zipfile.LzmaTestsWithSourceFile
- test_return_command_in_generator_with_subiterator - test.test_bdb.IssuesTestCase
- test_copy - test.test_wave.WavePCM24Test
- test_write_memoryview - test.test_gzip.TestGzip
- test_source_date_epoch - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_check_metadata_deprecated - distutils.tests.test_register.RegisterTestCase
- testGetData - test.test_zipimport.CompressedZipImportTestCase
- test_issue36250 - test.test_pdb.PdbTestCase
- test_large_file_ops - test.test_io.CIOTest
- test_create_non_existent_file_for_append - test.test_zipfile.OtherTests
- test_large_file_ops - test.test_io.PyIOTest
- test_open - test.test_zipfile.StoredTestsWithSourceFile
- test_buffered_file_io - test.test_io.CIOTest
- test_finalize_options - distutils.tests.test_build_clib.BuildCLibTestCase
- test_close_after_close - test.test_zipfile.DeflateWriterTests
- test_xmlgen_content - test.test_sax.StreamReaderWriterXmlgenTest
- test_isolation - test.test_venv.BasicTest
- test_first_completed - test.test_concurrent_futures.ProcessPoolForkserverWaitTest
- test_copy_file_hard_link - distutils.tests.test_file_util.FileUtilTestCase
- test_shutdown_race_issue12456 - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- setUpModule - test.test_multiprocessing_forkserver
- test_finalize_options - distutils.tests.test_sdist.SDistTestCase
- test_garbage_collection - test.test_io.CBufferedRandomTest
- test_write_to_binary_file_with_bom - test.test_xml_etree.IOTest
- test_cyclical_print - test.test_set.TestSetSubclassWithKeywordArgs
- test_text_modes - test.test_gzip.TestOpen
- test_module_without_source - test.test_import.PycRewritingTests
- test_run_setup_preserves_sys_argv - distutils.tests.test_core.CoreTestCase
- test_context_manager_with_filename - test.test_sunau.SunauPCM16Test
- test_cache_path - test.test_py_compile.PyCompileTestsWithoutSourceEpoch
- test_good_password - test.test_zipfile.DecryptionTests
- testDecompressMultiStreamTrailingJunk - test.test_bz2.CompressDecompressTest
- test_fr - test.test_gettext.PluralFormsTestCase
- testCompress - test.test_bz2.BZ2CompressorTest
- test_key_methods - test.test_dbm_gnu.TestGdbm
- test_unseekable_incompleted_write - test.test_wave.WavePCM32Test
- test_truncate - test.test_io.PyBufferedWriterTest
- test_unicode_password - test.test_zipfile.DecryptionTests
- test_bad_password - test.test_zipfile.DecryptionTests
- test_write_array - test.test_wave.WavePCM8Test
- test_quote_and_quote - test.test_csv.TestDialectExcel
- test_print - test.test_set.TestBasicOpsTuple
- test_extract_dir - test.test_zipfile.TestWithDirectory
- test_funcdocstring - test.test_tools.test_i18n.Test_pygettext
- testThreading - test.test_bz2.BZ2FileTest
- test_compresslevel_basic - test.test_zipfile.StoredTestsWithSourceFile
- testModeStrings - test.test_fileio.PyOtherFileTests
- test_stdout_stderr_file - test.test_subprocess.ProcessTestCase
- test_readline - test.test_zipfile.DeflateTestsWithSourceFile
- testSeekPostEnd - test.test_bz2.BZ2FileTest
- test_multiline_strings - test.test_gettext.GettextTestCase2
- testPickle - test.test_bz2.BZ2CompressorTest
- test_directory - test.test_tools.test_fixcid.Test
- test_write - test.test_zipfile.UnseekableTests
- test_builtin_tuple - test.test_iter.TestCase
- test_list_classifiers - distutils.tests.test_register.RegisterTestCase
- test_context_manager_with_open_file - test.test_sunau.SunauPCM24Test
- test_decode_mode - test.test_uu.UUFileTest
- test_write_append_to_file - test.test_lzma.FileTestCase
- test_change_comment_in_nonempty_archive - test.test_zipfile.OtherTests
- test_cwd_with_relative_arg - test.test_subprocess.ProcessTestCaseNoPoll
- test_simple_run - distutils.tests.test_install_data.InstallDataTestCase
- testBadArgs - test.test_bz2.BZ2FileTest
- test_unseekable_write - test.test_wave.WavePCM32Test
- testBadMagic - test.test_zipimport.UncompressedZipImportTestCase
- testFDPassCMSG_LEN - test.test_socket.RecvmsgSCMRightsStreamTest
- test_directory - test.test_unicode_file_functions.UnicodeNFKDFileTests
- testBadMTime - test.test_zipimport.CompressedZipImportTestCase
- test_password_with_trailing_hash - test.test_netrc.NetrcTestCase
- test_write_memoryview - test.test_wave.WavePCM16Test
- test_decode - test.test_base64.TestMain
- test_multiline_strings - test.test_gettext.GettextTestCase1
- test_invalid_newline - test.test_io.CIOTest
- test_invalid_newline - test.test_io.PyIOTest
- testSendmsgGather - test.test_socket.SendmsgUnixStreamTest
- test_refleaks_in___init__ - test.test_bz2.BZ2DecompressorTest
- testClosedIteratorDeadlock - test.test_bz2.BZ2FileTest
- test_incompleted_write - test.test_sunau.SunauPCM8Test
- test_mode - test.test_stat.TestFilemodePyStat
- test_get_source_files - distutils.tests.test_build_ext.BuildExtTestCase
- testOpenNonexistent - test.test_bz2.BZ2FileTest
- test_build - distutils.tests.test_build_scripts.BuildScriptsTestCase
- test_processes_terminate - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest
- testFDPassPartialIntInMiddle - test.test_socket.RecvmsgSCMRightsStreamTest
- test_flags - test.test_dbm_gnu.TestGdbm
- test_evalfile_null_in_result - test.test_tcl.TclTest
- test_urlopener_retrieve_remote - test.test_urllib.URLopener_Tests
- test_badimport - test.test_pydoc.PydocImportTest
- test_user_site - distutils.tests.test_build_ext.BuildExtTestCase
- testSubPackage - test.test_zipimport.UncompressedZipImportTestCase
- test_double_coding_line - test.test_source_encoding.FileSourceEncodingTest
- test_submit - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- test_read_after_close - test.test_zipfile.TestsWithMultipleOpens
- testSendmsgAfterClose - test.test_socket.SendmsgUnixStreamTest
- test_chained_comparison - test.test_gettext.PluralFormsTestCase
- test_gd - test.test_gettext.PluralFormsTestCase
- test_write_non_pyfile - test.test_zipfile.PyZipFileTests
- test_pathlike_construction - test.test_zipfile.TestPath
- test_handle_error - test.test_asyncore.TestAPI_UseUnixSocketsSelect
- test_relative_imports - test.test_pdb.PdbTestCase
- testTruncateOnWindows - test.test_fileio.PyOtherFileTests
- test_snapshot - test.test_tracemalloc.TestTracemallocEnabled
- test_too_many_files_append - test.test_zipfile.DeflateTestZip64InSmallFiles
- testDecompress4G - test.test_bz2.BZ2DecompressorTest
- test_free_reference - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- test_int_write - test.test_csv.TestArrayWrites
- test_resource_warning - test.test_asyncore.FileWrapperTest
- test_write_bytearray - test.test_wave.WavePCM8Test
- test_newline - test.test_gzip.TestOpen
- test_write_memoryview - test.test_wave.WavePCM24Test
- testEmptyFile - test.test_zipimport.BadFileZipImportTestCase
- testSeekTell - test.test_fileio.CAutoFileTests
- testInvalidFd - test.test_fileio.COtherFileTests
- test_empty_zipfile - test.test_zipfile.OtherTests
- testReadChunk10 - test.test_bz2.BZ2FileTest
- test_register_file - test.test_faulthandler.FaultHandlerTests
- test_zipfile - test.test_runpy.RunPathTestCase
- test_de - test.test_gettext.PluralFormsTestCase
- test_write_to_file_with_bytes_filename - test.test_lzma.FileTestCase
- test_io_on_closed_object - test.test_gzip.TestGzip
- test_readlines - test.test_urllib.urlopen_FileTests
- test_map - test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest
- test_1647484 - test.test_gzip.TestGzip
- test_iter_file - test.test_iter.TestCase
- test_ThreadingUnixDatagramServer - test.test_socketserver.SocketServerTest
- test_installation - distutils.tests.test_install_scripts.InstallScriptsTestCase
- test_failing_import_sticks - test.test_import.ImportTests
- test_create_archive_with_filter - test.test_zipapp.ZipAppTest
- test_no_main - test.test_zipapp.ZipAppTest
- test_dont_write_bytecode - distutils.tests.test_install_lib.InstallLibTestCase
- test_stderr_filedes - test.test_subprocess.ProcessTestCase
- test_command_packages_configfile - distutils.tests.test_dist.DistributionTestCase
- test_first_exception_one_already_failed - test.test_concurrent_futures.ProcessPoolForkserverWaitTest
- test_write_context_manager_calls_close - test.test_sunau.SunauPCM16Test
- test_issue13183 - test.test_pdb.PdbTestCase
- testCmsgTruncLen0 - test.test_socket.RecvmsgIntoSCMRightsStreamTest
- test_str_write_contains - test.test_dbm_dumb.DumbDBMTestCase
- test_write - test.test_sunau.SunauPCM32Test
- test_bug691291 - test.test_codecs.UTF16Test
- test_change_comment_in_empty_archive - test.test_zipfile.OtherTests
- testDefaultOptimizationLevel - test.test_zipimport.UncompressedZipImportTestCase
- test_decompressor_inputbuf_2 - test.test_bz2.BZ2DecompressorTest
- test_write_params - test.test_wave.WavePCM16Test
- test_readline - test.test_univnewlines.CTestMixedNewlines
- test_reporthook - test.test_urllib.urlretrieve_FileTests
- test_no_leaking - test.test_subprocess.ProcessTestCaseNoPoll
- testRecvmsgFromSendmsg - test.test_socket.RecvmsgUnixStreamTest
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org