[Python-modules-team] Bug#954533: python-tornado: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p 2.7 returned exit code 13

Lucas Nussbaum lucas at debian.org
Sun Mar 22 07:58:09 GMT 2020


Source: python-tornado
Version: 6.0.3+really5.1.1-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200321 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> PYBUILD_SYSTEM=custom PYTHONPATH=. dh_auto_test
> 	pybuild --test -i python{version} -p 2.7
> I: pybuild base:217: python2.7 ./tornado/test/runtests.py --verbose
> HTTPHeaders (tornado.httputil)
> Doctest: tornado.httputil.HTTPHeaders ... ok
> parse (tornado.httputil.HTTPHeaders)
> Doctest: tornado.httputil.HTTPHeaders.parse ... ok
> parse_line (tornado.httputil.HTTPHeaders)
> Doctest: tornado.httputil.HTTPHeaders.parse_line ... ok
> _NormalizedHeaderCache (tornado.httputil)
> Doctest: tornado.httputil._NormalizedHeaderCache ... ok
> _encode_header (tornado.httputil)
> Doctest: tornado.httputil._encode_header ... ok
> _get_content_range (tornado.httputil)
> Doctest: tornado.httputil._get_content_range ... ok
> _parse_header (tornado.httputil)
> Doctest: tornado.httputil._parse_header ... ok
> _parse_request_range (tornado.httputil)
> Doctest: tornado.httputil._parse_request_range ... ok
> format_timestamp (tornado.httputil)
> Doctest: tornado.httputil.format_timestamp ... ok
> parse_request_start_line (tornado.httputil)
> Doctest: tornado.httputil.parse_request_start_line ... ok
> parse_response_start_line (tornado.httputil)
> Doctest: tornado.httputil.parse_response_start_line ... ok
> url_concat (tornado.httputil)
> Doctest: tornado.httputil.url_concat ... ok
> import_object (tornado.util)
> Doctest: tornado.util.import_object ... ok
> test_asyncio_accessor (tornado.test.asyncio_test.AnyThreadEventLoopPolicyTest) ... skipped 'asyncio module not present'
> test_tornado_accessor (tornado.test.asyncio_test.AnyThreadEventLoopPolicyTest) ... skipped 'asyncio module not present'
> test_asyncio_adapter (tornado.test.asyncio_test.AsyncIOLoopTest) ... skipped 'asyncio module not present'
> test_asyncio_callback (tornado.test.asyncio_test.AsyncIOLoopTest) ... skipped 'asyncio module not present'
> test_asyncio_future (tornado.test.asyncio_test.AsyncIOLoopTest) ... skipped 'asyncio module not present'
> test_asyncio_yield_from (tornado.test.asyncio_test.AsyncIOLoopTest) ... skipped 'asyncio module not present'
> test_asyncio_close_leak (tornado.test.asyncio_test.LeakTest) ... skipped 'asyncio module not present'
> test_ioloop_close_leak (tornado.test.asyncio_test.LeakTest) ... skipped 'asyncio module not present'
> test_facebook_login (tornado.test.auth_test.AuthTest) ... ok
> test_oauth10_get_user (tornado.test.auth_test.AuthTest) ... ok
> test_oauth10_get_user_legacy (tornado.test.auth_test.AuthTest) ... ok
> test_oauth10_redirect (tornado.test.auth_test.AuthTest) ... ok
> test_oauth10_redirect_legacy (tornado.test.auth_test.AuthTest) ... ok
> test_oauth10_request_parameters (tornado.test.auth_test.AuthTest) ... ok
> test_oauth10a_get_user (tornado.test.auth_test.AuthTest) ... ok
> test_oauth10a_get_user_coroutine_exception (tornado.test.auth_test.AuthTest) ... ok
> test_oauth10a_get_user_legacy (tornado.test.auth_test.AuthTest) ... ok
> test_oauth10a_redirect (tornado.test.auth_test.AuthTest) ... ok
> test_oauth10a_redirect_error (tornado.test.auth_test.AuthTest) ... skipped 'mock package not present'
> test_oauth10a_redirect_legacy (tornado.test.auth_test.AuthTest) ... ok
> test_oauth10a_request_parameters (tornado.test.auth_test.AuthTest) ... ok
> test_oauth2_redirect (tornado.test.auth_test.AuthTest) ... ok
> test_openid_get_user (tornado.test.auth_test.AuthTest) ... ok
> test_openid_get_user_legacy (tornado.test.auth_test.AuthTest) ... ok
> test_openid_redirect (tornado.test.auth_test.AuthTest) ... ok
> test_openid_redirect_legacy (tornado.test.auth_test.AuthTest) ... ok
> test_twitter_authenticate_redirect (tornado.test.auth_test.AuthTest) ... ok
> test_twitter_get_user (tornado.test.auth_test.AuthTest) ... ok
> test_twitter_redirect (tornado.test.auth_test.AuthTest) ... ok
> test_twitter_redirect_gen_coroutine (tornado.test.auth_test.AuthTest) ... ok
> test_twitter_redirect_gen_engine (tornado.test.auth_test.AuthTest) ... ok
> test_twitter_redirect_legacy (tornado.test.auth_test.AuthTest) ... ok
> test_twitter_show_user (tornado.test.auth_test.AuthTest) ... ok
> test_twitter_show_user_error (tornado.test.auth_test.AuthTest) ... ok
> test_twitter_show_user_error_legacy (tornado.test.auth_test.AuthTest) ... ok
> test_twitter_show_user_legacy (tornado.test.auth_test.AuthTest) ... ok
> test_google_login (tornado.test.auth_test.GoogleOAuth2Test) ... ok
> test_reload_module (tornado.test.autoreload_test.AutoreloadTest) ... ok
> test_reload_wrapper_preservation (tornado.test.autoreload_test.AutoreloadTest) ... ok
> test_callback (tornado.test.concurrent_test.DecoratorClientTest) ... ok
> test_callback_error (tornado.test.concurrent_test.DecoratorClientTest) ... ok
> test_future (tornado.test.concurrent_test.DecoratorClientTest) ... ok
> test_future_error (tornado.test.concurrent_test.DecoratorClientTest) ... ok
> test_generator (tornado.test.concurrent_test.DecoratorClientTest) ... ok
> test_generator_error (tornado.test.concurrent_test.DecoratorClientTest) ... ok
> test_callback (tornado.test.concurrent_test.GeneratorClientTest) ... ok
> test_callback_error (tornado.test.concurrent_test.GeneratorClientTest) ... ok
> test_future (tornado.test.concurrent_test.GeneratorClientTest) ... ok
> test_future_error (tornado.test.concurrent_test.GeneratorClientTest) ... ok
> test_generator (tornado.test.concurrent_test.GeneratorClientTest) ... ok
> test_generator_error (tornado.test.concurrent_test.GeneratorClientTest) ... ok
> test_callback (tornado.test.concurrent_test.ManualClientTest) ... ok
> test_callback_error (tornado.test.concurrent_test.ManualClientTest) ... ok
> test_future (tornado.test.concurrent_test.ManualClientTest) ... ok
> test_future_error (tornado.test.concurrent_test.ManualClientTest) ... ok
> test_generator (tornado.test.concurrent_test.ManualClientTest) ... ok
> test_generator_error (tornado.test.concurrent_test.ManualClientTest) ... ok
> test_future_set_result_unless_cancelled (tornado.test.concurrent_test.MiscFutureTest) ... ok
> test_async_future (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_async_future_gen (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_callback_kw (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_callback_positional (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_delayed_failure (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_error_in_callback (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_future_traceback (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_future_traceback_legacy (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_immediate_failure (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_kw_only_callback (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_no_callback (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_no_result_future (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_no_result_future_callback (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_none_callback_kw (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_none_callback_pos (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_return_value (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_uncaught_exception_log (tornado.test.concurrent_test.ReturnFutureTest) ... ok
> test_async_await (tornado.test.concurrent_test.RunOnExecutorTest) ... skipped 'PEP 492 (async/await) not available'
> test_call_with_executor (tornado.test.concurrent_test.RunOnExecutorTest) ... ok
> test_call_with_no_args (tornado.test.concurrent_test.RunOnExecutorTest) ... ok
> test_no_calling (tornado.test.concurrent_test.RunOnExecutorTest) ... ok
> test_304_with_content_length (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_all_methods (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_basic_auth (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_basic_auth_explicit_mode (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_basic_auth_unicode (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_body_encoding (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_body_sanity_checks (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_chunked (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_chunked_close (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_configure_defaults (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_credentials_in_url (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_final_callback_stack_context (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_follow_redirect (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_future_http_error (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_future_http_error_no_raise (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_future_interface (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_header_callback (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_header_callback_stack_context (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_header_types (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_hello_world (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... skipped 'timing tests unreliable on travis'
> test_multi_line_headers (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_non_ascii_header (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_patch_receives_payload (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_post (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_put_307 (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_response_times (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_reuse_request_from_response (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_streaming_callback (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_streaming_stack_context (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_types (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_unsupported_auth_mode (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase) ... ok
> test_custom_reason (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
> test_digest_auth (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
> test_digest_auth_non_ascii (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
> test_fail_custom_reason (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
> test_failed_setup (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
> test_prepare_curl_callback_stack_context (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase) ... ok
> test_escape_return_types (tornado.test.escape_test.EscapeTestCase) ... ok
> test_json_decode (tornado.test.escape_test.EscapeTestCase) ... ok
> test_json_encode (tornado.test.escape_test.EscapeTestCase) ... ok
> test_linkify (tornado.test.escape_test.EscapeTestCase) ... ok
> test_recursive_unicode (tornado.test.escape_test.EscapeTestCase) ... ok
> test_squeeze (tornado.test.escape_test.EscapeTestCase) ... ok
> test_url_escape_quote_plus (tornado.test.escape_test.EscapeTestCase) ... ok
> test_url_escape_unicode (tornado.test.escape_test.EscapeTestCase) ... ok
> test_url_unescape_unicode (tornado.test.escape_test.EscapeTestCase) ... ok
> test_xhtml_escape (tornado.test.escape_test.EscapeTestCase) ... ok
> test_xhtml_unescape_numeric (tornado.test.escape_test.EscapeTestCase) ... ok
> test_async_raise_return (tornado.test.gen_test.GenBasicTest) ... ok
> test_async_raise_return_value (tornado.test.gen_test.GenBasicTest) ... ok
> test_async_raise_return_value_tuple (tornado.test.gen_test.GenBasicTest) ... ok
> test_bogus_yield (tornado.test.gen_test.GenBasicTest) ... ok
> test_bogus_yield_tuple (tornado.test.gen_test.GenBasicTest) ... ok
> test_exception_phase1 (tornado.test.gen_test.GenBasicTest) ... ok
> test_exception_phase2 (tornado.test.gen_test.GenBasicTest) ... ok
> test_future (tornado.test.gen_test.GenBasicTest) ... ok
> test_multi (tornado.test.gen_test.GenBasicTest) ... ok
> test_multi_delayed (tornado.test.gen_test.GenBasicTest) ... ok
> test_multi_dict (tornado.test.gen_test.GenBasicTest) ... ok
> test_multi_dict_delayed (tornado.test.gen_test.GenBasicTest) ... ok
> test_multi_dict_future (tornado.test.gen_test.GenBasicTest) ... ok
> test_multi_empty (tornado.test.gen_test.GenBasicTest) ... ok
> test_multi_exceptions (tornado.test.gen_test.GenBasicTest) ... ok
> test_multi_future (tornado.test.gen_test.GenBasicTest) ... ok
> test_multi_future_duplicate (tornado.test.gen_test.GenBasicTest) ... ok
> test_multi_future_exceptions (tornado.test.gen_test.GenBasicTest) ... ok
> test_multi_performance (tornado.test.gen_test.GenBasicTest) ... skipped 'timing tests unreliable on travis'
> test_no_yield (tornado.test.gen_test.GenBasicTest) ... ok
> test_none (tornado.test.gen_test.GenBasicTest) ... ok
> test_reuse (tornado.test.gen_test.GenBasicTest) ... ok
> test_sync_raise_return (tornado.test.gen_test.GenBasicTest) ... ok
> test_sync_raise_return_value (tornado.test.gen_test.GenBasicTest) ... ok
> test_sync_raise_return_value_tuple (tornado.test.gen_test.GenBasicTest) ... ok
> test_async_await (tornado.test.gen_test.GenCoroutineTest) ... skipped 'PEP 492 (async/await) not available'
> test_async_await_mixed_multi_native_future (tornado.test.gen_test.GenCoroutineTest) ... skipped 'PEP 492 (async/await) not available'
> test_async_await_mixed_multi_native_yieldpoint (tornado.test.gen_test.GenCoroutineTest) ... skipped 'PEP 492 (async/await) not available'
> test_async_early_return (tornado.test.gen_test.GenCoroutineTest) ... skipped 'PEP 380 (yield from) not available'
> test_async_gen_return (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_async_raise (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_async_return (tornado.test.gen_test.GenCoroutineTest) ... skipped 'PEP 380 (yield from) not available'
> test_async_return_no_value (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_async_with_timeout (tornado.test.gen_test.GenCoroutineTest) ... skipped 'PEP 492 (async/await) not available'
> test_asyncio_future_debug_info (tornado.test.gen_test.GenCoroutineTest) ... skipped 'test only relevant with asyncio Futures'
> test_asyncio_gather (tornado.test.gen_test.GenCoroutineTest) ... skipped 'asyncio module not present'
> test_asyncio_sleep_zero (tornado.test.gen_test.GenCoroutineTest) ... skipped 'PEP 492 (async/await) not available'
> test_attributes (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_coroutine_refcounting (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_is_coroutine_function (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_moment (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_pass_callback (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_py3_leak_exception_context (tornado.test.gen_test.GenCoroutineTest) ... skipped 'PEP 380 (yield from) not available'
> test_replace_context_exception (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_replace_yieldpoint_exception (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_sleep (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_swallow_context_exception (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_swallow_yieldpoint_exception (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_sync_gen_return (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_sync_raise (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_sync_return (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_sync_return_no_value (tornado.test.gen_test.GenCoroutineTest) ... ok
> test_arguments (tornado.test.gen_test.GenEngineTest) ... ok
> test_async_raise_return (tornado.test.gen_test.GenEngineTest) ... ok
> test_async_raise_return_value (tornado.test.gen_test.GenEngineTest) ... ok
> test_async_raise_return_value_tuple (tornado.test.gen_test.GenEngineTest) ... ok
> test_bogus_yield (tornado.test.gen_test.GenEngineTest) ... ok
> test_bogus_yield_tuple (tornado.test.gen_test.GenEngineTest) ... ok
> test_exception_in_task_phase1 (tornado.test.gen_test.GenEngineTest) ... ok
> test_exception_in_task_phase2 (tornado.test.gen_test.GenEngineTest) ... ok
> test_exception_in_yield (tornado.test.gen_test.GenEngineTest) ... ok
> test_exception_phase1 (tornado.test.gen_test.GenEngineTest) ... ok
> test_exception_phase2 (tornado.test.gen_test.GenEngineTest) ... ok
> test_future (tornado.test.gen_test.GenEngineTest) ... ok
> test_inline_cb (tornado.test.gen_test.GenEngineTest) ... ok
> test_ioloop_cb (tornado.test.gen_test.GenEngineTest) ... ok
> test_key_mismatch (tornado.test.gen_test.GenEngineTest) ... ok
> test_key_mismatch_tuple (tornado.test.gen_test.GenEngineTest) ... ok
> test_key_reuse (tornado.test.gen_test.GenEngineTest) ... ok
> test_key_reuse_tuple (tornado.test.gen_test.GenEngineTest) ... ok
> test_leaked_callback (tornado.test.gen_test.GenEngineTest) ... ok
> test_leaked_callback_tuple (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi_dict (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi_dict_future (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi_empty (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi_exceptions (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi_future (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi_future_delayed (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi_future_dict_delayed (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi_future_duplicate (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi_future_exceptions (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi_mixed_types (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi_performance (tornado.test.gen_test.GenEngineTest) ... skipped 'timing tests unreliable on travis'
> test_multi_yieldpoint_delayed (tornado.test.gen_test.GenEngineTest) ... ok
> test_multi_yieldpoint_dict_delayed (tornado.test.gen_test.GenEngineTest) ... ok
> test_no_yield (tornado.test.gen_test.GenEngineTest) ... ok
> test_none (tornado.test.gen_test.GenEngineTest) ... ok
> test_orphaned_callback (tornado.test.gen_test.GenEngineTest) ... ok
> test_parallel_callback (tornado.test.gen_test.GenEngineTest) ... ok
> test_raise_after_stop (tornado.test.gen_test.GenEngineTest) ... ok
> test_resume_after_exception_in_yield (tornado.test.gen_test.GenEngineTest) ... ok
> test_return_value (tornado.test.gen_test.GenEngineTest) ... ok
> test_return_value_tuple (tornado.test.gen_test.GenEngineTest) ... ok
> test_reuse (tornado.test.gen_test.GenEngineTest) ... ok
> test_stack_context_leak (tornado.test.gen_test.GenEngineTest) ... ok
> test_stack_context_leak_exception (tornado.test.gen_test.GenEngineTest) ... ok
> test_sync_raise_return (tornado.test.gen_test.GenEngineTest) ... ok
> test_sync_raise_return_value (tornado.test.gen_test.GenEngineTest) ... ok
> test_sync_raise_return_value_tuple (tornado.test.gen_test.GenEngineTest) ... ok
> test_task (tornado.test.gen_test.GenEngineTest) ... ok
> test_task_refcounting (tornado.test.gen_test.GenEngineTest) ... ok
> test_task_transfer_stack_context (tornado.test.gen_test.GenEngineTest) ... ok
> test_wait_all (tornado.test.gen_test.GenEngineTest) ... ok
> test_wait_transfer_stack_context (tornado.test.gen_test.GenEngineTest) ... ok
> test_with_arg (tornado.test.gen_test.GenEngineTest) ... ok
> test_with_arg_tuple (tornado.test.gen_test.GenEngineTest) ... ok
> test_async_prepare_error_handler (tornado.test.gen_test.GenWebTest) ... ok
> test_coroutine_exception_handler (tornado.test.gen_test.GenWebTest) ... ok
> test_coroutine_sequence_handler (tornado.test.gen_test.GenWebTest) ... ok
> test_coroutine_unfinished_sequence_handler (tornado.test.gen_test.GenWebTest) ... ok
> test_exception_handler (tornado.test.gen_test.GenWebTest) ... ok
> test_native_coroutine_handler (tornado.test.gen_test.GenWebTest) ... skipped 'PEP 492 (async/await) not available'
> test_sequence_handler (tornado.test.gen_test.GenWebTest) ... ok
> test_task_handler (tornado.test.gen_test.GenWebTest) ... ok
> test_undecorated_coroutines (tornado.test.gen_test.GenWebTest) ... ok
> test_yield_exception_handler (tornado.test.gen_test.GenWebTest) ... ok
> test_gc (tornado.test.gen_test.RunnerGCTest) ... ok
> test_gc_infinite_async_await (tornado.test.gen_test.RunnerGCTest) ... skipped 'PEP 492 (async/await) not available'
> test_gc_infinite_coro (tornado.test.gen_test.RunnerGCTest) ... ok
> test_multi_moment (tornado.test.gen_test.RunnerGCTest) ... ok
> test_already_done (tornado.test.gen_test.WaitIteratorTest) ... ok
> test_empty_iterator (tornado.test.gen_test.WaitIteratorTest) ... ok
> test_iterator (tornado.test.gen_test.WaitIteratorTest) ... ok
> test_iterator_async_await (tornado.test.gen_test.WaitIteratorTest) ... skipped 'PEP 492 (async/await) not available'
> test_no_ref (tornado.test.gen_test.WaitIteratorTest) ... ok
> test_already_resolved (tornado.test.gen_test.WithTimeoutTest) ... ok
> test_completed_concurrent_future (tornado.test.gen_test.WithTimeoutTest) ... ok
> test_completes_before_timeout (tornado.test.gen_test.WithTimeoutTest) ... ok
> test_fails_before_timeout (tornado.test.gen_test.WithTimeoutTest) ... ok
> test_normal_concurrent_future (tornado.test.gen_test.WithTimeoutTest) ... ok
> test_timeout (tornado.test.gen_test.WithTimeoutTest) ... ok
> test_timeout_concurrent_future (tornado.test.gen_test.WithTimeoutTest) ... ok
> test_http10_no_content_length (tornado.test.http1connection_test.HTTP1ConnectionTest) ... ok
> test_304_with_content_length (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_all_methods (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_basic_auth (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_basic_auth_explicit_mode (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_basic_auth_unicode (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_body_encoding (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_body_sanity_checks (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_chunked (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_chunked_close (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_configure_defaults (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_credentials_in_url (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_final_callback_stack_context (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_follow_redirect (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_future_http_error (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_future_http_error_no_raise (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_future_interface (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_header_callback (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_header_callback_stack_context (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_header_types (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_hello_world (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... skipped 'timing tests unreliable on travis'
> test_multi_line_headers (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_non_ascii_header (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_patch_receives_payload (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_post (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_put_307 (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_response_times (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_reuse_request_from_response (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_streaming_callback (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_streaming_stack_context (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_types (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_unsupported_auth_mode (tornado.test.httpclient_test.HTTPClientCommonTestCase) ... ok
> test_copy (tornado.test.httpclient_test.HTTPErrorTestCase) ... ok
> test_error_with_response (tornado.test.httpclient_test.HTTPErrorTestCase) ... ok
> test_plain_error (tornado.test.httpclient_test.HTTPErrorTestCase) ... ok
> test_body (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
> test_body_setter (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
> test_headers (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
> test_headers_setter (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
> test_if_modified_since (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
> test_null_headers_setter (tornado.test.httpclient_test.HTTPRequestTestCase) ... ok
> test_str (tornado.test.httpclient_test.HTTPResponseTestCase) ... ok
> test_bad_attribute (tornado.test.httpclient_test.RequestProxyTest) ... ok
> test_both_set (tornado.test.httpclient_test.RequestProxyTest) ... ok
> test_default_set (tornado.test.httpclient_test.RequestProxyTest) ... ok
> test_defaults_none (tornado.test.httpclient_test.RequestProxyTest) ... ok
> test_neither_set (tornado.test.httpclient_test.RequestProxyTest) ... ok
> test_request_set (tornado.test.httpclient_test.RequestProxyTest) ... ok
> test_sync_client (tornado.test.httpclient_test.SyncHTTPClientTest) ... ok
> test_sync_client_error (tornado.test.httpclient_test.SyncHTTPClientTest) ... ok
> test_missing_arguments (tornado.test.httpserver_test.BadSSLOptionsTest) ... ok
> test_missing_key (tornado.test.httpserver_test.BadSSLOptionsTest)
> A missing SSL key should cause an immediate exception. ... ok
> test_body_size_override_reset (tornado.test.httpserver_test.BodyLimitsTest) ... ok
> test_large_body_buffered (tornado.test.httpserver_test.BodyLimitsTest) ... ok
> test_large_body_buffered_chunked (tornado.test.httpserver_test.BodyLimitsTest) ... ok
> test_large_body_streaming (tornado.test.httpserver_test.BodyLimitsTest) ... ok
> test_large_body_streaming_chunked (tornado.test.httpserver_test.BodyLimitsTest) ... ok
> test_large_body_streaming_chunked_override (tornado.test.httpserver_test.BodyLimitsTest) ... ok
> test_large_body_streaming_override (tornado.test.httpserver_test.BodyLimitsTest) ... ok
> test_small_body (tornado.test.httpserver_test.BodyLimitsTest) ... ok
> test_timeout (tornado.test.httpserver_test.BodyLimitsTest) ... ok
> test_gzip (tornado.test.httpserver_test.GzipTest) ... ok
> test_uncompressed (tornado.test.httpserver_test.GzipTest) ... ok
> test_gzip_unsupported (tornado.test.httpserver_test.GzipUnsupportedTest) ... ok
> test_uncompressed (tornado.test.httpserver_test.GzipUnsupportedTest) ... ok
> test_100_continue (tornado.test.httpserver_test.HTTPConnectionTest) ... ok
> test_multipart_form (tornado.test.httpserver_test.HTTPConnectionTest) ... ok
> test_newlines (tornado.test.httpserver_test.HTTPConnectionTest) ... ok
> test_chunked_request_body (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
> test_chunked_request_uppercase (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
> test_empty_request (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
> test_invalid_content_length (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
> test_malformed_first_line_log (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
> test_malformed_first_line_response (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
> test_malformed_headers (tornado.test.httpserver_test.HTTPServerRawTest) ... ok
> test_double_slash (tornado.test.httpserver_test.HTTPServerTest) ... ok
> test_empty_post_parameters (tornado.test.httpserver_test.HTTPServerTest) ... ok
> test_empty_query_string (tornado.test.httpserver_test.HTTPServerTest) ... ok
> test_malformed_body (tornado.test.httpserver_test.HTTPServerTest) ... ok
> test_query_string_encoding (tornado.test.httpserver_test.HTTPServerTest) ... ok
> test_types (tornado.test.httpserver_test.HTTPServerTest) ... ok
> test_idle_after_use (tornado.test.httpserver_test.IdleTimeoutTest) ... skipped 'timing tests unreliable on travis'
> test_unused_connection (tornado.test.httpserver_test.IdleTimeoutTest) ... skipped 'timing tests unreliable on travis'
> test_cancel_during_download (tornado.test.httpserver_test.KeepAliveTest) ... ok
> test_finish_while_closed (tornado.test.httpserver_test.KeepAliveTest) ... ok
> test_http10 (tornado.test.httpserver_test.KeepAliveTest) ... ok
> test_http10_keepalive (tornado.test.httpserver_test.KeepAliveTest) ... ok
> test_http10_keepalive_extra_crlf (tornado.test.httpserver_test.KeepAliveTest) ... ok
> test_keepalive_chunked (tornado.test.httpserver_test.KeepAliveTest) ... ok
> test_pipelined_cancel (tornado.test.httpserver_test.KeepAliveTest) ... ok
> test_pipelined_requests (tornado.test.httpserver_test.KeepAliveTest) ... ok
> test_request_close (tornado.test.httpserver_test.KeepAliveTest) ... ok
> test_two_requests (tornado.test.httpserver_test.KeepAliveTest) ... ok
> test_legacy_interface (tornado.test.httpserver_test.LegacyInterfaceTest) ... ok
> test_manual_protocol (tornado.test.httpserver_test.ManualProtocolTest) ... ok
> test_large_headers (tornado.test.httpserver_test.MaxHeaderSizeTest) ... ok
> test_small_headers (tornado.test.httpserver_test.MaxHeaderSizeTest) ... ok
> test_error_logging (tornado.test.httpserver_test.SSLContextTest) ... ok
> test_large_post (tornado.test.httpserver_test.SSLContextTest) ... ok
> test_non_ssl_request (tornado.test.httpserver_test.SSLContextTest) ... ok
> test_ssl (tornado.test.httpserver_test.SSLContextTest) ... ok
> test_request_without_xprotocol (tornado.test.httpserver_test.SSLXHeaderTest) ... ok
> test_error_logging (tornado.test.httpserver_test.SSLv23Test) ... ok
> test_large_post (tornado.test.httpserver_test.SSLv23Test) ... ok
> test_non_ssl_request (tornado.test.httpserver_test.SSLv23Test) ... ok
> test_ssl (tornado.test.httpserver_test.SSLv23Test) ... ok
> test_error_logging (tornado.test.httpserver_test.SSLv3Test) ... ok
> test_large_post (tornado.test.httpserver_test.SSLv3Test) ... ok
> test_non_ssl_request (tornado.test.httpserver_test.SSLv3Test) ... ok
> test_ssl (tornado.test.httpserver_test.SSLv3Test) ... ok
> test_chunked_body (tornado.test.httpserver_test.StreamingChunkSizeTest) ... ok
> test_chunked_compressed (tornado.test.httpserver_test.StreamingChunkSizeTest) ... ok
> test_compressed_body (tornado.test.httpserver_test.StreamingChunkSizeTest) ... ok
> test_regular_body (tornado.test.httpserver_test.StreamingChunkSizeTest) ... ok
> test_error_logging (tornado.test.httpserver_test.TLSv1Test) ... ok
> test_large_post (tornado.test.httpserver_test.TLSv1Test) ... ok
> test_non_ssl_request (tornado.test.httpserver_test.TLSv1Test) ... ok
> test_ssl (tornado.test.httpserver_test.TLSv1Test) ... ok
> test_unix_socket (tornado.test.httpserver_test.UnixSocketTest) ... ok
> test_unix_socket_bad_request (tornado.test.httpserver_test.UnixSocketTest) ... ok
> test_ip_headers (tornado.test.httpserver_test.XHeaderTest) ... ok
> test_scheme_headers (tornado.test.httpserver_test.XHeaderTest) ... ok
> test_trusted_downstream (tornado.test.httpserver_test.XHeaderTest) ... ok
> test_datetime (tornado.test.httputil_test.FormatTimestampTest) ... ok
> test_struct_time (tornado.test.httputil_test.FormatTimestampTest) ... ok
> test_time_tuple (tornado.test.httputil_test.FormatTimestampTest) ... ok
> test_unix_time_float (tornado.test.httputil_test.FormatTimestampTest) ... ok
> test_unix_time_int (tornado.test.httputil_test.FormatTimestampTest) ... ok
> test_copy (tornado.test.httputil_test.HTTPHeadersTest) ... ok
> test_malformed_continuation (tornado.test.httputil_test.HTTPHeadersTest) ... ok
> test_multi_line (tornado.test.httputil_test.HTTPHeadersTest) ... ok
> test_optional_cr (tornado.test.httputil_test.HTTPHeadersTest) ... ok
> test_pickle_roundtrip (tornado.test.httputil_test.HTTPHeadersTest) ... ok
> test_setdefault (tornado.test.httputil_test.HTTPHeadersTest) ... ok
> test_string (tornado.test.httputil_test.HTTPHeadersTest) ... ok
> test_unicode_newlines (tornado.test.httputil_test.HTTPHeadersTest) ... ok
> test_body_is_a_byte_string (tornado.test.httputil_test.HTTPServerRequestTest) ... ok
> test_default_constructor (tornado.test.httputil_test.HTTPServerRequestTest) ... ok
> test_repr_does_not_contain_headers (tornado.test.httputil_test.HTTPServerRequestTest) ... ok
> test_boundary_starts_and_ends_with_quotes (tornado.test.httputil_test.MultipartFormDataTest) ... ok
> test_content_disposition_header_without_name_parameter (tornado.test.httputil_test.MultipartFormDataTest) ... ok
> test_data_after_final_boundary (tornado.test.httputil_test.MultipartFormDataTest) ... ok
> test_file_upload (tornado.test.httputil_test.MultipartFormDataTest) ... ok
> test_invalid_content_disposition (tornado.test.httputil_test.MultipartFormDataTest) ... ok
> test_line_does_not_end_with_correct_line_break (tornado.test.httputil_test.MultipartFormDataTest) ... ok
> test_missing_headers (tornado.test.httputil_test.MultipartFormDataTest) ... ok
> test_non_ascii_filename (tornado.test.httputil_test.MultipartFormDataTest) ... ok
> test_special_filenames (tornado.test.httputil_test.MultipartFormDataTest) ... ok
> test_unquoted_names (tornado.test.httputil_test.MultipartFormDataTest) ... ok
> test_cookie_edgecases (tornado.test.httputil_test.ParseCookieTest) ... ok
> test_invalid_cookies (tornado.test.httputil_test.ParseCookieTest) ... ok
> test_python_cookies (tornado.test.httputil_test.ParseCookieTest) ... ok
> test_parse_request_start_line (tornado.test.httputil_test.ParseRequestStartLineTest) ... ok
> test_parsing (tornado.test.httputil_test.QsParseTest) ... ok
> test_url_concat_dict_params (tornado.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_encode_args (tornado.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_mult_params (tornado.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_multi_same_params (tornado.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_multi_same_query_params (tornado.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_no_params (tornado.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_no_query_params (tornado.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_none_params (tornado.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_q_with_no_trailing_amp (tornado.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_trailing_amp (tornado.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_trailing_q (tornado.test.httputil_test.TestUrlConcat) ... ok
> test_url_concat_with_frag (tornado.test.httputil_test.TestUrlConcat) ... ok
> test_import_aliases (tornado.test.import_test.ImportTest) ... ok
> test_import_everything (tornado.test.import_test.ImportTest) ... ok
> test_add_callback_from_signal (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_add_callback_from_signal_other_thread (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_add_callback_return_sequence (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_add_callback_wakeup (tornado.test.ioloop_test.TestIOLoop) ... skipped 'timing tests unreliable on travis'
> test_add_callback_wakeup_other_thread (tornado.test.ioloop_test.TestIOLoop) ... skipped 'timing tests unreliable on travis'
> test_add_callback_while_closing (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_add_timeout_return (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_add_timeout_timedelta (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_call_at_return (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_call_later_return (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_close_file_object (tornado.test.ioloop_test.TestIOLoop)
> When a file object is used instead of a numeric file descriptor, ... ok
> test_exception_logging (tornado.test.ioloop_test.TestIOLoop)
> Uncaught exceptions get logged by the IOLoop. ... ok
> test_exception_logging_future (tornado.test.ioloop_test.TestIOLoop)
> The IOLoop examines exceptions from Futures and logs them. ... ok
> test_exception_logging_native_coro (tornado.test.ioloop_test.TestIOLoop)
> The IOLoop examines exceptions from awaitables and logs them. ... skipped 'PEP 492 (async/await) not available'
> test_handle_callback_exception (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_handler_callback_file_object (tornado.test.ioloop_test.TestIOLoop)
> The handler callback receives the same fd object it passed in. ... ok
> test_init_close_race (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_mixed_fd_fileobj (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_multiple_add (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_read_while_writeable (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_reentrant (tornado.test.ioloop_test.TestIOLoop)
> Calling start() twice should raise an error, not deadlock. ... ok
> test_remove_handler_from_handler (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_remove_timeout_after_fire (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_remove_timeout_cleanup (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_remove_timeout_from_timeout (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_remove_without_add (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_spawn_callback (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_timeout_with_arguments (tornado.test.ioloop_test.TestIOLoop) ... ok
> test_pre_wrap (tornado.test.ioloop_test.TestIOLoopAddCallback) ... ok
> test_pre_wrap_with_args (tornado.test.ioloop_test.TestIOLoopAddCallback) ... ok
> test_pre_wrap (tornado.test.ioloop_test.TestIOLoopAddCallbackFromSignal) ... ok
> test_pre_wrap_with_args (tornado.test.ioloop_test.TestIOLoopAddCallbackFromSignal) ... ok
> test_asyncio (tornado.test.ioloop_test.TestIOLoopConfiguration) ... skipped 'asyncio module not present'
> test_asyncio_main (tornado.test.ioloop_test.TestIOLoopConfiguration) ... skipped 'asyncio module not present'
> test_default (tornado.test.ioloop_test.TestIOLoopConfiguration) ... ok
> test_explicit_select (tornado.test.ioloop_test.TestIOLoopConfiguration) ... ok
> test_twisted (tornado.test.ioloop_test.TestIOLoopConfiguration) ... ok
> test_default_current (tornado.test.ioloop_test.TestIOLoopCurrent) ... ok
> test_force_current (tornado.test.ioloop_test.TestIOLoopCurrent) ... ok
> test_non_current (tornado.test.ioloop_test.TestIOLoopCurrent) ... ok
> test_clear_without_current (tornado.test.ioloop_test.TestIOLoopCurrentAsync) ... ok
> test_add_future_stack_context (tornado.test.ioloop_test.TestIOLoopFutures) ... ok
> test_add_future_threads (tornado.test.ioloop_test.TestIOLoopFutures) ... ok
> test_run_in_executor_gen (tornado.test.ioloop_test.TestIOLoopFutures) ... ok
> test_run_in_executor_native (tornado.test.ioloop_test.TestIOLoopFutures) ... skipped 'PEP 492 (async/await) not available'
> test_set_default_executor (tornado.test.ioloop_test.TestIOLoopFutures) ... ok
> test_async_exception (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_async_result (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_current (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_native_coroutine (tornado.test.ioloop_test.TestIOLoopRunSync) ... skipped 'PEP 492 (async/await) not available'
> test_sync_exception (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_sync_result (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_timeout (tornado.test.ioloop_test.TestIOLoopRunSync) ... ok
> test_basic (tornado.test.ioloop_test.TestPeriodicCallback) ... ok
> test_io_loop_set_at_start (tornado.test.ioloop_test.TestPeriodicCallback) ... ok
> test_overrun (tornado.test.ioloop_test.TestPeriodicCallback) ... ok
> test_basic (tornado.test.ioloop_test.TestPeriodicCallbackMath) ... ok
> test_clock_backwards (tornado.test.ioloop_test.TestPeriodicCallbackMath) ... ok
> test_jitter (tornado.test.ioloop_test.TestPeriodicCallbackMath) ... ok
> test_overrun (tornado.test.ioloop_test.TestPeriodicCallbackMath) ... ok
> test_async_read_error_logging (tornado.test.iostream_test.TestIOStream) ... ok
> test_close_buffered_data (tornado.test.iostream_test.TestIOStream) ... ok
> test_close_callback_with_pending_read (tornado.test.iostream_test.TestIOStream) ... ok
> test_connection_refused (tornado.test.iostream_test.TestIOStream) ... ok
> test_connection_refused_legacy (tornado.test.iostream_test.TestIOStream) ... ok
> test_delayed_close_callback (tornado.test.iostream_test.TestIOStream) ... ok
> test_flow_control (tornado.test.iostream_test.TestIOStream) ... ok
> test_future_close_callback (tornado.test.iostream_test.TestIOStream) ... ok
> test_future_delayed_close_callback (tornado.test.iostream_test.TestIOStream) ... ok
> test_future_write (tornado.test.iostream_test.TestIOStream) ... ok
> test_gaierror (tornado.test.iostream_test.TestIOStream) ... ok
> test_inline_read_error (tornado.test.iostream_test.TestIOStream) ... ok
> test_large_read_until (tornado.test.iostream_test.TestIOStream) ... ok
> test_many_mixed_reads (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_bytes_partial (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_callback_error (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_into (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_into_partial (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_into_zero_bytes (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_until_close_after_close (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_until_close_with_error (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_until_max_bytes (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_until_max_bytes_ignores_extra (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_until_max_bytes_inline (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_until_max_bytes_inline_legacy (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_until_regex_max_bytes (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_until_regex_max_bytes_ignores_extra (tornado.test.iostream_test.TestIOStream) ... ok
> test_read_until_regex_max_bytes_inline (tornado.test.iostream_test.TestIOStream) ... ok
> test_small_read_untils_from_large_buffer (tornado.test.iostream_test.TestIOStream) ... ok
> test_small_reads_from_large_buffer (tornado.test.iostream_test.TestIOStream) ... ok
> test_streaming_callback (tornado.test.iostream_test.TestIOStream) ... ok
> test_streaming_callback_with_data_in_buffer (tornado.test.iostream_test.TestIOStream) ... ok
> test_streaming_callback_with_final_callback (tornado.test.iostream_test.TestIOStream) ... ok
> test_streaming_read_until_close_after_close (tornado.test.iostream_test.TestIOStream) ... ok
> test_streaming_until_close (tornado.test.iostream_test.TestIOStream) ... ok
> test_streaming_until_close_future (tornado.test.iostream_test.TestIOStream) ... ok
> test_write_memoryview (tornado.test.iostream_test.TestIOStream) ... ok
> test_write_zero_bytes (tornado.test.iostream_test.TestIOStream) ... ok
> test_async_read_error_logging (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_close_buffered_data (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_close_callback_with_pending_read (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_connection_refused (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_connection_refused_legacy (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_delayed_close_callback (tornado.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:15:15 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_flow_control (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_future_close_callback (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_future_delayed_close_callback (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_future_write (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_gaierror (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_inline_read_error (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_large_read_until (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_many_mixed_reads (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_bytes_partial (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_callback_error (tornado.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:15:16 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_into (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_into_partial (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_into_zero_bytes (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_until_close_after_close (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_until_close_with_error (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_read_until_max_bytes (tornado.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:15:16 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_until_max_bytes_ignores_extra (tornado.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:15:16 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_until_max_bytes_inline (tornado.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:15:16 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_until_max_bytes_inline_legacy (tornado.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:15:16 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_until_regex_max_bytes (tornado.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:15:16 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_until_regex_max_bytes_ignores_extra (tornado.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:15:16 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_until_regex_max_bytes_inline (tornado.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:15:16 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_small_read_untils_from_large_buffer (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_small_reads_from_large_buffer (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_streaming_callback (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_streaming_callback_with_data_in_buffer (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_streaming_callback_with_final_callback (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_streaming_read_until_close_after_close (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_streaming_until_close (tornado.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:15:17 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_streaming_until_close_future (tornado.test.iostream_test.TestIOStreamSSL) ... [W 200322 03:15:17 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_write_memoryview (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_write_zero_bytes (tornado.test.iostream_test.TestIOStreamSSL) ... ok
> test_async_read_error_logging (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_close_buffered_data (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_close_callback_with_pending_read (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_connection_refused (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_connection_refused_legacy (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_delayed_close_callback (tornado.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:15:17 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_flow_control (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_future_close_callback (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_future_delayed_close_callback (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_future_write (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_gaierror (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_inline_read_error (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_large_read_until (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_many_mixed_reads (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_bytes_partial (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_callback_error (tornado.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_into (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_into_partial (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_into_zero_bytes (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_until_close_after_close (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_until_close_with_error (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_read_until_max_bytes (tornado.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_until_max_bytes_ignores_extra (tornado.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_until_max_bytes_inline (tornado.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_until_max_bytes_inline_legacy (tornado.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_until_regex_max_bytes (tornado.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_until_regex_max_bytes_ignores_extra (tornado.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_until_regex_max_bytes_inline (tornado.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_small_read_untils_from_large_buffer (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_small_reads_from_large_buffer (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_streaming_callback (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_streaming_callback_with_data_in_buffer (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_streaming_callback_with_final_callback (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_streaming_read_until_close_after_close (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_streaming_until_close (tornado.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_streaming_until_close_future (tornado.test.iostream_test.TestIOStreamSSLContext) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_write_memoryview (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_write_zero_bytes (tornado.test.iostream_test.TestIOStreamSSLContext) ... ok
> test_check_hostname (tornado.test.iostream_test.TestIOStreamStartTLS) ... ok
> test_handshake_fail (tornado.test.iostream_test.TestIOStreamStartTLS) ... ok
> test_start_tls_smtp (tornado.test.iostream_test.TestIOStreamStartTLS) ... ok
> test_connection_closed (tornado.test.iostream_test.TestIOStreamWebHTTP) ... ok
> test_future_close_while_reading (tornado.test.iostream_test.TestIOStreamWebHTTP) ... ok
> test_future_interface (tornado.test.iostream_test.TestIOStreamWebHTTP)
> Basic test of IOStream's ability to return Futures. ... ok
> test_future_read_until_close (tornado.test.iostream_test.TestIOStreamWebHTTP) ... ok
> test_read_until_close (tornado.test.iostream_test.TestIOStreamWebHTTP) ... ok
> test_read_zero_bytes (tornado.test.iostream_test.TestIOStreamWebHTTP) ... ok
> test_write_while_connecting (tornado.test.iostream_test.TestIOStreamWebHTTP) ... ok
> test_connection_closed (tornado.test.iostream_test.TestIOStreamWebHTTPS) ... ok
> test_future_close_while_reading (tornado.test.iostream_test.TestIOStreamWebHTTPS) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_future_interface (tornado.test.iostream_test.TestIOStreamWebHTTPS)
> Basic test of IOStream's ability to return Futures. ... ok
> test_future_read_until_close (tornado.test.iostream_test.TestIOStreamWebHTTPS) ... ERROR
> test_read_until_close (tornado.test.iostream_test.TestIOStreamWebHTTPS) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_read_zero_bytes (tornado.test.iostream_test.TestIOStreamWebHTTPS) ... ok
> test_write_while_connecting (tornado.test.iostream_test.TestIOStreamWebHTTPS) ... [W 200322 03:15:18 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_close_buffered_data (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_close_callback_with_pending_read (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_delayed_close_callback (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_flow_control (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_future_close_callback (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_future_delayed_close_callback (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_large_read_until (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_many_mixed_reads (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_pipe_iostream (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_pipe_iostream_big_write (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_read_bytes_partial (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_read_into (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_read_into_partial (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_read_into_zero_bytes (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_read_until_close_after_close (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_read_until_max_bytes (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_read_until_max_bytes_ignores_extra (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_read_until_max_bytes_inline (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_read_until_max_bytes_inline_legacy (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_read_until_regex_max_bytes (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_read_until_regex_max_bytes_ignores_extra (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_read_until_regex_max_bytes_inline (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_small_read_untils_from_large_buffer (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_small_reads_from_large_buffer (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_streaming_callback (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_streaming_callback_with_data_in_buffer (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_streaming_callback_with_final_callback (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_streaming_read_until_close_after_close (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_streaming_until_close (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_streaming_until_close_future (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_write_memoryview (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_write_zero_bytes (tornado.test.iostream_test.TestPipeIOStream) ... ok
> test_large (tornado.test.iostream_test.TestStreamBuffer) ... ok
> test_small (tornado.test.iostream_test.TestStreamBuffer) ... ok
> test_wait_for_handshake_already_connected (tornado.test.iostream_test.WaitForHandshakeTest) ... ok
> test_wait_for_handshake_already_waiting_error (tornado.test.iostream_test.WaitForHandshakeTest) ... ok
> test_wait_for_handshake_callback (tornado.test.iostream_test.WaitForHandshakeTest) ... ok
> test_wait_for_handshake_future (tornado.test.iostream_test.WaitForHandshakeTest) ... ok
> test_format_date (tornado.test.locale_test.EnglishTest) ... ok
> test_format_day (tornado.test.locale_test.EnglishTest) ... ok
> test_friendly_number (tornado.test.locale_test.EnglishTest) ... ok
> test_list (tornado.test.locale_test.EnglishTest) ... ok
> test_non_ascii_name (tornado.test.locale_test.LocaleDataTest) ... ok
> test_csv (tornado.test.locale_test.TranslationLoaderTest) ... ok
> test_csv_bom (tornado.test.locale_test.TranslationLoaderTest) ... ok
> test_gettext (tornado.test.locale_test.TranslationLoaderTest) ... ok
> test_release_unacquired (tornado.test.locks_test.BoundedSemaphoreTest) ... ok
> test_garbage_collection (tornado.test.locks_test.ConditionTest) ... ok
> test_nested_notify (tornado.test.locks_test.ConditionTest) ... ok
> test_notify (tornado.test.locks_test.ConditionTest) ... ok
> test_notify_1 (tornado.test.locks_test.ConditionTest) ... ok
> test_notify_all (tornado.test.locks_test.ConditionTest) ... ok
> test_notify_all_with_timeout (tornado.test.locks_test.ConditionTest) ... ok
> test_notify_n (tornado.test.locks_test.ConditionTest) ... ok
> test_notify_n_with_timeout (tornado.test.locks_test.ConditionTest) ... ok
> test_repr (tornado.test.locks_test.ConditionTest) ... ok
> test_wait_timeout (tornado.test.locks_test.ConditionTest) ... ok
> test_wait_timeout_preempted (tornado.test.locks_test.ConditionTest) ... ok
> test_event (tornado.test.locks_test.EventTest) ... ok
> test_event_set_multiple (tornado.test.locks_test.EventTest) ... ok
> test_event_timeout (tornado.test.locks_test.EventTest) ... ok
> test_event_wait_clear (tornado.test.locks_test.EventTest) ... ok
> test_repr (tornado.test.locks_test.EventTest) ... ok
> test_acquire_fifo (tornado.test.locks_test.LockTests) ... ok
> test_acquire_fifo_async_with (tornado.test.locks_test.LockTests) ... skipped 'PEP 492 (async/await) not available'
> test_acquire_release (tornado.test.locks_test.LockTests) ... ok
> test_acquire_timeout (tornado.test.locks_test.LockTests) ... ok
> test_context_manager_misuse (tornado.test.locks_test.LockTests) ... ok
> test_multi_release (tornado.test.locks_test.LockTests) ... ok
> test_repr (tornado.test.locks_test.LockTests) ... ok
> test_yield_lock (tornado.test.locks_test.LockTests) ... ok
> test_context_manager (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_context_manager_async_await (tornado.test.locks_test.SemaphoreContextManagerTest) ... skipped 'PEP 492 (async/await) not available'
> test_context_manager_contended (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_context_manager_exception (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_context_manager_misuse (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_context_manager_timeout (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_context_manager_timeout_error (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_yield_sem (tornado.test.locks_test.SemaphoreContextManagerTest) ... ok
> test_acquire (tornado.test.locks_test.SemaphoreTest) ... ok
> test_acquire_timeout (tornado.test.locks_test.SemaphoreTest) ... ok
> test_acquire_timeout_preempted (tornado.test.locks_test.SemaphoreTest) ... ok
> test_garbage_collection (tornado.test.locks_test.SemaphoreTest) ... ok
> test_negative_value (tornado.test.locks_test.SemaphoreTest) ... ok
> test_release_unacquired (tornado.test.locks_test.SemaphoreTest) ... ok
> test_repr (tornado.test.locks_test.SemaphoreTest) ... ok
> test_bad_host (tornado.test.netutil_test.BlockingResolverErrorTest) ... skipped 'Prevent internet access during build'
> test_future_interface_bad_host (tornado.test.netutil_test.BlockingResolverErrorTest) ... skipped 'Prevent internet access during build'
> test_future_interface (tornado.test.netutil_test.BlockingResolverTest) ... skipped 'network access disabled'
> test_localhost (tornado.test.netutil_test.BlockingResolverTest) ... skipped 'network access disabled'
> test_future_interface (tornado.test.netutil_test.CaresResolverTest) ... skipped 'network access disabled'
> test_localhost (tornado.test.netutil_test.CaresResolverTest) ... skipped 'network access disabled'
> test_is_valid_ip (tornado.test.netutil_test.IsValidIPTest) ... ok
> test_future_interface (tornado.test.netutil_test.OverrideResolverTest) ... ok
> test_localhost (tornado.test.netutil_test.OverrideResolverTest) ... ok
> test_resolve_multiaddr (tornado.test.netutil_test.OverrideResolverTest) ... ok
> test_reuse_port (tornado.test.netutil_test.TestPortAllocation) ... ok
> test_same_port_allocation (tornado.test.netutil_test.TestPortAllocation) ... skipped 'dual-stack servers often have port conflicts on travis'
> test_bad_host (tornado.test.netutil_test.ThreadedResolverErrorTest) ... skipped 'Prevent internet access during build'
> test_future_interface_bad_host (tornado.test.netutil_test.ThreadedResolverErrorTest) ... skipped 'Prevent internet access during build'
> test_import (tornado.test.netutil_test.ThreadedResolverImportTest) ... skipped 'network access disabled'
> test_future_interface (tornado.test.netutil_test.ThreadedResolverTest) ... skipped 'network access disabled'
> test_localhost (tornado.test.netutil_test.ThreadedResolverTest) ... skipped 'network access disabled'
> test_future_interface (tornado.test.netutil_test.TwistedResolverTest) ... skipped 'network access disabled'
> test_localhost (tornado.test.netutil_test.TwistedResolverTest) ... skipped 'network access disabled'
> test_log_file (tornado.test.log_test.EnablePrettyLoggingTest) ... ok
> test_log_file_with_timed_rotating (tornado.test.log_test.EnablePrettyLoggingTest) ... ok
> test_wrong_rotate_mode_value (tornado.test.log_test.EnablePrettyLoggingTest) ... ok
> test_basic_logging (tornado.test.log_test.LogFormatterTest) ... ok
> test_bytes_exception_logging (tornado.test.log_test.LogFormatterTest) ... ok
> test_bytes_logging (tornado.test.log_test.LogFormatterTest) ... ok
> test_utf8_logging (tornado.test.log_test.LogFormatterTest) ... ok
> test_default (tornado.test.log_test.LoggingOptionTest) ... ok
> test_disable_code_none (tornado.test.log_test.LoggingOptionTest) ... ok
> test_disable_code_string (tornado.test.log_test.LoggingOptionTest) ... ok
> test_disable_command_line (tornado.test.log_test.LoggingOptionTest) ... ok
> test_disable_command_line_case_insensitive (tornado.test.log_test.LoggingOptionTest) ... ok
> test_disable_override (tornado.test.log_test.LoggingOptionTest) ... ok
> test_tornado_default (tornado.test.log_test.LoggingOptionTest) ... ok
> test_basic_logging (tornado.test.log_test.UnicodeLogFormatterTest) ... ok
> test_bytes_exception_logging (tornado.test.log_test.UnicodeLogFormatterTest) ... ok
> test_bytes_logging (tornado.test.log_test.UnicodeLogFormatterTest) ... ok
> test_unicode_logging (tornado.test.log_test.UnicodeLogFormatterTest) ... ok
> test_utf8_logging (tornado.test.log_test.UnicodeLogFormatterTest) ... ok
> test_as_dict (tornado.test.options_test.OptionsTest) ... ok
> test_dash_underscore_cli (tornado.test.options_test.OptionsTest) ... ok
> test_dash_underscore_file (tornado.test.options_test.OptionsTest) ... ok
> test_dash_underscore_introspection (tornado.test.options_test.OptionsTest) ... ok
> test_error_redefine (tornado.test.options_test.OptionsTest) ... ok
> test_error_redefine_underscore (tornado.test.options_test.OptionsTest) ... ok
> test_getitem (tornado.test.options_test.OptionsTest) ... ok
> test_group_dict (tornado.test.options_test.OptionsTest) ... ok
> test_help (tornado.test.options_test.OptionsTest) ... ok
> test_items (tornado.test.options_test.OptionsTest) ... ok
> test_iter (tornado.test.options_test.OptionsTest) ... ok
> test_mock_patch (tornado.test.options_test.OptionsTest) ... ok
> test_multiple_int (tornado.test.options_test.OptionsTest) ... ok
> test_multiple_string (tornado.test.options_test.OptionsTest) ... ok
> test_parse_callbacks (tornado.test.options_test.OptionsTest) ... ok
> test_parse_command_line (tornado.test.options_test.OptionsTest) ... ok
> test_parse_config_file (tornado.test.options_test.OptionsTest) ... ok
> test_setattr (tornado.test.options_test.OptionsTest) ... ok
> test_setattr_type_check (tornado.test.options_test.OptionsTest) ... ok
> test_setattr_with_callback (tornado.test.options_test.OptionsTest) ... ok
> test_setitem (tornado.test.options_test.OptionsTest) ... ok
> test_subcommand (tornado.test.options_test.OptionsTest) ... ok
> test_types (tornado.test.options_test.OptionsTest) ... ok
> test_types_with_conf_file (tornado.test.options_test.OptionsTest) ... ok
> test_multi_process (tornado.test.process_test.ProcessTest) ... ok
> test_close_stdin (tornado.test.process_test.SubprocessTest) ... ok
> test_sigchild (tornado.test.process_test.SubprocessTest) ... ok
> test_sigchild_future (tornado.test.process_test.SubprocessTest) ... ok
> test_sigchild_signal (tornado.test.process_test.SubprocessTest) ... ok
> test_stderr (tornado.test.process_test.SubprocessTest) ... ok
> test_subprocess (tornado.test.process_test.SubprocessTest) ... ok
> test_wait_for_exit_raise (tornado.test.process_test.SubprocessTest) ... ok
> test_wait_for_exit_raise_disabled (tornado.test.process_test.SubprocessTest) ... ok
> test_join_empty_queue (tornado.test.queues_test.LifoQueueJoinTest) ... ok
> test_join_timeout (tornado.test.queues_test.LifoQueueJoinTest) ... ok
> test_order (tornado.test.queues_test.LifoQueueJoinTest) ... ok
> test_task_done (tornado.test.queues_test.LifoQueueJoinTest) ... ok
> test_task_done_delay (tornado.test.queues_test.LifoQueueJoinTest) ... ok
> test_task_done_underflow (tornado.test.queues_test.LifoQueueJoinTest) ... ok
> test_join_empty_queue (tornado.test.queues_test.PriorityQueueJoinTest) ... ok
> test_join_timeout (tornado.test.queues_test.PriorityQueueJoinTest) ... ok
> test_order (tornado.test.queues_test.PriorityQueueJoinTest) ... ok
> test_task_done (tornado.test.queues_test.PriorityQueueJoinTest) ... ok
> test_task_done_delay (tornado.test.queues_test.PriorityQueueJoinTest) ... ok
> test_task_done_underflow (tornado.test.queues_test.PriorityQueueJoinTest) ... ok
> test_producer_consumer (tornado.test.queues_test.ProducerConsumerTest) ... ok
> test_maxsize (tornado.test.queues_test.QueueBasicTest) ... ok
> test_order (tornado.test.queues_test.QueueBasicTest) ... ok
> test_repr_and_str (tornado.test.queues_test.QueueBasicTest) ... ok
> test_async_for (tornado.test.queues_test.QueueGetTest) ... skipped 'PEP 492 (async/await) not available'
> test_blocking_get (tornado.test.queues_test.QueueGetTest) ... ok
> test_blocking_get_wait (tornado.test.queues_test.QueueGetTest) ... ok
> test_get_clears_timed_out_getters (tornado.test.queues_test.QueueGetTest) ... ok
> test_get_clears_timed_out_putters (tornado.test.queues_test.QueueGetTest) ... ok
> test_get_timeout (tornado.test.queues_test.QueueGetTest) ... ok
> test_get_timeout_preempted (tornado.test.queues_test.QueueGetTest) ... ok
> test_get_with_putters (tornado.test.queues_test.QueueGetTest) ... ok
> test_nonblocking_get (tornado.test.queues_test.QueueGetTest) ... ok
> test_nonblocking_get_exception (tornado.test.queues_test.QueueGetTest) ... ok
> test_join_empty_queue (tornado.test.queues_test.QueueJoinTest) ... ok
> test_join_timeout (tornado.test.queues_test.QueueJoinTest) ... ok
> test_task_done (tornado.test.queues_test.QueueJoinTest) ... ok
> test_task_done_delay (tornado.test.queues_test.QueueJoinTest) ... ok
> test_task_done_underflow (tornado.test.queues_test.QueueJoinTest) ... ok
> test_blocking_put (tornado.test.queues_test.QueuePutTest) ... ok
> test_blocking_put_wait (tornado.test.queues_test.QueuePutTest) ... ok
> test_float_maxsize (tornado.test.queues_test.QueuePutTest) ... ok
> test_nonblocking_put_exception (tornado.test.queues_test.QueuePutTest) ... ok
> test_nonblocking_put_with_getters (tornado.test.queues_test.QueuePutTest) ... ok
> test_put_clears_timed_out_getters (tornado.test.queues_test.QueuePutTest) ... ok
> test_put_clears_timed_out_putters (tornado.test.queues_test.QueuePutTest) ... ok
> test_put_timeout (tornado.test.queues_test.QueuePutTest) ... ok
> test_put_timeout_preempted (tornado.test.queues_test.QueuePutTest) ... ok
> test_put_with_getters (tornado.test.queues_test.QueuePutTest) ... ok
> test_basic_router (tornado.test.routing_test.BasicRouterTestCase) ... ok
> test_custom_router (tornado.test.routing_test.CustomRouterTestCase) ... ok
> test_http_method_router (tornado.test.routing_test.HTTPMethodRouterTestCase) ... ok
> test_rule_based_router (tornado.test.routing_test.RuleRouterTest) ... ok
> test_delegate_not_found (tornado.test.routing_test.WSGIContainerTestCase) ... ok
> test_wsgi_container (tornado.test.routing_test.WSGIContainerTestCase) ... ok
> test_chunked_with_content_length (tornado.test.simple_httpclient_test.ChunkedWithContentLengthTest) ... ok
> test_max_clients (tornado.test.simple_httpclient_test.CreateAsyncHTTPClientTestCase) ... ok
> test_100_continue (tornado.test.simple_httpclient_test.HTTP100ContinueTestCase) ... ok
> test_204_invalid_content_length (tornado.test.simple_httpclient_test.HTTP204NoContentTestCase) ... ok
> test_204_no_content (tornado.test.simple_httpclient_test.HTTP204NoContentTestCase) ... ok
> test_hostname_mapping (tornado.test.simple_httpclient_test.HostnameMappingTestCase) ... ok
> test_port_mapping (tornado.test.simple_httpclient_test.HostnameMappingTestCase) ... ok
> test_large_body (tornado.test.simple_httpclient_test.MaxBodySizeTest) ... ok
> test_small_body (tornado.test.simple_httpclient_test.MaxBodySizeTest) ... ok
> test_large_body (tornado.test.simple_httpclient_test.MaxBufferSizeTest) ... ok
> test_large_headers (tornado.test.simple_httpclient_test.MaxHeaderSizeTest) ... ok
> test_small_headers (tornado.test.simple_httpclient_test.MaxHeaderSizeTest) ... ok
> test_resolve_timeout (tornado.test.simple_httpclient_test.ResolveTimeoutTestCase) ... ok
> test_304_with_content_length (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_all_methods (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_basic_auth (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_basic_auth_explicit_mode (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_basic_auth_unicode (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_body_encoding (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_body_sanity_checks (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_chunked (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_chunked_close (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_configure_defaults (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_credentials_in_url (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_final_callback_stack_context (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_follow_redirect (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_future_http_error (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_future_http_error_no_raise (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_future_interface (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_header_callback (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_header_callback_stack_context (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_header_types (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_hello_world (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... skipped 'timing tests unreliable on travis'
> test_multi_line_headers (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_non_ascii_header (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_patch_receives_payload (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_post (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_put_307 (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_response_times (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_reuse_request_from_response (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_streaming_callback (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_streaming_stack_context (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_types (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_unsupported_auth_mode (tornado.test.simple_httpclient_test.SimpleHTTPClientCommonTestCase) ... ok
> test_100_continue (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_100_continue_early_response (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_async_body_producer_chunked (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_async_body_producer_content_length (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_connect_timeout (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... skipped 'timing tests unreliable on travis'
> test_connection_limit (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_connection_refused (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_gzip (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_head_request (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_header_reuse (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_host_header (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_ipv6 (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_max_redirects (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_multiple_content_length_accepted (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_native_body_producer_chunked (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... skipped 'PEP 492 (async/await) not available'
> test_native_body_producer_content_length (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... skipped 'PEP 492 (async/await) not available'
> test_no_content (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_no_content_length (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_options_request (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_queue_timeout (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_redirect_connection_limit (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_request_timeout (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... skipped 'timing tests unreliable on travis'
> test_see_other_redirect (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_singleton (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_streaming_follow_redirects (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_sync_body_producer_chunked (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_sync_body_producer_content_length (tornado.test.simple_httpclient_test.SimpleHTTPClientTestCase) ... ok
> test_100_continue (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_100_continue_early_response (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_async_body_producer_chunked (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_async_body_producer_content_length (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_connect_timeout (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... skipped 'timing tests unreliable on travis'
> test_connection_limit (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... [W 200322 03:15:21 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> [W 200322 03:15:21 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> [W 200322 03:15:21 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> [W 200322 03:15:21 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_connection_refused (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_error_logging (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_gzip (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_head_request (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... [W 200322 03:15:21 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_header_reuse (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_host_header (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_ipv6 (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_max_redirects (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... [W 200322 03:15:21 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> [W 200322 03:15:21 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> [W 200322 03:15:21 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> [W 200322 03:15:21 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_multiple_content_length_accepted (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_native_body_producer_chunked (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... skipped 'PEP 492 (async/await) not available'
> test_native_body_producer_content_length (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... skipped 'PEP 492 (async/await) not available'
> test_no_content (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... [W 200322 03:15:21 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_no_content_length (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... [E 200322 03:15:21 http1connection:55] Uncaught exception
>     Traceback (most recent call last):
>       File "/<<PKGBUILDDIR>>/tornado/http1connection.py", line 261, in _read_message
>         delegate.on_connection_close()
>       File "/<<PKGBUILDDIR>>/tornado/http1connection.py", line 683, in on_connection_close
>         return self._delegate.on_connection_close()
>       File "/<<PKGBUILDDIR>>/tornado/simple_httpclient.py", line 472, in on_connection_close
>         raise self.stream.error
>     SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> [E 200322 03:15:21 ioloop:801] Exception in callback <functools.partial object at 0x7f749efc4770>
>     Traceback (most recent call last):
>       File "/<<PKGBUILDDIR>>/tornado/ioloop.py", line 758, in _run_callback
>         ret = callback()
>       File "/<<PKGBUILDDIR>>/tornado/stack_context.py", line 300, in null_wrapper
>         return fn(*args, **kwargs)
>       File "/<<PKGBUILDDIR>>/tornado/httpclient.py", line 294, in handle_response
>         response.error, DeprecationWarning)
>     DeprecationWarning: raise_error=False will allow '' to be raised in the future
> ERROR
> test_options_request (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_queue_timeout (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... [W 200322 03:15:51 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_redirect_connection_limit (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... [W 200322 03:15:51 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> [W 200322 03:15:51 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> [W 200322 03:15:51 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_request_timeout (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... skipped 'timing tests unreliable on travis'
> test_see_other_redirect (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... [W 200322 03:15:52 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> [W 200322 03:15:52 iostream:849] error on read: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> ok
> test_singleton (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_ssl_context (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_ssl_context_handshake_fail (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_ssl_options (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_ssl_options_handshake_fail (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_streaming_follow_redirects (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_sync_body_producer_chunked (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_sync_body_producer_content_length (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase) ... ok
> test_stack_context (tornado.test.stack_context_test.HTTPStackContextTest) ... ok
> test_deactivate (tornado.test.stack_context_test.StackContextTest) ... ok
> test_deactivate_order (tornado.test.stack_context_test.StackContextTest) ... ok
> test_exit_library_context (tornado.test.stack_context_test.StackContextTest) ... ok
> test_isolation_empty (tornado.test.stack_context_test.StackContextTest) ... ok
> test_isolation_nonempty (tornado.test.stack_context_test.StackContextTest) ... ok
> test_run_with_stack_context (tornado.test.stack_context_test.StackContextTest) ... ok
> test_yield_in_with (tornado.test.stack_context_test.StackContextTest) ... ok
> test_yield_in_with_exception_stack_context (tornado.test.stack_context_test.StackContextTest) ... ok
> test_yield_outside_with (tornado.test.stack_context_test.StackContextTest) ... ok
> test_yield_outside_with_exception_stack_context (tornado.test.stack_context_test.StackContextTest) ... ok
> test_all_fail (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_immediate_failure (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_immediate_success (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_one_family_second_try (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_one_family_second_try_after_connect_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_one_family_second_try_failure (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_one_family_second_try_failure_before_connect_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_one_family_second_try_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_one_family_success_before_connect_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_one_family_timeout_after_connect_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_success_after_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_two_families_immediate_failure (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_two_families_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_two_family_success_after_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_two_family_timeout_after_connect_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_two_family_timeout_before_connect_timeout (tornado.test.tcpclient_test.ConnectorTest) ... ok
> test_connect_ipv4_dual (tornado.test.tcpclient_test.TCPClientTest) ... ok
> test_connect_ipv4_ipv4 (tornado.test.tcpclient_test.TCPClientTest) ... ok
> test_connect_ipv6_dual (tornado.test.tcpclient_test.TCPClientTest) ... ok
> test_connect_ipv6_ipv6 (tornado.test.tcpclient_test.TCPClientTest) ... ok
> test_connect_timeout (tornado.test.tcpclient_test.TCPClientTest) ... ok
> test_connect_unspec_dual (tornado.test.tcpclient_test.TCPClientTest) ... skipped 'dual-stack servers often have port conflicts on travis'
> test_connect_unspec_ipv4 (tornado.test.tcpclient_test.TCPClientTest) ... skipped 'dual-stack servers often have port conflicts on travis'
> test_connect_unspec_ipv6 (tornado.test.tcpclient_test.TCPClientTest) ... skipped 'dual-stack servers often have port conflicts on travis'
> test_refused_ipv4 (tornado.test.tcpclient_test.TCPClientTest) ... ok
> test_source_ip_fail (tornado.test.tcpclient_test.TCPClientTest) ... ok
> test_source_ip_success (tornado.test.tcpclient_test.TCPClientTest) ... ok
> test_source_port_fail (tornado.test.tcpclient_test.TCPClientTest) ... ok
> test_mixed (tornado.test.tcpclient_test.TestConnectorSplit) ... ok
> test_one_family (tornado.test.tcpclient_test.TestConnectorSplit) ... ok
> test_handle_stream_coroutine_logging (tornado.test.tcpserver_test.TCPServerTest) ... ok
> test_handle_stream_native_coroutine (tornado.test.tcpserver_test.TCPServerTest) ... skipped 'PEP 492 (async/await) not available'
> test_stop_in_callback (tornado.test.tcpserver_test.TCPServerTest) ... ok
> test_stop_twice (tornado.test.tcpserver_test.TCPServerTest) ... ok
> test_advanced (tornado.test.tcpserver_test.TestMultiprocess) ... ok
> test_simple (tornado.test.tcpserver_test.TestMultiprocess) ... ok
> test_single (tornado.test.tcpserver_test.TestMultiprocess) ... ok
> test_custom_escape (tornado.test.template_test.AutoEscapeTest) ... ok
> test_default_off (tornado.test.template_test.AutoEscapeTest) ... ok
> test_default_on (tornado.test.template_test.AutoEscapeTest) ... ok
> test_extended_block (tornado.test.template_test.AutoEscapeTest) ... ok
> test_manual_minimize_whitespace (tornado.test.template_test.AutoEscapeTest) ... ok
> test_raw_expression (tornado.test.template_test.AutoEscapeTest) ... ok
> test_unextended_block (tornado.test.template_test.AutoEscapeTest) ... ok
> test_whitespace_by_filename (tornado.test.template_test.AutoEscapeTest) ... ok
> test_whitespace_by_loader (tornado.test.template_test.AutoEscapeTest) ... ok
> test_whitespace_directive (tornado.test.template_test.AutoEscapeTest) ... ok
> test_custom_parse_error (tornado.test.template_test.ParseErrorDetailTest) ... ok
> test_details (tornado.test.template_test.ParseErrorDetailTest) ... ok
> test_error_line_number_directive (tornado.test.template_test.StackTraceTest) ... ok
> test_error_line_number_expression (tornado.test.template_test.StackTraceTest) ... ok
> test_error_line_number_extends_base_error (tornado.test.template_test.StackTraceTest) ... ok
> test_error_line_number_extends_sub_error (tornado.test.template_test.StackTraceTest) ... ok
> test_error_line_number_include (tornado.test.template_test.StackTraceTest) ... ok
> test_error_line_number_module (tornado.test.template_test.StackTraceTest) ... ok
> test_multi_includes (tornado.test.template_test.StackTraceTest) ... ok
> test_utf8_in_file (tornado.test.template_test.TemplateLoaderTest) ... ok
> test_apply (tornado.test.template_test.TemplateTest) ... ok
> test_break_continue (tornado.test.template_test.TemplateTest) ... ok
> test_break_in_apply (tornado.test.template_test.TemplateTest) ... ok
> test_break_outside_loop (tornado.test.template_test.TemplateTest) ... ok
> test_bytes (tornado.test.template_test.TemplateTest) ... ok
> test_bytes_apply (tornado.test.template_test.TemplateTest) ... ok
> test_comment (tornado.test.template_test.TemplateTest) ... ok
> test_comment_directive (tornado.test.template_test.TemplateTest) ... ok
> test_custom_namespace (tornado.test.template_test.TemplateTest) ... ok
> test_escaping (tornado.test.template_test.TemplateTest) ... ok
> test_expressions (tornado.test.template_test.TemplateTest) ... ok
> test_extends (tornado.test.template_test.TemplateTest) ... ok
> test_if (tornado.test.template_test.TemplateTest) ... ok
> test_if_empty_body (tornado.test.template_test.TemplateTest) ... ok
> test_include (tornado.test.template_test.TemplateTest) ... ok
> test_no_inherit_future (tornado.test.template_test.TemplateTest) ... ok
> test_non_ascii_name (tornado.test.template_test.TemplateTest) ... ok
> test_relative_load (tornado.test.template_test.TemplateTest) ... ok
> test_simple (tornado.test.template_test.TemplateTest) ... ok
> test_try (tornado.test.template_test.TemplateTest) ... ok
> test_unicode_apply (tornado.test.template_test.TemplateTest) ... ok
> test_unicode_literal_expression (tornado.test.template_test.TemplateTest) ... ok
> test_unicode_template (tornado.test.template_test.TemplateTest) ... ok
> test_fetch_full_http_url (tornado.test.testing_test.AsyncHTTPTestCaseTest) ... ok
> test_fetch_full_https_url (tornado.test.testing_test.AsyncHTTPTestCaseTest) ... ok
> test_fetch_segment (tornado.test.testing_test.AsyncHTTPTestCaseTest) ... ok
> test_exception_in_callback (tornado.test.testing_test.AsyncTestCaseTest) ... ok
> test_multiple_errors (tornado.test.testing_test.AsyncTestCaseTest) ... ok
> test_subsequent_wait_calls (tornado.test.testing_test.AsyncTestCaseTest) ... ok
> test_wait_timeout (tornado.test.testing_test.AsyncTestCaseTest) ... ok
> test_other_return (tornado.test.testing_test.AsyncTestCaseWrapperTest) ... ok
> test_undecorated_coroutine (tornado.test.testing_test.AsyncTestCaseWrapperTest) ... skipped 'PEP 492 (async/await) not available'
> test_undecorated_generator (tornado.test.testing_test.AsyncTestCaseWrapperTest) ... ok
> test_undecorated_generator_with_skip (tornado.test.testing_test.AsyncTestCaseWrapperTest) ... ok
> test_async (tornado.test.testing_test.GenTest) ... ok
> test_native_coroutine (tornado.test.testing_test.GenTest) ... skipped 'PEP 492 (async/await) not available'
> test_native_coroutine_timeout (tornado.test.testing_test.GenTest) ... skipped 'PEP 492 (async/await) not available'
> test_no_timeout (tornado.test.testing_test.GenTest) ... ok
> test_no_timeout_environment_variable (tornado.test.testing_test.GenTest) ... ok
> test_sync (tornado.test.testing_test.GenTest) ... ok
> test_timeout (tornado.test.testing_test.GenTest) ... ok
> test_timeout_environment_variable (tornado.test.testing_test.GenTest) ... ok
> test_with_method_args (tornado.test.testing_test.GenTest) ... ok
> test_with_method_kwargs (tornado.test.testing_test.GenTest) ... ok
> test_loop (tornado.test.testing_test.GetNewIOLoopTest) ... skipped 'asyncio module not present'
> test_set_up_tear_down (tornado.test.testing_test.SetUpTearDownTest) ... ok
> testTornadoServerTwistedClientIOLoop (tornado.test.twisted_test.CompatibilityTests) ... ok
> testTornadoServerTwistedClientReactor (tornado.test.twisted_test.CompatibilityTests) ... ok
> testTornadoServerTwistedCoroutineClientIOLoop (tornado.test.twisted_test.CompatibilityTests) ... ok
> testTwistedServerTornadoClientIOLoop (tornado.test.twisted_test.CompatibilityTests) ... ok
> testTwistedServerTornadoClientReactor (tornado.test.twisted_test.CompatibilityTests) ... ok
> test_failure (tornado.test.twisted_test.ConvertDeferredTest) ... ok
> test_success (tornado.test.twisted_test.ConvertDeferredTest) ... ok
> test_changeGID (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_changeGID ... ok
> test_changeUID (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_changeUID ... ok
> test_childConnectionLost (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_childConnectionLost ... ok
> test_errorDuringExec (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_errorDuringExec ... ok
> test_openFileDescriptors (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_openFileDescriptors ... ok
> test_processCommandLineArguments (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_processCommandLineArguments ... ok
> test_processEnded (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_processEnded ... ok
> test_processExited (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_processExited ... ok
> test_processExitedRaises (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_processExitedRaises ... ok
> test_processExitedWithSignal (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_processExitedWithSignal ... ok
> test_processTransportInterface (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_processTransportInterface ... ok
> test_shebang (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_shebang ... ok
> test_spawnProcessEarlyIsReaped (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_spawnProcessEarlyIsReaped ... ok
> test_systemCallUninterruptedByChildExit (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_systemCallUninterruptedByChildExit ... ok
> test_timelyProcessExited (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_timelyProcessExited ... ok
> test_write (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_write ... ok
> test_writeSequence (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_writeSequence ... ok
> test_writeToChild (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_writeToChild ... ok
> test_writeToChildBadFileDescriptor (tornado.test.twisted_test.ProcessTestsBuilder__TestReactorTests)
> test_writeToChildBadFileDescriptor ... ok
> testCallFromThread (tornado.test.twisted_test.ReactorCallFromThreadTest) ... ok
> testCallInThread (tornado.test.twisted_test.ReactorCallInThread) ... ok
> test_callLater (tornado.test.twisted_test.ReactorCallLaterTest) ... ok
> test_addReader (tornado.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> test_addReader ... ok
> test_addWriter (tornado.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> test_addWriter ... ok
> test_connectionLostOnShutdown (tornado.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> test_connectionLostOnShutdown ... ok
> test_getReaders (tornado.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> test_getReaders ... ok
> test_getWriters (tornado.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> test_getWriters ... ok
> test_lostFileDescriptor (tornado.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> test_lostFileDescriptor ... ok
> test_negativeOneFileDescriptor (tornado.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> test_negativeOneFileDescriptor ... ok
> test_removeAll (tornado.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> test_removeAll ... ok
> test_removeReader (tornado.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> test_removeReader ... ok
> test_removeWriter (tornado.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> test_removeWriter ... ok
> test_removedFromReactor (tornado.test.twisted_test.ReactorFDSetTestsBuilder__TestReactorTests)
> test_removedFromReactor ... ok
> testNoWriter (tornado.test.twisted_test.ReactorReaderWriterTest) ... ok
> testReadWrite (tornado.test.twisted_test.ReactorReaderWriterTest) ... ok
> test_callLater (tornado.test.twisted_test.ReactorTwoCallLaterTest) ... ok
> test_whenRunning (tornado.test.twisted_test.ReactorWhenRunningTest) ... ok
> test_callWhenRunningOrder (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_callWhenRunningOrder ... ok
> test_crash (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_crash ... ok
> test_iterate (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_iterate ... ok
> test_multipleRun (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_multipleRun ... ok
> test_runAfterCrash (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_runAfterCrash ... ok
> test_runAfterStop (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_runAfterStop ... ok
> test_runWithAsynchronousBeforeStartupTrigger (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_runWithAsynchronousBeforeStartupTrigger ... ok
> test_runningForStartupEvents (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_runningForStartupEvents ... ok
> test_shutdownDisconnectsCleanly (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_shutdownDisconnectsCleanly ... ok
> test_shutdownFiresTriggersAsynchronously (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_shutdownFiresTriggersAsynchronously ... ok
> test_signalHandlersInstalledDuringStartup (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_signalHandlersInstalledDuringStartup ... ok
> test_stopShutDownEvents (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_stopShutDownEvents ... ok
> test_stopWhenAlreadyStopped (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_stopWhenAlreadyStopped ... ok
> test_stopWhenNotStarted (tornado.test.twisted_test.SystemEventTestsBuilder__TestReactorTests)
> test_stopWhenNotStarted ... ok
> test_connectionLostAfterPausedTransport (tornado.test.twisted_test.TCPConnectionTestsBuilder__TestReactorTests)
> test_connectionLostAfterPausedTransport ... ok
> test_doubleHalfClose (tornado.test.twisted_test.TCPConnectionTestsBuilder__TestReactorTests)
> test_doubleHalfClose ... ok
> test_resumeProducing (tornado.test.twisted_test.TCPConnectionTestsBuilder__TestReactorTests)
> test_resumeProducing ... ok
> test_resumeProducingWhileDisconnected (tornado.test.twisted_test.TCPConnectionTestsBuilder__TestReactorTests)
> test_resumeProducingWhileDisconnected ... ok
> test_resumeProducingWhileDisconnecting (tornado.test.twisted_test.TCPConnectionTestsBuilder__TestReactorTests)
> test_resumeProducingWhileDisconnecting ... ok
> test_stopStartReading (tornado.test.twisted_test.TCPConnectionTestsBuilder__TestReactorTests)
> test_stopStartReading ... ok
> test_allNewStyle (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_allNewStyle ... ok
> test_buildProtocolIPv4Address (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_buildProtocolIPv4Address ... ok
> test_buildProtocolIPv6Address (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_buildProtocolIPv6Address ... ok
> test_buildProtocolIPv6AddressScopeID (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_buildProtocolIPv6AddressScopeID ... ok
> test_closePeerOnEMFILE (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_closePeerOnEMFILE ... ok
> test_connectionLostLogMsg (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_connectionLostLogMsg ... ok
> test_portGetHostOnIPv4 (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_portGetHostOnIPv4 ... ok
> test_portGetHostOnIPv6 (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_portGetHostOnIPv6 ... ok
> test_portGetHostOnIPv6ScopeID (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_portGetHostOnIPv6ScopeID ... ok
> test_serverGetHostOnIPv4 (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_serverGetHostOnIPv4 ... ok
> test_serverGetHostOnIPv6 (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_serverGetHostOnIPv6 ... ok
> test_serverGetHostOnIPv6ScopeID (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_serverGetHostOnIPv6ScopeID ... ok
> test_serverGetPeerOnIPv4 (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_serverGetPeerOnIPv4 ... ok
> test_serverGetPeerOnIPv6 (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_serverGetPeerOnIPv6 ... ok
> test_serverGetPeerOnIPv6ScopeID (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_serverGetPeerOnIPv6ScopeID ... ok
> test_startedListeningLogMessage (tornado.test.twisted_test.TCPPortTestsBuilder__TestReactorTests)
> test_startedListeningLogMessage ... ok
> test_callFromThread (tornado.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> test_callFromThread ... ok
> test_cleanUpThreadPoolEvenBeforeReactorIsRun (tornado.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> test_cleanUpThreadPoolEvenBeforeReactorIsRun ... ok
> test_delayedCallFromThread (tornado.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> test_delayedCallFromThread ... ok
> test_getThreadPool (tornado.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> test_getThreadPool ... ok
> test_isInIOThread (tornado.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> test_isInIOThread ... ok
> test_isNotInIOThread (tornado.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> test_isNotInIOThread ... ok
> test_stopThreadPool (tornado.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> test_stopThreadPool ... ok
> test_stopThreadPoolWhenStartedAfterReactorRan (tornado.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> test_stopThreadPoolWhenStartedAfterReactorRan ... ok
> test_suggestThreadPoolSize (tornado.test.twisted_test.ThreadTestsBuilder__TestReactorTests)
> test_suggestThreadPoolSize ... ok
> test_delayedCallStopsReactor (tornado.test.twisted_test.TimeTestsBuilder__TestReactorTests)
> test_delayedCallStopsReactor ... ok
> test_distantDelayedCall (tornado.test.twisted_test.TimeTestsBuilder__TestReactorTests)
> test_distantDelayedCall ... ok
> test_allowBroadcast (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_allowBroadcast ... ok
> test_connectedWriteToIPv6Interface (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_connectedWriteToIPv6Interface ... ok
> test_connectingToHostnameRaisesInvalidAddressError (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_connectingToHostnameRaisesInvalidAddressError ... ok
> test_connectionLostLogMessage (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_connectionLostLogMessage ... ok
> test_getHost (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_getHost ... ok
> test_getHostIPv6 (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_getHostIPv6 ... ok
> test_interface (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_interface ... ok
> test_invalidInterface (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_invalidInterface ... ok
> test_logPrefix (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_logPrefix ... ok
> test_repr (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_repr ... ok
> test_startedListeningLogMessage (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_startedListeningLogMessage ... ok
> test_stopProtocolScheduling (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_stopProtocolScheduling ... ok
> test_str (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_str ... ok
> test_writeSequence (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_writeSequence ... ok
> test_writeToIPv6Interface (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_writeToIPv6Interface ... ok
> test_writingToHostnameRaisesInvalidAddressError (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_writingToHostnameRaisesInvalidAddressError ... ok
> test_writingToIPv4OnIPv6RaisesInvalidAddressError (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_writingToIPv4OnIPv6RaisesInvalidAddressError ... ok
> test_writingToIPv6OnIPv4RaisesInvalidAddressError (tornado.test.twisted_test.UDPServerTestsBuilder__TestReactorTests)
> test_writingToIPv6OnIPv4RaisesInvalidAddressError ... ok
> test_listenMode (tornado.test.twisted_test.UNIXDatagramTestsBuilder__TestReactorTests)
> test_listenMode ... ok
> test_listenOnLinuxAbstractNamespace (tornado.test.twisted_test.UNIXDatagramTestsBuilder__TestReactorTests)
> test_listenOnLinuxAbstractNamespace ... ok
> test_allNewStyle (tornado.test.twisted_test.UNIXPortTestsBuilder__TestReactorTests)
> test_allNewStyle ... ok
> test_closePeerOnEMFILE (tornado.test.twisted_test.UNIXPortTestsBuilder__TestReactorTests)
> test_closePeerOnEMFILE ... ok
> test_connectionLostLogMsg (tornado.test.twisted_test.UNIXPortTestsBuilder__TestReactorTests)
> test_connectionLostLogMsg ... ok
> test_startedListeningLogMessage (tornado.test.twisted_test.UNIXPortTestsBuilder__TestReactorTests)
> test_startedListeningLogMessage ... ok
> test_addresses (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_addresses ... ok
> test_avoidLeakingFileDescriptors (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_avoidLeakingFileDescriptors ... ok
> test_connectToLinuxAbstractNamespace (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_connectToLinuxAbstractNamespace ... ok
> test_descriptorDeliveredBeforeBytes (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_descriptorDeliveredBeforeBytes ... ok
> test_fileDescriptorOverrun (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_fileDescriptorOverrun ... ok
> test_listenFailure (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_listenFailure ... ok
> test_listenOnLinuxAbstractNamespace (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_listenOnLinuxAbstractNamespace ... ok
> test_logPrefix (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_logPrefix ... ok
> test_mode (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_mode ... ok
> test_multiFileDescriptorReceivedPerRecvmsgBadCMSG (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_multiFileDescriptorReceivedPerRecvmsgBadCMSG ... ok
> test_multiFileDescriptorReceivedPerRecvmsgOneCMSG (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_multiFileDescriptorReceivedPerRecvmsgOneCMSG ... ok
> test_multiFileDescriptorReceivedPerRecvmsgTwoCMSGs (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_multiFileDescriptorReceivedPerRecvmsgTwoCMSGs ... ok
> test_protocolGarbageAfterLostConnection (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_protocolGarbageAfterLostConnection ... ok
> test_sendFileDescriptor (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_sendFileDescriptor ... ok
> test_sendFileDescriptorTriggersPauseProducing (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_sendFileDescriptorTriggersPauseProducing ... ok
> test_writeAfterDisconnect (tornado.test.twisted_test.UNIXTestsBuilder__TestReactorTests)
> test_writeAfterDisconnect ... ok
> test_keyword (tornado.test.util_test.ArgReplacerTest) ... ok
> test_omitted (tornado.test.util_test.ArgReplacerTest) ... ok
> test_position (tornado.test.util_test.ArgReplacerTest) ... ok
> test_config_args (tornado.test.util_test.ConfigurableTest) ... ok
> test_config_class (tornado.test.util_test.ConfigurableTest) ... ok
> test_config_class_args (tornado.test.util_test.ConfigurableTest) ... ok
> test_config_inner_level (tornado.test.util_test.ConfigurableTest) ... ok
> test_config_multi_level (tornado.test.util_test.ConfigurableTest) ... ok
> test_default (tornado.test.util_test.ConfigurableTest) ... ok
> test_no_inherit_future (tornado.test.util_test.ExecInTest) ... ok
> test_import_member (tornado.test.util_test.ImportObjectTest) ... ok
> test_import_member_unicode (tornado.test.util_test.ImportObjectTest) ... ok
> test_import_module (tornado.test.util_test.ImportObjectTest) ... ok
> test_import_module_unicode (tornado.test.util_test.ImportObjectTest) ... ok
> test_basic (tornado.test.util_test.IsFinalizingTest) ... ok
> test_two_arg_exception (tornado.test.util_test.RaiseExcInfoTest) ... ok
> test_re_unescape (tornado.test.util_test.ReUnescapeTest) ... ok
> test_re_unescape_raises_error_on_invalid_input (tornado.test.util_test.ReUnescapeTest) ... ok
> test_timedelta_to_seconds (tornado.test.util_test.TimedeltaToSecondsTest) ... ok
> test_unicode_escapes (tornado.test.util_test.UnicodeLiteralTest) ... ok
> test_standard_methods (tornado.test.web_test.AllHTTPMethodsTest) ... ok
> test_listen (tornado.test.web_test.ApplicationTest) ... ok
> test_absolute_auth_redirect (tornado.test.web_test.AuthRedirectTest) ... ok
> test_relative_auth_redirect (tornado.test.web_test.AuthRedirectTest) ... ok
> test_buggy_log_exception (tornado.test.web_test.BuggyLoggingTest) ... ok
> test_multiple_strong_etag_match (tornado.test.web_test.CacheTest) ... ok
> test_multiple_strong_etag_not_match (tornado.test.web_test.CacheTest) ... ok
> test_multiple_weak_etag_match (tornado.test.web_test.CacheTest) ... ok
> test_multiple_weak_etag_not_match (tornado.test.web_test.CacheTest) ... ok
> test_strong_etag_match (tornado.test.web_test.CacheTest) ... ok
> test_strong_etag_not_match (tornado.test.web_test.CacheTest) ... ok
> test_weak_etag_match (tornado.test.web_test.CacheTest) ... ok
> test_weak_etag_not_match (tornado.test.web_test.CacheTest) ... ok
> test_wildcard_etag (tornado.test.web_test.CacheTest) ... ok
> test_clear_all_cookies (tornado.test.web_test.ClearAllCookiesTest) ... ok
> test_clear_header (tornado.test.web_test.ClearHeaderTest) ... ok
> test_client_close (tornado.test.web_test.ClientCloseTest) ... ok
> test_connection_close (tornado.test.web_test.ConnectionCloseTest) ... ok
> test_cookie_special_char (tornado.test.web_test.CookieTest) ... ok
> test_get_cookie (tornado.test.web_test.CookieTest) ... ok
> test_set_cookie (tornado.test.web_test.CookieTest) ... ok
> test_set_cookie_domain (tornado.test.web_test.CookieTest) ... ok
> test_set_cookie_expires_days (tornado.test.web_test.CookieTest) ... ok
> test_set_cookie_false_flags (tornado.test.web_test.CookieTest) ... ok
> test_set_cookie_max_age (tornado.test.web_test.CookieTest) ... ok
> test_set_cookie_overwrite (tornado.test.web_test.CookieTest) ... ok
> test_404 (tornado.test.web_test.Custom404Test) ... ok
> test_serve (tornado.test.web_test.CustomStaticFileTest) ... ok
> test_static_url (tornado.test.web_test.CustomStaticFileTest) ... ok
> test_date_header (tornado.test.web_test.DateHeaderTest) ... ok
> test_flow_control_chunked_body (tornado.test.web_test.DecoratedStreamingRequestFlowControlTest) ... ok
> test_flow_control_compressed_body (tornado.test.web_test.DecoratedStreamingRequestFlowControlTest) ... ok
> test_flow_control_fixed_body (tornado.test.web_test.DecoratedStreamingRequestFlowControlTest) ... ok
> test_addslash (tornado.test.web_test.DecoratorTest) ... ok
> test_removeslash (tornado.test.web_test.DecoratorTest) ... ok
> test_404 (tornado.test.web_test.Default404Test) ... ok
> test_403 (tornado.test.web_test.DefaultHandlerArgumentsTest) ... ok
> test_default_host_matching (tornado.test.web_test.DefaultHostMatchingTest) ... ok
> test_404_xsrf (tornado.test.web_test.ErrorHandlerXSRFTest) ... ok
> test_error_xsrf (tornado.test.web_test.ErrorHandlerXSRFTest) ... ok
> test_default (tornado.test.web_test.ErrorResponseTest) ... ok
> test_failed_write_error (tornado.test.web_test.ErrorResponseTest) ... ok
> test_write_error (tornado.test.web_test.ErrorResponseTest) ... ok
> test_http_error (tornado.test.web_test.ExceptionHandlerTest) ... ok
> test_known_error (tornado.test.web_test.ExceptionHandlerTest) ... ok
> test_unknown_error (tornado.test.web_test.ExceptionHandlerTest) ... ok
> test_finish_method_return_future (tornado.test.web_test.FinalReturnTest) ... ok
> test_render_method_return_future (tornado.test.web_test.FinalReturnTest) ... ok
> test_finish_exception (tornado.test.web_test.FinishExceptionTest) ... ok
> test_finish_in_prepare (tornado.test.web_test.FinishInPrepareTest) ... ok
> test_catch_error (tornado.test.web_test.GetArgumentErrorTest) ... ok
> test_get_current_user_from_ui_module_is_lazy (tornado.test.web_test.GetCurrentUserTest) ... ok
> test_get_current_user_from_ui_module_works (tornado.test.web_test.GetCurrentUserTest) ... ok
> test_get_current_user_is_lazy (tornado.test.web_test.GetCurrentUserTest) ... skipped 'needs fix'
> test_get_current_user_works (tornado.test.web_test.GetCurrentUserTest) ... ok
> test_gzip (tornado.test.web_test.GzipTestCase) ... ok
> test_gzip_not_requested (tornado.test.web_test.GzipTestCase) ... ok
> test_gzip_static (tornado.test.web_test.GzipTestCase) ... ok
> test_vary_already_present (tornado.test.web_test.GzipTestCase) ... ok
> test_vary_already_present_multiple (tornado.test.web_test.GzipTestCase) ... ok
> test_copy (tornado.test.web_test.HTTPErrorTest) ... ok
> test_handler_by_name (tornado.test.web_test.HandlerByNameTest) ... ok
> test_204_headers (tornado.test.web_test.Header204Test) ... ok
> test_304_headers (tornado.test.web_test.Header304Test) ... ok
> test_host_matching (tornado.test.web_test.HostMatchingTest) ... ok
> test_content_length_too_high (tornado.test.web_test.IncorrectContentLengthTest) ... ok
> test_content_length_too_low (tornado.test.web_test.IncorrectContentLengthTest) ... ok
> test_multi_exception (tornado.test.web_test.MultipleExceptionTest) ... ok
> test_named_urlspec_groups (tornado.test.web_test.NamedURLSpecGroupsTest) ... ok
> test_flow_control_chunked_body (tornado.test.web_test.NativeStreamingRequestFlowControlTest) ... skipped 'PEP 492 (async/await) not available'
> test_flow_control_compressed_body (tornado.test.web_test.NativeStreamingRequestFlowControlTest) ... skipped 'PEP 492 (async/await) not available'
> test_flow_control_fixed_body (tornado.test.web_test.NativeStreamingRequestFlowControlTest) ... skipped 'PEP 492 (async/await) not available'
> test_empty_flush (tornado.test.web_test.NonWSGIWebTests) ... ok
> test_flow_control (tornado.test.web_test.NonWSGIWebTests) ... ok
> test_other (tornado.test.web_test.PatchMethodTest) ... ok
> test_patch (tornado.test.web_test.PatchMethodTest) ... ok
> test_kw (tornado.test.web_test.PathArgsInPrepareTest) ... ok
> test_pos (tornado.test.web_test.PathArgsInPrepareTest) ... ok
> test_httperror_str (tornado.test.web_test.RaiseWithReasonTest) ... ok
> test_httperror_str_from_httputil (tornado.test.web_test.RaiseWithReasonTest) ... ok
> test_raise_with_reason (tornado.test.web_test.RaiseWithReasonTest) ... ok
> test_basic_redirect (tornado.test.web_test.RedirectHandlerTest) ... ok
> test_redirect_pattern (tornado.test.web_test.RedirectHandlerTest) ... ok
> test_redirect_with_appending_argument (tornado.test.web_test.RedirectHandlerTest) ... ok
> test_redirect_with_argument (tornado.test.web_test.RedirectHandlerTest) ... ok
> test_error (tornado.test.web_test.RequestEncodingTest) ... ok
> test_group_encoding (tornado.test.web_test.RequestEncodingTest) ... ok
> test_group_question_mark (tornado.test.web_test.RequestEncodingTest) ... ok
> test_slashes (tornado.test.web_test.RequestEncodingTest) ... ok
> test_missing_remote_ip (tornado.test.web_test.RequestSummaryTest) ... ok
> test_arbitrary_bytes (tornado.test.web_test.SecureCookieV1Test) ... ok
> test_cookie_tampering_future_timestamp (tornado.test.web_test.SecureCookieV1Test) ... ok
> test_round_trip (tornado.test.web_test.SecureCookieV1Test) ... ok
> test_key_version_increment_version (tornado.test.web_test.SecureCookieV2Test) ... ok
> test_key_version_invalidate_version (tornado.test.web_test.SecureCookieV2Test) ... ok
> test_key_version_roundtrip (tornado.test.web_test.SecureCookieV2Test) ... ok
> test_key_version_roundtrip_differing_version (tornado.test.web_test.SecureCookieV2Test) ... ok
> test_round_trip (tornado.test.web_test.SecureCookieV2Test) ... ok
> test_set_properties (tornado.test.web_test.SetLazyPropertiesTest) ... ok
> test_expired (tornado.test.web_test.SignedValueTest) ... ok
> test_key_version_retrieval (tornado.test.web_test.SignedValueTest) ... ok
> test_key_versioning_invalid_key (tornado.test.web_test.SignedValueTest) ... ok
> test_key_versioning_read_write_default_key (tornado.test.web_test.SignedValueTest) ... ok
> test_key_versioning_read_write_non_default_key (tornado.test.web_test.SignedValueTest) ... ok
> test_known_values (tornado.test.web_test.SignedValueTest) ... ok
> test_name_swap (tornado.test.web_test.SignedValueTest) ... ok
> test_non_ascii (tornado.test.web_test.SignedValueTest) ... ok
> test_payload_tampering (tornado.test.web_test.SignedValueTest) ... ok
> test_signature_tampering (tornado.test.web_test.SignedValueTest) ... ok
> test_static_default_filename (tornado.test.web_test.StaticDefaultFilenameTest) ... ok
> test_static_default_redirect (tornado.test.web_test.StaticDefaultFilenameTest) ... ok
> test_absolute_static_url (tornado.test.web_test.StaticFileTest) ... ok
> test_absolute_version_exclusion (tornado.test.web_test.StaticFileTest) ... ok
> test_include_host_override (tornado.test.web_test.StaticFileTest) ... ok
> test_path_traversal_protection (tornado.test.web_test.StaticFileTest) ... ok
> test_relative_version_exclusion (tornado.test.web_test.StaticFileTest) ... ok
> test_root_static_path (tornado.test.web_test.StaticFileTest) ... ok
> test_static_304_etag_modified_bug (tornado.test.web_test.StaticFileTest) ... ok
> test_static_304_if_modified_since (tornado.test.web_test.StaticFileTest) ... ok
> test_static_304_if_none_match (tornado.test.web_test.StaticFileTest) ... ok
> test_static_404 (tornado.test.web_test.StaticFileTest) ... ok
> test_static_compressed_files (tornado.test.web_test.StaticFileTest) ... ok
> test_static_etag (tornado.test.web_test.StaticFileTest) ... ok
> test_static_files (tornado.test.web_test.StaticFileTest) ... ok
> test_static_head (tornado.test.web_test.StaticFileTest) ... ok
> test_static_head_range (tornado.test.web_test.StaticFileTest) ... ok
> test_static_if_modified_since_pre_epoch (tornado.test.web_test.StaticFileTest) ... ok
> test_static_if_modified_since_time_zone (tornado.test.web_test.StaticFileTest) ... ok
> test_static_invalid_range (tornado.test.web_test.StaticFileTest) ... ok
> test_static_range_if_none_match (tornado.test.web_test.StaticFileTest) ... ok
> test_static_unsatisfiable_range_invalid_start (tornado.test.web_test.StaticFileTest) ... ok
> test_static_unsatisfiable_range_zero_suffix (tornado.test.web_test.StaticFileTest) ... ok
> test_static_url (tornado.test.web_test.StaticFileTest) ... ok
> test_static_with_range (tornado.test.web_test.StaticFileTest) ... ok
> test_static_with_range_end_edge (tornado.test.web_test.StaticFileTest) ... ok
> test_static_with_range_full_file (tornado.test.web_test.StaticFileTest) ... ok
> test_static_with_range_full_past_end (tornado.test.web_test.StaticFileTest) ... ok
> test_static_with_range_neg_end (tornado.test.web_test.StaticFileTest) ... ok
> test_static_with_range_partial_past_end (tornado.test.web_test.StaticFileTest) ... ok
> test_serve (tornado.test.web_test.StaticFileWithPathTest) ... ok
> test_status (tornado.test.web_test.StatusReasonTest) ... ok
> test_close_during_upload (tornado.test.web_test.StreamingRequestBodyTest) ... ok
> test_early_return (tornado.test.web_test.StreamingRequestBodyTest) ... ok
> test_early_return_with_data (tornado.test.web_test.StreamingRequestBodyTest) ... ok
> test_streaming_body (tornado.test.web_test.StreamingRequestBodyTest) ... ok
> test_ui_method (tornado.test.web_test.UIMethodUIModuleTest) ... ok
> test_non_reversible (tornado.test.web_test.URLSpecReverseTest) ... ok
> test_reverse (tornado.test.web_test.URLSpecReverseTest) ... ok
> test_reverse_arguments (tornado.test.web_test.URLSpecReverseTest) ... ok
> test_unimplemented_standard_methods (tornado.test.web_test.UnimplementedHTTPMethodsTest) ... ok
> test_unimplemented_other (tornado.test.web_test.UnimplementedNonStandardMethodsTest) ... ok
> test_unimplemented_patch (tornado.test.web_test.UnimplementedNonStandardMethodsTest) ... ok
> test_decode_argument (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_decode_argument_invalid_unicode (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_decode_argument_plus (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_get_argument (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_get_body_arguments (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_get_query_arguments (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_header_injection (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_multi_header (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_no_gzip (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_optional_path (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_redirect (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_reverse_url (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_types (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_uimodule_resources (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_uimodule_unescaped (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_web_redirect (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_web_redirect_double_slash (tornado.test.web_test.WSGISafeWebTest) ... ok
> test_xsrf_httponly (tornado.test.web_test.XSRFCookieKwargsTest) ... ok
> test_cross_user (tornado.test.web_test.XSRFTest) ... ok
> test_distinct_tokens (tornado.test.web_test.XSRFTest) ... ok
> test_refresh_token (tornado.test.web_test.XSRFTest) ... ok
> test_versioning (tornado.test.web_test.XSRFTest) ... ok
> test_xsrf_fail_argument_invalid_format (tornado.test.web_test.XSRFTest) ... ok
> test_xsrf_fail_body_no_cookie (tornado.test.web_test.XSRFTest) ... ok
> test_xsrf_fail_cookie_invalid_format (tornado.test.web_test.XSRFTest) ... ok
> test_xsrf_fail_cookie_no_body (tornado.test.web_test.XSRFTest) ... ok
> test_xsrf_fail_no_token (tornado.test.web_test.XSRFTest) ... ok
> test_xsrf_success_header (tornado.test.web_test.XSRFTest) ... ok
> test_xsrf_success_non_hex_token (tornado.test.web_test.XSRFTest) ... ok
> test_xsrf_success_post_body (tornado.test.web_test.XSRFTest) ... ok
> test_xsrf_success_query_string (tornado.test.web_test.XSRFTest) ... ok
> test_xsrf_success_short_token (tornado.test.web_test.XSRFTest) ... ok
> test_message_sizes (tornado.test.websocket_test.ClientOnlyCompressionTest) ... ok
> test_size_limit (tornado.test.websocket_test.ClientOnlyCompressionTest) ... ok
> test_client_ping (tornado.test.websocket_test.ClientPeriodicPingTest) ... ok
> test_mask (tornado.test.websocket_test.CythonMaskFunctionTest) ... skipped 'tornado.speedups module not present'
> test_message_sizes (tornado.test.websocket_test.DefaultCompressionTest) ... ok
> test_size_limit (tornado.test.websocket_test.DefaultCompressionTest) ... ok
> test_manual_ping (tornado.test.websocket_test.ManualPingTest) ... ok
> test_large_message (tornado.test.websocket_test.MaxMessageSizeTest) ... ok
> test_message_sizes (tornado.test.websocket_test.NoCompressionTest) ... ok
> test_size_limit (tornado.test.websocket_test.NoCompressionTest) ... ok
> test_mask (tornado.test.websocket_test.PythonMaskFunctionTest) ... ok
> test_message_sizes (tornado.test.websocket_test.ServerOnlyCompressionTest) ... ok
> test_size_limit (tornado.test.websocket_test.ServerOnlyCompressionTest) ... ok
> test_server_ping (tornado.test.websocket_test.ServerPeriodicPingTest) ... ok
> test_native_coroutine (tornado.test.websocket_test.WebSocketNativeCoroutineTest) ... skipped 'PEP 492 (async/await) not available'
> test_async_prepare (tornado.test.websocket_test.WebSocketTest) ... ok
> test_bad_websocket_version (tornado.test.websocket_test.WebSocketTest) ... ok
> test_binary_message (tornado.test.websocket_test.WebSocketTest) ... ok
> test_check_origin_invalid (tornado.test.websocket_test.WebSocketTest) ... ok
> test_check_origin_invalid_partial_url (tornado.test.websocket_test.WebSocketTest) ... ok
> test_check_origin_invalid_subdomains (tornado.test.websocket_test.WebSocketTest) ... ok
> test_check_origin_valid_no_path (tornado.test.websocket_test.WebSocketTest) ... ok
> test_check_origin_valid_with_path (tornado.test.websocket_test.WebSocketTest) ... ok
> test_client_close_reason (tornado.test.websocket_test.WebSocketTest) ... ok
> test_coroutine (tornado.test.websocket_test.WebSocketTest) ... ok
> test_error_in_on_message (tornado.test.websocket_test.WebSocketTest) ... ok
> test_http_request (tornado.test.websocket_test.WebSocketTest) ... ok
> test_missing_websocket_key (tornado.test.websocket_test.WebSocketTest) ... ok
> test_open_coroutine (tornado.test.websocket_test.WebSocketTest) ... ok
> test_path_args (tornado.test.websocket_test.WebSocketTest) ... ok
> test_render_message (tornado.test.websocket_test.WebSocketTest) ... ok
> test_server_close_reason (tornado.test.websocket_test.WebSocketTest) ... ok
> test_subprotocols (tornado.test.websocket_test.WebSocketTest) ... ok
> test_subprotocols_not_offered (tornado.test.websocket_test.WebSocketTest) ... ok
> test_unicode_message (tornado.test.websocket_test.WebSocketTest) ... ok
> test_websocket_callbacks (tornado.test.websocket_test.WebSocketTest) ... ok
> test_websocket_close_buffered_data (tornado.test.websocket_test.WebSocketTest) ... ok
> test_websocket_gen (tornado.test.websocket_test.WebSocketTest) ... ok
> test_websocket_header_echo (tornado.test.websocket_test.WebSocketTest) ... ok
> test_websocket_headers (tornado.test.websocket_test.WebSocketTest) ... ok
> test_websocket_http_fail (tornado.test.websocket_test.WebSocketTest) ... ok
> test_websocket_http_success (tornado.test.websocket_test.WebSocketTest) ... ok
> test_websocket_network_fail (tornado.test.websocket_test.WebSocketTest) ... ok
> test_write_after_close (tornado.test.websocket_test.WebSocketTest) ... ok
> test_set_close_exec (tornado.test.windows_test.WindowsTest) ... skipped 'non-windows platform'
> test_path_quoting (tornado.test.wsgi_test.WSGIAdapterTest) ... ok
> test_simple (tornado.test.wsgi_test.WSGIAdapterTest) ... ok
> test_types (tornado.test.wsgi_test.WSGIAdapterTest) ... ok
> test_standard_methods (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_buggy_log_exception (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_multiple_strong_etag_match (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_multiple_strong_etag_not_match (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_multiple_weak_etag_match (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_multiple_weak_etag_not_match (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_strong_etag_match (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_strong_etag_not_match (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_weak_etag_match (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_weak_etag_not_match (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_wildcard_etag (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_clear_all_cookies (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_clear_header (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_404 (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_serve (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_url (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_date_header (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_addslash (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_removeslash (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_404 (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_403 (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_default_host_matching (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_404_xsrf (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_error_xsrf (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_default (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_failed_write_error (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_write_error (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_http_error (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_known_error (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_unknown_error (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_finish_exception (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_finish_in_prepare (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_catch_error (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_get_current_user_from_ui_module_is_lazy (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_get_current_user_from_ui_module_works (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_get_current_user_is_lazy (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... skipped 'needs fix'
> test_get_current_user_works (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_gzip (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_gzip_not_requested (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_gzip_static (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_vary_already_present (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_vary_already_present_multiple (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_handler_by_name (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_304_headers (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_host_matching (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_content_length_too_high (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_content_length_too_low (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_named_urlspec_groups (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_kw (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_pos (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_httperror_str (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_httperror_str_from_httputil (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_raise_with_reason (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_missing_remote_ip (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_set_properties (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_default_filename (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_default_redirect (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_absolute_static_url (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_absolute_version_exclusion (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_include_host_override (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_path_traversal_protection (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_relative_version_exclusion (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_root_static_path (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_304_etag_modified_bug (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_304_if_modified_since (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_304_if_none_match (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_404 (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_compressed_files (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_etag (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_files (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_head (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_head_range (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_if_modified_since_pre_epoch (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_if_modified_since_time_zone (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_invalid_range (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_range_if_none_match (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_unsatisfiable_range_invalid_start (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_unsatisfiable_range_zero_suffix (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_url (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_with_range (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_with_range_end_edge (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_with_range_full_file (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_with_range_full_past_end (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_with_range_neg_end (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_static_with_range_partial_past_end (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_serve (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_status (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_ui_method (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_unimplemented_standard_methods (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_decode_argument (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_decode_argument_invalid_unicode (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_decode_argument_plus (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_get_argument (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_get_body_arguments (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_get_query_arguments (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_header_injection (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_multi_header (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_no_gzip (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_optional_path (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_redirect (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_reverse_url (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_types (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_uimodule_resources (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_uimodule_unescaped (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_web_redirect (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_web_redirect_double_slash (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_xsrf_httponly (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_cross_user (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_distinct_tokens (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_refresh_token (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_versioning (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_xsrf_fail_argument_invalid_format (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_xsrf_fail_body_no_cookie (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_xsrf_fail_cookie_invalid_format (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_xsrf_fail_cookie_no_body (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_xsrf_fail_no_token (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_xsrf_success_header (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_xsrf_success_non_hex_token (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_xsrf_success_post_body (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_xsrf_success_query_string (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_xsrf_success_short_token (tornado.test.wsgi_test.WSGIAdapterWrappedTest) ... ok
> test_100_continue (tornado.test.wsgi_test.WSGIConnectionTest) ... ok
> test_multipart_form (tornado.test.wsgi_test.WSGIConnectionTest) ... ok
> test_newlines (tornado.test.wsgi_test.WSGIConnectionTest) ... ok
> test_simple (tornado.test.wsgi_test.WSGIContainerTest) ... ok
> 
> ======================================================================
> ERROR: test_future_read_until_close (tornado.test.iostream_test.TestIOStreamWebHTTPS)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tornado/testing.py", line 125, in __call__
>     result = self.orig_method(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tornado/testing.py", line 550, in post_coroutine
>     timeout=timeout)
>   File "/<<PKGBUILDDIR>>/tornado/ioloop.py", line 576, in run_sync
>     return future_cell[0].result()
>   File "/<<PKGBUILDDIR>>/tornado/concurrent.py", line 261, in result
>     raise_exc_info(self._exc_info)
>   File "/<<PKGBUILDDIR>>/tornado/gen.py", line 1162, in run
>     yielded = self.gen.send(value)
>   File "/<<PKGBUILDDIR>>/tornado/test/iostream_test.py", line 149, in test_future_read_until_close
>     body = yield stream.read_until_close()
>   File "/<<PKGBUILDDIR>>/tornado/iostream.py", line 537, in read_until_close
>     self._try_inline_read()
>   File "/<<PKGBUILDDIR>>/tornado/iostream.py", line 913, in _try_inline_read
>     pos = self._read_to_buffer_loop()
>   File "/<<PKGBUILDDIR>>/tornado/iostream.py", line 815, in _read_to_buffer_loop
>     if self._read_to_buffer() == 0:
>   File "/<<PKGBUILDDIR>>/tornado/iostream.py", line 945, in _read_to_buffer
>     bytes_read = self.read_from_fd(buf)
>   File "/<<PKGBUILDDIR>>/tornado/iostream.py", line 1690, in read_from_fd
>     return self.socket.recv_into(buf)
>   File "/usr/lib/python2.7/ssl.py", line 769, in recv_into
>     return self.read(nbytes, buffer)
>   File "/usr/lib/python2.7/ssl.py", line 639, in read
>     v = self._sslobj.read(len, buffer)
> SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1946)
> 
> ======================================================================
> ERROR: test_no_content_length (tornado.test.simple_httpclient_test.SimpleHTTPSClientTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tornado/testing.py", line 125, in __call__
>     result = self.orig_method(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tornado/test/simple_httpclient_test.py", line 366, in test_no_content_length
>     response = self.fetch("/no_content_length")
>   File "/<<PKGBUILDDIR>>/tornado/testing.py", line 423, in fetch
>     timeout=get_async_test_timeout())
>   File "/<<PKGBUILDDIR>>/tornado/ioloop.py", line 575, in run_sync
>     raise TimeoutError('Operation timed out after %s seconds' % timeout)
> TimeoutError: Operation timed out after 30.0 seconds
> 
> ----------------------------------------------------------------------
> Ran 1561 tests in 43.963s
> 
> FAILED (errors=2, skipped=78)
> Some tests were skipped because: PEP 380 (yield from) not available,
> PEP 492 (async/await) not available, Prevent internet access during
> build, asyncio module not present, dual-stack servers often have port
> conflicts on travis, mock package not present, needs fix, network
> access disabled, non-windows platform, test only relevant with asyncio
> Futures, timing tests unreliable on travis, tornado.speedups module
> not present
> [E 200322 03:15:56 runtests:225] logged 0 infos, 41 warnings, 2 errors, and 6035 bytes to stderr
> E: pybuild pybuild:352: test: plugin custom failed with: exit code=1: python2.7 ./tornado/test/runtests.py --verbose
> dh_auto_test: error: pybuild --test -i python{version} -p 2.7 returned exit code 13

The full build log is available from:
   http://qa-logs.debian.net/2020/03/21/python-tornado_6.0.3+really5.1.1-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Python-modules-team mailing list