You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the build, the tests fails, because the file ".flake8" are in the git, but missing in the tar archive.
/usr/bin/python3 setup.py test
running test
running egg_info
writing uvloop.egg-info/PKG-INFO
writing dependency_links to uvloop.egg-info/dependency_links.txt
writing top-level names to uvloop.egg-info/top_level.txt
reading manifest file 'uvloop.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'vendor/libuv/.git'
warning: no previously-included files matching '*' found under directory 'vendor/libuv/docs'
warning: no previously-included files matching '*' found under directory 'vendor/libuv/img'
writing manifest file 'uvloop.egg-info/SOURCES.txt'
running build_ext
copying build/lib.linux-x86_64-3.6/uvloop/loop.cpython-36m-x86_64-linux-gnu.so -> uvloop
test_aiohttp_basic_1 (test_aiohttp.Test_AIO_AioHTTP) ... ok
test_aiohttp_graceful_shutdown (test_aiohttp.Test_AIO_AioHTTP) ... ok
test_aiohttp_basic_1 (test_aiohttp.Test_UV_AioHTTP) ... ok
test_aiohttp_graceful_shutdown (test_aiohttp.Test_UV_AioHTTP) ... ok
test_call_at (test_base.TestBaseAIO) ... ok
test_call_later_1 (test_base.TestBaseAIO) ... ok
test_call_later_2 (test_base.TestBaseAIO) ... ok
test_call_later_3 (test_base.TestBaseAIO) ... ok
test_call_later_4 (test_base.TestBaseAIO) ... ok
test_call_later_negative (test_base.TestBaseAIO) ... ok
test_call_later_rounding (test_base.TestBaseAIO) ... ok
test_call_soon_1 (test_base.TestBaseAIO) ... ok
test_call_soon_2 (test_base.TestBaseAIO) ... ok
test_call_soon_3 (test_base.TestBaseAIO) ... ok
test_call_soon_base_exc (test_base.TestBaseAIO) ... ok
test_calls_debug_reporting (test_base.TestBaseAIO) ... ok
test_check_thread (test_base.TestBaseAIO) ... ok
test_close (test_base.TestBaseAIO) ... ok
test_debug_slow_callbacks (test_base.TestBaseAIO) ... ok
test_debug_slow_task_callbacks (test_base.TestBaseAIO) ... ok
test_debug_slow_timer_callbacks (test_base.TestBaseAIO) ... ok
test_default_exc_handler_callback (test_base.TestBaseAIO) ... ok
test_handle_weakref (test_base.TestBaseAIO) ... ok
test_inf_wait_for (test_base.TestBaseAIO) ... ok
test_now_update (test_base.TestBaseAIO) ... ok
test_run_once_in_executor_plain (test_base.TestBaseAIO) ... ok
test_run_until_complete_error (test_base.TestBaseAIO) ... ok
test_run_until_complete_loop (test_base.TestBaseAIO) ... ok
test_run_until_complete_loop_orphan_future_close_loop (test_base.TestBaseAIO) ... ok
test_run_until_complete_type_error (test_base.TestBaseAIO) ... ok
test_set_debug (test_base.TestBaseAIO) ... ok
test_set_exc_handler_broken (test_base.TestBaseAIO) ... ok
test_set_exc_handler_custom (test_base.TestBaseAIO) ... ok
test_set_task_factory (test_base.TestBaseAIO) ... ok
test_set_task_factory_invalid (test_base.TestBaseAIO) ... ok
test_shutdown_asyncgens_01 (test_base.TestBaseAIO) ... ok
test_shutdown_asyncgens_02 (test_base.TestBaseAIO) ... ok
test_shutdown_asyncgens_03 (test_base.TestBaseAIO) ... ok
test_big_call_later_timeout (test_base.TestBaseUV) ... ok
test_call_at (test_base.TestBaseUV) ... ok
test_call_later_1 (test_base.TestBaseUV) ... ok
test_call_later_2 (test_base.TestBaseUV) ... ok
test_call_later_3 (test_base.TestBaseUV) ... ok
test_call_later_4 (test_base.TestBaseUV) ... ok
test_call_later_negative (test_base.TestBaseUV) ... ok
test_call_later_rounding (test_base.TestBaseUV) ... ok
test_call_soon_1 (test_base.TestBaseUV) ... ok
test_call_soon_2 (test_base.TestBaseUV) ... ok
test_call_soon_3 (test_base.TestBaseUV) ... ok
test_call_soon_base_exc (test_base.TestBaseUV) ... ok
test_calls_debug_reporting (test_base.TestBaseUV) ... ok
test_check_thread (test_base.TestBaseUV) ... ok
test_close (test_base.TestBaseUV) ... ok
test_debug_slow_callbacks (test_base.TestBaseUV) ... ok
test_debug_slow_task_callbacks (test_base.TestBaseUV) ... ok
test_debug_slow_timer_callbacks (test_base.TestBaseUV) ... ok
test_default_exc_handler_broken (test_base.TestBaseUV) ... ok
test_default_exc_handler_callback (test_base.TestBaseUV) ... ok
test_handle_weakref (test_base.TestBaseUV) ... ok
test_inf_wait_for (test_base.TestBaseUV) ... ok
test_loop_call_later_handle_cancelled (test_base.TestBaseUV) ... ok
test_loop_call_soon_handle_cancelled (test_base.TestBaseUV) ... ok
test_loop_create_future (test_base.TestBaseUV) ... ok
test_loop_std_files_cloexec (test_base.TestBaseUV) ... ok
test_now_update (test_base.TestBaseUV) ... ok
test_run_once_in_executor_plain (test_base.TestBaseUV) ... ok
test_run_until_complete_error (test_base.TestBaseUV) ... ok
test_run_until_complete_loop (test_base.TestBaseUV) ... ok
test_run_until_complete_loop_orphan_future_close_loop (test_base.TestBaseUV) ... ok
test_run_until_complete_type_error (test_base.TestBaseUV) ... ok
test_set_debug (test_base.TestBaseUV) ... ok
test_set_exc_handler_broken (test_base.TestBaseUV) ... ok
test_set_exc_handler_custom (test_base.TestBaseUV) ... ok
test_set_task_factory (test_base.TestBaseUV) ... ok
test_set_task_factory_invalid (test_base.TestBaseUV) ... ok
test_shutdown_asyncgens_01 (test_base.TestBaseUV) ... ok
test_shutdown_asyncgens_02 (test_base.TestBaseUV) ... ok
test_shutdown_asyncgens_03 (test_base.TestBaseUV) ... ok
test_get_event_loop_returns_running_loop (test_base.TestPolicy) ... ok
test_running_loop_within_a_loop (test_base.TestPolicy) ... ok
test_uvloop_policy (test_base.TestPolicy) ... ok
test_task_context_1 (test_context.Test_AIO_Context) ... skipped 'requires Python 3.7'
test_task_context_2 (test_context.Test_AIO_Context) ... skipped 'requires Python 3.7'
test_task_context_3 (test_context.Test_AIO_Context) ... skipped 'requires Python 3.7'
test_task_context_4 (test_context.Test_AIO_Context) ... skipped 'requires Python 3.7'
test_task_decimal_context (test_context.Test_AIO_Context) ... skipped 'requires Python 3.7'
test_context_arg (test_context.Test_UV_Context) ... ok
test_task_context_1 (test_context.Test_UV_Context) ... skipped 'requires Python 3.7'
test_task_context_2 (test_context.Test_UV_Context) ... skipped 'requires Python 3.7'
test_task_context_3 (test_context.Test_UV_Context) ... skipped 'requires Python 3.7'
test_task_context_4 (test_context.Test_UV_Context) ... skipped 'requires Python 3.7'
test_task_decimal_context (test_context.Test_UV_Context) ... skipped 'requires Python 3.7'
test_cython_coro_is_coroutine (test_cython.TestCythonIntegration) ... ok
test_dealloc_1 (test_dealloc.TestDealloc) ... ok
test_getaddrinfo_1 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_10 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_11 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_12 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_13 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_14 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_15 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_16 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_17 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_18 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_19 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_2 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_20 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_3 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_4 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_5 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_6 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_7 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_8 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_9 (test_dns.Test_AIO_DNS) ... ok
test_getnameinfo_1 (test_dns.Test_AIO_DNS) ... ok
test_getnameinfo_2 (test_dns.Test_AIO_DNS) ... ok
test_getnameinfo_3 (test_dns.Test_AIO_DNS) ... ok
test_getnameinfo_4 (test_dns.Test_AIO_DNS) ... ok
test_getnameinfo_5 (test_dns.Test_AIO_DNS) ... ok
test_getaddrinfo_1 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_10 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_11 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_12 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_13 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_14 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_15 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_16 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_17 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_18 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_19 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_2 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_20 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_3 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_4 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_5 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_6 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_7 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_8 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_9 (test_dns.Test_UV_DNS) ... ok
test_getaddrinfo_close_loop (test_dns.Test_UV_DNS) ... skipped ''
test_getnameinfo_1 (test_dns.Test_UV_DNS) ... ok
test_getnameinfo_2 (test_dns.Test_UV_DNS) ... ok
test_getnameinfo_3 (test_dns.Test_UV_DNS) ... ok
test_getnameinfo_4 (test_dns.Test_UV_DNS) ... ok
test_getnameinfo_5 (test_dns.Test_UV_DNS) ... ok
test_executors_process_pool_01 (test_executors.TestAIOExecutors) ... ok
test_executors_process_pool_02 (test_executors.TestAIOExecutors) ... ok
test_executors_process_pool_01 (test_executors.TestUVExecutors) ... ok
test_executors_process_pool_02 (test_executors.TestUVExecutors) ... ok
test_read_pipe (test_pipes.Test_AIO_Pipes) ... ok
test_read_pty_output (test_pipes.Test_AIO_Pipes) ... ok
test_write_pipe (test_pipes.Test_AIO_Pipes) ... ok
test_write_pipe_disconnect_on_close (test_pipes.Test_AIO_Pipes) ... ok
test_write_pty (test_pipes.Test_AIO_Pipes) ... ok
test_read_pipe (test_pipes.Test_UV_Pipes) ... ok
test_read_pty_output (test_pipes.Test_UV_Pipes) ... ok
test_write_pipe (test_pipes.Test_UV_Pipes) ... ok
test_write_pipe_disconnect_on_close (test_pipes.Test_UV_Pipes) ... ok
test_write_pty (test_pipes.Test_UV_Pipes) ... ok
test_cancel_make_subprocess_transport_exec (test_process.TestAsyncio_AIO_Process) ... ok
test_cancel_post_init (test_process.TestAsyncio_AIO_Process) ... ok
test_cancel_process_wait (test_process.TestAsyncio_AIO_Process) ... ok
test_close_gets_process_closed (test_process.TestAsyncio_AIO_Process) ... ok
test_communicate (test_process.TestAsyncio_AIO_Process) ... ok
test_kill (test_process.TestAsyncio_AIO_Process) ... ok
test_send_signal (test_process.TestAsyncio_AIO_Process) ... ok
test_shell (test_process.TestAsyncio_AIO_Process) ... ok
test_start_new_session (test_process.TestAsyncio_AIO_Process) ... ok
test_stdin_not_inheritable (test_process.TestAsyncio_AIO_Process) ... ok
test_stdin_stderr_file (test_process.TestAsyncio_AIO_Process) ... ok
test_stdin_stdout_file (test_process.TestAsyncio_AIO_Process) ... ok
test_stdin_stdout_pipe (test_process.TestAsyncio_AIO_Process) ... ok
test_terminate (test_process.TestAsyncio_AIO_Process) ... ok
test_cancel_make_subprocess_transport_exec (test_process.TestAsyncio_UV_Process) ... ok
test_cancel_post_init (test_process.TestAsyncio_UV_Process) ... ok
test_cancel_process_wait (test_process.TestAsyncio_UV_Process) ... ok
test_close_gets_process_closed (test_process.TestAsyncio_UV_Process) ... ok
test_communicate (test_process.TestAsyncio_UV_Process) ... ok
test_kill (test_process.TestAsyncio_UV_Process) ... ok
test_send_signal (test_process.TestAsyncio_UV_Process) ... ok
test_shell (test_process.TestAsyncio_UV_Process) ... ok
test_start_new_session (test_process.TestAsyncio_UV_Process) ... ok
test_stdin_not_inheritable (test_process.TestAsyncio_UV_Process) ... ok
test_stdin_stderr_file (test_process.TestAsyncio_UV_Process) ... ok
test_stdin_stdout_file (test_process.TestAsyncio_UV_Process) ... ok
test_stdin_stdout_pipe (test_process.TestAsyncio_UV_Process) ... ok
test_terminate (test_process.TestAsyncio_UV_Process) ... ok
test_process_cwd_1 (test_process.Test_AIO_Process) ... ok
test_process_cwd_2 (test_process.Test_AIO_Process) ... ok
test_process_env_1 (test_process.Test_AIO_Process) ... ok
test_process_executable_1 (test_process.Test_AIO_Process) ... ok
test_process_pid_1 (test_process.Test_AIO_Process) ... ok
test_process_preexec_fn_1 (test_process.Test_AIO_Process) ... ok
test_process_preexec_fn_2 (test_process.Test_AIO_Process) ... ok
test_process_send_signal_1 (test_process.Test_AIO_Process) ... ok
test_process_streams_basic_1 (test_process.Test_AIO_Process) ... ok
test_process_streams_devnull (test_process.Test_AIO_Process) ... ok
test_process_streams_pass_fds (test_process.Test_AIO_Process) ... ok
test_process_streams_stderr_to_stdout (test_process.Test_AIO_Process) ... ok
test_subprocess_fd_leak_1 (test_process.Test_AIO_Process) ... ok
test_subprocess_fd_leak_2 (test_process.Test_AIO_Process) ... ok
test_subprocess_invalid_stdin (test_process.Test_AIO_Process) ... ok
test_process_cwd_1 (test_process.Test_UV_Process) ... ok
test_process_cwd_2 (test_process.Test_UV_Process) ... ok
test_process_env_1 (test_process.Test_UV_Process) ... ok
test_process_executable_1 (test_process.Test_UV_Process) ... ok
test_process_pid_1 (test_process.Test_UV_Process) ... ok
test_process_preexec_fn_1 (test_process.Test_UV_Process) ... ok
test_process_preexec_fn_2 (test_process.Test_UV_Process) ... ok
test_process_send_signal_1 (test_process.Test_UV_Process) ... ok
test_process_streams_basic_1 (test_process.Test_UV_Process) ... ok
test_process_streams_devnull (test_process.Test_UV_Process) ... ok
test_process_streams_pass_fds (test_process.Test_UV_Process) ... ok
test_process_streams_redirect (test_process.Test_UV_Process) ... ok
test_process_streams_stderr_to_stdout (test_process.Test_UV_Process) ... ok
test_subprocess_fd_leak_1 (test_process.Test_UV_Process) ... ok
test_subprocess_fd_leak_2 (test_process.Test_UV_Process) ... ok
test_subprocess_invalid_stdin (test_process.Test_UV_Process) ... ok
test_process_delayed_stdio__not_paused__no_stdin (test_process.Test_UV_Process_Delayed) ... ok
test_process_delayed_stdio__paused__no_stdin (test_process.Test_UV_Process_Delayed) ... ok
test_process_delayed_stdio__paused__stdin_pipe (test_process.Test_UV_Process_Delayed) ... ok
test_spawning_external_process (test_process_spawning.ProcessSpawningTestCollection)
Test spawning external process (using `popen` system call) that ... ok
test_issue39_regression (test_regr1.TestIssue39Regr) ... ok
test_signals_and_custom_handler_1 (test_signals.Test_AIO_Signals) ... ok
test_signals_coro_callback (test_signals.Test_AIO_Signals) ... ok
test_signals_invalid_signal (test_signals.Test_AIO_Signals) ... ok
test_signals_sigint_and_custom_handler (test_signals.Test_AIO_Signals) ... ok
test_signals_sigint_pycode_continue (test_signals.Test_AIO_Signals) ... ok
test_signals_sigint_pycode_stop (test_signals.Test_AIO_Signals) ... ok
test_signals_sigint_uvcode (test_signals.Test_AIO_Signals) ... ok
test_signals_sigint_uvcode_two_loop_runs (test_signals.Test_AIO_Signals) ... ok
test_wakeup_fd_unchanged (test_signals.Test_AIO_Signals) ... ok
test_asyncio_add_watcher_SIGCHLD_nop (test_signals.Test_UV_Signals) ... ok
test_signals_and_custom_handler_1 (test_signals.Test_UV_Signals) ... ok
test_signals_coro_callback (test_signals.Test_UV_Signals) ... ok
test_signals_invalid_signal (test_signals.Test_UV_Signals) ... ok
test_signals_no_SIGCHLD (test_signals.Test_UV_Signals) ... ok
test_signals_sigint_and_custom_handler (test_signals.Test_UV_Signals) ... ok
test_signals_sigint_pycode_continue (test_signals.Test_UV_Signals) ... ok
test_signals_sigint_pycode_stop (test_signals.Test_UV_Signals) ... ok
test_signals_sigint_uvcode (test_signals.Test_UV_Signals) ... ok
test_signals_sigint_uvcode_two_loop_runs (test_signals.Test_UV_Signals) ... ok
test_wakeup_fd_unchanged (test_signals.Test_UV_Signals) ... ok
test_sock_cancel_add_reader_race (test_sockets.TestAIOSockets) ... ok
test_sock_send_before_cancel (test_sockets.TestAIOSockets) ... ok
test_socket_accept_recv_send (test_sockets.TestAIOSockets) ... ok
test_socket_blocking_error (test_sockets.TestAIOSockets) ... ok
test_socket_connect_recv_send (test_sockets.TestAIOSockets) ... ok
test_socket_failed_connect (test_sockets.TestAIOSockets) ... ok
test_socket_fileno (test_sockets.TestAIOSockets) ... ok
test_socket_ipv4_nameaddr (test_sockets.TestAIOSockets) ... ok
test_socket_ipv6_addr (test_sockets.TestAIOSockets) ... ok
test_socket_sync_remove_and_immediately_close (test_sockets.TestAIOSockets) ... ok
test_add_reader_or_writer_transport_fd (test_sockets.TestUVSockets) ... ok
test_pseudosocket (test_sockets.TestUVSockets) ... ok
test_sock_cancel_add_reader_race (test_sockets.TestUVSockets) ... ok
test_sock_send_before_cancel (test_sockets.TestUVSockets) ... ok
test_socket_accept_recv_send (test_sockets.TestUVSockets) ... ok
test_socket_blocking_error (test_sockets.TestUVSockets) ... ok
test_socket_cancel_sock_recv_1 (test_sockets.TestUVSockets) ... ok
test_socket_cancel_sock_recv_2 (test_sockets.TestUVSockets) ... ok
test_socket_cancel_sock_sendall (test_sockets.TestUVSockets) ... ok
test_socket_close_loop_and_close (test_sockets.TestUVSockets) ... Task was destroyed but it is pending!
task: <Task pending coro=<<iterable_coroutine object at 0x7fed981363a8>()> wait_for=<_SyncSocketReaderFuture pending cb=[<TaskWakeupMethWrapper object at 0x7fed998d3d68>()]>>
ok
test_socket_close_many_add_readers (test_sockets.TestUVSockets) ... ok
test_socket_close_many_remove_writers (test_sockets.TestUVSockets) ... ok
test_socket_close_remove_reader (test_sockets.TestUVSockets) ... ok
test_socket_close_remove_writer (test_sockets.TestUVSockets) ... ok
test_socket_connect_and_close (test_sockets.TestUVSockets) ... ok
test_socket_connect_recv_send (test_sockets.TestUVSockets) ... ok
test_socket_failed_connect (test_sockets.TestUVSockets) ... ok
test_socket_fileno (test_sockets.TestUVSockets) ... ok
test_socket_ipv4_nameaddr (test_sockets.TestUVSockets) ... ok
test_socket_ipv6_addr (test_sockets.TestUVSockets) ... ok
test_socket_recv_and_close (test_sockets.TestUVSockets) ... ok
test_socket_recv_into_and_close (test_sockets.TestUVSockets) ... ok
test_socket_send_and_close (test_sockets.TestUVSockets) ... ok
test_socket_sync_remove (test_sockets.TestUVSockets) ... ok
test_socket_sync_remove_and_immediately_close (test_sockets.TestUVSockets) ... ok
test_flake8 (test_sourcecode.TestFlake8) ... ERROR
test_create_connection_2 (test_tcp.Test_AIO_TCP) ... ok
test_create_connection_3 (test_tcp.Test_AIO_TCP) ... ok
test_create_connection_4 (test_tcp.Test_AIO_TCP) ... ok
test_create_connection_5 (test_tcp.Test_AIO_TCP) ... ok
test_create_connection_6 (test_tcp.Test_AIO_TCP) ... skipped ''
test_create_connection_open_con_addr (test_tcp.Test_AIO_TCP) ... ok
test_create_connection_open_con_sock (test_tcp.Test_AIO_TCP) ... ok
test_create_server_1 (test_tcp.Test_AIO_TCP) ... ok
test_create_server_10 (test_tcp.Test_AIO_TCP) ... skipped ''
test_create_server_2 (test_tcp.Test_AIO_TCP) ... ok
test_create_server_3 (test_tcp.Test_AIO_TCP)
check ephemeral port can be used ... ok
test_create_server_4 (test_tcp.Test_AIO_TCP) ... ok
test_create_server_5 (test_tcp.Test_AIO_TCP) ... ok
test_create_server_6 (test_tcp.Test_AIO_TCP) ... ok
test_create_server_7 (test_tcp.Test_AIO_TCP) ... ok
test_create_server_8 (test_tcp.Test_AIO_TCP) ... skipped ''
test_create_server_9 (test_tcp.Test_AIO_TCP) ... skipped ''
test_tcp_handle_exception_in_connection_made (test_tcp.Test_AIO_TCP) ... ok
test_transport_shutdown (test_tcp.Test_AIO_TCP) ... ok
test_connect_timeout_warning (test_tcp.Test_AIO_TCPSSL) ... ok
test_create_connection_memory_leak (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_create_connection_ssl_1 (test_tcp.Test_AIO_TCPSSL) ... ok
test_create_connection_ssl_failed_certificate (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_create_connection_ssl_slow_handshake (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_create_server_ssl_1 (test_tcp.Test_AIO_TCPSSL) ... ok
test_create_server_ssl_over_ssl (test_tcp.Test_AIO_TCPSSL) ... skipped 'asyncio does not support SSL over SSL'
test_flush_before_shutdown (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_handshake_timeout_handler_leak (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_remote_shutdown_receives_trailing_data (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_renegotiation (test_tcp.Test_AIO_TCPSSL) ... skipped 'asyncio does not support renegotiation'
test_shutdown_cleanly (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_shutdown_timeout (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_shutdown_timeout_handler_leak (test_tcp.Test_AIO_TCPSSL) ... ok
test_shutdown_timeout_handler_not_set (test_tcp.Test_AIO_TCPSSL) ... ok
test_ssl_connect_accepted_socket (test_tcp.Test_AIO_TCPSSL) ... ok
test_ssl_handshake_connection_lost (test_tcp.Test_AIO_TCPSSL) ... ok
test_ssl_handshake_timeout (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_start_tls_client_buf_proto_1 (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_start_tls_client_corrupted_ssl (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_start_tls_client_reg_proto_1 (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_start_tls_server_1 (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_start_tls_slow_client_cancel (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_start_tls_wrong_args (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_write_to_closed_transport (test_tcp.Test_AIO_TCPSSL) ... skipped ''
test_connect_accepted_socket (test_tcp.Test_UV_TCP) ... ok
test_connect_accepted_socket_ssl_args (test_tcp.Test_UV_TCP) ... ok
test_create_connection_2 (test_tcp.Test_UV_TCP) ... ok
test_create_connection_3 (test_tcp.Test_UV_TCP) ... ok
test_create_connection_4 (test_tcp.Test_UV_TCP) ... ok
test_create_connection_5 (test_tcp.Test_UV_TCP) ... ok
test_create_connection_6 (test_tcp.Test_UV_TCP) ... ok
test_create_connection_open_con_addr (test_tcp.Test_UV_TCP) ... ok
test_create_connection_open_con_sock (test_tcp.Test_UV_TCP) ... ok
test_create_connection_wrong_sock (test_tcp.Test_UV_TCP) ... ok
test_create_server_1 (test_tcp.Test_UV_TCP) ... ok
test_create_server_10 (test_tcp.Test_UV_TCP) ... ok
test_create_server_2 (test_tcp.Test_UV_TCP) ... ok
test_create_server_3 (test_tcp.Test_UV_TCP)
check ephemeral port can be used ... ok
test_create_server_4 (test_tcp.Test_UV_TCP) ... ok
test_create_server_5 (test_tcp.Test_UV_TCP) ... ok
test_create_server_6 (test_tcp.Test_UV_TCP) ... ok
test_create_server_7 (test_tcp.Test_UV_TCP) ... ok
test_create_server_8 (test_tcp.Test_UV_TCP) ... ok
test_create_server_9 (test_tcp.Test_UV_TCP) ... ok
test_create_server_buffered_1 (test_tcp.Test_UV_TCP) ... ok
test_create_server_buffered_2 (test_tcp.Test_UV_TCP) ... ok
test_create_server_float_backlog (test_tcp.Test_UV_TCP) ... ok
test_create_server_stream_bittype (test_tcp.Test_UV_TCP) ... ok
test_create_server_wrong_sock (test_tcp.Test_UV_TCP) ... ok
test_flowcontrol_mixin_set_write_limits (test_tcp.Test_UV_TCP) ... ok
test_many_small_writes (test_tcp.Test_UV_TCP) ... ok
test_tcp_handle_abort_in_connection_made (test_tcp.Test_UV_TCP) ... ok
test_tcp_handle_exception_in_connection_made (test_tcp.Test_UV_TCP) ... ok
test_tcp_handle_unclosed_gc (test_tcp.Test_UV_TCP) ... ok
test_transport_get_extra_info (test_tcp.Test_UV_TCP) ... ok
test_transport_shutdown (test_tcp.Test_UV_TCP) ... ok
test_connect_timeout_warning (test_tcp.Test_UV_TCPSSL) ... ok
test_create_connection_memory_leak (test_tcp.Test_UV_TCPSSL) ... ok
test_create_connection_ssl_1 (test_tcp.Test_UV_TCPSSL) ... ok
test_create_connection_ssl_failed_certificate (test_tcp.Test_UV_TCPSSL) ... ok
test_create_connection_ssl_slow_handshake (test_tcp.Test_UV_TCPSSL) ... ok
test_create_server_ssl_1 (test_tcp.Test_UV_TCPSSL) ... ok
test_create_server_ssl_over_ssl (test_tcp.Test_UV_TCPSSL) ... ok
test_flush_before_shutdown (test_tcp.Test_UV_TCPSSL) ... ok
test_handshake_timeout_handler_leak (test_tcp.Test_UV_TCPSSL) ... ok
test_remote_shutdown_receives_trailing_data (test_tcp.Test_UV_TCPSSL) ... ok
test_renegotiation (test_tcp.Test_UV_TCPSSL) ... ok
test_shutdown_cleanly (test_tcp.Test_UV_TCPSSL) ... ok
test_shutdown_timeout (test_tcp.Test_UV_TCPSSL) ... ok
test_shutdown_timeout_handler_leak (test_tcp.Test_UV_TCPSSL) ... ok
test_shutdown_timeout_handler_not_set (test_tcp.Test_UV_TCPSSL) ... ok
test_ssl_connect_accepted_socket (test_tcp.Test_UV_TCPSSL) ... ok
test_ssl_handshake_connection_lost (test_tcp.Test_UV_TCPSSL) ... ok
test_ssl_handshake_timeout (test_tcp.Test_UV_TCPSSL) ... ok
test_start_tls_client_buf_proto_1 (test_tcp.Test_UV_TCPSSL) ... ok
test_start_tls_client_corrupted_ssl (test_tcp.Test_UV_TCPSSL) ... ok
test_start_tls_client_reg_proto_1 (test_tcp.Test_UV_TCPSSL) ... ok
test_start_tls_server_1 (test_tcp.Test_UV_TCPSSL) ... ok
test_start_tls_slow_client_cancel (test_tcp.Test_UV_TCPSSL) ... ok
test_start_tls_wrong_args (test_tcp.Test_UV_TCPSSL) ... ok
test_write_to_closed_transport (test_tcp.Test_UV_TCPSSL) ... ok
test_duplicate_methods (test_testbase.TestBaseTest) ... ok
test_duplicate_methods_parent_1 (test_testbase.TestBaseTest) ... ok
test_duplicate_methods_parent_2 (test_testbase.TestBaseTest) ... ok
test_create_datagram_1 (test_udp.Test_AIO_UDP) ... ok
test_create_datagram_endpoint_addrs_ipv4 (test_udp.Test_AIO_UDP) ... ok
test_create_datagram_endpoint_addrs_ipv6 (test_udp.Test_AIO_UDP) ... ok
test_create_datagram_endpoint_ipv6_family (test_udp.Test_AIO_UDP) ... ok
test_create_datagram_endpoint_sock (test_udp.Test_AIO_UDP) ... ok
test_create_datagram_endpoint_sock_unix_domain (test_udp.Test_AIO_UDP) ... ok
test_create_datagram_1 (test_udp.Test_UV_UDP) ... ok
test_create_datagram_endpoint_addrs_ipv4 (test_udp.Test_UV_UDP) ... ok
test_create_datagram_endpoint_addrs_ipv6 (test_udp.Test_UV_UDP) ... ok
test_create_datagram_endpoint_ipv6_family (test_udp.Test_UV_UDP) ... ok
test_create_datagram_endpoint_sock (test_udp.Test_UV_UDP) ... ok
test_create_datagram_endpoint_sock_unix_domain (test_udp.Test_UV_UDP) ... ok
test_create_datagram_endpoint_wrong_sock (test_udp.Test_UV_UDP) ... ok
test_send_after_close (test_udp.Test_UV_UDP) ... ok
test_udp_sendto_dns (test_udp.Test_UV_UDP) ... ok
test_create_unix_connection_2 (test_unix.Test_AIO_Unix) ... ok
test_create_unix_connection_3 (test_unix.Test_AIO_Unix) ... ok
test_create_unix_connection_4 (test_unix.Test_AIO_Unix) ... ok
test_create_unix_connection_5 (test_unix.Test_AIO_Unix) ... ok
test_create_unix_connection_6 (test_unix.Test_AIO_Unix) ... skipped ''
test_create_unix_connection_open_con_sock (test_unix.Test_AIO_Unix) ... ok
test_create_unix_connection_open_unix_con_addr (test_unix.Test_AIO_Unix) ... ok
test_create_unix_connection_open_unix_con_sock (test_unix.Test_AIO_Unix) ... ok
test_create_unix_server_1 (test_unix.Test_AIO_Unix) ... ok
test_create_unix_server_2 (test_unix.Test_AIO_Unix) ... ok
test_create_unix_server_3 (test_unix.Test_AIO_Unix) ... skipped ''
test_create_unix_server_existing_path_sock (test_unix.Test_AIO_Unix) ... ok
test_transport_unclosed_warning (test_unix.Test_AIO_Unix) ... ok
test_create_unix_connection_ssl_1 (test_unix.Test_AIO_UnixSSL) ... ok
test_create_unix_server_ssl_1 (test_unix.Test_AIO_UnixSSL) ... ok
test_create_unix_connection_2 (test_unix.Test_UV_Unix) ... ok
test_create_unix_connection_3 (test_unix.Test_UV_Unix) ... ok
test_create_unix_connection_4 (test_unix.Test_UV_Unix) ... ok
test_create_unix_connection_5 (test_unix.Test_UV_Unix) ... ok
test_create_unix_connection_6 (test_unix.Test_UV_Unix) ... ok
test_create_unix_connection_open_con_sock (test_unix.Test_UV_Unix) ... ok
test_create_unix_connection_open_unix_con_addr (test_unix.Test_UV_Unix) ... ok
test_create_unix_connection_open_unix_con_sock (test_unix.Test_UV_Unix) ... ok
test_create_unix_connection_pathlib (test_unix.Test_UV_Unix) ... ok
test_create_unix_server_1 (test_unix.Test_UV_Unix) ... ok
test_create_unix_server_2 (test_unix.Test_UV_Unix) ... ok
test_create_unix_server_3 (test_unix.Test_UV_Unix) ... ok
test_create_unix_server_existing_path_sock (test_unix.Test_UV_Unix) ... ok
test_create_unix_server_path_dgram (test_unix.Test_UV_Unix) ... ok
test_create_unix_server_path_stream_bittype (test_unix.Test_UV_Unix) ... ok
test_create_unix_server_pathlib (test_unix.Test_UV_Unix) ... ok
test_epollhup (test_unix.Test_UV_Unix) ... ok
test_transport_fromsock_get_extra_info (test_unix.Test_UV_Unix) ... ok
test_transport_unclosed_warning (test_unix.Test_UV_Unix) ... ok
test_create_unix_connection_ssl_1 (test_unix.Test_UV_UnixSSL) ... ok
test_create_unix_server_ssl_1 (test_unix.Test_UV_UnixSSL) ... ok
======================================================================
ERROR: test_flake8 (test_sourcecode.TestFlake8)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/uvloop-0.14.0/tests/test_sourcecode.py", line 19, in test_flake8
raise RuntimeError('could not locate .flake8 file')
RuntimeError: could not locate .flake8 file
----------------------------------------------------------------------
Ran 434 tests in 71.741s
FAILED (errors=1, skipped=35)
Test failed: <unittest.runner.TextTestResult run=434 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=434 errors=1 failures=0>
The text was updated successfully, but these errors were encountered:
jlaine
added a commit
to jlaine/uvloop
that referenced
this issue
Apr 8, 2020
After the build, the tests fails, because the file ".flake8" are in the git, but missing in the tar archive.
The text was updated successfully, but these errors were encountered: