** 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_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_cancelled (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_once_in_executor_handle (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_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_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_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_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_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_check_resolved_address (test.test_asyncio.test_base_events.BaseEventTests) ... ok test_check_resolved_sock_type (test.test_asyncio.test_base_events.BaseEventTests) ... 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_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests) ... ok test_callback_with_exception (test.test_asyncio.test_events.HandleTests) ... ok test_handle (test.test_asyncio.test_events.HandleTests) ... ok test_handle_from_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_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.ProactorEventLoopTests) ... ok test_add_signal_handler (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No SIGKILL' test_call_later (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_close (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_close_running_event_loop (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_create_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... ERROR test_create_connection_local_addr (test.test_asyncio.test_events.ProactorEventLoopTests) ... ERROR test_create_connection_local_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests) ... ERROR test_create_connection_sock (test.test_asyncio.test_events.ProactorEventLoopTests) ... ERROR test_create_datagram_endpoint (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have create_datagram_endpoint()' test_create_datagram_endpoint_sock (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_create_server (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No SO_REUSEPORT' test_create_server_sock (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_create_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_create_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests) ... E:\GitHub\cpython\lib\asyncio\sslproto.py:327: ResourceWarning: unclosed transport warnings.warn("unclosed transport %r" % self, ResourceWarning) ok test_create_ssl_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... ERROR test_create_ssl_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets' test_create_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets' test_create_unix_server (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets' test_create_unix_server_path_socket_error (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets' test_create_unix_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets' test_create_unix_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets' test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets' test_internal_fds (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'loop is not a BaseSelectorEventLoop' test_legacy_create_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop incompatible with legacy SSL' test_legacy_create_server_ssl_match_failed (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop incompatible with legacy SSL' test_legacy_create_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop incompatible with legacy SSL' test_legacy_create_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop incompatible with legacy SSL' test_legacy_create_ssl_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop incompatible with legacy SSL' test_legacy_create_ssl_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets' test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets' test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets' test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets' test_prompt_cancellation (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_read_pipe (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows" test_read_pty_output (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows" test_reader_callback (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_reader()' test_reader_callback_cancel (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_reader()' test_remove_fds_after_closing (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_reader()' test_run_in_executor (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_run_until_complete (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_server_close (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_signal_handling_args (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No SIGALRM' test_signal_handling_while_selecting (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No SIGALRM' test_sock_accept (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_sock_client_fail (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_sock_client_ops (test.test_asyncio.test_events.ProactorEventLoopTests) ... ERROR test_sock_connect_address (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_exec (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_interactive (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_kill (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't have SIGHUP" test_subprocess_shell (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_stderr (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_terminate (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_timeout_rounding (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok test_unix_sock_client_ops (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets' test_write_pipe (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows" test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows" test_write_pty (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows" test_writer_callback (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_writer()' test_writer_callback_cancel (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_writer()' 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) ... skipped 'No SIGKILL' 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_create_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR test_create_connection_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ERROR 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) ... skipped 'No SO_REUSEPORT' 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) ... ok 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) ... skipped 'No UNIX Sockets' test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets' test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets' test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets' test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets' test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets' test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets' 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) ... ok 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) ... skipped 'No UNIX Sockets' test_legacy_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets' test_legacy_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets' test_legacy_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets' test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows" test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows" 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) ... skipped 'No SIGALRM' test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No SIGALRM' 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) ... ERROR test_sock_connect_address (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_unix_sock_client_ops (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets' test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows" test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows" test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows" 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_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_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_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_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_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_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 (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_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_exception_and_close (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_eof_received_waiter (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) ... ERROR test_open_connection_error (test.test_asyncio.test_streams.StreamReaderTests) ... ERROR test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamReaderTests) ... ERROR test_open_unix_connection (test.test_asyncio.test_streams.StreamReaderTests) ... skipped 'No UNIX Sockets' test_open_unix_connection_error (test.test_asyncio.test_streams.StreamReaderTests) ... skipped 'No UNIX Sockets' test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamReaderTests) ... skipped 'No UNIX Sockets' test_read (test.test_asyncio.test_streams.StreamReaderTests) ... ok test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamReaderTests) ... skipped "Don't have pipes" 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) ... skipped 'No UNIX Sockets' 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.SubprocessProactorTests) ... ok test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_communicate (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_kill (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_pause_reading (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_popen_error (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_send_signal (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... skipped "Don't have SIGHUP" test_shell (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_start_new_session (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok test_terminate (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... 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_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_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_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_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_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_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_cancel_outer_coro (test.test_asyncio.test_tasks.TimeoutTests) ... ok test_for_race_conditions (test.test_asyncio.test_tasks.TimeoutTests) ... ok test_outer_coro_is_not_cancelled (test.test_asyncio.test_tasks.TimeoutTests) ... ok test_raise_runtimeerror_if_no_task (test.test_asyncio.test_tasks.TimeoutTests) ... ok test_timeout (test.test_asyncio.test_tasks.TimeoutTests) ... ok test_timeout_blocking_loop (test.test_asyncio.test_tasks.TimeoutTests) ... ok test_timeout_canceled_error_is_converted_to_timeout (test.test_asyncio.test_tasks.TimeoutTests) ... ok test_timeout_finish_in_time (test.test_asyncio.test_tasks.TimeoutTests) ... ok test_timeout_gloabal_loop (test.test_asyncio.test_tasks.TimeoutTests) ... ok test_timeout_not_relevant_exception (test.test_asyncio.test_tasks.TimeoutTests) ... ok test_timeout_time (test.test_asyncio.test_tasks.TimeoutTests) ... 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.test_asyncio.test_unix_events (unittest.loader.ModuleSkipped) ... skipped 'UNIX only' test_close (test.test_asyncio.test_windows_events.ProactorTests) ... ok test_connect_pipe_cancel (test.test_asyncio.test_windows_events.ProactorTests) ... ok test_double_bind (test.test_asyncio.test_windows_events.ProactorTests) ... ok test_pipe (test.test_asyncio.test_windows_events.ProactorTests) ... ok test_wait_for_handle (test.test_asyncio.test_windows_events.ProactorTests) ... ok test_wait_for_handle_cancel (test.test_asyncio.test_windows_events.ProactorTests) ... ok test_pipe_handle (test.test_asyncio.test_windows_utils.PipeTests) ... ok test_pipe_overlapped (test.test_asyncio.test_windows_utils.PipeTests) ... ok test_popen (test.test_asyncio.test_windows_utils.PopenTests) ... ok test_winsocketpair (test.test_asyncio.test_windows_utils.WinsocketpairTests) ... ok test_winsocketpair_close (test.test_asyncio.test_windows_utils.WinsocketpairTests) ... skipped 'socket.socketpair is available' test_winsocketpair_exc (test.test_asyncio.test_windows_utils.WinsocketpairTests) ... skipped 'socket.socketpair is available' test_winsocketpair_invalid_args (test.test_asyncio.test_windows_utils.WinsocketpairTests) ... ok test_winsocketpair_ipv6 (test.test_asyncio.test_windows_utils.WinsocketpairTests) ... ok ====================================================================== ERROR: test_create_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 566, in test_create_connection with test_utils.run_test_server() as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_create_connection_local_addr (test.test_asyncio.test_events.ProactorEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 727, in test_create_connection_local_addr with test_utils.run_test_server() as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 738, in test_create_connection_local_addr_in_use with test_utils.run_test_server() as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_create_connection_sock (test.test_asyncio.test_events.ProactorEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 583, in test_create_connection_sock with test_utils.run_test_server() as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_create_ssl_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 693, in test_create_ssl_connection with test_utils.run_test_server(use_ssl=True) as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_sock_client_ops (test.test_asyncio.test_events.ProactorEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 433, in test_sock_client_ops with test_utils.run_test_server() as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 566, in test_create_connection with test_utils.run_test_server() as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 727, in test_create_connection_local_addr with test_utils.run_test_server() as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 738, in test_create_connection_local_addr_in_use with test_utils.run_test_server() as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_create_connection_sock (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 583, in test_create_connection_sock with test_utils.run_test_server() as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 693, in test_create_ssl_connection with test_utils.run_test_server(use_ssl=True) as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_legacy_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 703, in test_legacy_create_ssl_connection self.test_create_ssl_connection() File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 693, in test_create_ssl_connection with test_utils.run_test_server(use_ssl=True) as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_sock_client_ops (test.test_asyncio.test_events.SelectEventLoopTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_events.py", line 433, in test_sock_client_ops with test_utils.run_test_server() as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_open_connection (test.test_asyncio.test_streams.StreamReaderTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_streams.py", line 53, in test_open_connection with test_utils.run_test_server() as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_open_connection_error (test.test_asyncio.test_streams.StreamReaderTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_streams.py", line 109, in test_open_connection_error with test_utils.run_test_server() as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamReaderTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_asyncio\test_streams.py", line 79, in test_open_connection_no_loop_ssl with test_utils.run_test_server(use_ssl=True) as httpd: File "E:\GitHub\cpython\lib\contextlib.py", line 59, in __enter__ return next(self.gen) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 230, in run_test_server server_ssl_cls=SSLWSGIServer) File "E:\GitHub\cpython\lib\asyncio\test_utils.py", line 147, in _run_test_server httpd = server_class(address, SilentWSGIRequestHandler) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\wsgiref\simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ---------------------------------------------------------------------- Ran 797 tests in 12.570s FAILED (errors=16, skipped=64) ** test_codecencodings_iso2022 ** test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP) ... ok test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP2) ... ok test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... skipped 'iso2022_kr.txt cannot be used to test "chunk coding"' test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... FAIL test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... FAIL test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... FAIL test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... FAIL test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_KR) ... ok ====================================================================== FAIL: test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_KR) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\multibytecodec_support.py", line 208, in test_incrementaldecoder self.assertEqual(ostream.getvalue(), self.tstring[1]) AssertionError: b'\xe[334 chars]\x80\n\xed\x9a\xa8\xec\x9c\xa8\xec\xa0\x81\xec[1668 chars]4.\n' != b'\xe[334 chars]\x80\r\n\xed\x9a\xa8\xec\x9c\xa8\xec\xa0\x81\x[1682 chars]\r\n' ====================================================================== FAIL: test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_KR) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\multibytecodec_support.py", line 191, in test_incrementalencoder self.assertEqual(ostream.getvalue(), self.tstring[0]) AssertionError: b"\x1[143 chars]\x0f\r\n\x0eH?@2@{@N\x0f \x0e0m>> ') AssertionError: != '>>> ' ====================================================================== FAIL: test_ps2 (test.test_code_module.TestInteractiveConsole) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_code_module.py", line 40, in test_ps2 self.assertEqual(self.sysmod.ps2, '... ') AssertionError: != '... ' ---------------------------------------------------------------------- Ran 8 tests in 0.085s FAILED (failures=2) ** test_distutils ** test_check_archive_formats (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_compress_deprecated (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... skipped 'The compress program is required' test_make_archive (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_archive_bztar (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_archive_cwd (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_archive_gztar (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_archive_owner_group (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_archive_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_archive_xztar (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_tarball (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_tarball_bzip2 (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_tarball_extended (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_tarball_gzip (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_tarball_latin1 (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_tarball_xz (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_zipfile (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_make_zipfile_no_zlib (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... ok test_tarfile_root_owner (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... skipped 'Requires grp and pwd support' test_tarfile_vs_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase) ... skipped 'Need the tar, gzip and zlib command to run' test_formats (distutils.tests.test_bdist.BuildTestCase) ... ok test_skip_build (distutils.tests.test_bdist.BuildTestCase) ... ok test_simple_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase) ... ok test_minimal (distutils.tests.test_bdist_msi.BDistMSITestCase) ... ok test_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase) ... skipped 'spurious sdtout/stderr output under Mac OS X' test_quiet (distutils.tests.test_bdist_rpm.BuildRpmTestCase) ... skipped 'spurious sdtout/stderr output under Mac OS X' test_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase) ... ok test_finalize_options (distutils.tests.test_build.BuildTestCase) ... ok test_build_libraries (distutils.tests.test_build_clib.BuildCLibTestCase) ... ok test_check_library_dist (distutils.tests.test_build_clib.BuildCLibTestCase) ... ok test_finalize_options (distutils.tests.test_build_clib.BuildCLibTestCase) ... ok test_get_source_files (distutils.tests.test_build_clib.BuildCLibTestCase) ... ok test_run (distutils.tests.test_build_clib.BuildCLibTestCase) ... skipped "can't test on Windows" test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase) ... ERROR test_check_extensions_list (distutils.tests.test_build_ext.BuildExtTestCase) ... ok test_compiler_option (distutils.tests.test_build_ext.BuildExtTestCase) ... ok test_deployment_target_default (distutils.tests.test_build_ext.BuildExtTestCase) ... skipped 'test only relevant for MacOSX' test_deployment_target_higher_ok (distutils.tests.test_build_ext.BuildExtTestCase) ... skipped 'test only relevant for MacOSX' test_deployment_target_too_low (distutils.tests.test_build_ext.BuildExtTestCase) ... skipped 'test only relevant for MacOSX' test_ext_fullpath (distutils.tests.test_build_ext.BuildExtTestCase) ... ok test_finalize_options (distutils.tests.test_build_ext.BuildExtTestCase) ... ok test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase) ... ERROR test_get_source_files (distutils.tests.test_build_ext.BuildExtTestCase) ... ok test_optional_extension (distutils.tests.test_build_ext.BuildExtTestCase) ... ERROR test_solaris_enable_shared (distutils.tests.test_build_ext.BuildExtTestCase) ... ok test_user_site (distutils.tests.test_build_ext.BuildExtTestCase) ... ok test_build_ext (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ERROR test_check_extensions_list (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok test_compiler_option (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok test_deployment_target_default (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... skipped 'test only relevant for MacOSX' test_deployment_target_higher_ok (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... skipped 'test only relevant for MacOSX' test_deployment_target_too_low (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... skipped 'test only relevant for MacOSX' test_ext_fullpath (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok test_finalize_options (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok test_get_outputs (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ERROR test_get_source_files (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok test_optional_extension (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ERROR test_solaris_enable_shared (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok test_user_site (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ... ok test_byte_compile (distutils.tests.test_build_py.BuildPyTestCase) ... ok test_byte_compile_optimized (distutils.tests.test_build_py.BuildPyTestCase) ... ok test_dir_in_package_data (distutils.tests.test_build_py.BuildPyTestCase) ... ok test_dont_write_bytecode (distutils.tests.test_build_py.BuildPyTestCase) ... ok test_empty_package_dir (distutils.tests.test_build_py.BuildPyTestCase) ... ok test_package_data (distutils.tests.test_build_py.BuildPyTestCase) ... ok test_build (distutils.tests.test_build_scripts.BuildScriptsTestCase) ... ok test_default_settings (distutils.tests.test_build_scripts.BuildScriptsTestCase) ... ok test_version_int (distutils.tests.test_build_scripts.BuildScriptsTestCase) ... ok test_check_all (distutils.tests.test_check.CheckTestCase) ... ok test_check_document (distutils.tests.test_check.CheckTestCase) ... skipped "won't test without docutils" test_check_metadata (distutils.tests.test_check.CheckTestCase) ... ok test_check_restructuredtext (distutils.tests.test_check.CheckTestCase) ... skipped "won't test without docutils" test_check_restructuredtext_with_syntax_highlight (distutils.tests.test_check.CheckTestCase) ... skipped "won't test without docutils" test_simple_run (distutils.tests.test_clean.cleanTestCase) ... ok test_debug_print (distutils.tests.test_cmd.CommandTestCase) ... ok test_dump_options (distutils.tests.test_cmd.CommandTestCase) ... ok test_ensure_dirname (distutils.tests.test_cmd.CommandTestCase) ... ok test_ensure_filename (distutils.tests.test_cmd.CommandTestCase) ... ok test_ensure_string (distutils.tests.test_cmd.CommandTestCase) ... ok test_ensure_string_list (distutils.tests.test_cmd.CommandTestCase) ... ok test_make_file (distutils.tests.test_cmd.CommandTestCase) ... ok test_server_empty_registration (distutils.tests.test_config.PyPIRCCommandTestCase) ... ok test_server_registration (distutils.tests.test_config.PyPIRCCommandTestCase) ... ok test_clean (distutils.tests.test_config_cmd.ConfigTestCase) ... ok test_dump_file (distutils.tests.test_config_cmd.ConfigTestCase) ... ok test_finalize_options (distutils.tests.test_config_cmd.ConfigTestCase) ... ok test_search_cpp (distutils.tests.test_config_cmd.ConfigTestCase) ... skipped "can't test on Windows" test_debug_mode (distutils.tests.test_core.CoreTestCase) ... ok test_run_setup_defines_subclass (distutils.tests.test_core.CoreTestCase) ... ok test_run_setup_preserves_sys_argv (distutils.tests.test_core.CoreTestCase) ... ok test_run_setup_provides_file (distutils.tests.test_core.CoreTestCase) ... ok test_run_setup_uses_current_dir (distutils.tests.test_core.CoreTestCase) ... ok test_check_config_h (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase) ... ok test_get_msvcr (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase) ... ok test_get_versions (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase) ... ok test_newer (distutils.tests.test_dep_util.DepUtilTestCase) ... ok test_newer_group (distutils.tests.test_dep_util.DepUtilTestCase) ... ok test_newer_pairwise (distutils.tests.test_dep_util.DepUtilTestCase) ... ok test_copy_tree_exception_in_listdir (distutils.tests.test_dir_util.DirUtilTestCase) ... ok test_copy_tree_skips_nfs_temp_files (distutils.tests.test_dir_util.DirUtilTestCase) ... ok test_copy_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase) ... ok test_create_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase) ... ok test_ensure_relative (distutils.tests.test_dir_util.DirUtilTestCase) ... ok test_mkpath_remove_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase) ... ok test_mkpath_with_custom_mode (distutils.tests.test_dir_util.DirUtilTestCase) ... skipped 'This test is only appropriate for POSIX-like systems.' test_announce (distutils.tests.test_dist.DistributionTestCase) ... ok test_command_packages_cmdline (distutils.tests.test_dist.DistributionTestCase) ... ok test_command_packages_configfile (distutils.tests.test_dist.DistributionTestCase) ... ok test_command_packages_unspecified (distutils.tests.test_dist.DistributionTestCase) ... ok test_empty_options (distutils.tests.test_dist.DistributionTestCase) ... ok test_finalize_options (distutils.tests.test_dist.DistributionTestCase) ... ok test_find_config_files_disable (distutils.tests.test_dist.DistributionTestCase) ... ok test_get_command_packages (distutils.tests.test_dist.DistributionTestCase) ... ok test_venv_install_options (distutils.tests.test_dist.DistributionTestCase) ... ok test_classifier (distutils.tests.test_dist.MetadataTestCase) ... ok test_custom_pydistutils (distutils.tests.test_dist.MetadataTestCase) ... ok test_download_url (distutils.tests.test_dist.MetadataTestCase) ... ok test_fix_help_options (distutils.tests.test_dist.MetadataTestCase) ... ok test_long_description (distutils.tests.test_dist.MetadataTestCase) ... ok test_obsoletes (distutils.tests.test_dist.MetadataTestCase) ... ok test_obsoletes_illegal (distutils.tests.test_dist.MetadataTestCase) ... ok test_provides (distutils.tests.test_dist.MetadataTestCase) ... ok test_provides_illegal (distutils.tests.test_dist.MetadataTestCase) ... ok test_read_metadata (distutils.tests.test_dist.MetadataTestCase) ... ok test_requires (distutils.tests.test_dist.MetadataTestCase) ... ok test_requires_illegal (distutils.tests.test_dist.MetadataTestCase) ... ok test_show_help (distutils.tests.test_dist.MetadataTestCase) ... ok test_simple_metadata (distutils.tests.test_dist.MetadataTestCase) ... ok test_extension_init (distutils.tests.test_extension.ExtensionTestCase) ... ok test_read_setup_file (distutils.tests.test_extension.ExtensionTestCase) ... ok test_debug_print (distutils.tests.test_filelist.FileListTestCase) ... ok test_exclude_pattern (distutils.tests.test_filelist.FileListTestCase) ... ok test_glob_to_re (distutils.tests.test_filelist.FileListTestCase) ... ok test_include_pattern (distutils.tests.test_filelist.FileListTestCase) ... ok test_process_template (distutils.tests.test_filelist.FileListTestCase) ... ok test_process_template_line (distutils.tests.test_filelist.FileListTestCase) ... ok test_remove_duplicates (distutils.tests.test_filelist.FileListTestCase) ... ok test_set_allfiles (distutils.tests.test_filelist.FileListTestCase) ... ok test_translate_pattern (distutils.tests.test_filelist.FileListTestCase) ... ok test_copy_file_hard_link (distutils.tests.test_file_util.FileUtilTestCase) ... ok test_copy_file_hard_link_failure (distutils.tests.test_file_util.FileUtilTestCase) ... ok test_move_file_exception_unpacking_rename (distutils.tests.test_file_util.FileUtilTestCase) ... ok test_move_file_exception_unpacking_unlink (distutils.tests.test_file_util.FileUtilTestCase) ... ok test_move_file_verbosity (distutils.tests.test_file_util.FileUtilTestCase) ... ok test_debug_mode (distutils.tests.test_install.InstallTestCase) ... ok test_finalize_options (distutils.tests.test_install.InstallTestCase) ... ok test_handle_extra_path (distutils.tests.test_install.InstallTestCase) ... ok test_home_installation_scheme (distutils.tests.test_install.InstallTestCase) ... ok test_record (distutils.tests.test_install.InstallTestCase) ... ok test_record_extensions (distutils.tests.test_install.InstallTestCase) ... ERROR test_user_site (distutils.tests.test_install.InstallTestCase) ... ok test_simple_run (distutils.tests.test_install_data.InstallDataTestCase) ... ok test_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase) ... ok test_byte_compile (distutils.tests.test_install_lib.InstallLibTestCase) ... ok test_dont_write_bytecode (distutils.tests.test_install_lib.InstallLibTestCase) ... ok test_finalize_options (distutils.tests.test_install_lib.InstallLibTestCase) ... ok test_get_inputs (distutils.tests.test_install_lib.InstallLibTestCase) ... ok test_get_outputs (distutils.tests.test_install_lib.InstallLibTestCase) ... ok test_default_settings (distutils.tests.test_install_scripts.InstallScriptsTestCase) ... ok test_installation (distutils.tests.test_install_scripts.InstallScriptsTestCase) ... ok test_non_ascii (distutils.tests.test_log.TestLog) ... ok test_no_compiler (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) ... ok test_reg_class (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) ... ok test_remove_entire_manifest (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) ... ok test_remove_visual_c_ref (distutils.tests.test_msvc9compiler.msvc9compilerTestCase) ... ok test_compiler_options (distutils.tests.test_msvccompiler.msvccompilerTestCase) ... ERROR test_no_compiler (distutils.tests.test_msvccompiler.msvccompilerTestCase) ... ok test_vcruntime_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) ... ERROR test_vcruntime_skip_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) ... ERROR test_check_metadata_deprecated (distutils.tests.test_register.RegisterTestCase) ... ok test_create_pypirc (distutils.tests.test_register.RegisterTestCase) ... ok test_list_classifiers (distutils.tests.test_register.RegisterTestCase) ... ok test_password_not_in_file (distutils.tests.test_register.RegisterTestCase) ... ok test_password_reset (distutils.tests.test_register.RegisterTestCase) ... ok test_register_invalid_long_description (distutils.tests.test_register.RegisterTestCase) ... skipped 'needs docutils' test_registering (distutils.tests.test_register.RegisterTestCase) ... ok test_server_empty_registration (distutils.tests.test_register.RegisterTestCase) ... ok test_server_registration (distutils.tests.test_register.RegisterTestCase) ... ok test_strict (distutils.tests.test_register.RegisterTestCase) ... skipped 'needs docutils' test_add_defaults (distutils.tests.test_sdist.SDistTestCase) ... ok test_check_metadata_deprecated (distutils.tests.test_sdist.SDistTestCase) ... ok test_finalize_options (distutils.tests.test_sdist.SDistTestCase) ... ok test_get_file_list (distutils.tests.test_sdist.SDistTestCase) ... ok test_invalid_template_unknown_command (distutils.tests.test_sdist.SDistTestCase) ... ok test_invalid_template_wrong_arguments (distutils.tests.test_sdist.SDistTestCase) ... ok test_invalid_template_wrong_path (distutils.tests.test_sdist.SDistTestCase) ... ok test_make_distribution (distutils.tests.test_sdist.SDistTestCase) ... skipped 'The tar command is not found' test_make_distribution_owner_group (distutils.tests.test_sdist.SDistTestCase) ... skipped 'Requires grp and pwd support' test_manifest_comments (distutils.tests.test_sdist.SDistTestCase) ... ok test_manifest_marker (distutils.tests.test_sdist.SDistTestCase) ... ok test_manual_manifest (distutils.tests.test_sdist.SDistTestCase) ... ok test_metadata_check_option (distutils.tests.test_sdist.SDistTestCase) ... ok test_prune_file_list (distutils.tests.test_sdist.SDistTestCase) ... ok test_server_empty_registration (distutils.tests.test_sdist.SDistTestCase) ... ok test_server_registration (distutils.tests.test_sdist.SDistTestCase) ... ok test_show_formats (distutils.tests.test_sdist.SDistTestCase) ... ok test_nt_quote_args (distutils.tests.test_spawn.SpawnTestCase) ... ok test_spawn (distutils.tests.test_spawn.SpawnTestCase) ... ok test_SO_deprecation (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_SO_in_vars (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_SO_value (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_customize_compiler (distutils.tests.test_sysconfig.SysconfigTestCase) ... skipped 'not testing if default compiler is not unix' test_customize_compiler_before_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase) ... FAIL test_get_config_h_filename (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_get_python_inc (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_get_python_lib (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_parse_makefile_base (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_parse_makefile_literal_dollar (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_srcdir (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_srcdir_independent_of_cwd (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_sysconfig_compiler_vars (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase) ... ok test_class (distutils.tests.test_text_file.TextFileTestCase) ... ok test_osx_cc_overrides_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) ... skipped 'test only relevant for OS X' test_osx_explict_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) ... skipped 'test only relevant for OS X' test_runtime_libdir_option (distutils.tests.test_unixccompiler.UnixCCompilerTestCase) ... skipped "can't test on Windows" test_finalize_options (distutils.tests.test_upload.uploadTestCase) ... ok test_saved_password (distutils.tests.test_upload.uploadTestCase) ... ok test_server_empty_registration (distutils.tests.test_upload.uploadTestCase) ... ok test_server_registration (distutils.tests.test_upload.uploadTestCase) ... ok test_upload (distutils.tests.test_upload.uploadTestCase) ... ok test_upload_fails (distutils.tests.test_upload.uploadTestCase) ... ok test_change_root (distutils.tests.test_util.UtilTestCase) ... ok test_check_environ (distutils.tests.test_util.UtilTestCase) ... ok test_convert_path (distutils.tests.test_util.UtilTestCase) ... ok test_dont_write_bytecode (distutils.tests.test_util.UtilTestCase) ... ok test_get_platform (distutils.tests.test_util.UtilTestCase) ... ok test_grok_environment_error (distutils.tests.test_util.UtilTestCase) ... ok test_rfc822_escape (distutils.tests.test_util.UtilTestCase) ... ok test_split_quoted (distutils.tests.test_util.UtilTestCase) ... ok test_strtobool (distutils.tests.test_util.UtilTestCase) ... ok test_cmp (distutils.tests.test_version.VersionTestCase) ... ok test_cmp_strict (distutils.tests.test_version.VersionTestCase) ... ok test_prerelease (distutils.tests.test_version.VersionTestCase) ... ok VersionPredicate (distutils.versionpredicate) Doctest: distutils.versionpredicate.VersionPredicate ... ok split_provision (distutils.versionpredicate) Doctest: distutils.versionpredicate.split_provision ... ok ====================================================================== ERROR: test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\distutils\tests\test_build_ext.py", line 61, in test_build_ext cmd.run() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 338, in run self.build_extensions() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 447, in build_extensions self._build_extensions_serial() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 472, in _build_extensions_serial self.build_extension(ext) File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 532, in build_extension depends=ext.depends) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 306, in compile self.initialize() File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 199, in initialize vc_env = _get_vc_env(plat_spec) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 92, in _get_vc_env universal_newlines=True, File "E:\GitHub\cpython\lib\subprocess.py", line 636, in check_output **kwargs).stdout File "E:\GitHub\cpython\lib\subprocess.py", line 705, in run stdout, stderr = process.communicate(input, timeout=timeout) File "E:\GitHub\cpython\lib\subprocess.py", line 1062, in communicate stdout = self.stdout.read() File "E:\GitHub\cpython\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 49: character maps to ====================================================================== ERROR: test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\distutils\tests\test_build_ext.py", line 313, in test_get_outputs cmd.run() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 338, in run self.build_extensions() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 447, in build_extensions self._build_extensions_serial() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 472, in _build_extensions_serial self.build_extension(ext) File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 532, in build_extension depends=ext.depends) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 306, in compile self.initialize() File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 199, in initialize vc_env = _get_vc_env(plat_spec) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 92, in _get_vc_env universal_newlines=True, File "E:\GitHub\cpython\lib\subprocess.py", line 636, in check_output **kwargs).stdout File "E:\GitHub\cpython\lib\subprocess.py", line 705, in run stdout, stderr = process.communicate(input, timeout=timeout) File "E:\GitHub\cpython\lib\subprocess.py", line 1062, in communicate stdout = self.stdout.read() File "E:\GitHub\cpython\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 49: character maps to ====================================================================== ERROR: test_optional_extension (distutils.tests.test_build_ext.BuildExtTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\distutils\tests\test_build_ext.py", line 153, in test_optional_extension cmd.run) # should raise an error File "E:\GitHub\cpython\lib\unittest\case.py", line 727, in assertRaises return context.handle('assertRaises', args, kwargs) File "E:\GitHub\cpython\lib\unittest\case.py", line 176, in handle callable_obj(*args, **kwargs) File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 338, in run self.build_extensions() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 447, in build_extensions self._build_extensions_serial() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 472, in _build_extensions_serial self.build_extension(ext) File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 532, in build_extension depends=ext.depends) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 306, in compile self.initialize() File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 199, in initialize vc_env = _get_vc_env(plat_spec) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 92, in _get_vc_env universal_newlines=True, File "E:\GitHub\cpython\lib\subprocess.py", line 636, in check_output **kwargs).stdout File "E:\GitHub\cpython\lib\subprocess.py", line 705, in run stdout, stderr = process.communicate(input, timeout=timeout) File "E:\GitHub\cpython\lib\subprocess.py", line 1062, in communicate stdout = self.stdout.read() File "E:\GitHub\cpython\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 49: character maps to ====================================================================== ERROR: test_build_ext (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\distutils\tests\test_build_ext.py", line 61, in test_build_ext cmd.run() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 338, in run self.build_extensions() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 445, in build_extensions self._build_extensions_parallel() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 467, in _build_extensions_parallel fut.result() File "E:\GitHub\cpython\lib\concurrent\futures\_base.py", line 405, in result return self.__get_result() File "E:\GitHub\cpython\lib\concurrent\futures\_base.py", line 357, in __get_result raise self._exception File "E:\GitHub\cpython\lib\concurrent\futures\thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 532, in build_extension depends=ext.depends) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 306, in compile self.initialize() File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 199, in initialize vc_env = _get_vc_env(plat_spec) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 92, in _get_vc_env universal_newlines=True, File "E:\GitHub\cpython\lib\subprocess.py", line 636, in check_output **kwargs).stdout File "E:\GitHub\cpython\lib\subprocess.py", line 705, in run stdout, stderr = process.communicate(input, timeout=timeout) File "E:\GitHub\cpython\lib\subprocess.py", line 1062, in communicate stdout = self.stdout.read() File "E:\GitHub\cpython\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 49: character maps to ====================================================================== ERROR: test_get_outputs (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\distutils\tests\test_build_ext.py", line 313, in test_get_outputs cmd.run() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 338, in run self.build_extensions() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 445, in build_extensions self._build_extensions_parallel() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 467, in _build_extensions_parallel fut.result() File "E:\GitHub\cpython\lib\concurrent\futures\_base.py", line 405, in result return self.__get_result() File "E:\GitHub\cpython\lib\concurrent\futures\_base.py", line 357, in __get_result raise self._exception File "E:\GitHub\cpython\lib\concurrent\futures\thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 532, in build_extension depends=ext.depends) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 306, in compile self.initialize() File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 199, in initialize vc_env = _get_vc_env(plat_spec) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 92, in _get_vc_env universal_newlines=True, File "E:\GitHub\cpython\lib\subprocess.py", line 636, in check_output **kwargs).stdout File "E:\GitHub\cpython\lib\subprocess.py", line 705, in run stdout, stderr = process.communicate(input, timeout=timeout) File "E:\GitHub\cpython\lib\subprocess.py", line 1062, in communicate stdout = self.stdout.read() File "E:\GitHub\cpython\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 49: character maps to ====================================================================== ERROR: test_optional_extension (distutils.tests.test_build_ext.ParallelBuildExtTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\distutils\tests\test_build_ext.py", line 153, in test_optional_extension cmd.run) # should raise an error File "E:\GitHub\cpython\lib\unittest\case.py", line 727, in assertRaises return context.handle('assertRaises', args, kwargs) File "E:\GitHub\cpython\lib\unittest\case.py", line 176, in handle callable_obj(*args, **kwargs) File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 338, in run self.build_extensions() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 445, in build_extensions self._build_extensions_parallel() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 467, in _build_extensions_parallel fut.result() File "E:\GitHub\cpython\lib\concurrent\futures\_base.py", line 405, in result return self.__get_result() File "E:\GitHub\cpython\lib\concurrent\futures\_base.py", line 357, in __get_result raise self._exception File "E:\GitHub\cpython\lib\concurrent\futures\thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 532, in build_extension depends=ext.depends) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 306, in compile self.initialize() File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 199, in initialize vc_env = _get_vc_env(plat_spec) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 92, in _get_vc_env universal_newlines=True, File "E:\GitHub\cpython\lib\subprocess.py", line 636, in check_output **kwargs).stdout File "E:\GitHub\cpython\lib\subprocess.py", line 705, in run stdout, stderr = process.communicate(input, timeout=timeout) File "E:\GitHub\cpython\lib\subprocess.py", line 1062, in communicate stdout = self.stdout.read() File "E:\GitHub\cpython\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 49: character maps to ====================================================================== ERROR: test_record_extensions (distutils.tests.test_install.InstallTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\distutils\tests\test_install.py", line 215, in test_record_extensions cmd.run() File "E:\GitHub\cpython\lib\distutils\command\install.py", line 539, in run self.run_command('build') File "E:\GitHub\cpython\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "E:\GitHub\cpython\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "E:\GitHub\cpython\lib\distutils\command\build.py", line 135, in run self.run_command(cmd_name) File "E:\GitHub\cpython\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "E:\GitHub\cpython\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 338, in run self.build_extensions() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 447, in build_extensions self._build_extensions_serial() File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 472, in _build_extensions_serial self.build_extension(ext) File "E:\GitHub\cpython\lib\distutils\command\build_ext.py", line 532, in build_extension depends=ext.depends) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 306, in compile self.initialize() File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 199, in initialize vc_env = _get_vc_env(plat_spec) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 92, in _get_vc_env universal_newlines=True, File "E:\GitHub\cpython\lib\subprocess.py", line 636, in check_output **kwargs).stdout File "E:\GitHub\cpython\lib\subprocess.py", line 705, in run stdout, stderr = process.communicate(input, timeout=timeout) File "E:\GitHub\cpython\lib\subprocess.py", line 1062, in communicate stdout = self.stdout.read() File "E:\GitHub\cpython\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 49: character maps to ====================================================================== ERROR: test_compiler_options (distutils.tests.test_msvccompiler.msvccompilerTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\distutils\tests\test_msvccompiler.py", line 45, in test_compiler_options compiler.initialize() File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 199, in initialize vc_env = _get_vc_env(plat_spec) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 92, in _get_vc_env universal_newlines=True, File "E:\GitHub\cpython\lib\subprocess.py", line 636, in check_output **kwargs).stdout File "E:\GitHub\cpython\lib\subprocess.py", line 705, in run stdout, stderr = process.communicate(input, timeout=timeout) File "E:\GitHub\cpython\lib\subprocess.py", line 1062, in communicate stdout = self.stdout.read() File "E:\GitHub\cpython\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 49: character maps to ====================================================================== ERROR: test_vcruntime_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\distutils\tests\test_msvccompiler.py", line 64, in test_vcruntime_copy compiler.initialize() File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 199, in initialize vc_env = _get_vc_env(plat_spec) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 92, in _get_vc_env universal_newlines=True, File "E:\GitHub\cpython\lib\subprocess.py", line 636, in check_output **kwargs).stdout File "E:\GitHub\cpython\lib\subprocess.py", line 705, in run stdout, stderr = process.communicate(input, timeout=timeout) File "E:\GitHub\cpython\lib\subprocess.py", line 1062, in communicate stdout = self.stdout.read() File "E:\GitHub\cpython\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 49: character maps to ====================================================================== ERROR: test_vcruntime_skip_copy (distutils.tests.test_msvccompiler.msvccompilerTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\distutils\tests\test_msvccompiler.py", line 77, in test_vcruntime_skip_copy compiler.initialize() File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 199, in initialize vc_env = _get_vc_env(plat_spec) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 92, in _get_vc_env universal_newlines=True, File "E:\GitHub\cpython\lib\subprocess.py", line 636, in check_output **kwargs).stdout File "E:\GitHub\cpython\lib\subprocess.py", line 705, in run stdout, stderr = process.communicate(input, timeout=timeout) File "E:\GitHub\cpython\lib\subprocess.py", line 1062, in communicate stdout = self.stdout.read() File "E:\GitHub\cpython\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 49: character maps to ====================================================================== FAIL: test_customize_compiler_before_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\distutils\tests\test_sysconfig.py", line 197, in test_customize_compiler_before_get_config_vars self.assertEqual(0, p.returncode, "Subprocess failed: " + outs) AssertionError: 0 != 1 : Subprocess failed: Traceback (most recent call last): File "@test_12420_tmp", line 5, in rc = config.try_compile('int x;') File "E:\GitHub\cpython\lib\distutils\command\config.py", line 227, in try_compile self._compile(body, headers, include_dirs, lang) File "E:\GitHub\cpython\lib\distutils\command\config.py", line 133, in _compile self.compiler.compile([src], include_dirs=include_dirs) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 306, in compile self.initialize() File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 199, in initialize vc_env = _get_vc_env(plat_spec) File "E:\GitHub\cpython\lib\distutils\_msvccompiler.py", line 92, in _get_vc_env universal_newlines=True, File "E:\GitHub\cpython\lib\subprocess.py", line 636, in check_output **kwargs).stdout File "E:\GitHub\cpython\lib\subprocess.py", line 705, in run stdout, stderr = process.communicate(input, timeout=timeout) File "E:\GitHub\cpython\lib\subprocess.py", line 1062, in communicate stdout = self.stdout.read() File "E:\GitHub\cpython\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 49: character maps to ---------------------------------------------------------------------- Ran 236 tests in 5.001s FAILED (failures=1, errors=10, skipped=25) Traceback (most recent call last): File "", line 1, in File "E:\GitHub\cpython\lib\test\test_distutils.py", line 13, in test_main test.support.run_unittest(distutils.tests.test_suite()) File "E:\GitHub\cpython\lib\test\support\__init__.py", line 1814, in run_unittest _run_suite(suite) File "E:\GitHub\cpython\lib\test\support\__init__.py", line 1789, in _run_suite raise TestFailed(err) test.support.TestFailed: multiple errors occurred ** test_httplib ** 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_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_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_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 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_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_attributes (test.test_httplib.HTTPSTest) ... ok test_host_port (test.test_httplib.HTTPSTest) ... ok test_local_bad_hostname (test.test_httplib.HTTPSTest) ... ERROR test_local_good_hostname (test.test_httplib.HTTPSTest) ... ERROR test_local_unknown_cert (test.test_httplib.HTTPSTest) ... ERROR test_networked (test.test_httplib.HTTPSTest) ... ok test_networked_bad_cert (test.test_httplib.HTTPSTest) ... ok test_networked_good_cert (test.test_httplib.HTTPSTest) ... ok test_networked_noverification (test.test_httplib.HTTPSTest) ... ok test_networked_trusted_by_default_cert (test.test_httplib.HTTPSTest) ... ok 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_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_100_close (test.test_httplib.PersistenceTest) ... ok test_disconnected (test.test_httplib.PersistenceTest) ... ok test_reuse_reconnect (test.test_httplib.PersistenceTest) ... ok 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 testTimeoutAttribute (test.test_httplib.TimeoutTest) ... 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) ... ok ====================================================================== ERROR: test_local_bad_hostname (test.test_httplib.HTTPSTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_httplib.py", line 1368, in test_local_bad_hostname server = self.make_server(CERT_fakehostname) File "E:\GitHub\cpython\lib\test\test_httplib.py", line 1274, in make_server return make_https_server(self, certfile=certfile) File "E:\GitHub\cpython\lib\test\ssl_servers.py", line 156, in make_https_server server = HTTPSServerThread(context, host, handler_class) File "E:\GitHub\cpython\lib\test\ssl_servers.py", line 126, in __init__ context) File "E:\GitHub\cpython\lib\test\ssl_servers.py", line 24, in __init__ _HTTPServer.__init__(self, server_address, handler_class) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_local_good_hostname (test.test_httplib.HTTPSTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_httplib.py", line 1356, in test_local_good_hostname server = self.make_server(CERT_localhost) File "E:\GitHub\cpython\lib\test\test_httplib.py", line 1274, in make_server return make_https_server(self, certfile=certfile) File "E:\GitHub\cpython\lib\test\ssl_servers.py", line 156, in make_https_server server = HTTPSServerThread(context, host, handler_class) File "E:\GitHub\cpython\lib\test\ssl_servers.py", line 126, in __init__ context) File "E:\GitHub\cpython\lib\test\ssl_servers.py", line 24, in __init__ _HTTPServer.__init__(self, server_address, handler_class) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ====================================================================== ERROR: test_local_unknown_cert (test.test_httplib.HTTPSTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\GitHub\cpython\lib\test\test_httplib.py", line 1347, in test_local_unknown_cert server = self.make_server(CERT_localhost) File "E:\GitHub\cpython\lib\test\test_httplib.py", line 1274, in make_server return make_https_server(self, certfile=certfile) File "E:\GitHub\cpython\lib\test\ssl_servers.py", line 156, in make_https_server server = HTTPSServerThread(context, host, handler_class) File "E:\GitHub\cpython\lib\test\ssl_servers.py", line 126, in __init__ context) File "E:\GitHub\cpython\lib\test\ssl_servers.py", line 24, in __init__ _HTTPServer.__init__(self, server_address, handler_class) File "E:\GitHub\cpython\lib\socketserver.py", line 443, in __init__ self.server_bind() File "E:\GitHub\cpython\lib\http\server.py", line 140, in server_bind self.server_name = socket.getfqdn(host) File "E:\GitHub\cpython\lib\socket.py", line 662, in getfqdn hostname, aliases, ipaddrs = gethostbyaddr(name) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 0: invalid continuation byte ---------------------------------------------------------------------- Ran 90 tests in 1.499s FAILED (errors=3) ** test_http_servers ** test_close_connection (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_header_buffering_of_send_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_header_buffering_of_send_header (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_header_buffering_of_send_response_only (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_header_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_header_unbuffered_when_continue (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_http_0_9 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_http_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_http_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_request_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_with_continue_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_with_continue_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_with_continue_rejected (test.test_httpservers.BaseHTTPRequestHandlerTestCase) ... ok test_command (test.test_httpservers.BaseHTTPServerTestCase) ...