Skip to content

bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine #21852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 17, 2020

Conversation

jamesba
Copy link
Contributor

@jamesba jamesba commented Aug 13, 2020

asyncio.AbstractEventLoop.run_in_executor should be a method that returns an asyncio Future, not an async method.
This matches the concrete implementations, and the documentation better.

https://bugs.python.org/issue40782

Automerge-Triggered-By: @gvanrossum

asyncio.AbstractEventLoop.run_in_executor should be a method that returns an asyncio Future, not an async method.
This matches the concrete implementations, and the documentation better.
@the-knights-who-say-ni

This comment has been minimized.

@gvanrossum
Copy link
Member

Thanks, be sure to check yourself per instructions of the CLA bot in a few business days.

@jamesba
Copy link
Contributor Author

jamesba commented Aug 17, 2020

@gvanrossum already done.

@miss-islington
Copy link
Contributor

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

@miss-islington
Copy link
Contributor

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

@bedevere-bot
Copy link

GH-21903 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 17, 2020
…ethod not a coroutine (pythonGH-21852)

asyncio.AbstractEventLoop.run_in_executor should be a method that returns an asyncio Future, not an async method.
This matches the concrete implementations, and the documentation better.
(cherry picked from commit 29f8429)

Co-authored-by: James Weaver <james.barrett@bbc.co.uk>
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Aug 17, 2020
@bedevere-bot
Copy link

GH-21904 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 17, 2020
…ethod not a coroutine (pythonGH-21852)

asyncio.AbstractEventLoop.run_in_executor should be a method that returns an asyncio Future, not an async method.
This matches the concrete implementations, and the documentation better.
(cherry picked from commit 29f8429)

Co-authored-by: James Weaver <james.barrett@bbc.co.uk>
miss-islington added a commit that referenced this pull request Aug 17, 2020
…ethod not a coroutine (GH-21852)

asyncio.AbstractEventLoop.run_in_executor should be a method that returns an asyncio Future, not an async method.
This matches the concrete implementations, and the documentation better.
(cherry picked from commit 29f8429)

Co-authored-by: James Weaver <james.barrett@bbc.co.uk>
miss-islington added a commit that referenced this pull request Aug 17, 2020
…ethod not a coroutine (GH-21852)

asyncio.AbstractEventLoop.run_in_executor should be a method that returns an asyncio Future, not an async method.
This matches the concrete implementations, and the documentation better.
(cherry picked from commit 29f8429)

Co-authored-by: James Weaver <james.barrett@bbc.co.uk>
@bedevere-bot
Copy link

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

Hi! The buildbot PPC64LE RHEL8 3.8 has failed when building commit 1baa8b1.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/439/builds/2) and take a look at the build logs.
  4. Check if the failure is related to this commit (1baa8b1) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/439/builds/2

Failed tests:

  • test_import
  • test_linecache
  • test_filecmp
  • test_asyncore
  • test_tcl
  • test_platform
  • test_optparse
  • test_lltrace
  • test_builtin
  • test_xml_etree_c
  • test_ntpath
  • test_cmd_line_script
  • test_compileall
  • test_glob
  • test_stat
  • test_wave
  • test_sqlite

Failed subtests:

  • test_file_to_source - test.test_import.ImportTests
  • test_silent - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_path_normpath - test.test_ntpath.PathLikeTests
  • test_unwritable_directory - test.test_import.PycacheTests
  • CheckReplaceStartsTransaction - sqlite3.test.transactions.TransactionTests
  • test_compile_workers_non_positive - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_unseekable_incompleted_write - test.test_wave.WavePCM32Test
  • test_consistent_sys_path_for_direct_execution - test.test_cmd_line_script.CmdLineTest
  • test_dispatcher - test.test_asyncore.FileWrapperTest
  • test_pep3147_paths_optimize - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_no_args_respects_force_flag - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_broken_from - test.test_import.ImportTracebackTests
  • test_glob_directory_names - test.test_glob.GlobTests
  • test_unseekable_read - test.test_wave.WavePCM8Test
  • test_filetype_notfile - test.test_optparse.TestExtendAddTypes
  • test_write_bytearray - test.test_wave.WavePCM16Test
  • test_isfile - test.test_ntpath.NtCommonTest
  • test_isdir - test.test_ntpath.NtCommonTest
  • test_package_error - test.test_cmd_line_script.CmdLineTest
  • test_samefile_on_link - test.test_ntpath.NtCommonTest
  • test_magic_number - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_compile_dir_pathlike - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_optimize - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_syntaxerror_unindented_caret_position - test.test_cmd_line_script.CmdLineTest
  • test_compile_pool_called - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_package___cached__ - test.test_import.PycacheTests
  • test_write_params - test.test_wave.WavePCM32Test
  • test_cache_clear - test.test_filecmp.FileCompareTestCase
  • CheckDeleteStartsTransaction - sqlite3.test.transactions.TransactionTests
  • CheckToggleAutoCommit - sqlite3.test.transactions.TransactionTests
  • test_failing_import_sticks - test.test_import.ImportTests
  • test_pyc_always_writable - test.test_import.FilePermissionTests
  • test_write - test.test_wave.WavePCM8Test
  • test_exec_failure_nested - test.test_import.ImportTracebackTests
  • test_silent - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_compile_files - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_legacy_paths - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_glob_many_open_files - test.test_glob.GlobTests
  • test_incompleted_write - test.test_wave.WavePCM16Test
  • test_compile_missing_multiprocessing - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_handle_error - test.test_asyncore.TestAPI_UseUnixSocketsSelect
  • test_invalid_arg_produces_message - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_no_args_respects_force_flag - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_getline - test.test_linecache.EmptyFile
  • test_recompute_pyc_same_second - test.test_import.PycacheTests
  • test_unseekable_write - test.test_wave.WavePCM8Test
  • test_cmpfiles - test.test_filecmp.DirCompareTestCase
  • test_copy - test.test_wave.WavePCM24Test
  • test_samefile - test.test_ntpath.NtCommonTest
  • test_path_basename - test.test_ntpath.PathLikeTests
  • test_include_file_no_arg - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_include_on_stdin - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_include_bad_file - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_getline - test.test_linecache.SingleEmptyLine
  • test_getlines - test.test_linecache.GoodUnicode
  • test_unseekable_overflowed_write - test.test_wave.WavePCM24Test
  • test_libc_ver - test.test_platform.PlatformTest
  • test_module_in_subpackage_in_zipfile - test.test_cmd_line_script.CmdLineTest
  • test_optimize - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_module_without_source - test.test_import.PycRewritingTests
  • test_handle_accept - test.test_asyncore.TestAPI_UseUnixSocketsSelect
  • test_report_partial_closure - test.test_filecmp.DirCompareTestCase
  • test_write_context_manager_calls_close - test.test_wave.WavePCM16Test
  • test_overflowed_write - test.test_wave.WavePCM24Test
  • test_context_manager_with_open_file - test.test_wave.WavePCM24Test
  • test_write_bytearray - test.test_wave.WavePCM24Test
  • test_write - test.test_wave.WavePCM32Test
  • test_workers_available_cores - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_nonexistent_module - test.test_import.ImportTracebackTests
  • test_connection_attributes - test.test_asyncore.TestAPI_UseUnixSocketsSelect
  • test_read_not_from_start - test.test_wave.WavePCM16Test
  • test_path_isabs - test.test_ntpath.PathLikeTests
  • test_filetype_ok - test.test_optparse.TestExtendAddTypes
  • test_different - test.test_filecmp.FileCompareTestCase
  • test_force - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_path_ismount - test.test_ntpath.PathLikeTests
  • test_handle_error - test.test_asyncore.TestAPI_UseUnixSocketsPoll
  • test_compile_file_pathlike_ddir - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_unseekable_write - test.test_wave.WavePCM32Test
  • test_quiet - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_recursion_limit - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_no_args_compiles_path - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_unseekable_incompleted_write - test.test_wave.WavePCM16Test
  • test_compile_workers_cpu_count - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_handle_accepted - test.test_asyncore.TestAPI_UseUnixSocketsSelect
  • test_evalfile_null_in_result - test.test_tcl.TclTest
  • test_d_compile_error - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_nonascii_abspath - test.test_ntpath.NtCommonTest
  • test_incompleted_write - test.test_wave.WavePCM24Test
  • test_compile_one_worker - test.test_compileall.CompileallTestsWithSourceEpoch
  • test___cached___legacy_pyc - test.test_import.PycacheTests
  • test_workers_available_cores - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_handle_accept - test.test_asyncore.TestAPI_UseUnixSocketsPoll
  • test_getline - test.test_linecache.BadUnicode
  • test_write_params - test.test_wave.WavePCM16Test
  • test_mode - test.test_stat.TestFilemodePyStat
  • test_package_compiled - test.test_cmd_line_script.CmdLineTest
  • test_incorrect_code_name - test.test_import.PycRewritingTests
  • test_path_islink - test.test_ntpath.PathLikeTests
  • test_dash_m_init_traceback - test.test_cmd_line_script.CmdLineTest
  • test_write_array - test.test_wave.WavePCM8Test
  • test_context_manager_with_filename - test.test_wave.WavePCM8Test
  • test_recursion_control - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_legacy_paths - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_write_context_manager_calls_close - test.test_wave.WavePCM24Test
  • test_write_memoryview - test.test_wave.WavePCM24Test
  • test_close - test.test_wave.WavePCM24Test
  • test_cached_mode_issue_2051 - test.test_import.FilePermissionTests
  • test_path_expandvars - test.test_ntpath.PathLikeTests
  • test_directory - test.test_stat.TestFilemodePyStat
  • test_abspath_issue3426 - test.test_ntpath.NtCommonTest
  • test_from_import_star_invalid_type - test.test_import.ImportTests
  • test_dash_m_error_code_is_one - test.test_cmd_line_script.CmdLineTest
  • test_no_args_respects_quiet_flag - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_checkcache - test.test_linecache.LineCacheTests
  • test_package_recursion - test.test_cmd_line_script.CmdLineTest
  • test_unseekable_read - test.test_wave.WavePCM16Test
  • test_no_pycache_in_non_package - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_getsize - test.test_ntpath.NtCommonTest
  • test_path_splitext - test.test_ntpath.PathLikeTests
  • test_handle_accepted - test.test_asyncore.TestAPI_UseUnixSocketsPoll
  • test_default_ignores - test.test_filecmp.DirCompareTestCase
  • test_zipfile_error - test.test_cmd_line_script.CmdLineTest
  • test_include_bad_file - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_mtime - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_overflowed_write - test.test_wave.WavePCM8Test
  • test_filetime - test.test_ntpath.NtCommonTest
  • test_multiple_dirs - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_iterparse - test.test_xml_etree.ElementTreeTest
  • test_context_manager_with_open_file - test.test_wave.WavePCM8Test
  • test_write_to_binary_file - test.test_xml_etree.IOTest
  • test_samestat_on_link - test.test_ntpath.NtCommonTest
  • test_unseekable_incompleted_write - test.test_wave.WavePCM24Test
  • test_syntax_error - test.test_import.ImportTracebackTests
  • test_lltrace_does_not_crash_on_subscript_operator - test.test_lltrace.TestLLTrace
  • test_issue8202_dash_c_file_ignored - test.test_cmd_line_script.CmdLineTest
  • test_multiple_writes - test.test_wave.WavePCM24Test
  • test_getlines - test.test_linecache.EmptyFile
  • test_fifo - test.test_stat.TestFilemodeCStat
  • test_recursion_control - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_d_runtime_error - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_write - test.test_wave.WavePCM16Test
  • test_compile_workers_non_positive - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_write_array - test.test_wave.WavePCM32Test
  • test_context_manager_with_filename - test.test_wave.WavePCM32Test
  • test_glob_directory_with_trailing_slash - test.test_glob.GlobTests
  • test_getlines - test.test_linecache.SingleEmptyLine
  • test_handle_close - test.test_asyncore.TestAPI_UseUnixSocketsSelect
  • test_issue8202 - test.test_cmd_line_script.CmdLineTest
  • test_no_args_respects_quiet_flag - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_force - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_unseekable_write - test.test_wave.WavePCM16Test
  • test_write_params - test.test_wave.WavePCM24Test
  • test_quiet - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_foreign_code - test.test_import.PycRewritingTests
  • test_path_join - test.test_ntpath.PathLikeTests
  • test_unseekable_overflowed_write - test.test_wave.WavePCM32Test
  • test_recursive_glob - test.test_glob.GlobTests
  • test_no_args_compiles_path - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_pep3147_paths_doubleoptimize - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_magic_number - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_syntaxerror_indented_caret_position - test.test_cmd_line_script.CmdLineTest
  • test_compile_dir_pathlike - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_compile_pool_called - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_overflowed_write - test.test_wave.WavePCM32Test
  • test_d_compile_error - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_import_in_del_does_not_crash - test.test_import.ImportTests
  • test_issue20884 - test.test_cmd_line_script.CmdLineTest
  • test_context_manager_with_open_file - test.test_wave.WavePCM32Test
  • test_broken_parent_from - test.test_import.ImportTracebackTests
  • test_broken_submodule - test.test_import.ImportTracebackTests
  • test_compile_file_pathlike - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_script_compiled - test.test_cmd_line_script.CmdLineTest
  • test_compile_files - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_glob_literal - test.test_glob.GlobTests
  • test_path_dirname - test.test_ntpath.PathLikeTests
  • test_unseekable_read - test.test_wave.WavePCM24Test
  • test_input - test.test_builtin.BuiltinTest
  • test_path_realpath - test.test_ntpath.PathLikeTests
  • test_consistent_sys_path_for_module_execution - test.test_cmd_line_script.CmdLineTest
  • test_escape - test.test_glob.GlobTests
  • test_open_default_encoding - test.test_builtin.BuiltinTest
  • test_path_commonpath - test.test_ntpath.PathLikeTests
  • test_regexp - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_path_abspath - test.test_ntpath.PathLikeTests
  • test_write_memoryview - test.test_wave.WavePCM8Test
  • test_broken_parent - test.test_import.ImportTracebackTests
  • test_fifo - test.test_stat.TestFilemodePyStat
  • test_import_pyc_path - test.test_import.PycacheTests
  • test_handle_close - test.test_asyncore.TestAPI_UseUnixSocketsPoll
  • test_syntaxerror_multi_line_fstring - test.test_cmd_line_script.CmdLineTest
  • test_cached_readonly - test.test_import.FilePermissionTests
  • test_write - test.test_wave.WavePCM24Test
  • test_missing_source - test.test_import.PycacheTests
  • test_getlines - test.test_linecache.BadUnicode
  • test_directory - test.test_cmd_line_script.CmdLineTest
  • test_ismount - test.test_ntpath.TestNtpath
  • test_exists - test.test_ntpath.NtCommonTest
  • CheckOpenUri - sqlite3.test.dbapi.ConnectionTests
  • test_compile_file_pathlike - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_multiple_writes - test.test_wave.WavePCM8Test
  • test_directory_compiled - test.test_cmd_line_script.CmdLineTest
  • test_multiple_dirs - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_module_in_package_in_zipfile - test.test_cmd_line_script.CmdLineTest
  • test_pyc_invalidation_mode - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_timestamp_overflow - test.test_import.ImportTests
  • test_regexp - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_compile_path - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_zipfile - test.test_cmd_line_script.CmdLineTest
  • test_path_normcase - test.test_ntpath.PathLikeTests
  • test_close_twice - test.test_asyncore.FileWrapperTest
  • test_import_bug - test.test_import.ImportTracebackTests
  • test_write_memoryview - test.test_wave.WavePCM32Test
  • CheckDMLDoesNotAutoCommitBefore - sqlite3.test.transactions.TransactionTests
  • CheckRaiseTimeout - sqlite3.test.transactions.TransactionTests
  • test_close - test.test_wave.WavePCM32Test
  • test_handle_connect - test.test_asyncore.TestAPI_UseUnixSocketsSelect
  • test_open - test.test_builtin.BuiltinTest
  • test_copy - test.test_wave.WavePCM8Test
  • test_d_runtime_error - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_error - test.test_compileall.EncodingTest
  • test_write_array - test.test_wave.WavePCM16Test
  • test_handle_close_after_conn_broken - test.test_asyncore.TestAPI_UseUnixSocketsSelect
  • test_compile_workers_cpu_count - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_context_manager_with_filename - test.test_wave.WavePCM16Test
  • test_compiles_as_much_as_possible - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_workers - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_zipfile_compiled_unchecked_hash - test.test_cmd_line_script.CmdLineTest
  • test_glob_bytes_directory_with_trailing_slash - test.test_glob.GlobTests
  • test_path_relpath - test.test_ntpath.PathLikeTests
  • test_unseekable_overflowed_write - test.test_wave.WavePCM8Test
  • test_resource_warning - test.test_asyncore.FileWrapperTest
  • test_relpath - test.test_ntpath.TestNtpath
  • CheckUpdateStartsTransaction - sqlite3.test.transactions.TransactionTests
  • testEvalFile - test.test_tcl.TclTest
  • test_issue20500_exit_with_exception_value - test.test_cmd_line_script.CmdLineTest
  • test_read_not_from_start - test.test_wave.WavePCM24Test
  • test_handle_write - test.test_asyncore.TestAPI_UseUnixSocketsSelect
  • test_compile_missing_multiprocessing - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_creation_mode - test.test_import.FilePermissionTests
  • test_pep3147_paths_doubleoptimize - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_overflowed_write - test.test_wave.WavePCM16Test
  • test_multiple_writes - test.test_wave.WavePCM32Test
  • test_write_bytearray - test.test_wave.WavePCM8Test
  • test_handle_read - test.test_asyncore.TestAPI_UseUnixSocketsSelect
  • test_include_file_with_arg - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_context_manager_with_open_file - test.test_wave.WavePCM16Test
  • test_write_to_text_file - test.test_xml_etree.IOTest
  • test_compile_path - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_recv - test.test_asyncore.FileWrapperTest
  • test_samestat - test.test_ntpath.NtCommonTest
  • CheckInsertStartsTransaction - sqlite3.test.transactions.TransactionTests
  • test_pep3147_paths_normal - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_copy - test.test_wave.WavePCM32Test
  • test_handle_connect - test.test_asyncore.TestAPI_UseUnixSocketsPoll
  • test_path_expanduser - test.test_ntpath.PathLikeTests
  • test_handle_close_after_conn_broken - test.test_asyncore.TestAPI_UseUnixSocketsPoll
  • test_sameopenfile - test.test_ntpath.NtCommonTest
  • test_no_pycache_in_non_package - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_incompleted_write - test.test_wave.WavePCM8Test
  • test_mtime - test.test_compileall.CompileallTestsWithSourceEpoch
  • test_multiple_runs - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_basics - test.test_import.PycRewritingTests
  • test_no_ending_newline - test.test_linecache.LineCacheTests
  • test_glob_one_directory - test.test_glob.GlobTests
  • test_zipfile_compiled_timestamp - test.test_cmd_line_script.CmdLineTest
  • test_module_with_large_stack - test.test_import.ImportTests
  • test_include_file_with_arg - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_dircmp - test.test_filecmp.DirCompareTestCase
  • test_write_array - test.test_wave.WavePCM24Test
  • test_nonexistent_module_nested - test.test_import.ImportTracebackTests
  • test_handle_write - test.test_asyncore.TestAPI_UseUnixSocketsPoll
  • test_basic_script - test.test_cmd_line_script.CmdLineTest
  • test_context_manager_with_filename - test.test_wave.WavePCM24Test
  • test_write_bytearray - test.test_wave.WavePCM32Test
  • test_compile_file_pathlike_ddir - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_unseekable_read - test.test_wave.WavePCM32Test
  • test_handle_read - test.test_asyncore.TestAPI_UseUnixSocketsPoll
  • test_path_splitdrive - test.test_ntpath.PathLikeTests
  • test_module_in_package - test.test_cmd_line_script.CmdLineTest
  • test_pyc_invalidation_mode - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_mode - test.test_stat.TestFilemodeCStat
  • test_write_context_manager_calls_close - test.test_wave.WavePCM8Test
  • test_close - test.test_wave.WavePCM8Test
  • test_directory_error - test.test_cmd_line_script.CmdLineTest
  • test_getline - test.test_linecache.GoodUnicode
  • test_package___cached___from_pyc - test.test_import.PycacheTests
  • test_compile_one_worker - test.test_compileall.CompileallTestsWithoutSourceEpoch
  • test_dash_m_main_traceback - test.test_cmd_line_script.CmdLineTest
  • test_write_to_binary_file_with_bom - test.test_xml_etree.IOTest
  • test_sameopenfile - test.test_ntpath.TestNtpath
  • test_write_memoryview - test.test_wave.WavePCM16Test
  • test_close - test.test_wave.WavePCM16Test
  • test_syntaxerror_invalid_escape_sequence_multi_line - test.test_cmd_line_script.CmdLineTest
  • test_multiple_runs - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_failing_reload - test.test_import.ImportTests
  • test_missing_source_legacy - test.test_import.PycacheTests
  • test_path_lexists - test.test_ntpath.PathLikeTests
  • test_issue8202_dash_m_file_ignored - test.test_cmd_line_script.CmdLineTest
  • test_incompleted_write - test.test_wave.WavePCM32Test
  • test_read_not_from_start - test.test_wave.WavePCM8Test
  • test_compiles_as_much_as_possible - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_invalid_arg_produces_message - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_matching - test.test_filecmp.FileCompareTestCase
  • test_workers - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test___cached__ - test.test_import.PycacheTests
  • test_send - test.test_asyncore.FileWrapperTest
  • test_directory - test.test_stat.TestFilemodeCStat
  • test_zipfile_compiled_checked_hash - test.test_cmd_line_script.CmdLineTest
  • test_include_file_no_arg - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_glob_nested_directory - test.test_glob.GlobTests
  • test_include_on_stdin - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_unseekable_incompleted_write - test.test_wave.WavePCM8Test
  • test_package - test.test_cmd_line_script.CmdLineTest
  • test_unseekable_write - test.test_wave.WavePCM24Test
  • test_write_to_filename - test.test_xml_etree.IOTest
  • test_pep3147_paths_optimize - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_multiple_writes - test.test_wave.WavePCM16Test
  • test_path_split - test.test_ntpath.PathLikeTests
  • test_unencodable_filename - test.test_import.ImportTracebackTests
  • test_pep_409_verbiage - test.test_cmd_line_script.CmdLineTest
  • test_dash_m_bad_pyc - test.test_cmd_line_script.CmdLineTest
  • CheckTraceCallbackContent - sqlite3.test.hooks.TraceCallbackTests
  • test_write_context_manager_calls_close - test.test_wave.WavePCM32Test
  • test_non_ascii - test.test_cmd_line_script.CmdLineTest
  • test_pep3147_paths_normal - test.test_compileall.CommmandLineTestsWithSourceEpoch
  • test_write_params - test.test_wave.WavePCM8Test
  • test_path_isdir - test.test_ntpath.PathLikeTests
  • test_copy - test.test_wave.WavePCM16Test
  • test_trailing_slash - test.test_import.PathsTests
  • test_read_not_from_start - test.test_wave.WavePCM32Test
  • test_connection_attributes - test.test_asyncore.TestAPI_UseUnixSocketsPoll
  • test_unseekable_overflowed_write - test.test_wave.WavePCM16Test
  • test_recursion_limit - test.test_compileall.CommmandLineTestsNoSourceEpoch
  • test_import - test.test_import.ImportTests
  • test_exec_failure - test.test_import.ImportTracebackTests
  • test_report_full_closure - test.test_filecmp.DirCompareTestCase

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

== Tests result: FAILURE then FAILURE ==

369 tests omitted:
test___all__ test___future__ test__opcode test__osx_support
test__xxsubinterpreters test_abc test_abstract_numbers test_aifc
test_argparse test_array test_ast test_asyncgen test_asynchat
test_asyncio test_atexit test_audioop test_audit test_augassign
test_base64 test_baseexception test_bdb test_bigmem test_binascii
test_binhex test_binop test_bisect test_buffer test_bufio
test_bytes test_bz2 test_c_locale_coercion test_calendar test_call
test_capi test_cgi test_cgitb test_charmapcodec test_class
test_clinic test_cmath test_cmd_line test_code test_codeccallbacks
test_codecencodings_cn test_codecencodings_hk
test_codecencodings_iso2022 test_codecencodings_jp
test_codecencodings_kr test_codecencodings_tw test_codecmaps_hk
test_codecmaps_jp test_codecmaps_kr test_codecs test_codeop
test_colorsys test_compare test_compile test_complex
test_concurrent_futures test_configparser test_contains
test_context test_contextlib test_contextlib_async test_copyreg
test_coroutines test_cprofile test_crashers test_csv test_ctypes
test_curses test_dataclasses test_datetime test_dbm test_dbm_dumb
test_dbm_gnu test_dbm_ndbm test_decimal test_decorators
test_defaultdict test_deque test_descrtut test_devpoll test_dict
test_dict_version test_dictcomps test_dictviews test_difflib
test_dis test_distutils test_doctest test_doctest2 test_docxmlrpc
test_dtrace test_dummy_threading test_dynamic
test_dynamicclassattribute test_eintr test_email test_embed
test_ensurepip test_enum test_enumerate test_eof test_epoll
test_errno test_exception_hierarchy test_exception_variations
test_exceptions test_extcall test_faulthandler test_fcntl
test_file test_file_eintr test_fileinput test_fileio
test_finalization test_float test_flufl test_fnmatch test_fork1
test_format test_fractions test_frame test_frozen test_fstring
test_ftplib test_functools test_future test_future3 test_future4
test_future5 test_gc test_gdb test_generator_stop test_generators
test_genericpath test_genexps test_getargs2 test_getopt
test_getpass test_gettext test_grammar test_grp test_gzip
test_hash test_hashlib test_hmac test_html test_htmlparser
test_http_cookiejar test_http_cookies test_httplib
test_httpservers test_idle test_imaplib test_imghdr test_imp
test_importlib test_index test_inspect test_int test_int_literal
test_io test_ioctl test_ipaddress test_isinstance test_iter
test_iterlen test_itertools test_json test_keyword test_kqueue
test_largefile test_lib2to3 test_list test_listcomps test_locale
test_logging test_long test_longexp test_lzma test_mailbox
test_mailcap test_marshal test_math test_memoryio test_memoryview
test_metaclass test_mimetypes test_minidom test_mmap test_module
test_modulefinder test_multibytecodec test_multiprocessing_fork
test_multiprocessing_forkserver test_multiprocessing_main_handling
test_multiprocessing_spawn test_named_expressions test_netrc
test_nis test_nntplib test_normalization test_numeric_tower
test_opcodes test_openpty test_operator test_os test_osx_env
test_parser test_pathlib test_pdb test_peepholer test_pickle
test_picklebuffer test_pickletools test_pipes test_pkg
test_pkgimport test_pkgutil test_plistlib test_poll test_poplib
test_positional_only_arg test_posix test_posixpath test_pow
test_pprint test_profile test_property test_pty test_pulldom
test_pwd test_py_compile test_pyclbr test_pydoc test_pyexpat
test_queue test_quopri test_raise test_random test_range test_re
test_readline test_regrtest test_repl test_reprlib test_resource
test_rlcompleter test_robotparser test_runpy test_sax test_sched
test_scope test_select test_selectors test_set test_setcomps
test_shelve test_shutil test_signal test_site test_slice
test_smtpd test_smtplib test_smtpnet test_sndhdr test_socket
test_socketserver test_sort test_source_encoding test_ssl
test_statistics test_string test_string_literals test_stringprep
test_strptime test_strtod test_struct test_structmembers
test_structseq test_subclassinit test_subprocess test_sunau
test_super test_support test_symbol test_syntax test_sys
test_sys_setprofile test_sys_settrace test_sysconfig test_tabnanny
test_tarfile test_telnetlib test_tempfile test_textwrap
test_thread test_threaded_import test_threadedtempfile
test_threading test_threading_local test_time test_timeit
test_timeout test_tix test_tk test_tokenize test_tools test_trace
test_traceback test_tracemalloc test_ttk_guionly test_ttk_textonly
test_tuple test_turtle test_type_comments test_typechecks
test_types test_typing test_ucn test_unary test_unicode
test_unicode_file test_unicode_file_functions
test_unicode_identifiers test_unicodedata test_unittest
test_univnewlines test_unpack test_unpack_ex test_urllib
test_urllib2 test_urllib2_localnet test_urllib2net
test_urllib_response test_urllibnet test_urlparse test_userdict
test_userlist test_utf8_mode test_utf8source test_uu test_uuid
test_venv test_wait3 test_wait4 test_warnings test_weakref
test_weakset test_webbrowser test_winconsoleio test_winreg
test_winsound test_with test_wsgiref test_xdrlib
test_xml_dom_minicompat test_xml_etree test_xmlrpc test_xmlrpc_net
test_xxtestfuzz test_yield_from test_zipapp test_zipfile
test_zipfile64 test_zipimport test_zipimport_support

34 tests OK.

10 slowest tests:

  • test_threadsignals: 4.9 sec
  • test_codecmaps_cn: 3.5 sec
  • test_userstring: 2.9 sec
  • test_descr: 2.6 sec
  • test_cmd_line_script: 2.1 sec
  • test_heapq: 1.9 sec
  • test_collections: 1.7 sec
  • test_crypt: 1.6 sec
  • test_asyncore: 1.6 sec
  • test_codecmaps_tw: 1.6 sec

17 tests failed:
test_asyncore test_builtin test_cmd_line_script test_compileall
test_filecmp test_glob test_import test_linecache test_lltrace
test_ntpath test_optparse test_platform test_sqlite test_stat
test_tcl test_wave test_xml_etree_c

3 tests skipped:
test_msilib test_ossaudiodev test_startfile

17 re-run tests:
test_asyncore test_builtin test_cmd_line_script test_compileall
test_filecmp test_glob test_import test_linecache test_lltrace
test_ntpath test_optparse test_platform test_sqlite test_stat
test_tcl test_wave test_xml_etree_c

Total duration: 19.6 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_stat.py", line 114, in test_mode
    with open(TESTFN, 'w'):
OSError: [Errno 28] No space left on device: '@test_850323_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 293, in test_zipfile_error
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpav9rqczg'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_glob.py", line 28, in setUp
    self.mktemp('a', 'D')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_glob.py", line 23, in mktemp
    os.makedirs(base)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/os.py", line 213, in makedirs
    makedirs(head, exist_ok=exist_ok)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/os.py", line 223, in makedirs
    mkdir(name, mode)
OSError: [Errno 28] No space left on device: '@test_850195_tmp_dir'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_linecache.py", line 155, in test_checkcache
    with open(source_name, 'w') as source:
OSError: [Errno 28] No space left on device: '@test_850195_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_compileall.py", line 290, in setUp
    self.directory = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 260, in test_samestat
    create_file(test_fn1)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850542_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_xml_etree.py", line 3460, in test_write_to_text_file
    with open(TESTFN, 'w', encoding='utf-8') as f:
OSError: [Errno 28] No space left on device: '@test_850366_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 83, in test_write_params
    f = self.create_file(TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file
    f = self.fout = self.module.open(testfile, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 260, in test_samestat
    create_file(test_fn1)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 505, in test_dash_m_main_traceback
    with self.setup_test_pkg() as pkg_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 431, in setup_test_pkg
    with support.temp_dir() as script_dir, \
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_xml_etree.py", line 3479, in test_write_to_binary_file_with_bom
    with open(TESTFN, 'wb') as f:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 491, in test_nonascii_abspath
    with support.temp_cwd(name):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
    with temp_dir(path=name, quiet=quiet) as temp_path:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1036, in temp_dir
    os.mkdir(path)
OSError: [Errno 28] No space left on device: b'@test_850195_tmp\xe7w\xf0'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 617, in setUp
    os.mkdir(self.dir_name)
OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/@test_850456_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 371, in setUp
    with open(support.TESTFN, 'wb') as file:
OSError: [Errno 28] No space left on device: '@test_850535_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 300, in test_module_in_package
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 313, in test_copy
    fout = self.fout = self.module.open(TESTFN, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 283, in test_zipfile_compiled_unchecked_hash
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpciyvkgo6'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_lltrace.py", line 16, in test_lltrace_does_not_crash_on_subscript_operator
    with open(support.TESTFN, 'w') as fd:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 620, in test_syntaxerror_invalid_escape_sequence_multi_line
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpfx7jyx4e'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 182, in test_multiple_writes
    with open(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 348, in test_package_error
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 208, in test_unseekable_read
    with self.create_file(TESTFN) as f:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file
    f = self.fout = self.module.open(testfile, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 564, in test_handle_accepted
    server = TestListener(self.family, self.addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 553, in __init__
    bind_af_aware(self.socket, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware
    support.bind_unix_socket(sock, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket
    sock.bind(addr)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 202, in test_isfile
    create_file(filename)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850542_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 448, in test_dash_m_error_code_is_one
    with self.setup_test_pkg() as pkg_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 431, in setup_test_pkg
    with support.temp_dir() as script_dir, \
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 123, in test_context_manager_with_filename
    with self.module.open(TESTFN, 'wb') as f:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 356, in test_package_recursion
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 273, in test_zipfile_compiled_checked_hash
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpaayam_on'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 606, in test_syntaxerror_multi_line_fstring
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpqdi7386c'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_tcl.py", line 206, in test_evalfile_null_in_result
    with open(support.TESTFN, 'w') as f:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 154, in test_write_array
    f = self.create_file(TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file
    f = self.fout = self.module.open(testfile, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/sqlite3/test/hooks.py", line 261, in CheckTraceCallbackContent
    con1 = sqlite.connect(TESTFN, isolation_level=None)
sqlite3.OperationalError: unable to open database file


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_linecache.py", line 155, in test_checkcache
    with open(source_name, 'w') as source:
OSError: [Errno 28] No space left on device: '@test_850325_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_ntpath.py", line 637, in test_sameopenfile
    with TemporaryFile() as tf1, TemporaryFile() as tf2:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 580, in TemporaryFile
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 496, in test_dash_m_init_traceback
    with self.subTest(exception), \
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 431, in setup_test_pkg
    with support.temp_dir() as script_dir, \
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 284, in test_failing_reload
    with open(source, "w") as f:
OSError: [Errno 28] No space left on device: '@test_850195_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 279, in test_close
    with open(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 102, in test_context_manager_with_open_file
    with open(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 83, in test_write_params
    f = self.create_file(TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file
    f = self.fout = self.module.open(testfile, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 221, in test_samefile
    create_file(file1)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850542_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 317, in test_module_in_subpackage_in_zipfile
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 325, in test_package
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 136, in test_exists
    create_file(filename)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 224, in test_script_compiled
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_ntpath.py", line 731, in setUp
    with open(self.file_name, 'xb', 0) as file:
OSError: [Errno 28] No space left on device: '@test_850542_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 221, in test_samefile
    create_file(file1)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 415, in test_issue20884
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpphnzvk5v'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 386, in test_issue8202_dash_c_file_ignored
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpkqk1fim8'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 335, in test_package_compiled
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmprj9kp2vq'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 692, in test_handle_error
    server = BaseServer(self.family, self.addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__
    bind_af_aware(self.socket, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware
    support.bind_unix_socket(sock, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket
    sock.bind(addr)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 235, in test_failing_import_sticks
    with open(source, "w") as f:
OSError: [Errno 28] No space left on device: '@test_850456_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 170, in test_incompleted_write
    with open(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 356, in test_package_recursion
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmplewzv3wb'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 586, in test_syntaxerror_indented_caret_position
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpsf35m2u0'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/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/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import
    with temp_dir() as tempdir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 690, in setUp
    os.mkdir(self.path)
OSError: [Errno 28] No space left on device: '@test_850456_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 292, in test_samestat_on_link
    self._test_samestat_on_link_func(os.link)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 276, in _test_samestat_on_link_func
    create_file(test_fn1)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850542_tmp1'


Traceback (most recent call last):
Warning --   File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest_mp.py", line 284, in run
Warning --     mp_result = self._runtest(test_name)
Warning --   File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest_mp.py", line 249, in _runtest
Warning --     retcode, stdout, stderr = self._run_process(test_name)
Warning --   File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/runtest_mp.py", line 211, in _run_process
Warning --     stdout, stderr = popen.communicate(timeout=self.timeout)
Warning --   File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1024, in communicate
Warning --     stdout, stderr = self._communicate(input, endtime, timeout)
Warning --   File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 1908, in _communicate
Warning --     stderr = self._translate_newlines(stderr,
Warning --   File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/subprocess.py", line 901, in _translate_newlines
Warning --     data = data.decode(encoding, errors)
Warning -- UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa4 in position 2599: invalid start byte
Kill <TestWorkerProcess #1 running test=test_poll pid=850243 time=11.5 sec> process group
Kill <TestWorkerProcess #3 running test=test_imaplib pid=850554 time=5.0 sec> process group
Kill <TestWorkerProcess #4 running test=test_socket pid=850287 time=10.7 sec> process group
Kill <TestWorkerProcess #5 running test=test_io pid=850519 time=6.1 sec> process group
Kill <TestWorkerProcess #6 running test=test_pickle pid=850632 time=2.6 sec> process group
Kill <TestWorkerProcess #7 running test=test_multiprocessing_spawn pid=850242 time=11.5 sec> process group
Kill <TestWorkerProcess #8 running test=test_tools pid=850667 time=2.0 sec> process group
Kill <TestWorkerProcess #9 running test=test_trace pid=850569 time=4.6 sec> process group
Kill <TestWorkerProcess #10 running test=test_select pid=850451 time=7.0 sec> process group


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 401, in test_issue8202_dash_m_file_ignored
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpcwfn7pe3'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 837, in setUp
    with open(self.source, 'w') as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 606, in test_syntaxerror_multi_line_fstring
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 123, in test_context_manager_with_filename
    with self.module.open(TESTFN, 'wb') as f:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/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/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import
    with temp_dir() as tempdir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 138, in test_write
    f = self.create_file(TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file
    f = self.fout = self.module.open(testfile, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/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/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import
    with temp_dir() as tempdir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/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/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import
    with temp_dir() as tempdir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 348, in test_package_error
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpr9xv4fxf'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_xml_etree.py", line 3479, in test_write_to_binary_file_with_bom
    with open(TESTFN, 'wb') as f:
OSError: [Errno 28] No space left on device: '@test_850366_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 300, in test_module_in_package
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpd30b6zhx'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_xml_etree.py", line 3453, in test_write_to_filename
    tree.write(TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/xml/etree/ElementTree.py", line 756, in write
    with _get_writer(file_or_filename, enc_lower) as write:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/xml/etree/ElementTree.py", line 792, in _get_writer
    file = open(file_or_filename, "w", encoding=encoding,
OSError: [Errno 28] No space left on device: '@test_850366_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 586, in test_syntaxerror_indented_caret_position
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_compileall.py", line 32, in setUp
    self.directory = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 491, in test_nonascii_abspath
    with support.temp_cwd(name):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
    with temp_dir(path=name, quiet=quiet) as temp_path:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1036, in temp_dir
    os.mkdir(path)
OSError: [Errno 28] No space left on device: b'@test_850542_tmp\xe7w\xf0'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_linecache.py", line 55, in setUp
    super().setUp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_linecache.py", line 44, in setUp
    with tempfile.NamedTemporaryFile(delete=False) as fp:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 531, in NamedTemporaryFile
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/sqlite3/test/dbapi.py", line 171, in CheckOpenWithPathLikeObject
    with sqlite.connect(path) as cx:
sqlite3.OperationalError: unable to open database file


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/sqlite3/test/hooks.py", line 266, in CheckTraceCallbackContent
    con2.execute("create table bar(x)")
sqlite3.OperationalError: unable to open database file


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_builtin.py", line 1185, in test_open_default_encoding
    self.write_testfile()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_builtin.py", line 1149, in write_testfile
    fp = open(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 837, in setUp
    with open(self.source, 'w') as fp:
OSError: [Errno 28] No space left on device: '@test_850456_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 292, in test_samestat_on_link
    self._test_samestat_on_link_func(os.link)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 276, in _test_samestat_on_link_func
    create_file(test_fn1)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp1'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 162, in test_write_memoryview
    f = self.create_file(TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file
    f = self.fout = self.module.open(testfile, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_builtin.py", line 1160, in test_open
    self.write_testfile()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_builtin.py", line 1149, in write_testfile
    fp = open(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_850416_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_linecache.py", line 128, in test_no_ending_newline
    with open(support.TESTFN, "w") as fp:
OSError: [Errno 28] No space left on device: '@test_850325_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 323, in test_file_to_source
    with open(source, "w") as f:
OSError: [Errno 28] No space left on device: '@test_850195_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 242, in test_unseekable_overflowed_write
    with UnseekableIO(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 283, in test_zipfile_compiled_unchecked_hash
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 648, in test_handle_close_after_conn_broken
    server = BaseServer(self.family, self.addr, TestHandler)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__
    bind_af_aware(self.socket, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware
    support.bind_unix_socket(sock, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket
    sock.bind(addr)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 617, in setUp
    os.mkdir(self.dir_name)
OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195/@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 310, in test_module_in_package_in_zipfile
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmp5et7qjrm'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_optparse.py", line 1042, in test_filetype_ok
    support.create_empty_file(support.TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1139, in create_empty_file
    fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
OSError: [Errno 28] No space left on device: '@test_850620_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 234, in test_directory
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmp71fawywe'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_compileall.py", line 290, in setUp
    self.directory = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_ntpath.py", line 548, in test_relpath
    with support.temp_cwd(support.TESTFN) as cwd_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
    with temp_dir(path=name, quiet=quiet) as temp_path:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1036, in temp_dir
    os.mkdir(path)
OSError: [Errno 28] No space left on device: '@test_850542_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 355, in test_import_in_del_does_not_crash
    testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/script_helper.py", line 208, in make_script
    with open(script_name, 'w', encoding='utf-8') as script_file:
OSError: [Errno 28] No space left on device: '@test_850195_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 202, in test_isfile
    create_file(filename)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 335, in test_package_compiled
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_stat.py", line 152, in test_directory
    os.mkdir(TESTFN)
OSError: [Errno 28] No space left on device: '@test_850323_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/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/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import
    with temp_dir() as tempdir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_ntpath.py", line 637, in test_sameopenfile
    with TemporaryFile() as tf1, TemporaryFile() as tf2:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 580, in TemporaryFile
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_stat.py", line 152, in test_directory
    os.mkdir(TESTFN)
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 263, in test_zipfile_compiled_timestamp
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 317, in test_module_in_subpackage_in_zipfile
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmp8m79a8t_'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 620, in test_syntaxerror_invalid_escape_sequence_multi_line
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 545, in test_non_ascii
    script_name = _make_test_script(os.curdir, name, source)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 79, in _make_test_script
    to_return = make_script(script_dir, script_basename, source)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/script_helper.py", line 208, in make_script
    with open(script_name, 'w', encoding='utf-8') as script_file:
OSError: [Errno 28] No space left on device: './@test_850195_tmp\udce7w\udcf0.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 697, in test_connection_attributes
    server = BaseServer(self.family, self.addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__
    bind_af_aware(self.socket, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware
    support.bind_unix_socket(sock, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket
    sock.bind(addr)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_platform.py", line 273, in test_libc_ver
    with open(filename, 'wb') as fp:
OSError: [Errno 28] No space left on device: '@test_850392_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_filecmp.py", line 17, in setUp
    with open(name, 'w') as output:
OSError: [Errno 28] No space left on device: '@test_850420_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 329, in test_read_not_from_start
    with open(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 216, in test_unseekable_write
    with UnseekableIO(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 103, in test_getsize
    create_file(filename, b'Hello')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850542_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 581, in test_handle_read
    server = BaseServer(self.family, self.addr, TestHandler)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__
    bind_af_aware(self.socket, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware
    support.bind_unix_socket(sock, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket
    sock.bind(addr)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 567, in test_pyc_always_writable
    with _ready_to_import() as (name, path):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import
    with temp_dir() as tempdir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_tcl.py", line 206, in test_evalfile_null_in_result
    with open(support.TESTFN, 'w') as f:
OSError: [Errno 28] No space left on device: '@test_850659_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_builtin.py", line 1160, in test_open
    self.write_testfile()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_builtin.py", line 1149, in write_testfile
    fp = open(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 177, in test_isdir
    create_file(filename)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 241, in test_directory_compiled
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpwrrw9jb9'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_compileall.py", line 217, in setUp
    self.directory = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_builtin.py", line 1185, in test_open_default_encoding
    self.write_testfile()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_builtin.py", line 1149, in write_testfile
    fp = open(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_850416_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_xml_etree.py", line 632, in test_iterparse
    with open(TESTFN, "wb") as f:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 224, in test_script_compiled
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpfak__fd0'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 574, in test_syntaxerror_unindented_caret_position
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmppg0xdqa8'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 329, in test_read_not_from_start
    with open(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 369, in test_issue8202
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 273, in test_zipfile_compiled_checked_hash
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 138, in test_write
    f = self.create_file(TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file
    f = self.fout = self.module.open(testfile, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_xml_etree.py", line 3460, in test_write_to_text_file
    with open(TESTFN, 'w', encoding='utf-8') as f:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_linecache.py", line 55, in setUp
    super().setUp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_linecache.py", line 44, in setUp
    with tempfile.NamedTemporaryFile(delete=False) as fp:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 531, in NamedTemporaryFile
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 567, in test_pyc_always_writable
    with _ready_to_import() as (name, path):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import
    with temp_dir() as tempdir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 472, in test_abspath_issue3426
    with support.temp_cwd(unicwd):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
    with temp_dir(path=name, quiet=quiet) as temp_path:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1036, in temp_dir
    os.mkdir(path)
OSError: [Errno 28] No space left on device: 'çwð'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 94, in test_write_context_manager_calls_close
    with self.module.open(TESTFN, 'wb'):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 103, in test_getsize
    create_file(filename, b'Hello')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 251, in test_directory_error
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmp0go4yvme'


TracebackTests) ... ERROR


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_tcl.py", line 193, in testEvalFile
    with open(support.TESTFN, 'w') as f:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 182, in test_multiple_writes
    with open(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/__main__.py", line 2, in <module>
    main()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 715, in main
    Regrtest().main(tests=tests, **kwargs)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 637, in main
    self._main(tests, kwargs)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 702, in _main
    self.save_xml_result()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/libregrtest/main.py", line 562, in save_xml_result
    with open(xmlpath, 'wb') as f:
OSError: [Errno 28] No space left on device: '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/test-results.xml'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 299, in test_sameopenfile
    create_file(filename)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 216, in test_unseekable_write
    with UnseekableIO(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 250, in test_samefile_on_link
    self._test_samefile_on_link_func(os.link)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 235, in _test_samefile_on_link_func
    create_file(test_fn1)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850542_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 154, in test_write_array
    f = self.create_file(TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file
    f = self.fout = self.module.open(testfile, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 256, in test_zipfile
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 235, in test_failing_import_sticks
    with open(source, "w") as f:
OSError: [Errno 28] No space left on device: '@test_850195_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 186, in test_import
    test_with_extension(".py")
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 158, in test_with_extension
    with open(source, "w") as f:
OSError: [Errno 28] No space left on device: '@test_850456_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 616, in test_handle_close
    server = BaseServer(self.family, self.addr, TestHandler)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__
    bind_af_aware(self.socket, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware
    support.bind_unix_socket(sock, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket
    sock.bind(addr)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_ntpath.py", line 731, in setUp
    with open(self.file_name, 'xb', 0) as file:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 186, in test_import
    test_with_extension(".py")
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 158, in test_with_extension
    with open(source, "w") as f:
OSError: [Errno 28] No space left on device: '@test_850195_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 102, in test_context_manager_with_open_file
    with open(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 372, in test_timestamp_overflow
    with open(source, 'w') as f:
OSError: [Errno 28] No space left on device: '@test_850456_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_ntpath.py", line 664, in test_ismount
    with support.temp_dir() as d:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 162, in test_write_memoryview
    f = self.create_file(TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file
    f = self.fout = self.module.open(testfile, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 680, in test_consistent_sys_path_for_module_execution
    with support.temp_dir() as work_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/sqlite3/test/dbapi.py", line 180, in CheckOpenUri
    with sqlite.connect(TESTFN) as cx:
sqlite3.OperationalError: unable to open database file


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/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/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import
    with temp_dir() as tempdir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_stat.py", line 114, in test_mode
    with open(TESTFN, 'w'):
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_optparse.py", line 1053, in test_filetype_notfile
    os.mkdir(support.TESTFN)
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 386, in test_issue8202_dash_c_file_ignored
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/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/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import
    with temp_dir() as tempdir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 241, in test_directory_compiled
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 310, in test_module_in_package_in_zipfile
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 541, in test_handle_accept
    server = TestListener(self.family, self.addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 534, in __init__
    bind_af_aware(self.socket, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware
    support.bind_unix_socket(sock, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket
    sock.bind(addr)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 690, in setUp
    os.mkdir(self.path)
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 401, in test_issue8202_dash_m_file_ignored
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_linecache.py", line 44, in setUp
    with tempfile.NamedTemporaryFile(delete=False) as fp:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 531, in NamedTemporaryFile
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_glob.py", line 28, in setUp
    self.mktemp('a', 'D')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_glob.py", line 23, in mktemp
    os.makedirs(base)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/os.py", line 213, in makedirs
    makedirs(head, exist_ok=exist_ok)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/os.py", line 223, in makedirs
    mkdir(name, mode)
OSError: [Errno 28] No space left on device: '@test_850484_tmp_dir'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_optparse.py", line 1053, in test_filetype_notfile
    os.mkdir(support.TESTFN)
OSError: [Errno 28] No space left on device: '@test_850620_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 198, in test_module_with_large_stack
    with open(filename, 'w') as f:
OSError: [Errno 28] No space left on device: 'longlist.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 415, in test_issue20884
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 224, in test_unseekable_incompleted_write
    with UnseekableIO(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/sqlite3/test/transactions.py", line 37, in setUp
    self.con1 = sqlite.connect(get_db_path(), timeout=0.1)
sqlite3.OperationalError: unable to open database file


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 114, in test_filetime
    create_file(filename, b'foo')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 371, in setUp
    with open(support.TESTFN, 'wb') as file:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_xml_etree.py", line 3469, in test_write_to_binary_file
    with open(TESTFN, 'wb') as f:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


TracebackTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 1103, in setUp
    os.mkdir(TESTFN)
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_filecmp.py", line 54, in setUp
    tmpdir = tempfile.gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 369, in test_issue8202
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpwn7gzqgv'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_xml_etree.py", line 3453, in test_write_to_filename
    tree.write(TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/xml/etree/ElementTree.py", line 756, in write
    with _get_writer(file_or_filename, enc_lower) as write:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/xml/etree/ElementTree.py", line 792, in _get_writer
    file = open(file_or_filename, "w", encoding=encoding,
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_platform.py", line 273, in test_libc_ver
    with open(filename, 'wb') as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_linecache.py", line 44, in setUp
    with tempfile.NamedTemporaryFile(delete=False) as fp:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 531, in NamedTemporaryFile
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 522, in test_pep_409_verbiage
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 522, in test_pep_409_verbiage
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpf9vqo39h'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 217, in test_basic_script
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


TracebackTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 1103, in setUp
    os.mkdir(TESTFN)
OSError: [Errno 28] No space left on device: '@test_850456_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_stat.py", line 175, in test_fifo
    os.mkfifo(TESTFN, 0o700)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 355, in test_import_in_del_does_not_crash
    testfn = script_helper.make_script('', TESTFN, textwrap.dedent("""\
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/script_helper.py", line 208, in make_script
    with open(script_name, 'w', encoding='utf-8') as script_file:
OSError: [Errno 28] No space left on device: '@test_850456_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 208, in test_unseekable_read
    with self.create_file(TESTFN) as f:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file
    f = self.fout = self.module.open(testfile, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 313, in test_copy
    fout = self.fout = self.module.open(TESTFN, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 234, in test_directory
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_builtin.py", line 1289, in test_input
    self.write_testfile()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_builtin.py", line 1149, in write_testfile
    fp = open(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 94, in test_write_context_manager_calls_close
    with self.module.open(TESTFN, 'wb'):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_ntpath.py", line 664, in test_ismount
    with support.temp_dir() as d:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_builtin.py", line 1289, in test_input
    self.write_testfile()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_builtin.py", line 1149, in write_testfile
    fp = open(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_850416_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 263, in test_zipfile_compiled_timestamp
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpxb541gnk'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 327, in __del__
    self.close()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 444, in close
    if self._file:
AttributeError: 'Wave_write' object has no attribute '_file'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_filecmp.py", line 54, in setUp
    tmpdir = tempfile.gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/xml/etree/ElementTree.py", line 786, in _get_writer
    write = file_or_filename.write
AttributeError: 'str' object has no attribute 'write'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 136, in test_exists
    create_file(filename)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850542_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 299, in test_sameopenfile
    create_file(filename)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850542_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_xml_etree.py", line 632, in test_iterparse
    with open(TESTFN, "wb") as f:
OSError: [Errno 28] No space left on device: '@test_850366_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_tcl.py", line 193, in testEvalFile
    with open(support.TESTFN, 'w') as f:
OSError: [Errno 28] No space left on device: '@test_850659_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_optparse.py", line 1042, in test_filetype_ok
    support.create_empty_file(support.TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1139, in create_empty_file
    fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 325, in test_package
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmp3rje48e4'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 592, in test_handle_write
    server = BaseServer(self.family, self.addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__
    bind_af_aware(self.socket, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware
    support.bind_unix_socket(sock, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket
    sock.bind(addr)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 146, in test_write_bytearray
    f = self.create_file(TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file
    f = self.fout = self.module.open(testfile, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_lltrace.py", line 16, in test_lltrace_does_not_crash_on_subscript_operator
    with open(support.TESTFN, 'w') as fd:
OSError: [Errno 28] No space left on device: '@test_850361_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 284, in test_failing_reload
    with open(source, "w") as f:
OSError: [Errno 28] No space left on device: '@test_850456_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_linecache.py", line 128, in test_no_ending_newline
    with open(support.TESTFN, "w") as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 251, in test_directory_error
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 545, in test_non_ascii
    script_name = _make_test_script(os.curdir, name, source)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 79, in _make_test_script
    to_return = make_script(script_dir, script_basename, source)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/script_helper.py", line 208, in make_script
    with open(script_name, 'w', encoding='utf-8') as script_file:
OSError: [Errno 28] No space left on device: './@test_850203_tmp\udce7w\udcf0.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 114, in test_filetime
    create_file(filename, b'foo')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850542_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 522, in test_handle_connect
    server = BaseServer(self.family, self.addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 473, in __init__
    bind_af_aware(self.socket, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_asyncore.py", line 95, in bind_af_aware
    support.bind_unix_socket(sock, addr)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 792, in bind_unix_socket
    sock.bind(addr)
OSError: [Errno 28] No space left on device


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 574, in test_syntaxerror_unindented_caret_position
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 323, in test_file_to_source
    with open(source, "w") as f:
OSError: [Errno 28] No space left on device: '@test_850456_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 293, in test_zipfile_error
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 250, in test_samefile_on_link
    self._test_samefile_on_link_func(os.link)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 235, in _test_samefile_on_link_func
    create_file(test_fn1)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 242, in test_unseekable_overflowed_write
    with UnseekableIO(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 256, in test_zipfile
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmp7bcxz1h4'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 146, in test_write_bytearray
    f = self.create_file(TESTFN)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 67, in create_file
    f = self.fout = self.module.open(testfile, 'wb')
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 512, in open
    return Wave_write(f)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/wave.py", line 305, in __init__
    f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 170, in test_incompleted_write
    with open(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 566, in test_issue20500_exit_with_exception_value
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 358, in mkdtemp
    _os.mkdir(file, 0o700)
OSError: [Errno 28] No space left on device: '/tmp/tmpgmkf833l'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/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/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 53, in _ready_to_import
    with temp_dir() as tempdir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_ntpath.py", line 548, in test_relpath
    with support.temp_cwd(support.TESTFN) as cwd_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1097, in temp_cwd
    with temp_dir(path=name, quiet=quiet) as temp_path:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1036, in temp_dir
    os.mkdir(path)
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 177, in test_isdir
    create_file(filename)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_genericpath.py", line 16, in create_file
    with open(filename, 'xb', 0) as fp:
OSError: [Errno 28] No space left on device: '@test_850542_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 648, in test_consistent_sys_path_for_direct_execution
    with support.temp_dir() as work_dir, support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 196, in test_overflowed_write
    with open(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 566, in test_issue20500_exit_with_exception_value
    with support.temp_dir() as script_dir:
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 279, in test_close
    with open(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_compileall.py", line 217, in setUp
    self.directory = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_filecmp.py", line 17, in setUp
    with open(name, 'w') as output:
OSError: [Errno 28] No space left on device: '@test_850195_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_cmd_line_script.py", line 476, in test_dash_m_bad_pyc
    with support.temp_dir() as script_dir, \
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/contextlib.py", line 113, in __enter__
    return next(self.gen)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/support/__init__.py", line 1031, in temp_dir
    path = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_import/__init__.py", line 372, in test_timestamp_overflow
    with open(source, 'w') as f:
OSError: [Errno 28] No space left on device: '@test_850195_tmp.py'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_xml_etree.py", line 3469, in test_write_to_binary_file
    with open(TESTFN, 'wb') as f:
OSError: [Errno 28] No space left on device: '@test_850366_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/test_compileall.py", line 32, in setUp
    self.directory = tempfile.mkdtemp()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 347, in mkdtemp
    prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 117, in _sanitize_params
    dir = gettempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 286, in gettempdir
    tempdir = _get_default_tempdir()
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/tempfile.py", line 218, in _get_default_tempdir
    raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/build/test_python_850195']


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 196, in test_overflowed_write
    with open(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850388_tmp'


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le/build/Lib/test/audiotests.py", line 224, in test_unseekable_incompleted_write
    with UnseekableIO(TESTFN, 'wb') as testfile:
OSError: [Errno 28] No space left on device: '@test_850388_tmp'

@bedevere-bot
Copy link

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

Hi! The buildbot PPC64LE RHEL8 3.9 has failed when building commit d6bdf6d.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/250/builds/2) and take a look at the build logs.
  4. Check if the failure is related to this commit (d6bdf6d) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/250/builds/2

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

Click to see traceback logs
remote: Enumerating objects: 9, done.        
remote: Counting objects:  11% (1/9)        
remote: Counting objects:  22% (2/9)        
remote: Counting objects:  33% (3/9)        
remote: Counting objects:  44% (4/9)        
remote: Counting objects:  55% (5/9)        
remote: Counting objects:  66% (6/9)        
remote: Counting objects:  77% (7/9)        
remote: Counting objects:  88% (8/9)        
remote: Counting objects: 100% (9/9)        
remote: Counting objects: 100% (9/9), done.        
remote: Total 10 (delta 8), reused 8 (delta 8), pack-reused 1        
From https://github.com/python/cpython
 * branch                  3.9        -> FETCH_HEAD
Reset branch '3.9'

Objects/abstract.c:2780:1: fatal error: error writing to /tmp/cc3O81Hv.s: No space left on device
 }
 ^
compilation terminated.
make: *** [Makefile:1773: Objects/abstract.o] Error 1
make: *** Waiting for unfinished jobs....
Assembler messages:
Fatal error: can't create Objects/classobject.o: No space left on device
make: *** [Makefile:1773: Objects/classobject.o] Error 1
Objects/complexobject.c:1125:1: fatal error: error writing to /tmp/ccZn8cc4.s: No space left on device
 };
 ^
compilation terminated.
make: *** [Makefile:1773: Objects/complexobject.o] Error 1
Objects/codeobject.c:1113:1: fatal error: error writing to /tmp/ccNo90E2.s: No space left on device
 }
 ^
compilation terminated.
make: *** [Makefile:1773: Objects/codeobject.o] Error 1
Objects/descrobject.c:1869:1: fatal error: error writing to /tmp/ccP2ZBp6.s: No space left on device
 };
 ^
compilation terminated.
make: *** [Makefile:1773: Objects/descrobject.o] Error 1
Objects/bytearrayobject.c:2524:1: fatal error: error writing to /tmp/ccON3cEL.s: No space left on device
 }
 ^
compilation terminated.
make: *** [Makefile:1773: Objects/bytearrayobject.o] Error 1
Objects/bytesobject.c:3498:1: fatal error: error writing to /tmp/ccZ52bpL.s: No space left on device
 }
 ^
compilation terminated.
make: *** [Makefile:1773: Objects/bytesobject.o] Error 1
Parser/pegen/parse.c:24754:1: fatal error: error writing to /tmp/cceBeJ2g.s: No space left on device
 }
 ^
compilation terminated.
make: *** [Makefile:1773: Parser/pegen/parse.o] Error 1

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:1846: clean-retain-profile] Error 1 (ignored)

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Aug 20, 2020
…ethod not a coroutine (pythonGH-21852)

asyncio.AbstractEventLoop.run_in_executor should be a method that returns an asyncio Future, not an async method.
This matches the concrete implementations, and the documentation better.
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
…ethod not a coroutine (pythonGH-21852)

asyncio.AbstractEventLoop.run_in_executor should be a method that returns an asyncio Future, not an async method.
This matches the concrete implementations, and the documentation better.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants