== CPython 3.5.9+ (default, Jul 2 2020, 00:08:41) [GCC 9.3.0] == Linux-5.4.0-7634-generic-x86_64-with-debian-bullseye-sid little-endian == hash algorithm: siphash24 64bit == /tmp/xyz/build/test_python_520669 Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0) 0:00:00 load avg: 0.47 [1/7] test_asyncio test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__run_once_logging (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_close (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_once_in_executor_plain (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests) ... ok test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests) ... ok test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests) ... ok test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests) ... ok test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_add_signal_handler (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_bidirectional_pty (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_call_later (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_close (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_close_running_event_loop (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_connection_sock (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_sock (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... skipped 'bpo-36576: fail on OpenSSL 1.1.1' test_create_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_create_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server_path_socket_error (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_get_event_loop_new_process (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_internal_fds (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_server_ssl_match_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... skipped 'bpo-36576: fail on OpenSSL 1.1.1' test_legacy_create_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ERROR test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_prompt_cancellation (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_read_pipe (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_reader_callback (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_in_executor (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_until_complete (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_server_close (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_signal_handling_args (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_signal_handling_while_selecting (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_sock_client_fail (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_sock_client_ops (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_exec (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_interactive (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_kill (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_shell (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_stderr (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_terminate (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_timeout_rounding (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_unix_sock_client_ops (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_write_pipe (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_writer_callback (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_callback_with_exception (test.test_asyncio.test_events.HandleTests) ... ok test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests) ... ok test_handle (test.test_asyncio.test_events.HandleTests) ... ok test_handle_repr (test.test_asyncio.test_events.HandleTests) ... ok test_handle_repr_debug (test.test_asyncio.test_events.HandleTests) ... ok test_handle_source_traceback (test.test_asyncio.test_events.HandleTests) ... ok test_handle_weakref (test.test_asyncio.test_events.HandleTests) ... ok test_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_calls_set_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests) ... ok test_new_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_set_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_add_signal_handler (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_call_later (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_close (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_close_running_event_loop (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_connection_sock (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_sock (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.PollEventLoopTests) ... skipped 'bpo-36576: fail on OpenSSL 1.1.1' test_create_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_create_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server_path_socket_error (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_get_event_loop_new_process (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_internal_fds (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_server_ssl_match_failed (test.test_asyncio.test_events.PollEventLoopTests) ... skipped 'bpo-36576: fail on OpenSSL 1.1.1' test_legacy_create_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ERROR test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_prompt_cancellation (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_read_pipe (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_reader_callback (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_in_executor (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_until_complete (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_server_close (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_signal_handling_args (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_signal_handling_while_selecting (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_sock_client_fail (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_sock_client_ops (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_exec (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_interactive (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_kill (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_shell (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_stderr (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_terminate (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_timeout_rounding (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_unix_sock_client_ops (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_write_pipe (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_write_pty (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_writer_callback (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_empty (test.test_asyncio.test_events.ProtocolsAbsTests) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_call_later (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_connection_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'bpo-36576: fail on OpenSSL 1.1.1' test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_get_event_loop_new_process (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'bpo-36576: fail on OpenSSL 1.1.1' test_legacy_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_server_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_sock_client_fail (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_sock_client_ops (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_exec (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_interactive (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_kill (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_shell (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_stderr (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_terminate (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_unix_sock_client_ops (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_hash (test.test_asyncio.test_events.TimerTests) ... ok test_timer (test.test_asyncio.test_events.TimerTests) ... ok test_timer_comparison (test.test_asyncio.test_events.TimerTests) ... ok test_timer_repr (test.test_asyncio.test_events.TimerTests) ... ok test_timer_repr_debug (test.test_asyncio.test_events.TimerTests) ... ok test_ensure_future (test.test_asyncio.test_futures.DuckTests) ... ok test_wrap_future (test.test_asyncio.test_futures.DuckTests) ... ok test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.FutureDoneCallbackTests) ... ok test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.FutureDoneCallbackTests) ... ok test_remove_done_callback (test.test_asyncio.test_futures.FutureDoneCallbackTests) ... ok test_cancel (test.test_asyncio.test_futures.FutureTests) ... ok test_constructor_positional (test.test_asyncio.test_futures.FutureTests) ... ok test_copy_state (test.test_asyncio.test_futures.FutureTests) ... ok test_exception (test.test_asyncio.test_futures.FutureTests) ... ok test_exception_class (test.test_asyncio.test_futures.FutureTests) ... ok test_future_exception_never_retrieved (test.test_asyncio.test_futures.FutureTests) ... ok test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.FutureTests) ... ok test_future_repr (test.test_asyncio.test_futures.FutureTests) ... ok test_future_source_traceback (test.test_asyncio.test_futures.FutureTests) ... ok test_init_constructor_default_loop (test.test_asyncio.test_futures.FutureTests) ... ok test_initial_state (test.test_asyncio.test_futures.FutureTests) ... ok test_isfuture (test.test_asyncio.test_futures.FutureTests) ... ok test_iter (test.test_asyncio.test_futures.FutureTests) ... ok test_result (test.test_asyncio.test_futures.FutureTests) ... ok test_set_result_unless_cancelled (test.test_asyncio.test_futures.FutureTests) ... ok test_tb_logger_abandoned (test.test_asyncio.test_futures.FutureTests) ... ok test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.FutureTests) ... ok test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.FutureTests) ... ok test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.FutureTests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.FutureTests) ... ok test_tb_logger_result_retrieved (test.test_asyncio.test_futures.FutureTests) ... ok test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.FutureTests) ... ok test_wrap_future (test.test_asyncio.test_futures.FutureTests) ... ok test_wrap_future_cancel (test.test_asyncio.test_futures.FutureTests) ... ok test_wrap_future_cancel2 (test.test_asyncio.test_futures.FutureTests) ... ok test_wrap_future_future (test.test_asyncio.test_futures.FutureTests) ... ok test_wrap_future_use_global_loop (test.test_asyncio.test_futures.FutureTests) ... ok test_yield_from_twice (test.test_asyncio.test_futures.FutureTests) ... ok test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests) ... ok test_context_manager (test.test_asyncio.test_locks.ConditionTests) ... ok test_context_manager_no_yield (test.test_asyncio.test_locks.ConditionTests) ... ok test_ctor_loop (test.test_asyncio.test_locks.ConditionTests) ... ok test_ctor_noloop (test.test_asyncio.test_locks.ConditionTests) ... ok test_explicit_lock (test.test_asyncio.test_locks.ConditionTests) ... ok test_notify (test.test_asyncio.test_locks.ConditionTests) ... ok test_notify_all (test.test_asyncio.test_locks.ConditionTests) ... ok test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok test_repr (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_cancel (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_for (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok test_clear (test.test_asyncio.test_locks.EventTests) ... ok test_clear_with_waiters (test.test_asyncio.test_locks.EventTests) ... ok test_ctor_loop (test.test_asyncio.test_locks.EventTests) ... ok test_ctor_noloop (test.test_asyncio.test_locks.EventTests) ... ok test_repr (test.test_asyncio.test_locks.EventTests) ... ok test_wait (test.test_asyncio.test_locks.EventTests) ... ok test_wait_cancel (test.test_asyncio.test_locks.EventTests) ... ok test_wait_on_set (test.test_asyncio.test_locks.EventTests) ... ok test_acquire (test.test_asyncio.test_locks.LockTests) ... ok test_acquire_cancel (test.test_asyncio.test_locks.LockTests) ... ok test_cancel_race (test.test_asyncio.test_locks.LockTests) ... ok test_context_manager (test.test_asyncio.test_locks.LockTests) ... ok test_context_manager_cant_reuse (test.test_asyncio.test_locks.LockTests) ... ok test_context_manager_no_yield (test.test_asyncio.test_locks.LockTests) ... ok test_ctor_loop (test.test_asyncio.test_locks.LockTests) ... ok test_ctor_noloop (test.test_asyncio.test_locks.LockTests) ... ok test_finished_waiter_cancelled (test.test_asyncio.test_locks.LockTests) ... ok test_lock (test.test_asyncio.test_locks.LockTests) ... ok test_release_no_waiters (test.test_asyncio.test_locks.LockTests) ... ok test_release_not_acquired (test.test_asyncio.test_locks.LockTests) ... ok test_repr (test.test_asyncio.test_locks.LockTests) ... ok test_acquire (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_context_manager (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_context_manager_no_yield (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_ctor_loop (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_ctor_noloop (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_repr (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_semaphore (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_async_def_wrapped (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_double_await (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_function_returning_awaitable (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests) ... ok test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests) ... ok test_readline (test.test_asyncio.test_pep492.StreamReaderTests) ... ok test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_sock_connect (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_sock_recv (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_sock_sendall (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_socketpair (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_format (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok test_order (test.test_asyncio.test_queues.LifoQueueTests) ... ok test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok test_order (test.test_asyncio.test_queues.PriorityQueueTests) ... ok test_ctor_loop (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_ctor_noloop (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_empty (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_full (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_maxsize (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_order (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_repr (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_str (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_blocking_get (test.test_asyncio.test_queues.QueueGetTests) ... ok test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests) ... ok test_get_cancelled (test.test_asyncio.test_queues.QueueGetTests) ... ok test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests) ... ok test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests) ... ok test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests) ... ok test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests) ... ok test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests) ... ok test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests) ... ok test_format (test.test_asyncio.test_queues.QueueJoinTests) ... ok test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests) ... ok test_task_done (test.test_asyncio.test_queues.QueueJoinTests) ... ok test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests) ... ok test_blocking_put (test.test_asyncio.test_queues.QueuePutTests) ... ok test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests) ... ok test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests) ... ok test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests) ... ok test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests) ... ok test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests) ... ok test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests) ... ok test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests) ... ok test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests) ... ok test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests) ... ok test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests) ... ok test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests) ... ok test__sock_accept (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_accept_canceled_fut (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_accept_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_accept_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_accept_unregister (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_connect (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_connect_cb_cancelled_fut (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_connect_cb_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_connect_cb_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_connect_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_recv_canceled_fut (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_recv_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_recv_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_recv_unregister (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_canceled_fut (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_interrupted (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_none (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_partial (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test__sock_sendall_unregister (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_make_ssl_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_sock_connect_resolve_using_socket_params (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_sock_connect_timeout (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_sock_recv (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_sock_sendall (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_sock_sendall_nodata (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_socketpair (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_cancel_handshake (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_close (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_close_not_connected (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_on_handshake (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_on_handshake_base_exc (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_on_handshake_exc (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_on_handshake_reader_retry (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_on_handshake_writer_retry (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_recv (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_recv_conn_reset (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_recv_eof (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_recv_exc (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_recv_retry (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_recv_write (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_read_ready_write_wants_read (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_server_hostname (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_closing (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_eof (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_exception (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_no_data (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_read_wants_write (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_closing (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_closing_empty_buffer (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_closing_partial (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_exc (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_none (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_partial (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_read (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_ready_send_retry (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_write_str (test.test_asyncio.test_selector_events.SelectorSslTransportTests) ... ok test_ssl_transport_requires_ssl_module (test.test_asyncio.test_selector_events.SelectorSslWithoutSslTransportTests) ... ok test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_close (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_cancel_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_get_extra_info_on_closed_connection (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test___repr__ (test.test_asyncio.test_streams.StreamReaderTests) ... ok test___repr__data (test.test_asyncio.test_streams.StreamReaderTests) ... ok test___repr__eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test___repr__exception (test.test_asyncio.test_streams.StreamReaderTests) ... ok test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamReaderTests) ... ok test___repr__transport (test.test_asyncio.test_streams.StreamReaderTests) ... ok test___repr__waiter (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_at_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_ctor_global_loop (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_drain_raises (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_exception (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_exception_cancel (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_exception_waiter (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_feed_empty_data (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_feed_nonempty_data (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_invalid_limit (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_open_connection (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_open_connection_error (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamReaderTests) ... ERROR test_open_unix_connection (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_open_unix_connection_error (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamReaderTests) ... ERROR test_read (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_exception (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_limit (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_line_breaks (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_until_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_zero (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readexactly (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readexactly_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readexactly_exception (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readexactly_limit (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_empty_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_exception (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_limit (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readline_read_byte_count (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readuntil_eof (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_readuntil_separator (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_start_server (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_start_unix_server (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_streamreader_constructor (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_streamreaderprotocol_constructor (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_communicate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_empty_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_kill (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_pause_reading (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_popen_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_send_signal (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_shell (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_start_new_session (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_terminate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_communicate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_empty_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_kill (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_pause_reading (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_popen_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_send_signal (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_shell (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_start_new_session (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_terminate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests) ... ok test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_constructor_loop_selection (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_success (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_constructor_empty_sequence (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_success (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a thread to an event loop. ... ok test_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a tread to an event loop ... ok test_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a tread to an event loop ... ok test_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a thread to an event loop ... ok test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a thread to an event loop ... ok test_sleep_zero (test.test_asyncio.test_tasks.SleepTests) ... ok test_as_completed (test.test_asyncio.test_tasks.TaskTests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.TaskTests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.TaskTests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.TaskTests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.TaskTests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.TaskTests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.TaskTests) ... ok test_async_warning (test.test_asyncio.test_tasks.TaskTests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.TaskTests) ... ok test_cancel (test.test_asyncio.test_tasks.TaskTests) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.TaskTests) coroutine end right after task is cancelled ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.TaskTests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.TaskTests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.TaskTests) ... ok test_cancel_gather (test.test_asyncio.test_tasks.TaskTests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.TaskTests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.TaskTests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.TaskTests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.TaskTests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.TaskTests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.TaskTests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.TaskTests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.TaskTests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.TaskTests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.TaskTests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.TaskTests) ... ok test_current_task (test.test_asyncio.test_tasks.TaskTests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.TaskTests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.TaskTests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.TaskTests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.TaskTests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.TaskTests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.TaskTests) ... ok test_gather_shield (test.test_asyncio.test_tasks.TaskTests) ... ok test_get_stack (test.test_asyncio.test_tasks.TaskTests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.TaskTests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.TaskTests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.TaskTests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.TaskTests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel (test.test_asyncio.test_tasks.TaskTests) ... ok test_shield_effect (test.test_asyncio.test_tasks.TaskTests) ... ok test_shield_exception (test.test_asyncio.test_tasks.TaskTests) ... ok test_shield_gather (test.test_asyncio.test_tasks.TaskTests) ... ok test_shield_result (test.test_asyncio.test_tasks.TaskTests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.TaskTests) ... ok test_sleep (test.test_asyncio.test_tasks.TaskTests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.TaskTests) ... ok test_step_in_completed_task (test.test_asyncio.test_tasks.TaskTests) ... ok test_step_result (test.test_asyncio.test_tasks.TaskTests) ... ok test_step_result_future (test.test_asyncio.test_tasks.TaskTests) ... ok test_step_with_baseexception (test.test_asyncio.test_tasks.TaskTests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.TaskTests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.TaskTests) ... ok test_task_basics (test.test_asyncio.test_tasks.TaskTests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.TaskTests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.TaskTests) ... ok test_task_class (test.test_asyncio.test_tasks.TaskTests) ... ok test_task_repr (test.test_asyncio.test_tasks.TaskTests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.TaskTests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.TaskTests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.TaskTests) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.TaskTests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_errors (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_for (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.TaskTests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.TaskTests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.TaskTests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.TaskTests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.TaskTests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.TaskTests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.TaskTests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.TaskTests) ... ok test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests) ... ok test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests) ... ok test_get_extra_info (test.test_asyncio.test_transports.TransportTests) ... ok test_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok test_writelines (test.test_asyncio.test_transports.TransportTests) ... ok test_not_implemented (test.test_asyncio.test_unix_events.AbstractChildWatcherTests) ... ok test_not_implemented (test.test_asyncio.test_unix_events.BaseChildWatcherTests) ... ok test_add_child_handler_with_no_loop_attached (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_close (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_create_watcher (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_remove_child_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_set_loop (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_set_loop_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_remove_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_replace_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_two_children (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_unknown_status (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_child_watcher_replace_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_get_child_watcher (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_get_child_watcher_after_set (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_get_child_watcher_thread (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_get_child_watcher_with_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_add_child_handler_with_no_loop_attached (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_close (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_create_watcher (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_remove_child_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_set_loop (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_set_loop_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_remove_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_replace_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_two_children (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_unknown_status (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_add_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_coroutine_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_install_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_install_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_install_error3 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_setup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_check_signal (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_close (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_handle_signal_cancelled_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_handle_signal_no_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler_2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler_cleanup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_create_unix_connection_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_nossl_serverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_ssl_noserverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_bind_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_existing_path_nonsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_existing_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_path_dgram (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_path_stream_bittype (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_pathlib (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... skipped 'no os.fspath' test_create_unix_server_ssl_bool (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test__call_connection_lost (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__read_ready (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__read_ready_blocked (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__read_ready_eof (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__read_ready_error (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_close_already_closing (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_ctor (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_pause_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_resume_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__call_connection_lost (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__read_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_empty (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_abort (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_can_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_close_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_ctor (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_buffer (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_eof_pending (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_no_data (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test.test_asyncio.test_windows_events (unittest.loader.ModuleSkipped) ... skipped 'Windows only' test.test_asyncio.test_windows_utils (unittest.loader.ModuleSkipped) ... skipped 'Windows only' ====================================================================== ERROR: test_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 727, in test_create_ssl_connection peername=httpd.address) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 686, in _test_create_ssl_connection peername) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 673, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/base_events.py", line 802, in create_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception ConnectionResetError ====================================================================== ERROR: test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 748, in test_create_ssl_unix_connection peername=httpd.address) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 686, in _test_create_ssl_connection peername) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 673, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/unix_events.py", line 252, in create_unix_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/selector_events.py", line 723, in _read_ready data = self._sock.recv(self.max_size) ConnectionResetError: [Errno 104] Connection reset by peer ====================================================================== ERROR: test_legacy_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 731, in test_legacy_create_ssl_connection self.test_create_ssl_connection() File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 727, in test_create_ssl_connection peername=httpd.address) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 686, in _test_create_ssl_connection peername) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 673, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/base_events.py", line 802, in create_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/selector_events.py", line 865, in _on_handshake self._sock.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() OSError: [Errno 0] Error ====================================================================== ERROR: test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 752, in test_legacy_create_ssl_unix_connection self.test_create_ssl_unix_connection() File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 748, in test_create_ssl_unix_connection peername=httpd.address) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 686, in _test_create_ssl_connection peername) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 673, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/unix_events.py", line 252, in create_unix_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/selector_events.py", line 865, in _on_handshake self._sock.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer ====================================================================== ERROR: test_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 727, in test_create_ssl_connection peername=httpd.address) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 686, in _test_create_ssl_connection peername) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 673, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/base_events.py", line 802, in create_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception ConnectionResetError ====================================================================== ERROR: test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 748, in test_create_ssl_unix_connection peername=httpd.address) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 686, in _test_create_ssl_connection peername) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 673, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/unix_events.py", line 252, in create_unix_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/selector_events.py", line 723, in _read_ready data = self._sock.recv(self.max_size) ConnectionResetError: [Errno 104] Connection reset by peer ====================================================================== ERROR: test_legacy_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 731, in test_legacy_create_ssl_connection self.test_create_ssl_connection() File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 727, in test_create_ssl_connection peername=httpd.address) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 686, in _test_create_ssl_connection peername) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 673, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/base_events.py", line 802, in create_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/selector_events.py", line 865, in _on_handshake self._sock.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() OSError: [Errno 0] Error ====================================================================== ERROR: test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 752, in test_legacy_create_ssl_unix_connection self.test_create_ssl_unix_connection() File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 748, in test_create_ssl_unix_connection peername=httpd.address) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 686, in _test_create_ssl_connection peername) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 673, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/unix_events.py", line 252, in create_unix_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/selector_events.py", line 865, in _on_handshake self._sock.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer ====================================================================== ERROR: test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 727, in test_create_ssl_connection peername=httpd.address) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 686, in _test_create_ssl_connection peername) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 673, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/base_events.py", line 802, in create_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception ConnectionResetError ====================================================================== ERROR: test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 748, in test_create_ssl_unix_connection peername=httpd.address) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 686, in _test_create_ssl_connection peername) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 673, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/unix_events.py", line 252, in create_unix_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/selector_events.py", line 723, in _read_ready data = self._sock.recv(self.max_size) ConnectionResetError: [Errno 104] Connection reset by peer test test_asyncio failed ====================================================================== ERROR: test_legacy_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 731, in test_legacy_create_ssl_connection self.test_create_ssl_connection() File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 727, in test_create_ssl_connection peername=httpd.address) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 686, in _test_create_ssl_connection peername) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 673, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/base_events.py", line 802, in create_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/selector_events.py", line 865, in _on_handshake self._sock.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() OSError: [Errno 0] Error ====================================================================== ERROR: test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 752, in test_legacy_create_ssl_unix_connection self.test_create_ssl_unix_connection() File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 748, in test_create_ssl_unix_connection peername=httpd.address) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 686, in _test_create_ssl_connection peername) File "/tmp/xyz/Lib/test/test_asyncio/test_events.py", line 673, in _basetest_create_ssl_connection tr, pr = self.loop.run_until_complete(connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/unix_events.py", line 252, in create_unix_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/selector_events.py", line 865, in _on_handshake self._sock.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer ====================================================================== ERROR: test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamReaderTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_streams.py", line 86, in test_open_connection_no_loop_ssl self._basetest_open_connection_no_loop_ssl(conn_fut) File "/tmp/xyz/Lib/test/test_asyncio/test_streams.py", line 68, in _basetest_open_connection_no_loop_ssl reader, writer = self.loop.run_until_complete(open_connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/streams.py", line 75, in open_connection lambda: protocol, host, port, **kwds) File "/tmp/xyz/Lib/asyncio/base_events.py", line 802, in create_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception ConnectionResetError ====================================================================== ERROR: test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamReaderTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_asyncio/test_streams.py", line 98, in test_open_unix_connection_no_loop_ssl self._basetest_open_connection_no_loop_ssl(conn_fut) File "/tmp/xyz/Lib/test/test_asyncio/test_streams.py", line 68, in _basetest_open_connection_no_loop_ssl reader, writer = self.loop.run_until_complete(open_connection_fut) File "/tmp/xyz/Lib/asyncio/base_events.py", line 467, in run_until_complete return future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/tasks.py", line 242, in _step result = coro.throw(exc) File "/tmp/xyz/Lib/asyncio/streams.py", line 128, in open_unix_connection lambda: protocol, path, **kwds) File "/tmp/xyz/Lib/asyncio/unix_events.py", line 252, in create_unix_connection sock, protocol_factory, ssl, server_hostname) File "/tmp/xyz/Lib/asyncio/base_events.py", line 828, in _create_connection_transport yield from waiter File "/tmp/xyz/Lib/asyncio/futures.py", line 381, in __iter__ yield self # This tells Task to wait for completion. File "/tmp/xyz/Lib/asyncio/tasks.py", line 310, in _wakeup future.result() File "/tmp/xyz/Lib/asyncio/futures.py", line 294, in result raise self._exception File "/tmp/xyz/Lib/asyncio/selector_events.py", line 723, in _read_ready data = self._sock.recv(self.max_size) ConnectionResetError: [Errno 104] Connection reset by peer ---------------------------------------------------------------------- Ran 1024 tests in 13.111s FAILED (errors=14, skipped=9) 0:00:13 load avg: 1.00 [2/7/1] test_ftplib test_abort (test.test_ftplib.TestFTPClass) ... ok test_acct (test.test_ftplib.TestFTPClass) ... ok test_all_errors (test.test_ftplib.TestFTPClass) ... ok test_cwd (test.test_ftplib.TestFTPClass) ... ok test_delete (test.test_ftplib.TestFTPClass) ... ok test_dir (test.test_ftplib.TestFTPClass) ... ok test_exceptions (test.test_ftplib.TestFTPClass) ... ok test_getwelcome (test.test_ftplib.TestFTPClass) ... ok test_line_too_long (test.test_ftplib.TestFTPClass) ... ok test_login (test.test_ftplib.TestFTPClass) ... ok test_makepasv (test.test_ftplib.TestFTPClass) ... ok test_makeport (test.test_ftplib.TestFTPClass) ... ok test_mkd (test.test_ftplib.TestFTPClass) ... ok test_mlsd (test.test_ftplib.TestFTPClass) ... ok test_nlst (test.test_ftplib.TestFTPClass) ... ok test_parse257 (test.test_ftplib.TestFTPClass) ... ok test_pwd (test.test_ftplib.TestFTPClass) ... ok test_quit (test.test_ftplib.TestFTPClass) ... ok test_rename (test.test_ftplib.TestFTPClass) ... ok test_retrbinary (test.test_ftplib.TestFTPClass) ... ok test_retrbinary_rest (test.test_ftplib.TestFTPClass) ... ok test_retrlines (test.test_ftplib.TestFTPClass) ... ok test_retrlines_too_long (test.test_ftplib.TestFTPClass) ... ok test_rmd (test.test_ftplib.TestFTPClass) ... ok test_sanitize (test.test_ftplib.TestFTPClass) ... ok test_set_pasv (test.test_ftplib.TestFTPClass) ... ok test_size (test.test_ftplib.TestFTPClass) ... ok test_source_address (test.test_ftplib.TestFTPClass) ... ok test_source_address_passive_connection (test.test_ftplib.TestFTPClass) ... ok test_storbinary (test.test_ftplib.TestFTPClass) ... ok test_storbinary_rest (test.test_ftplib.TestFTPClass) ... ok test_storlines (test.test_ftplib.TestFTPClass) ... ok test_storlines_too_long (test.test_ftplib.TestFTPClass) ... ok test_voidcmd (test.test_ftplib.TestFTPClass) ... ok test_with_statement (test.test_ftplib.TestFTPClass) ... ok testTimeoutConnect (test.test_ftplib.TestTimeouts) ... ok testTimeoutDefault (test.test_ftplib.TestTimeouts) ... ok testTimeoutDifferentOrder (test.test_ftplib.TestTimeouts) ... ok testTimeoutDirectAccess (test.test_ftplib.TestTimeouts) ... ok testTimeoutNone (test.test_ftplib.TestTimeouts) ... ok testTimeoutValue (test.test_ftplib.TestTimeouts) ... ok test_af (test.test_ftplib.TestIPv6Environment) ... ok test_makepasv (test.test_ftplib.TestIPv6Environment) ... ok test_makeport (test.test_ftplib.TestIPv6Environment) ... ok test_transfer (test.test_ftplib.TestIPv6Environment) ... ok test_abort (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_acct (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_all_errors (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_cwd (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_delete (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_dir (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_exceptions (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_getwelcome (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_line_too_long (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_login (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_makepasv (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_makeport (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_mkd (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_mlsd (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_nlst (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_parse257 (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_pwd (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_quit (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_rename (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_retrbinary (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_retrbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_retrlines (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_retrlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_rmd (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_sanitize (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_set_pasv (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_size (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_source_address (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_source_address_passive_connection (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_storbinary (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_storbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_storlines (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_storlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_voidcmd (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_with_statement (test.test_ftplib.TestTLS_FTPClassMixin) ... ok test_auth_issued_twice (test.test_ftplib.TestTLS_FTPClass) ... ok test_auth_ssl (test.test_ftplib.TestTLS_FTPClass) ... ok test_ccc (test.test_ftplib.TestTLS_FTPClass) ... ok test_check_hostname (test.test_ftplib.TestTLS_FTPClass) ... ERROR test_context (test.test_ftplib.TestTLS_FTPClass) ... ERROR test_control_connection (test.test_ftplib.TestTLS_FTPClass) ... ok test_data_connection (test.test_ftplib.TestTLS_FTPClass) ... ok test_login (test.test_ftplib.TestTLS_FTPClass) ... Warning -- threading._dangling was modified by test_ftplib Before: <_weakrefset.WeakSet object at 0x7f0c50e73c50> After: <_weakrefset.WeakSet object at 0x7f0c51756860> test test_ftplib failed ok ====================================================================== ERROR: test_check_hostname (test.test_ftplib.TestTLS_FTPClass) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ftplib.py", line 942, in test_check_hostname self.client.auth() File "/tmp/xyz/Lib/ftplib.py", line 758, in auth server_hostname=self.host) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_context (test.test_ftplib.TestTLS_FTPClass) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ftplib.py", line 915, in test_context self.client.auth() File "/tmp/xyz/Lib/ftplib.py", line 758, in auth server_hostname=self.host) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ---------------------------------------------------------------------- Ran 88 tests in 1.443s FAILED (errors=2) 0:00:17 load avg: 1.00 [3/7/2] test_httplib test_auto_headers (test.test_httplib.HeaderTests) ... ok test_content_length_0 (test.test_httplib.HeaderTests) ... ok test_invalid_headers (test.test_httplib.HeaderTests) ... ok test_ipv6host_header (test.test_httplib.HeaderTests) ... ok test_malformed_headers_coped_with (test.test_httplib.HeaderTests) ... ok test_parse_all_octets (test.test_httplib.HeaderTests) ... ok test_putheader (test.test_httplib.HeaderTests) ... ok test_all (test.test_httplib.OfflineTest) ... ok test_client_constants (test.test_httplib.OfflineTest) ... ok test_responses (test.test_httplib.OfflineTest) ... ok test_bad_status_repr (test.test_httplib.BasicTest) ... ok test_chunked (test.test_httplib.BasicTest) ... ok test_chunked_extension (test.test_httplib.BasicTest) ... ok test_chunked_head (test.test_httplib.BasicTest) ... ok test_chunked_missing_end (test.test_httplib.BasicTest) some servers may serve up a short chunked encoding stream ... ok test_chunked_sync (test.test_httplib.BasicTest) Check that we don't read past the end of the chunked-encoding stream ... ok test_chunked_trailers (test.test_httplib.BasicTest) See that trailers are read and ignored ... ok test_content_length_sync (test.test_httplib.BasicTest) Check that we don't read past the end of the Content-Length stream ... ok test_early_eof (test.test_httplib.BasicTest) ... ok test_epipe (test.test_httplib.BasicTest) ... ok test_error_leak (test.test_httplib.BasicTest) ... ok test_host_port (test.test_httplib.BasicTest) ... ok test_incomplete_read (test.test_httplib.BasicTest) ... ok test_mixed_reads (test.test_httplib.BasicTest) ... ok test_negative_content_length (test.test_httplib.BasicTest) ... ok test_overflowing_chunked_line (test.test_httplib.BasicTest) ... ok test_overflowing_header_line (test.test_httplib.BasicTest) ... ok test_overflowing_status_line (test.test_httplib.BasicTest) ... ok test_partial_readintos (test.test_httplib.BasicTest) ... ok test_partial_readintos_incomplete_body (test.test_httplib.BasicTest) ... ok test_partial_readintos_no_content_length (test.test_httplib.BasicTest) ... ok test_partial_reads (test.test_httplib.BasicTest) ... ok test_partial_reads_incomplete_body (test.test_httplib.BasicTest) ... ok test_partial_reads_no_content_length (test.test_httplib.BasicTest) ... ok test_putrequest_override_domain_validation (test.test_httplib.BasicTest) ... ok test_putrequest_override_encoding (test.test_httplib.BasicTest) ... ok test_putrequest_override_host_validation (test.test_httplib.BasicTest) ... ok test_read1_bound_content_length (test.test_httplib.BasicTest) ... ok test_read1_content_length (test.test_httplib.BasicTest) ... ok test_read_head (test.test_httplib.BasicTest) ... ok test_readinto_chunked (test.test_httplib.BasicTest) ... ok test_readinto_chunked_head (test.test_httplib.BasicTest) ... ok test_readinto_head (test.test_httplib.BasicTest) ... ok test_readline_bound_content_length (test.test_httplib.BasicTest) ... ok test_readlines_content_length (test.test_httplib.BasicTest) ... ok test_response_fileno (test.test_httplib.BasicTest) ... ok test_response_headers (test.test_httplib.BasicTest) ... ok test_send (test.test_httplib.BasicTest) ... ok test_send_file (test.test_httplib.BasicTest) ... ok test_send_iter (test.test_httplib.BasicTest) ... ok test_send_type_error (test.test_httplib.BasicTest) ... ok test_send_updating_file (test.test_httplib.BasicTest) ... ok test_status_lines (test.test_httplib.BasicTest) ... ok test_too_many_headers (test.test_httplib.BasicTest) ... ok testTimeoutAttribute (test.test_httplib.TimeoutTest) ... ok test_100_close (test.test_httplib.PersistenceTest) ... ok test_disconnected (test.test_httplib.PersistenceTest) ... ok test_reuse_reconnect (test.test_httplib.PersistenceTest) ... ok test_attributes (test.test_httplib.HTTPSTest) ... ok test_host_port (test.test_httplib.HTTPSTest) ... ok test_local_bad_hostname (test.test_httplib.HTTPSTest) ... stopping HTTPS server joining HTTPS thread ERROR test_local_good_hostname (test.test_httplib.HTTPSTest) ... stopping HTTPS server joining HTTPS thread ERROR test_local_unknown_cert (test.test_httplib.HTTPSTest) ... stopping HTTPS server joining HTTPS thread ok test_networked (test.test_httplib.HTTPSTest) ... skipped "Use of the 'network' resource not enabled" test_networked_bad_cert (test.test_httplib.HTTPSTest) ... skipped "Use of the 'network' resource not enabled" test_networked_good_cert (test.test_httplib.HTTPSTest) ... skipped "Use of the 'network' resource not enabled" test_networked_noverification (test.test_httplib.HTTPSTest) ... skipped "Use of the 'network' resource not enabled" test_networked_trusted_by_default_cert (test.test_httplib.HTTPSTest) ... skipped "Use of the 'network' resource not enabled" test_ascii_body (test.test_httplib.RequestBodyTest) ... ok test_binary_file_body (test.test_httplib.RequestBodyTest) ... ok test_bytes_body (test.test_httplib.RequestBodyTest) ... ok test_file_body (test.test_httplib.RequestBodyTest) ... ok test_latin1_body (test.test_httplib.RequestBodyTest) ... ok test_manual_content_length (test.test_httplib.RequestBodyTest) ... ok testHTTPConnectionSourceAddress (test.test_httplib.SourceAddressTest) ... ok testHTTPSConnectionSourceAddress (test.test_httplib.SourceAddressTest) ... ok test_getting_header (test.test_httplib.HTTPResponseTest) ... ok test_getting_header_defaultint (test.test_httplib.HTTPResponseTest) ... ok test_getting_nonexistent_header_with_iterable_default (test.test_httplib.HTTPResponseTest) ... ok test_getting_nonexistent_header_with_string_default (test.test_httplib.HTTPResponseTest) ... ok test_getting_nonexistent_header_without_default (test.test_httplib.HTTPResponseTest) ... ok test_peek (test.test_httplib.ExtendedReadTest) ... ok test_peek_0 (test.test_httplib.ExtendedReadTest) ... ok test_read1 (test.test_httplib.ExtendedReadTest) ... ok test_read1_0 (test.test_httplib.ExtendedReadTest) ... ok test_read1_bounded (test.test_httplib.ExtendedReadTest) ... ok test_read1_unbounded (test.test_httplib.ExtendedReadTest) ... ok test_readline (test.test_httplib.ExtendedReadTest) ... ok test_peek (test.test_httplib.ExtendedReadTestChunked) ... ok test_peek_0 (test.test_httplib.ExtendedReadTestChunked) ... ok test_read1 (test.test_httplib.ExtendedReadTestChunked) ... ok test_read1_0 (test.test_httplib.ExtendedReadTestChunked) ... ok test_read1_bounded (test.test_httplib.ExtendedReadTestChunked) ... ok test_read1_unbounded (test.test_httplib.ExtendedReadTestChunked) ... ok test_readline (test.test_httplib.ExtendedReadTestChunked) ... ok test_connect_put_request (test.test_httplib.TunnelTests) ... ok test_connect_with_tunnel (test.test_httplib.TunnelTests) ... ok test_disallow_set_tunnel_after_connect (test.test_httplib.TunnelTests) ... ok test_set_tunnel_host_port_headers (test.test_httplib.TunnelTests) ... ok test_tunnel_debuglog (test.test_httplib.TunnelTests) ... Got an error: [Errno 0] Error Got an error: [Errno 0] Error Got an error: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:728) test test_httplib failed ok ====================================================================== ERROR: test_local_bad_hostname (test.test_httplib.HTTPSTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_httplib.py", line 1552, in test_local_bad_hostname h.request('GET', '/') File "/tmp/xyz/Lib/http/client.py", line 1145, in request self._send_request(method, url, body, headers) File "/tmp/xyz/Lib/http/client.py", line 1190, in _send_request self.endheaders(body) File "/tmp/xyz/Lib/http/client.py", line 1141, in endheaders self._send_output(message_body) File "/tmp/xyz/Lib/http/client.py", line 945, in _send_output self.send(msg) File "/tmp/xyz/Lib/http/client.py", line 888, in send self.connect() File "/tmp/xyz/Lib/http/client.py", line 1299, in connect server_hostname=server_hostname) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_local_good_hostname (test.test_httplib.HTTPSTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_httplib.py", line 1537, in test_local_good_hostname h.request('GET', '/nonexistent') File "/tmp/xyz/Lib/http/client.py", line 1145, in request self._send_request(method, url, body, headers) File "/tmp/xyz/Lib/http/client.py", line 1190, in _send_request self.endheaders(body) File "/tmp/xyz/Lib/http/client.py", line 1141, in endheaders self._send_output(message_body) File "/tmp/xyz/Lib/http/client.py", line 945, in _send_output self.send(msg) File "/tmp/xyz/Lib/http/client.py", line 888, in send self.connect() File "/tmp/xyz/Lib/http/client.py", line 1299, in connect server_hostname=server_hostname) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ---------------------------------------------------------------------- Ran 100 tests in 0.040s FAILED (errors=2, skipped=5) 0:00:17 load avg: 1.00 [4/7/3] test_nntplib test_caps_only_after_login (test.test_nntplib.CapsAfterLoginNNTPv2Tests) ... ok test_starttls (test.test_nntplib.LocalServerTests) ... ok test_decode_header (test.test_nntplib.MiscTests) ... ok test_parse_datetime (test.test_nntplib.MiscTests) ... ok test_parse_overview (test.test_nntplib.MiscTests) ... ok test_parse_overview_fmt (test.test_nntplib.MiscTests) ... ok test_ssl_support (test.test_nntplib.MiscTests) ... ok test_unparse_datetime (test.test_nntplib.MiscTests) ... ok test_unparse_datetime_legacy (test.test_nntplib.MiscTests) ... ok test_bad_capabilities (test.test_nntplib.MockSocketTests) ... ok test_bad_welcome (test.test_nntplib.MockSocketTests) ... ok test_login_aborted (test.test_nntplib.MockSocketTests) ... ok test_service_permanently_unavailable (test.test_nntplib.MockSocketTests) ... ok test_service_temporarily_unavailable (test.test_nntplib.MockSocketTests) ... ok test_bad_capabilities (test.test_nntplib.MockSslTests) ... ok test_bad_welcome (test.test_nntplib.MockSslTests) ... ok test_login_aborted (test.test_nntplib.MockSslTests) ... ok test_service_permanently_unavailable (test.test_nntplib.MockSslTests) ... ok test_service_temporarily_unavailable (test.test_nntplib.MockSslTests) ... ok test_article (test.test_nntplib.NNTPv1Tests) ... ok test_article_file (test.test_nntplib.NNTPv1Tests) ... ok test_authinfo (test.test_nntplib.NNTPv1Tests) ... ok test_body (test.test_nntplib.NNTPv1Tests) ... ok test_body_file (test.test_nntplib.NNTPv1Tests) ... ok test_caps (test.test_nntplib.NNTPv1Tests) ... ok test_date (test.test_nntplib.NNTPv1Tests) ... ok test_description (test.test_nntplib.NNTPv1Tests) ... ok test_descriptions (test.test_nntplib.NNTPv1Tests) ... ok test_group (test.test_nntplib.NNTPv1Tests) ... ok test_head (test.test_nntplib.NNTPv1Tests) ... ok test_head_file (test.test_nntplib.NNTPv1Tests) ... ok test_help (test.test_nntplib.NNTPv1Tests) ... ok test_ihave (test.test_nntplib.NNTPv1Tests) ... ok test_last (test.test_nntplib.NNTPv1Tests) ... ok test_list (test.test_nntplib.NNTPv1Tests) ... ok test_newnews (test.test_nntplib.NNTPv1Tests) ... ok test_next (test.test_nntplib.NNTPv1Tests) ... ok test_over (test.test_nntplib.NNTPv1Tests) ... ok test_post (test.test_nntplib.NNTPv1Tests) ... ok test_quit (test.test_nntplib.NNTPv1Tests) ... ok test_stat (test.test_nntplib.NNTPv1Tests) ... ok test_too_long_lines (test.test_nntplib.NNTPv1Tests) ... ok test_welcome (test.test_nntplib.NNTPv1Tests) ... ok test_xover (test.test_nntplib.NNTPv1Tests) ... ok test_article (test.test_nntplib.NNTPv2Tests) ... ok test_article_file (test.test_nntplib.NNTPv2Tests) ... ok test_authinfo (test.test_nntplib.NNTPv2Tests) ... ok test_body (test.test_nntplib.NNTPv2Tests) ... ok test_body_file (test.test_nntplib.NNTPv2Tests) ... ok test_caps (test.test_nntplib.NNTPv2Tests) ... ok test_date (test.test_nntplib.NNTPv2Tests) ... ok test_description (test.test_nntplib.NNTPv2Tests) ... ok test_descriptions (test.test_nntplib.NNTPv2Tests) ... ok test_group (test.test_nntplib.NNTPv2Tests) ... ok test_head (test.test_nntplib.NNTPv2Tests) ... ok test_head_file (test.test_nntplib.NNTPv2Tests) ... ok test_help (test.test_nntplib.NNTPv2Tests) ... ok test_ihave (test.test_nntplib.NNTPv2Tests) ... ok test_last (test.test_nntplib.NNTPv2Tests) ... ok test_list (test.test_nntplib.NNTPv2Tests) ... ok test_newnews (test.test_nntplib.NNTPv2Tests) ... ok test_next (test.test_nntplib.NNTPv2Tests) ... ok test_over (test.test_nntplib.NNTPv2Tests) ... ok test_post (test.test_nntplib.NNTPv2Tests) ... ok test_quit (test.test_nntplib.NNTPv2Tests) ... ok test_stat (test.test_nntplib.NNTPv2Tests) ... ok test_too_long_lines (test.test_nntplib.NNTPv2Tests) ... ok test_welcome (test.test_nntplib.NNTPv2Tests) ... ok test_xover (test.test_nntplib.NNTPv2Tests) ... ok skipped "Use of the 'network' resource not enabled" skipped "Use of the 'network' resource not enabled" test_module_all_attribute (test.test_nntplib.PublicAPITests) ... ok test_we_are_in_reader_mode_after_connect (test.test_nntplib.SendReaderNNTPv2Tests) ... ok ---------------------------------------------------------------------- Ran 71 tests in 0.034s OK (skipped=2) 0:00:17 load avg: 1.00 [5/7/3] test_poplib test_apop_REDOS (test.test_poplib.TestPOP3Class) ... ok test_apop_normal (test.test_poplib.TestPOP3Class) ... ok test_capa (test.test_poplib.TestPOP3Class) ... ok test_dele (test.test_poplib.TestPOP3Class) ... ok test_exceptions (test.test_poplib.TestPOP3Class) ... ok test_getwelcome (test.test_poplib.TestPOP3Class) ... ok test_list (test.test_poplib.TestPOP3Class) ... ok test_noop (test.test_poplib.TestPOP3Class) ... ok test_pass_ (test.test_poplib.TestPOP3Class) ... ok test_quit (test.test_poplib.TestPOP3Class) ... ok test_retr (test.test_poplib.TestPOP3Class) ... ok test_rpop (test.test_poplib.TestPOP3Class) ... ok test_stat (test.test_poplib.TestPOP3Class) ... ok test_stls (test.test_poplib.TestPOP3Class) ... ok test_stls_capa (test.test_poplib.TestPOP3Class) ... ok test_stls_context (test.test_poplib.TestPOP3Class) ... ERROR ERROR test_too_long_lines (test.test_poplib.TestPOP3Class) ... FAIL test_top (test.test_poplib.TestPOP3Class) ... ok test_uidl (test.test_poplib.TestPOP3Class) ... ok test_user (test.test_poplib.TestPOP3Class) ... ok test_utf8 (test.test_poplib.TestPOP3Class) ... ok test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3Class) ... ok testTimeoutDefault (test.test_poplib.TestTimeouts) ... ok testTimeoutNone (test.test_poplib.TestTimeouts) ... ok testTimeoutValue (test.test_poplib.TestTimeouts) ... ok test__all__ (test.test_poplib.TestPOP3_SSLClass) ... ok test_apop_REDOS (test.test_poplib.TestPOP3_SSLClass) ... ok test_apop_normal (test.test_poplib.TestPOP3_SSLClass) ... ok test_capa (test.test_poplib.TestPOP3_SSLClass) ... ok test_context (test.test_poplib.TestPOP3_SSLClass) ... ERROR test_dele (test.test_poplib.TestPOP3_SSLClass) ... ok test_exceptions (test.test_poplib.TestPOP3_SSLClass) ... ok test_getwelcome (test.test_poplib.TestPOP3_SSLClass) ... ok test_list (test.test_poplib.TestPOP3_SSLClass) ... ok test_noop (test.test_poplib.TestPOP3_SSLClass) ... ok test_pass_ (test.test_poplib.TestPOP3_SSLClass) ... ok test_quit (test.test_poplib.TestPOP3_SSLClass) ... ok test_retr (test.test_poplib.TestPOP3_SSLClass) ... ok test_rpop (test.test_poplib.TestPOP3_SSLClass) ... ok test_stat (test.test_poplib.TestPOP3_SSLClass) ... ok test_stls (test.test_poplib.TestPOP3_SSLClass) ... ok test_stls_capa (test.test_poplib.TestPOP3_SSLClass) ... ok test_stls_context (test.test_poplib.TestPOP3_SSLClass) ... ok test_too_long_lines (test.test_poplib.TestPOP3_SSLClass) ... ok test_top (test.test_poplib.TestPOP3_SSLClass) ... ok test_uidl (test.test_poplib.TestPOP3_SSLClass) ... ok test_user (test.test_poplib.TestPOP3_SSLClass) ... ok test_utf8 (test.test_poplib.TestPOP3_SSLClass) ... ok test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_SSLClass) ... ok test_apop_REDOS (test.test_poplib.TestPOP3_TLSClass) ... ok test_apop_normal (test.test_poplib.TestPOP3_TLSClass) ... ok test_capa (test.test_poplib.TestPOP3_TLSClass) ... ok test_dele (test.test_poplib.TestPOP3_TLSClass) ... ok test_exceptions (test.test_poplib.TestPOP3_TLSClass) ... ok test_getwelcome (test.test_poplib.TestPOP3_TLSClass) ... ok test_list (test.test_poplib.TestPOP3_TLSClass) ... ok test_noop (test.test_poplib.TestPOP3_TLSClass) ... ok test_pass_ (test.test_poplib.TestPOP3_TLSClass) ... ok test_quit (test.test_poplib.TestPOP3_TLSClass) ... ok test_retr (test.test_poplib.TestPOP3_TLSClass) ... ok test_rpop (test.test_poplib.TestPOP3_TLSClass) ... ok test_stat (test.test_poplib.TestPOP3_TLSClass) ... ok test_stls (test.test_poplib.TestPOP3_TLSClass) ... ok test_stls_capa (test.test_poplib.TestPOP3_TLSClass) ... ok test_stls_context (test.test_poplib.TestPOP3_TLSClass) ... ok test_too_long_lines (test.test_poplib.TestPOP3_TLSClass) ... ok test_top (test.test_poplib.TestPOP3_TLSClass) ... ok test_uidl (test.test_poplib.TestPOP3_TLSClass) ... ok test_user (test.test_poplib.TestPOP3_TLSClass) ... ok test_utf8 (test.test_poplib.TestPOP3_TLSClass) ... ok test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass) ... Exception in thread Thread-197: Traceback (most recent call last): File "/tmp/xyz/Lib/threading.py", line 914, in _bootstrap_inner self.run() File "/tmp/xyz/Lib/test/test_poplib.py", line 221, in run asyncore.loop(timeout=0.1, count=1) File "/tmp/xyz/Lib/asyncore.py", line 207, in loop poll_fun(timeout, map) File "/tmp/xyz/Lib/asyncore.py", line 156, in poll write(obj) File "/tmp/xyz/Lib/asyncore.py", line 95, in write obj.handle_error() File "/tmp/xyz/Lib/asyncore.py", line 91, in write obj.handle_write_event() File "/tmp/xyz/Lib/asyncore.py", line 442, in handle_write_event self.handle_write() File "/tmp/xyz/Lib/asynchat.py", line 187, in handle_write self.initiate_send() File "/tmp/xyz/Lib/asynchat.py", line 260, in initiate_send del self.producer_fifo[0] IndexError: deque index out of range Exception in thread Thread-211: Traceback (most recent call last): File "/tmp/xyz/Lib/asynchat.py", line 251, in initiate_send num_sent = self.send(data) File "/tmp/xyz/Lib/test/test_ftplib.py", line 376, in send return super(SSLConnection, self).send(data) File "/tmp/xyz/Lib/asyncore.py", line 361, in send result = self.socket.send(data) File "/tmp/xyz/Lib/ssl.py", line 869, in send return self._sslobj.write(data) File "/tmp/xyz/Lib/ssl.py", line 594, in write return self._sslobj.write(data) OSError: [Errno 0] Error During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/xyz/Lib/threading.py", line 914, in _bootstrap_inner self.run() File "/tmp/xyz/Lib/test/test_poplib.py", line 221, in run asyncore.loop(timeout=0.1, count=1) File "/tmp/xyz/Lib/asyncore.py", line 207, in loop poll_fun(timeout, map) File "/tmp/xyz/Lib/asyncore.py", line 150, in poll read(obj) File "/tmp/xyz/Lib/asyncore.py", line 87, in read obj.handle_error() File "/tmp/xyz/Lib/asyncore.py", line 83, in read obj.handle_read_event() File "/tmp/xyz/Lib/asyncore.py", line 417, in handle_read_event self.handle_accept() File "/tmp/xyz/Lib/asyncore.py", line 494, in handle_accept self.handle_accepted(*pair) File "/tmp/xyz/Lib/test/test_poplib.py", line 231, in handle_accepted self.handler_instance = self.handler(conn) File "/tmp/xyz/Lib/test/test_poplib.py", line 383, in __init__ self.push('+OK dummy pop3 server ready. ') File "/tmp/xyz/Lib/test/test_poplib.py", line 80, in push asynchat.async_chat.push(self, data.encode("ISO-8859-1") + b'\r\n') File "/tmp/xyz/Lib/asynchat.py", line 202, in push self.initiate_send() File "/tmp/xyz/Lib/asynchat.py", line 253, in initiate_send self.handle_error() File "/tmp/xyz/Lib/test/test_ftplib.py", line 397, in handle_error raise Exception Exception Warning -- threading._dangling was modified by test_poplib Before: <_weakrefset.WeakSet object at 0x7f0c50a6cf98> After: <_weakrefset.WeakSet object at 0x7f0c50b1f710> test test_poplib failed ok ====================================================================== ERROR: test_stls_context (test.test_poplib.TestPOP3Class) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_poplib.py", line 367, in test_stls_context resp = self.client.stls(context=ctx) File "/tmp/xyz/Lib/poplib.py", line 406, in stls server_hostname=self.host) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_stls_context (test.test_poplib.TestPOP3Class) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_poplib.py", line 254, in tearDown self.client.close() File "/tmp/xyz/Lib/poplib.py", line 290, in close sock.shutdown(socket.SHUT_RDWR) OSError: [Errno 9] Bad file descriptor ====================================================================== ERROR: test_context (test.test_poplib.TestPOP3_SSLClass) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_poplib.py", line 413, in test_context context=ctx) File "/tmp/xyz/Lib/poplib.py", line 443, in __init__ POP3.__init__(self, host, port, timeout) File "/tmp/xyz/Lib/poplib.py", line 102, in __init__ self.sock = self._create_socket(timeout) File "/tmp/xyz/Lib/poplib.py", line 448, in _create_socket server_hostname=self.host) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== FAIL: test_too_long_lines (test.test_poplib.TestPOP3Class) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_poplib.py", line 292, in test_too_long_lines 'echo +%s' % ((poplib._MAXLINE + 10) * 'a')) AssertionError: error_proto not raised by _shortcmd ---------------------------------------------------------------------- Ran 71 tests in 1.574s FAILED (failures=1, errors=3) 0:00:21 load avg: 0.92 [6/7/4] test_ssl test_ssl: testing with 'OpenSSL 1.1.1f 31 Mar 2020' (1, 1, 1, 6, 15) under Linux ('debian', 'bullseye/sid', '') HAS_SNI = True OP_ALL = 0x80000054 OP_NO_TLSv1_1 = 0x10000000 test__create_stdlib_context (test.test_ssl.ContextTests) ... ok test_cert_store_stats (test.test_ssl.ContextTests) ... ok test_check_hostname (test.test_ssl.ContextTests) ... ok test_ciphers (test.test_ssl.ContextTests) ... ok test_constructor (test.test_ssl.ContextTests) ... ok test_create_default_context (test.test_ssl.ContextTests) ... ok test_get_ca_certs (test.test_ssl.ContextTests) ... ok test_load_cert_chain (test.test_ssl.ContextTests) ... ok test_load_default_certs (test.test_ssl.ContextTests) ... ok test_load_default_certs_env (test.test_ssl.ContextTests) ... ok test_load_default_certs_env_windows (test.test_ssl.ContextTests) ... skipped 'Windows specific' test_load_dh_params (test.test_ssl.ContextTests) ... ERROR test_load_verify_cadata (test.test_ssl.ContextTests) ... ok test_load_verify_locations (test.test_ssl.ContextTests) ... ok test_options (test.test_ssl.ContextTests) ... skipped 'bpo-36576: fail on OpenSSL 1.1.1' test_protocol (test.test_ssl.ContextTests) ... ok test_session_stats (test.test_ssl.ContextTests) ... ok test_set_default_verify_paths (test.test_ssl.ContextTests) ... ok test_set_ecdh_curve (test.test_ssl.ContextTests) ... ok test_sni_callback (test.test_ssl.ContextTests) ... ok test_sni_callback_refcycle (test.test_ssl.ContextTests) ... ok test_verify_flags (test.test_ssl.ContextTests) ... ok test_verify_mode (test.test_ssl.ContextTests) ... ok test_DER_to_PEM (test.test_ssl.BasicSocketTests) ... ok test_asn1object (test.test_ssl.BasicSocketTests) ... ok test_cert_time_to_seconds (test.test_ssl.BasicSocketTests) ... ok test_cert_time_to_seconds_locale (test.test_ssl.BasicSocketTests) ... skipped 'locale-specific month name needs to be different from C locale' test_cert_time_to_seconds_timezone (test.test_ssl.BasicSocketTests) ... ok test_constants (test.test_ssl.BasicSocketTests) ... ok test_dealloc_warn (test.test_ssl.BasicSocketTests) ... ok test_empty_cert (test.test_ssl.BasicSocketTests) Wrapping with an empty cert file ... ok test_enum_certificates (test.test_ssl.BasicSocketTests) ... skipped 'Windows specific' test_enum_crls (test.test_ssl.BasicSocketTests) ... skipped 'Windows specific' test_errors (test.test_ssl.BasicSocketTests) ... ok test_get_default_verify_paths (test.test_ssl.BasicSocketTests) ... ok test_malformed_cert (test.test_ssl.BasicSocketTests) Wrapping with a badly formatted certificate (syntax error) ... ok test_malformed_key (test.test_ssl.BasicSocketTests) Wrapping with a badly formatted key (syntax error) ... ok test_match_hostname (test.test_ssl.BasicSocketTests) ... ok test_openssl_version (test.test_ssl.BasicSocketTests) ... ok test_parse_all_sans (test.test_ssl.BasicSocketTests) ... ok test_parse_cert (test.test_ssl.BasicSocketTests) ... {'issuer': ((('countryName', 'XY'),), (('localityName', 'Castle Anthrax'),), (('organizationName', 'Python Software Foundation'),), (('commonName', 'localhost'),)), 'notAfter': 'Aug 26 14:23:15 2028 GMT', 'notBefore': 'Aug 29 14:23:15 2018 GMT', 'serialNumber': '98A7CF88C74A32ED', 'subject': ((('countryName', 'XY'),), (('localityName', 'Castle Anthrax'),), (('organizationName', 'Python Software Foundation'),), (('commonName', 'localhost'),)), 'subjectAltName': (('DNS', 'localhost'),), 'version': 3} {'OCSP': ('http://ocsp.verisign.com',), 'caIssuers': ('http://SVRIntl-G3-aia.verisign.com/SVRIntlG3.cer',), 'crlDistributionPoints': ('http://SVRIntl-G3-crl.verisign.com/SVRIntlG3.crl',), 'issuer': ((('countryName', 'US'),), (('organizationName', 'VeriSign, Inc.'),), (('organizationalUnitName', 'VeriSign Trust Network'),), (('organizationalUnitName', 'Terms of use at https://www.verisign.com/rpa (c)10'),), (('commonName', 'VeriSign Class 3 International Server CA - G3'),)), 'notAfter': 'Sep 20 23:59:59 2012 GMT', 'notBefore': 'Sep 21 00:00:00 2011 GMT', 'serialNumber': '2EE6EA7640A075CEE5005F4D7C79549A', 'subject': ((('countryName', 'FI'),), (('stateOrProvinceName', 'Espoo'),), (('localityName', 'Espoo'),), (('organizationName', 'Nokia'),), (('organizationalUnitName', 'BI'),), (('commonName', 'projects.developer.nokia.com'),)), 'subjectAltName': (('DNS', 'projects.developer.nokia.com'), ('DNS', 'projects.forum.nokia.com')), 'version': 3} ok test_parse_cert_CVE_2013_4238 (test.test_ssl.BasicSocketTests) ... {'issuer': ((('countryName', 'US'),), (('stateOrProvinceName', 'Oregon'),), (('localityName', 'Beaverton'),), (('organizationName', 'Python Software Foundation'),), (('organizationalUnitName', 'Python Core Development'),), (('commonName', 'null.python.org\x00example.org'),), (('emailAddress', 'python-dev@python.org'),)), 'notAfter': 'Aug 7 13:12:52 2013 GMT', 'notBefore': 'Aug 7 13:11:52 2013 GMT', 'serialNumber': '00', 'subject': ((('countryName', 'US'),), (('stateOrProvinceName', 'Oregon'),), (('localityName', 'Beaverton'),), (('organizationName', 'Python Software Foundation'),), (('organizationalUnitName', 'Python Core Development'),), (('commonName', 'null.python.org\x00example.org'),), (('emailAddress', 'python-dev@python.org'),)), 'subjectAltName': (('DNS', 'altnull.python.org\x00example.com'), ('email', 'null@python.org\x00user@example.org'), ('URI', 'http://null.python.org\x00http://example.org'), ('IP Address', '192.0.2.1'), ('IP Address', '2001:DB8:0:0:0:0:0:1\n')), 'version': 3} ok test_parse_cert_CVE_2019_5010 (test.test_ssl.BasicSocketTests) ... {'issuer': ((('countryName', 'UK'),), (('commonName', 'cody-ca'),)), 'notAfter': 'Jun 14 18:00:58 2028 GMT', 'notBefore': 'Jun 18 18:00:58 2018 GMT', 'serialNumber': '02', 'subject': ((('countryName', 'UK'),), (('commonName', 'codenomicon-vm-2.test.lal.cisco.com'),)), 'subjectAltName': (('DNS', 'codenomicon-vm-2.test.lal.cisco.com'),), 'version': 3} ok test_purpose_enum (test.test_ssl.BasicSocketTests) ... ok test_random (test.test_ssl.BasicSocketTests) ... RAND_status is 1 (sufficient randomness) ok test_random_fork (test.test_ssl.BasicSocketTests) ... ok test_refcycle (test.test_ssl.BasicSocketTests) ... ok test_server_side (test.test_ssl.BasicSocketTests) ... ok test_str_for_enums (test.test_ssl.BasicSocketTests) ... ok test_timeout (test.test_ssl.BasicSocketTests) ... ok test_tls_unique_channel_binding (test.test_ssl.BasicSocketTests) ... ok test_unknown_channel_binding (test.test_ssl.BasicSocketTests) ... ok test_unsupported_dtls (test.test_ssl.BasicSocketTests) ... ok test_wrapped_unconnected (test.test_ssl.BasicSocketTests) ... ok test_lib_reason (test.test_ssl.SSLErrorTests) ... ok test_str (test.test_ssl.SSLErrorTests) ... ok test_subclass (test.test_ssl.SSLErrorTests) ... ERROR test_buffer_types (test.test_ssl.MemoryBIOTests) ... ok test_eof (test.test_ssl.MemoryBIOTests) ... ok test_error_types (test.test_ssl.MemoryBIOTests) ... ok test_pending (test.test_ssl.MemoryBIOTests) ... ok test_read_write (test.test_ssl.MemoryBIOTests) ... ok test_alpn_protocols (test.test_ssl.ThreadedTests) ... skipped 'bpo-36576: fail on OpenSSL 1.1.1' test_asyncore_server (test.test_ssl.ThreadedTests) Check the example asyncore integration. ... server: new connection from 127.0.0.1:40488 client: sending b'FOO\n'... server: read b'FOO\n' from client client: read b'foo\n' client: closing connection. server: read b'over\n' from client client: connection closed. cleanup: stopping server. cleanup: joining server thread. server: closed connection server: read b'' from client cleanup: successfully joined. ok test_check_hostname (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 60006) server: bad connection attempt from ('127.0.0.1', 60006): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_compression (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 43620) server: bad connection attempt from ('127.0.0.1', 43620): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_compression_disabled (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 36032) server: bad connection attempt from ('127.0.0.1', 36032): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_crl_check (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 38912) server: bad connection attempt from ('127.0.0.1', 38912): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_default_ciphers (test.test_ssl.ThreadedTests) ... skipped 'no DES cipher available' test_default_ecdh_curve (test.test_ssl.ThreadedTests) ... skipped 'bpo-36576: fail on OpenSSL 1.1.1' test_dh_params (test.test_ssl.ThreadedTests) ... ERROR test_do_handshake_enotconn (test.test_ssl.ThreadedTests) ... ok test_echo (test.test_ssl.ThreadedTests) Basic test of an SSL client connecting to a server ... server: new connection from ('127.0.0.1', 49640) client: sending b'FOO\n'... server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: selected protocol is now None client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. server: new connection from ('127.0.0.1', 49970) server: bad connection attempt from ('127.0.0.1', 49970): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) server: new connection from ('127.0.0.1', 50002) server: bad connection attempt from ('127.0.0.1', 50002): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) server: new connection from ('127.0.0.1', 51550) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: selected protocol is now None client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: sending b'FOO\n'... client: read b'foo\n' client: closing connection. test_getpeercert (test.test_ssl.ThreadedTests) ... {'issuer': ((('countryName', 'XY'),), (('localityName', 'Castle Anthrax'),), (('organizationName', 'Python Software Foundation'),), (('commonName', 'localhost'),)), 'notAfter': 'Aug 26 14:23:15 2028 GMT', 'notBefore': 'Aug 29 14:23:15 2018 GMT', 'serialNumber': '98A7CF88C74A32ED', 'subject': ((('countryName', 'XY'),), (('localityName', 'Castle Anthrax'),), (('organizationName', 'Python Software Foundation'),), (('commonName', 'localhost'),)), 'subjectAltName': (('DNS', 'localhost'),), 'version': 3} Connection cipher is ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256). ok test_getpeercert_enotconn (test.test_ssl.ThreadedTests) ... ok test_handshake_timeout (test.test_ssl.ThreadedTests) ... ok test_nonblocking_send (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 59854) server: bad connection attempt from ('127.0.0.1', 59854): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_npn_protocols (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 42800) server: bad connection attempt from ('127.0.0.1', 42800): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_protocol_sslv2 (test.test_ssl.ThreadedTests) Connecting to an SSLv2 server with various client options ... skipped 'OpenSSL is compiled without SSLv2 support' test_protocol_sslv23 (test.test_ssl.ThreadedTests) Connecting to an SSLv23 server with various client options ... PROTOCOL_TLS->PROTOCOL_TLS CERT_NONE PROTOCOL_TLSv1->PROTOCOL_TLS CERT_NONE ERROR test_protocol_sslv3 (test.test_ssl.ThreadedTests) Connecting to an SSLv3 server with various client options ... skipped 'OpenSSL is compiled without SSLv3 support' test_protocol_tlsv1 (test.test_ssl.ThreadedTests) Connecting to a TLSv1 server with various client options ... PROTOCOL_TLSv1->PROTOCOL_TLSv1 CERT_NONE ERROR test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests) Connecting to a TLSv1.1 server with various client options. ... PROTOCOL_TLSv1_1->PROTOCOL_TLSv1_1 CERT_NONE ERROR test_protocol_tlsv1_2 (test.test_ssl.ThreadedTests) Connecting to a TLSv1.2 server with various client options. ... PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_2 CERT_NONE {PROTOCOL_TLS->PROTOCOL_TLSv1_2} CERT_NONE PROTOCOL_TLSv1_2->PROTOCOL_TLS CERT_NONE {PROTOCOL_TLSv1->PROTOCOL_TLSv1_2} CERT_NONE {PROTOCOL_TLSv1_2->PROTOCOL_TLSv1} CERT_NONE {PROTOCOL_TLSv1_1->PROTOCOL_TLSv1_2} CERT_NONE {PROTOCOL_TLSv1_2->PROTOCOL_TLSv1_1} CERT_NONE ok test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests) ... ok test_recv_send (test.test_ssl.ThreadedTests) Test recv(), send() and friends. ... server: new connection from ('127.0.0.1', 60486) server: bad connection attempt from ('127.0.0.1', 60486): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_recv_zero (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 60824) server: bad connection attempt from ('127.0.0.1', 60824): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_rude_shutdown (test.test_ssl.ThreadedTests) A brutal shutdown of an SSL server should raise an OSError ... ok test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 38954) server: bad connection attempt from ('127.0.0.1', 38954): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 59722) server: bad connection attempt from ('127.0.0.1', 59722): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_selected_npn_protocol (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 32878) server: bad connection attempt from ('127.0.0.1', 32878): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_sendfile (test.test_ssl.ThreadedTests) ... ok test_server_accept (test.test_ssl.ThreadedTests) ... ok test_shared_ciphers (test.test_ssl.ThreadedTests) ... skipped 'bpo-36576: fail on OpenSSL 1.1.1' test_sni_callback (test.test_ssl.ThreadedTests) ... server: new connection from ('127.0.0.1', 50702) server: bad connection attempt from ('127.0.0.1', 50702): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_sni_callback_alert (test.test_ssl.ThreadedTests) ... FAIL test_sni_callback_raising (test.test_ssl.ThreadedTests) ... FAIL test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests) ... FAIL test_socketserver (test.test_ssl.ThreadedTests) Using socketserver to create and manage SSL connections. ... server (('127.0.0.1', 43957):43957 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [02/Jul/2020 00:25:34] "GET /keycert.pem HTTP/1.1" 200 - client: read 4058 bytes from remote server '>' stopping HTTPS server joining HTTPS thread ok test_starttls (test.test_ssl.ThreadedTests) Switching from clear text to encrypted and back again. ... client: sending b'msg 1'... server: new connection from ('127.0.0.1', 42474) server: read b'msg 1' (unencrypted), sending back b'msg 1' (unencrypted)... client: read b'msg 1' from server client: sending b'MSG 2'... server: read b'MSG 2' (unencrypted), sending back b'msg 2' (unencrypted)... client: read b'msg 2' from server client: sending b'STARTTLS'... server: read STARTTLS from client, sending OK... client: read b'ok' from server, starting TLS... server: bad connection attempt from ('127.0.0.1', 42474): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_tls_unique_channel_binding (test.test_ssl.ThreadedTests) Test tls-unique channel binding. ... server: new connection from ('127.0.0.1', 43686) server: bad connection attempt from ('127.0.0.1', 43686): Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ERROR test_version_basic (test.test_ssl.ThreadedTests) ... ERROR test_wrong_cert (test.test_ssl.ThreadedTests) Connecting when the server rejects the client's certificate ... ERROR ====================================================================== ERROR: test_load_dh_params (test.test_ssl.ContextTests) ---------------------------------------------------------------------- ssl.SSLError: [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:3233) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1078, in test_load_dh_params ctx.load_dh_params(DHFILE) SystemError: returned a result with an error set ====================================================================== ERROR: test_subclass (test.test_ssl.SSLErrorTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 1354, in test_subclass c.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_check_hostname (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 2392, in test_check_hostname s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_compression (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3133, in test_compression chatty=True, connectionchatty=True) File "/tmp/xyz/Lib/test/test_ssl.py", line 2186, in server_params_test s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_compression_disabled (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3145, in test_compression_disabled chatty=True, connectionchatty=True) File "/tmp/xyz/Lib/test/test_ssl.py", line 2186, in server_params_test s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_crl_check (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 2351, in test_crl_check s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_dh_params (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- ssl.SSLError: [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:3233) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3152, in test_dh_params context.load_dh_params(DHFILE) SystemError: returned a result with an error set ====================================================================== ERROR: test_echo (test.test_ssl.ThreadedTests) (protocol='PROTOCOL_TLSv1') Basic test of an SSL client connecting to a server ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 2292, in test_echo chatty=True, connectionchatty=True) File "/tmp/xyz/Lib/test/test_ssl.py", line 2186, in server_params_test s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_echo (test.test_ssl.ThreadedTests) (protocol='PROTOCOL_TLSv1_1') Basic test of an SSL client connecting to a server ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 2292, in test_echo chatty=True, connectionchatty=True) File "/tmp/xyz/Lib/test/test_ssl.py", line 2186, in server_params_test s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_nonblocking_send (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 2904, in test_nonblocking_send s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_npn_protocols (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3248, in test_npn_protocols chatty=True, connectionchatty=True) File "/tmp/xyz/Lib/test/test_ssl.py", line 2186, in server_params_test s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_protocol_sslv23 (test.test_ssl.ThreadedTests) Connecting to an SSLv23 server with various client options ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 2528, in test_protocol_sslv23 try_protocol_combo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_TLSv1, 'TLSv1') File "/tmp/xyz/Lib/test/test_ssl.py", line 2259, in try_protocol_combo chatty=False, connectionchatty=False) File "/tmp/xyz/Lib/test/test_ssl.py", line 2186, in server_params_test s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_protocol_tlsv1 (test.test_ssl.ThreadedTests) Connecting to a TLSv1 server with various client options ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 2576, in test_protocol_tlsv1 try_protocol_combo(ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_TLSv1, 'TLSv1') File "/tmp/xyz/Lib/test/test_ssl.py", line 2259, in try_protocol_combo chatty=False, connectionchatty=False) File "/tmp/xyz/Lib/test/test_ssl.py", line 2186, in server_params_test s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests) Connecting to a TLSv1.1 server with various client options. ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 2594, in test_protocol_tlsv1_1 try_protocol_combo(ssl.PROTOCOL_TLSv1_1, ssl.PROTOCOL_TLSv1_1, 'TLSv1.1') File "/tmp/xyz/Lib/test/test_ssl.py", line 2259, in try_protocol_combo chatty=False, connectionchatty=False) File "/tmp/xyz/Lib/test/test_ssl.py", line 2186, in server_params_test s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_recv_send (test.test_ssl.ThreadedTests) Test recv(), send() and friends. ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 2762, in test_recv_send s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_recv_zero (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 2876, in test_recv_zero s = ssl.wrap_socket(s, suppress_ragged_eofs=False) File "/tmp/xyz/Lib/ssl.py", line 1077, in wrap_socket ciphers=ciphers) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() OSError: [Errno 0] Error ====================================================================== ERROR: test_selected_alpn_protocol (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3166, in test_selected_alpn_protocol chatty=True, connectionchatty=True) File "/tmp/xyz/Lib/test/test_ssl.py", line 2186, in server_params_test s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_selected_alpn_protocol_if_server_uses_alpn (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3178, in test_selected_alpn_protocol_if_server_uses_alpn chatty=True, connectionchatty=True) File "/tmp/xyz/Lib/test/test_ssl.py", line 2186, in server_params_test s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_selected_npn_protocol (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3228, in test_selected_npn_protocol chatty=True, connectionchatty=True) File "/tmp/xyz/Lib/test/test_ssl.py", line 2186, in server_params_test s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_sni_callback (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3287, in test_sni_callback sni_name='supermessage') File "/tmp/xyz/Lib/test/test_ssl.py", line 2186, in server_params_test s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ======================================================================Exception in thread Thread-280: Traceback (most recent call last): File "/tmp/xyz/Lib/threading.py", line 914, in _bootstrap_inner self.run() File "/tmp/xyz/Lib/test/test_ssl.py", line 1928, in run if not self.wrap_conn(): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() OSError: [Errno 0] Error Exception in thread Thread-292: Traceback (most recent call last): File "/tmp/xyz/Lib/threading.py", line 914, in _bootstrap_inner self.run() File "/tmp/xyz/Lib/test/test_ssl.py", line 1928, in run if not self.wrap_conn(): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() OSError: [Errno 0] Error Exception in thread Thread-296: Traceback (most recent call last): File "/tmp/xyz/Lib/threading.py", line 914, in _bootstrap_inner self.run() File "/tmp/xyz/Lib/test/test_ssl.py", line 1928, in run if not self.wrap_conn(): File "/tmp/xyz/Lib/test/test_ssl.py", line 1873, in wrap_conn self.sock, server_side=True) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() OSError: [Errno 0] Error test test_ssl failed ERROR: test_starttls (test.test_ssl.ThreadedTests) Switching from clear text to encrypted and back again. ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 2664, in test_starttls conn = ssl.wrap_socket(s, ssl_version=ssl.PROTOCOL_TLSv1) File "/tmp/xyz/Lib/ssl.py", line 1077, in wrap_socket ciphers=ciphers) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_tls_unique_channel_binding (test.test_ssl.ThreadedTests) Test tls-unique channel binding. ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3089, in test_tls_unique_channel_binding s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_version_basic (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3047, in test_version_basic s.connect((HOST, server.port)) File "/tmp/xyz/Lib/ssl.py", line 1027, in connect self._real_connect(addr, False) File "/tmp/xyz/Lib/ssl.py", line 1018, in _real_connect self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL] internal error (_ssl.c:728) ====================================================================== ERROR: test_wrong_cert (test.test_ssl.ThreadedTests) Connecting when the server rejects the client's certificate ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 2429, in test_wrong_cert ssl_version=ssl.PROTOCOL_TLSv1) as s: File "/tmp/xyz/Lib/ssl.py", line 1077, in wrap_socket ciphers=ciphers) File "/tmp/xyz/Lib/ssl.py", line 699, in __init__ self._context.load_cert_chain(certfile, keyfile) ssl.SSLError: [SSL: EE_KEY_TOO_SMALL] ee key too small (_ssl.c:2951) ====================================================================== FAIL: test_sni_callback_alert (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3326, in test_sni_callback_alert self.assertEqual(cm.exception.reason, 'TLSV1_ALERT_ACCESS_DENIED') AssertionError: None != 'TLSV1_ALERT_ACCESS_DENIED' ====================================================================== FAIL: test_sni_callback_raising (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3342, in test_sni_callback_raising self.assertEqual(cm.exception.reason, 'SSLV3_ALERT_HANDSHAKE_FAILURE') AssertionError: None != 'SSLV3_ALERT_HANDSHAKE_FAILURE' ====================================================================== FAIL: test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_ssl.py", line 3360, in test_sni_callback_wrong_return_type self.assertEqual(cm.exception.reason, 'TLSV1_ALERT_INTERNAL_ERROR') AssertionError: None != 'TLSV1_ALERT_INTERNAL_ERROR' ---------------------------------------------------------------------- Ran 103 tests in 0.780s FAILED (failures=3, errors=24, skipped=11) 0:00:22 load avg: 0.92 [7/7/5] test_urllib2_localnet test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests) ... ok test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests) ... ok test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests) ... ok test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests) ... ok test_proxy_with_bad_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests) ... ok test_proxy_with_no_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests) ... ok test_200 (test.test_urllib2_localnet.TestUrlopen) ... ok test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen) ... ok test_404 (test.test_urllib2_localnet.TestUrlopen) ... ok test_basic (test.test_urllib2_localnet.TestUrlopen) ... ok test_chunked (test.test_urllib2_localnet.TestUrlopen) ... ok test_geturl (test.test_urllib2_localnet.TestUrlopen) ... ok test_https (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server joining HTTPS thread ok test_https_sni (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server joining HTTPS thread ERROR test_https_with_cadefault (test.test_urllib2_localnet.TestUrlopen) ... stopping HTTPS server joining HTTPS thread ok test_https_with_cafile (test.test_urllib2_localnet.TestUrlopen) ... ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 53406) stopping HTTPS server ---------------------------------------- joining HTTPS thread stopping HTTPS server joining HTTPS thread ok test_info (test.test_urllib2_localnet.TestUrlopen) ... ok test_iteration (test.test_urllib2_localnet.TestUrlopen) ... ok test_line_iteration (test.test_urllib2_localnet.TestUrlopen) ... ok test_redirection (test.test_urllib2_localnet.TestUrlopen) ... ok test_sending_headers (test.test_urllib2_localnet.TestUrlopen) ... Got an error: [SSL] internal error (_ssl.c:728) Got an error: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:728) Got an error: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:728) Traceback (most recent call last): File "/tmp/xyz/Lib/socketserver.py", line 313, in _handle_request_noblock self.process_request(request, client_address) File "/tmp/xyz/Lib/socketserver.py", line 341, in process_request self.finish_request(request, client_address) File "/tmp/xyz/Lib/socketserver.py", line 354, in finish_request self.RequestHandlerClass(request, client_address, self) File "/tmp/xyz/Lib/socketserver.py", line 681, in __init__ self.handle() File "/tmp/xyz/Lib/http/server.py", line 422, in handle self.handle_one_request() File "/tmp/xyz/Lib/http/server.py", line 390, in handle_one_request self.raw_requestline = self.rfile.readline(65537) File "/tmp/xyz/Lib/socket.py", line 576, in readinto return self._sock.recv_into(b) File "/tmp/xyz/Lib/ssl.py", line 937, in recv_into return self.read(nbytes, buffer) File "/tmp/xyz/Lib/ssl.py", line 799, in read return self._sslobj.read(len, buffer) File "/tmp/xyz/Lib/ssl.py", line 583, in read v = self._sslobj.read(len, buffer) ConnectionResetError: [Errno 104] Connection reset by peer test test_urllib2_localnet failed ok ====================================================================== ERROR: test_https_sni (test.test_urllib2_localnet.TestUrlopen) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/xyz/Lib/urllib/request.py", line 1285, in do_open h.request(req.get_method(), req.selector, req.data, headers) File "/tmp/xyz/Lib/http/client.py", line 1145, in request self._send_request(method, url, body, headers) File "/tmp/xyz/Lib/http/client.py", line 1190, in _send_request self.endheaders(body) File "/tmp/xyz/Lib/http/client.py", line 1141, in endheaders self._send_output(message_body) File "/tmp/xyz/Lib/http/client.py", line 945, in _send_output self.send(msg) File "/tmp/xyz/Lib/http/client.py", line 888, in send self.connect() File "/tmp/xyz/Lib/http/client.py", line 1299, in connect server_hostname=server_hostname) File "/tmp/xyz/Lib/ssl.py", line 385, in wrap_socket _context=self) File "/tmp/xyz/Lib/ssl.py", line 760, in __init__ self.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 996, in do_handshake self._sslobj.do_handshake() File "/tmp/xyz/Lib/ssl.py", line 641, in do_handshake self._sslobj.do_handshake() OSError: [Errno 0] Error During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/tmp/xyz/Lib/test/test_urllib2_localnet.py", line 594, in test_https_sni self.urlopen("https://localhost:%s" % handler.port, context=context) File "/tmp/xyz/Lib/test/test_urllib2_localnet.py", line 460, in urlopen f = urllib.request.urlopen(url, data, **kwargs) File "/tmp/xyz/Lib/urllib/request.py", line 163, in urlopen return opener.open(url, data, timeout) File "/tmp/xyz/Lib/urllib/request.py", line 466, in open response = self._open(req, data) File "/tmp/xyz/Lib/urllib/request.py", line 484, in _open '_open', req) File "/tmp/xyz/Lib/urllib/request.py", line 444, in _call_chain result = func(*args) File "/tmp/xyz/Lib/urllib/request.py", line 1328, in https_open context=self._context, check_hostname=self._check_hostname) File "/tmp/xyz/Lib/urllib/request.py", line 1287, in do_open raise URLError(err) urllib.error.URLError: ---------------------------------------------------------------------- Ran 21 tests in 3.838s FAILED (errors=1) 1 test OK. 6 tests failed: test_asyncio test_ftplib test_httplib test_poplib test_ssl test_urllib2_localnet Tests result: FAILURE