Your message dated Mon, 19 Aug 2024 16:19:20 +0000
with message-id <e1sg56g-002dif...@fasolo.debian.org>
and subject line Bug#1078411: fixed in python-tornado 6.4.1-2
has caused the Debian Bug report #1078411,
regarding python-tornado: FTBFS: dh_auto_test: error: pybuild --test -i 
python{version} -p 3.12 returned exit code 13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1078411: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078411
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-tornado
Version: 6.4.1-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240809 ftbfs-trixie

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> # unset http[s]_proxy here, since otherwise pycurl picks these variables up 
> and tests fail
> PYBUILD_SYSTEM=custom PYTHONPATH=. http_proxy= https_proxy= dh_auto_test
>       pybuild --test -i python{version} -p 3.12
> I: pybuild base:311: python3.12 ./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
> _encode_header (tornado.httputil)
> Doctest: tornado.httputil._encode_header ... ok
> _get_content_range (tornado.httputil)
> Doctest: tornado.httputil._get_content_range ... ok
> _normalize_header (tornado.httputil)
> Doctest: tornado.httputil._normalize_header ... 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.test_asyncio_accessor)
>  ... ok
> test_tornado_accessor 
> (tornado.test.asyncio_test.AnyThreadEventLoopPolicyTest.test_tornado_accessor)
>  ... ok
> test_add_thread_close_idempotent 
> (tornado.test.asyncio_test.AsyncIOLoopTest.test_add_thread_close_idempotent) 
> ... ok
> test_asyncio_adapter 
> (tornado.test.asyncio_test.AsyncIOLoopTest.test_asyncio_adapter) ... ok
> test_asyncio_callback 
> (tornado.test.asyncio_test.AsyncIOLoopTest.test_asyncio_callback) ... ok
> test_asyncio_future 
> (tornado.test.asyncio_test.AsyncIOLoopTest.test_asyncio_future) ... ok
> test_asyncio_yield_from 
> (tornado.test.asyncio_test.AsyncIOLoopTest.test_asyncio_yield_from) ... ok
> test_asyncio_close_leak 
> (tornado.test.asyncio_test.LeakTest.test_asyncio_close_leak) ... ok
> test_ioloop_close_leak 
> (tornado.test.asyncio_test.LeakTest.test_ioloop_close_leak) ... ok
> test_asyncio_manual 
> (tornado.test.asyncio_test.SelectorThreadLeakTest.test_asyncio_manual) ... ok
> test_asyncio_run 
> (tornado.test.asyncio_test.SelectorThreadLeakTest.test_asyncio_run) ... ok
> test_tornado (tornado.test.asyncio_test.SelectorThreadLeakTest.test_tornado) 
> ... ok
> test_facebook_login (tornado.test.auth_test.AuthTest.test_facebook_login) ... 
> ok
> test_oauth10_get_user (tornado.test.auth_test.AuthTest.test_oauth10_get_user) 
> ... ok
> test_oauth10_redirect (tornado.test.auth_test.AuthTest.test_oauth10_redirect) 
> ... ok
> test_oauth10_request_parameters 
> (tornado.test.auth_test.AuthTest.test_oauth10_request_parameters) ... ok
> test_oauth10a_get_user 
> (tornado.test.auth_test.AuthTest.test_oauth10a_get_user) ... ok
> test_oauth10a_get_user_coroutine_exception 
> (tornado.test.auth_test.AuthTest.test_oauth10a_get_user_coroutine_exception) 
> ... ok
> test_oauth10a_redirect 
> (tornado.test.auth_test.AuthTest.test_oauth10a_redirect) ... ok
> test_oauth10a_redirect_error 
> (tornado.test.auth_test.AuthTest.test_oauth10a_redirect_error) ... ok
> test_oauth10a_request_parameters 
> (tornado.test.auth_test.AuthTest.test_oauth10a_request_parameters) ... ok
> test_oauth2_redirect (tornado.test.auth_test.AuthTest.test_oauth2_redirect) 
> ... ok
> test_openid_get_user (tornado.test.auth_test.AuthTest.test_openid_get_user) 
> ... ok
> test_openid_redirect (tornado.test.auth_test.AuthTest.test_openid_redirect) 
> ... ok
> test_twitter_authenticate_redirect 
> (tornado.test.auth_test.AuthTest.test_twitter_authenticate_redirect) ... ok
> test_twitter_get_user (tornado.test.auth_test.AuthTest.test_twitter_get_user) 
> ... ok
> test_twitter_redirect (tornado.test.auth_test.AuthTest.test_twitter_redirect) 
> ... ok
> test_twitter_redirect_gen_coroutine 
> (tornado.test.auth_test.AuthTest.test_twitter_redirect_gen_coroutine) ... ok
> test_twitter_show_user 
> (tornado.test.auth_test.AuthTest.test_twitter_show_user) ... ok
> test_twitter_show_user_error 
> (tornado.test.auth_test.AuthTest.test_twitter_show_user_error) ... ok
> test_google_login (tornado.test.auth_test.GoogleOAuth2Test.test_google_login) 
> ... ok
> test_reload (tornado.test.autoreload_test.AutoreloadTest.test_reload) ... ok
> test_reload_wrapper_args 
> (tornado.test.autoreload_test.AutoreloadTest.test_reload_wrapper_args) ... ok
> test_reload_wrapper_preservation 
> (tornado.test.autoreload_test.AutoreloadTest.test_reload_wrapper_preservation)
>  ... ok
> test_reload_wrapper_until_success 
> (tornado.test.autoreload_test.AutoreloadTest.test_reload_wrapper_until_success)
>  ... ok
> test_async_handler 
> (tornado.test.circlerefs_test.CircleRefsTest.test_async_handler) ... ok
> test_coro_handler 
> (tornado.test.circlerefs_test.CircleRefsTest.test_coro_handler) ... ok
> test_finish_exception_handler 
> (tornado.test.circlerefs_test.CircleRefsTest.test_finish_exception_handler) 
> ... ok
> test_known_leak (tornado.test.circlerefs_test.CircleRefsTest.test_known_leak) 
> ... ok
> test_run_on_executor 
> (tornado.test.circlerefs_test.CircleRefsTest.test_run_on_executor) ... ok
> test_sync_handler 
> (tornado.test.circlerefs_test.CircleRefsTest.test_sync_handler) ... ok
> test_future (tornado.test.concurrent_test.GeneratorClientTest.test_future) 
> ... ok
> test_future_error 
> (tornado.test.concurrent_test.GeneratorClientTest.test_future_error) ... ok
> test_generator 
> (tornado.test.concurrent_test.GeneratorClientTest.test_generator) ... ok
> test_generator_error 
> (tornado.test.concurrent_test.GeneratorClientTest.test_generator_error) ... ok
> test_future_set_result_unless_cancelled 
> (tornado.test.concurrent_test.MiscFutureTest.test_future_set_result_unless_cancelled)
>  ... ok
> test_async_await 
> (tornado.test.concurrent_test.RunOnExecutorTest.test_async_await) ... ok
> test_call_with_executor 
> (tornado.test.concurrent_test.RunOnExecutorTest.test_call_with_executor) ... 
> ok
> test_call_with_no_args 
> (tornado.test.concurrent_test.RunOnExecutorTest.test_call_with_no_args) ... ok
> test_no_calling 
> (tornado.test.concurrent_test.RunOnExecutorTest.test_no_calling) ... ok
> test_304_with_content_length 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_304_with_content_length)
>  ... ok
> test_all_methods 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_all_methods)
>  ... ok
> test_basic_auth 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_basic_auth)
>  ... ok
> test_basic_auth_explicit_mode 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_basic_auth_explicit_mode)
>  ... ok
> test_basic_auth_unicode 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_basic_auth_unicode)
>  ... ok
> test_bind_source_ip 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_bind_source_ip)
>  ... ok
> test_body_encoding 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_body_encoding)
>  ... ok
> test_body_sanity_checks 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_body_sanity_checks)
>  ... ok
> test_chunked 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_chunked) 
> ... ok
> test_chunked_close 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_chunked_close)
>  ... ok
> test_configure_defaults 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_configure_defaults)
>  ... ok
> test_credentials_in_url 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_credentials_in_url)
>  ... ok
> test_error_after_cancel 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_error_after_cancel)
>  ... ok
> test_follow_redirect 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_follow_redirect)
>  ... ok
> test_future_http_error 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_future_http_error)
>  ... ok
> test_future_http_error_no_raise 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_future_http_error_no_raise)
>  ... ok
> test_future_interface 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_future_interface)
>  ... ok
> test_gzip 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_gzip) 
> ... ok
> test_header_callback 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_header_callback)
>  ... ok
> test_header_crlf 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_header_crlf)
>  ... ok
> test_header_encoding 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_header_encoding)
>  ... ok
> test_header_types 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_header_types)
>  ... ok
> test_hello_world 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_hello_world)
>  ... skipped 'timing tests unreliable on travis'
> test_invalid_gzip 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_invalid_gzip)
>  ... ok
> test_method_after_redirect 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_method_after_redirect)
>  ... ok
> test_multi_line_headers 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_multi_line_headers)
>  ... ok
> test_non_ascii_header 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_non_ascii_header)
>  ... ok
> test_patch_receives_payload 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_patch_receives_payload)
>  ... ok
> test_post 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_post) 
> ... ok
> test_put_307 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_put_307) 
> ... ok
> test_redirect_put_with_body 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_redirect_put_with_body)
>  ... ok
> test_redirect_put_without_body 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_redirect_put_without_body)
>  ... ok
> test_redirect_without_location 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_redirect_without_location)
>  ... ok
> test_response_times 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_response_times)
>  ... ok
> test_reuse_request_from_response 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_reuse_request_from_response)
>  ... ok
> test_streaming_callback 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_streaming_callback)
>  ... ok
> test_types 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_types) 
> ... ok
> test_unsupported_auth_mode 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_unsupported_auth_mode)
>  ... ok
> test_zero_timeout 
> (tornado.test.curl_httpclient_test.CurlHTTPClientCommonTestCase.test_zero_timeout)
>  ... ok
> test_custom_reason 
> (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase.test_custom_reason) 
> ... ok
> test_digest_auth 
> (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase.test_digest_auth) 
> ... ok
> test_digest_auth_non_ascii 
> (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase.test_digest_auth_non_ascii)
>  ... ok
> test_fail_custom_reason 
> (tornado.test.curl_httpclient_test.CurlHTTPClientTestCase.test_fail_custom_reason)
>  ... ok
> test_escape_return_types 
> (tornado.test.escape_test.EscapeTestCase.test_escape_return_types) ... ok
> test_json_decode (tornado.test.escape_test.EscapeTestCase.test_json_decode) 
> ... ok
> test_json_encode (tornado.test.escape_test.EscapeTestCase.test_json_encode) 
> ... ok
> test_linkify (tornado.test.escape_test.EscapeTestCase.test_linkify) ... ok
> test_recursive_unicode 
> (tornado.test.escape_test.EscapeTestCase.test_recursive_unicode) ... ok
> test_squeeze (tornado.test.escape_test.EscapeTestCase.test_squeeze) ... ok
> test_url_escape_quote_plus 
> (tornado.test.escape_test.EscapeTestCase.test_url_escape_quote_plus) ... ok
> test_url_escape_unicode 
> (tornado.test.escape_test.EscapeTestCase.test_url_escape_unicode) ... ok
> test_url_unescape_unicode 
> (tornado.test.escape_test.EscapeTestCase.test_url_unescape_unicode) ... ok
> test_xhtml_escape (tornado.test.escape_test.EscapeTestCase.test_xhtml_escape) 
> ... ok
> test_xhtml_unescape_numeric 
> (tornado.test.escape_test.EscapeTestCase.test_xhtml_unescape_numeric) ... ok
> test_propagate (tornado.test.gen_test.ContextVarsTest.test_propagate) ... ok
> test_propagate_to_first_yield_with_native_async_function 
> (tornado.test.gen_test.ContextVarsTest.test_propagate_to_first_yield_with_native_async_function)
>  ... ok
> test_reset (tornado.test.gen_test.ContextVarsTest.test_reset) ... ok
> test_async_raise_return 
> (tornado.test.gen_test.GenBasicTest.test_async_raise_return) ... ok
> test_async_raise_return_value 
> (tornado.test.gen_test.GenBasicTest.test_async_raise_return_value) ... ok
> test_async_raise_return_value_tuple 
> (tornado.test.gen_test.GenBasicTest.test_async_raise_return_value_tuple) ... 
> ok
> test_bogus_yield (tornado.test.gen_test.GenBasicTest.test_bogus_yield) ... ok
> test_bogus_yield_tuple 
> (tornado.test.gen_test.GenBasicTest.test_bogus_yield_tuple) ... ok
> test_exception_phase1 
> (tornado.test.gen_test.GenBasicTest.test_exception_phase1) ... ok
> test_exception_phase2 
> (tornado.test.gen_test.GenBasicTest.test_exception_phase2) ... ok
> test_future (tornado.test.gen_test.GenBasicTest.test_future) ... ok
> test_multi (tornado.test.gen_test.GenBasicTest.test_multi) ... ok
> test_multi_delayed (tornado.test.gen_test.GenBasicTest.test_multi_delayed) 
> ... ok
> test_multi_dict (tornado.test.gen_test.GenBasicTest.test_multi_dict) ... ok
> test_multi_dict_delayed 
> (tornado.test.gen_test.GenBasicTest.test_multi_dict_delayed) ... ok
> test_multi_dict_future 
> (tornado.test.gen_test.GenBasicTest.test_multi_dict_future) ... ok
> test_multi_empty (tornado.test.gen_test.GenBasicTest.test_multi_empty) ... ok
> test_multi_exceptions 
> (tornado.test.gen_test.GenBasicTest.test_multi_exceptions) ... ok
> test_multi_future (tornado.test.gen_test.GenBasicTest.test_multi_future) ... 
> ok
> test_multi_future_duplicate 
> (tornado.test.gen_test.GenBasicTest.test_multi_future_duplicate) ... ok
> test_multi_future_exceptions 
> (tornado.test.gen_test.GenBasicTest.test_multi_future_exceptions) ... ok
> test_multi_performance 
> (tornado.test.gen_test.GenBasicTest.test_multi_performance) ... skipped 
> 'timing tests unreliable on travis'
> test_no_yield (tornado.test.gen_test.GenBasicTest.test_no_yield) ... ok
> test_none (tornado.test.gen_test.GenBasicTest.test_none) ... ok
> test_reuse (tornado.test.gen_test.GenBasicTest.test_reuse) ... ok
> test_sync_raise_return 
> (tornado.test.gen_test.GenBasicTest.test_sync_raise_return) ... ok
> test_sync_raise_return_value 
> (tornado.test.gen_test.GenBasicTest.test_sync_raise_return_value) ... ok
> test_sync_raise_return_value_tuple 
> (tornado.test.gen_test.GenBasicTest.test_sync_raise_return_value_tuple) ... ok
> test_async_await (tornado.test.gen_test.GenCoroutineTest.test_async_await) 
> ... ok
> test_async_await_mixed_multi_native_future 
> (tornado.test.gen_test.GenCoroutineTest.test_async_await_mixed_multi_native_future)
>  ... ok
> test_async_early_return 
> (tornado.test.gen_test.GenCoroutineTest.test_async_early_return) ... ok
> test_async_gen_return 
> (tornado.test.gen_test.GenCoroutineTest.test_async_gen_return) ... ok
> test_async_raise (tornado.test.gen_test.GenCoroutineTest.test_async_raise) 
> ... ok
> test_async_return (tornado.test.gen_test.GenCoroutineTest.test_async_return) 
> ... ok
> test_async_return_no_value 
> (tornado.test.gen_test.GenCoroutineTest.test_async_return_no_value) ... ok
> test_async_with_timeout 
> (tornado.test.gen_test.GenCoroutineTest.test_async_with_timeout) ... ok
> test_asyncio_future_debug_info 
> (tornado.test.gen_test.GenCoroutineTest.test_asyncio_future_debug_info) ... ok
> test_asyncio_gather 
> (tornado.test.gen_test.GenCoroutineTest.test_asyncio_gather) ... ok
> test_asyncio_sleep_zero 
> (tornado.test.gen_test.GenCoroutineTest.test_asyncio_sleep_zero) ... ok
> test_attributes (tornado.test.gen_test.GenCoroutineTest.test_attributes) ... 
> ok
> test_coroutine_refcounting 
> (tornado.test.gen_test.GenCoroutineTest.test_coroutine_refcounting) ... ok
> test_is_coroutine_function 
> (tornado.test.gen_test.GenCoroutineTest.test_is_coroutine_function) ... ok
> test_moment (tornado.test.gen_test.GenCoroutineTest.test_moment) ... ok
> test_py3_leak_exception_context 
> (tornado.test.gen_test.GenCoroutineTest.test_py3_leak_exception_context) ... 
> ok
> test_replace_yieldpoint_exception 
> (tornado.test.gen_test.GenCoroutineTest.test_replace_yieldpoint_exception) 
> ... ok
> test_sleep (tornado.test.gen_test.GenCoroutineTest.test_sleep) ... ok
> test_swallow_yieldpoint_exception 
> (tornado.test.gen_test.GenCoroutineTest.test_swallow_yieldpoint_exception) 
> ... ok
> test_sync_gen_return 
> (tornado.test.gen_test.GenCoroutineTest.test_sync_gen_return) ... ok
> test_sync_raise (tornado.test.gen_test.GenCoroutineTest.test_sync_raise) ... 
> ok
> test_sync_return (tornado.test.gen_test.GenCoroutineTest.test_sync_return) 
> ... ok
> test_sync_return_no_value 
> (tornado.test.gen_test.GenCoroutineTest.test_sync_return_no_value) ... ok
> test_async_prepare_error_handler 
> (tornado.test.gen_test.GenWebTest.test_async_prepare_error_handler) ... ok
> test_coroutine_sequence_handler 
> (tornado.test.gen_test.GenWebTest.test_coroutine_sequence_handler) ... ok
> test_coroutine_unfinished_sequence_handler 
> (tornado.test.gen_test.GenWebTest.test_coroutine_unfinished_sequence_handler) 
> ... ok
> test_native_coroutine_handler 
> (tornado.test.gen_test.GenWebTest.test_native_coroutine_handler) ... ok
> test_undecorated_coroutines 
> (tornado.test.gen_test.GenWebTest.test_undecorated_coroutines) ... ok
> test_gc (tornado.test.gen_test.RunnerGCTest.test_gc) ... ok
> test_gc_infinite_async_await 
> (tornado.test.gen_test.RunnerGCTest.test_gc_infinite_async_await) ... ok
> test_gc_infinite_coro 
> (tornado.test.gen_test.RunnerGCTest.test_gc_infinite_coro) ... ok
> test_multi_moment (tornado.test.gen_test.RunnerGCTest.test_multi_moment) ... 
> ok
> test_already_done (tornado.test.gen_test.WaitIteratorTest.test_already_done) 
> ... ok
> test_empty_iterator 
> (tornado.test.gen_test.WaitIteratorTest.test_empty_iterator) ... ok
> test_iterator (tornado.test.gen_test.WaitIteratorTest.test_iterator) ... ok
> test_iterator_async_await 
> (tornado.test.gen_test.WaitIteratorTest.test_iterator_async_await) ... ok
> test_no_ref (tornado.test.gen_test.WaitIteratorTest.test_no_ref) ... ok
> test_already_resolved 
> (tornado.test.gen_test.WithTimeoutTest.test_already_resolved) ... ok
> test_completed_concurrent_future 
> (tornado.test.gen_test.WithTimeoutTest.test_completed_concurrent_future) ... 
> ok
> test_completes_before_timeout 
> (tornado.test.gen_test.WithTimeoutTest.test_completes_before_timeout) ... ok
> test_fails_before_timeout 
> (tornado.test.gen_test.WithTimeoutTest.test_fails_before_timeout) ... ok
> test_normal_concurrent_future 
> (tornado.test.gen_test.WithTimeoutTest.test_normal_concurrent_future) ... ok
> test_timeout (tornado.test.gen_test.WithTimeoutTest.test_timeout) ... ok
> test_timeout_concurrent_future 
> (tornado.test.gen_test.WithTimeoutTest.test_timeout_concurrent_future) ... ok
> test_http10_no_content_length 
> (tornado.test.http1connection_test.HTTP1ConnectionTest.test_http10_no_content_length)
>  ... ok
> test_304_with_content_length 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_304_with_content_length)
>  ... ok
> test_all_methods 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_all_methods) ... 
> ok
> test_basic_auth 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_basic_auth) ... ok
> test_basic_auth_explicit_mode 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_basic_auth_explicit_mode)
>  ... ok
> test_basic_auth_unicode 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_basic_auth_unicode)
>  ... ok
> test_bind_source_ip 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_bind_source_ip) 
> ... ok
> test_body_encoding 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_body_encoding) 
> ... ok
> test_body_sanity_checks 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_body_sanity_checks)
>  ... ok
> test_chunked 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_chunked) ... ok
> test_chunked_close 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_chunked_close) 
> ... ok
> test_configure_defaults 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_configure_defaults)
>  ... ok
> test_credentials_in_url 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_credentials_in_url)
>  ... ok
> test_error_after_cancel 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_error_after_cancel)
>  ... ok
> test_follow_redirect 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_follow_redirect) 
> ... ok
> test_future_http_error 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_future_http_error)
>  ... ok
> test_future_http_error_no_raise 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_future_http_error_no_raise)
>  ... ok
> test_future_interface 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_future_interface) 
> ... ok
> test_gzip (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_gzip) 
> ... ok
> test_header_callback 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_header_callback) 
> ... ok
> test_header_crlf 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_header_crlf) ... 
> ok
> test_header_encoding 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_header_encoding) 
> ... ok
> test_header_types 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_header_types) ... 
> ok
> test_hello_world 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_hello_world) ... 
> skipped 'timing tests unreliable on travis'
> test_invalid_gzip 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_invalid_gzip) ... 
> ok
> test_method_after_redirect 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_method_after_redirect)
>  ... ok
> test_multi_line_headers 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_multi_line_headers)
>  ... ok
> test_non_ascii_header 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_non_ascii_header) 
> ... ok
> test_patch_receives_payload 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_patch_receives_payload)
>  ... ok
> test_post (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_post) 
> ... ok
> test_put_307 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_put_307) ... ok
> test_redirect_put_with_body 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_redirect_put_with_body)
>  ... ok
> test_redirect_put_without_body 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_redirect_put_without_body)
>  ... ok
> test_redirect_without_location 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_redirect_without_location)
>  ... ok
> test_response_times 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_response_times) 
> ... ok
> test_reuse_request_from_response 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_reuse_request_from_response)
>  ... ok
> test_streaming_callback 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_streaming_callback)
>  ... ok
> test_types (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_types) 
> ... ok
> test_unsupported_auth_mode 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_unsupported_auth_mode)
>  ... ok
> test_zero_timeout 
> (tornado.test.httpclient_test.HTTPClientCommonTestCase.test_zero_timeout) ... 
> ok
> test_copy (tornado.test.httpclient_test.HTTPErrorTestCase.test_copy) ... ok
> test_error_with_response 
> (tornado.test.httpclient_test.HTTPErrorTestCase.test_error_with_response) ... 
> ok
> test_plain_error 
> (tornado.test.httpclient_test.HTTPErrorTestCase.test_plain_error) ... ok
> test_body (tornado.test.httpclient_test.HTTPRequestTestCase.test_body) ... ok
> test_body_setter 
> (tornado.test.httpclient_test.HTTPRequestTestCase.test_body_setter) ... ok
> test_headers (tornado.test.httpclient_test.HTTPRequestTestCase.test_headers) 
> ... ok
> test_headers_setter 
> (tornado.test.httpclient_test.HTTPRequestTestCase.test_headers_setter) ... ok
> test_if_modified_since 
> (tornado.test.httpclient_test.HTTPRequestTestCase.test_if_modified_since) ... 
> ok
> test_if_modified_since_naive_deprecated 
> (tornado.test.httpclient_test.HTTPRequestTestCase.test_if_modified_since_naive_deprecated)
>  ... ok
> test_null_headers_setter 
> (tornado.test.httpclient_test.HTTPRequestTestCase.test_null_headers_setter) 
> ... ok
> test_str (tornado.test.httpclient_test.HTTPResponseTestCase.test_str) ... ok
> test_bad_attribute 
> (tornado.test.httpclient_test.RequestProxyTest.test_bad_attribute) ... ok
> test_both_set (tornado.test.httpclient_test.RequestProxyTest.test_both_set) 
> ... ok
> test_default_set 
> (tornado.test.httpclient_test.RequestProxyTest.test_default_set) ... ok
> test_defaults_none 
> (tornado.test.httpclient_test.RequestProxyTest.test_defaults_none) ... ok
> test_neither_set 
> (tornado.test.httpclient_test.RequestProxyTest.test_neither_set) ... ok
> test_request_set 
> (tornado.test.httpclient_test.RequestProxyTest.test_request_set) ... ok
> test_destructor_log 
> (tornado.test.httpclient_test.SyncHTTPClientSubprocessTest.test_destructor_log)
>  ... ok
> test_sync_client 
> (tornado.test.httpclient_test.SyncHTTPClientTest.test_sync_client) ... ok
> test_sync_client_error 
> (tornado.test.httpclient_test.SyncHTTPClientTest.test_sync_client_error) ... 
> ok
> test_missing_arguments 
> (tornado.test.httpserver_test.BadSSLOptionsTest.test_missing_arguments) ... ok
> test_missing_key 
> (tornado.test.httpserver_test.BadSSLOptionsTest.test_missing_key)
> A missing SSL key should cause an immediate exception. ... ok
> test_body_size_override_reset 
> (tornado.test.httpserver_test.BodyLimitsTest.test_body_size_override_reset) 
> ... ok
> test_large_body_buffered 
> (tornado.test.httpserver_test.BodyLimitsTest.test_large_body_buffered) ... ok
> test_large_body_buffered_chunked 
> (tornado.test.httpserver_test.BodyLimitsTest.test_large_body_buffered_chunked)
>  ... ok
> test_large_body_streaming 
> (tornado.test.httpserver_test.BodyLimitsTest.test_large_body_streaming) ... ok
> test_large_body_streaming_chunked 
> (tornado.test.httpserver_test.BodyLimitsTest.test_large_body_streaming_chunked)
>  ... ok
> test_large_body_streaming_chunked_override 
> (tornado.test.httpserver_test.BodyLimitsTest.test_large_body_streaming_chunked_override)
>  ... ok
> test_large_body_streaming_override 
> (tornado.test.httpserver_test.BodyLimitsTest.test_large_body_streaming_override)
>  ... ok
> test_small_body (tornado.test.httpserver_test.BodyLimitsTest.test_small_body) 
> ... ok
> test_timeout (tornado.test.httpserver_test.BodyLimitsTest.test_timeout) ... ok
> test_uncompressed 
> (tornado.test.httpserver_test.GzipBaseTest.test_uncompressed) ... ok
> test_gzip (tornado.test.httpserver_test.GzipTest.test_gzip) ... ok
> test_gzip_case_insensitive 
> (tornado.test.httpserver_test.GzipTest.test_gzip_case_insensitive) ... ok
> test_uncompressed (tornado.test.httpserver_test.GzipTest.test_uncompressed) 
> ... ok
> test_gzip_unsupported 
> (tornado.test.httpserver_test.GzipUnsupportedTest.test_gzip_unsupported) ... 
> ok
> test_uncompressed 
> (tornado.test.httpserver_test.GzipUnsupportedTest.test_uncompressed) ... ok
> test_100_continue 
> (tornado.test.httpserver_test.HTTPConnectionTest.test_100_continue) ... ok
> test_multipart_form 
> (tornado.test.httpserver_test.HTTPConnectionTest.test_multipart_form) ... ok
> test_newlines (tornado.test.httpserver_test.HTTPConnectionTest.test_newlines) 
> ... ok
> test_chunked_request_body 
> (tornado.test.httpserver_test.HTTPServerRawTest.test_chunked_request_body) 
> ... ok
> test_chunked_request_body_duplicate_header 
> (tornado.test.httpserver_test.HTTPServerRawTest.test_chunked_request_body_duplicate_header)
>  ... ok
> test_chunked_request_body_invalid_size 
> (tornado.test.httpserver_test.HTTPServerRawTest.test_chunked_request_body_invalid_size)
>  ... ok
> test_chunked_request_body_transfer_encoding_and_content_length 
> (tornado.test.httpserver_test.HTTPServerRawTest.test_chunked_request_body_transfer_encoding_and_content_length)
>  ... ok
> test_chunked_request_body_unsupported_transfer_encoding 
> (tornado.test.httpserver_test.HTTPServerRawTest.test_chunked_request_body_unsupported_transfer_encoding)
>  ... ok
> test_chunked_request_uppercase 
> (tornado.test.httpserver_test.HTTPServerRawTest.test_chunked_request_uppercase)
>  ... ok
> test_empty_request 
> (tornado.test.httpserver_test.HTTPServerRawTest.test_empty_request) ... ok
> test_invalid_content_length 
> (tornado.test.httpserver_test.HTTPServerRawTest.test_invalid_content_length) 
> ... ok
> test_malformed_first_line_log 
> (tornado.test.httpserver_test.HTTPServerRawTest.test_malformed_first_line_log)
>  ... ok
> test_malformed_first_line_response 
> (tornado.test.httpserver_test.HTTPServerRawTest.test_malformed_first_line_response)
>  ... ok
> test_malformed_headers 
> (tornado.test.httpserver_test.HTTPServerRawTest.test_malformed_headers) ... ok
> test_double_slash 
> (tornado.test.httpserver_test.HTTPServerTest.test_double_slash) ... ok
> test_empty_post_parameters 
> (tornado.test.httpserver_test.HTTPServerTest.test_empty_post_parameters) ... 
> ok
> test_empty_query_string 
> (tornado.test.httpserver_test.HTTPServerTest.test_empty_query_string) ... ok
> test_post_encodings 
> (tornado.test.httpserver_test.HTTPServerTest.test_post_encodings) ... ok
> test_query_string_encoding 
> (tornado.test.httpserver_test.HTTPServerTest.test_query_string_encoding) ... 
> ok
> test_types (tornado.test.httpserver_test.HTTPServerTest.test_types) ... ok
> test_idle_after_use 
> (tornado.test.httpserver_test.IdleTimeoutTest.test_idle_after_use) ... 
> skipped 'timing tests unreliable on travis'
> test_unused_connection 
> (tornado.test.httpserver_test.IdleTimeoutTest.test_unused_connection) ... 
> skipped 'timing tests unreliable on travis'
> test_invalid_output_content_length 
> (tornado.test.httpserver_test.InvalidOutputContentLengthTest.test_invalid_output_content_length)
>  ... ok
> test_cancel_during_download 
> (tornado.test.httpserver_test.KeepAliveTest.test_cancel_during_download) ... 
> ok
> test_finish_while_closed 
> (tornado.test.httpserver_test.KeepAliveTest.test_finish_while_closed) ... ok
> test_http10 (tornado.test.httpserver_test.KeepAliveTest.test_http10) ... ok
> test_http10_keepalive 
> (tornado.test.httpserver_test.KeepAliveTest.test_http10_keepalive) ... ok
> test_http10_keepalive_extra_crlf 
> (tornado.test.httpserver_test.KeepAliveTest.test_http10_keepalive_extra_crlf) 
> ... ok
> test_keepalive_chunked 
> (tornado.test.httpserver_test.KeepAliveTest.test_keepalive_chunked) ... ok
> test_keepalive_chunked_head_no_body 
> (tornado.test.httpserver_test.KeepAliveTest.test_keepalive_chunked_head_no_body)
>  ... ok
> test_pipelined_cancel 
> (tornado.test.httpserver_test.KeepAliveTest.test_pipelined_cancel) ... ok
> test_pipelined_requests 
> (tornado.test.httpserver_test.KeepAliveTest.test_pipelined_requests) ... ok
> test_request_close 
> (tornado.test.httpserver_test.KeepAliveTest.test_request_close) ... ok
> test_two_requests 
> (tornado.test.httpserver_test.KeepAliveTest.test_two_requests) ... ok
> test_legacy_interface 
> (tornado.test.httpserver_test.LegacyInterfaceTest.test_legacy_interface) ... 
> ok
> test_manual_protocol 
> (tornado.test.httpserver_test.ManualProtocolTest.test_manual_protocol) ... ok
> test_large_headers 
> (tornado.test.httpserver_test.MaxHeaderSizeTest.test_large_headers) ... ok
> test_small_headers 
> (tornado.test.httpserver_test.MaxHeaderSizeTest.test_small_headers) ... ok
> test_error_logging 
> (tornado.test.httpserver_test.SSLContextTest.test_error_logging) ... ok
> test_large_post (tornado.test.httpserver_test.SSLContextTest.test_large_post) 
> ... ok
> test_non_ssl_request 
> (tornado.test.httpserver_test.SSLContextTest.test_non_ssl_request) ... ok
> test_ssl (tornado.test.httpserver_test.SSLContextTest.test_ssl) ... ok
> test_request_without_xprotocol 
> (tornado.test.httpserver_test.SSLXHeaderTest.test_request_without_xprotocol) 
> ... ok
> test_error_logging 
> (tornado.test.httpserver_test.SSLv23Test.test_error_logging) ... ok
> test_large_post (tornado.test.httpserver_test.SSLv23Test.test_large_post) ... 
> ok
> test_non_ssl_request 
> (tornado.test.httpserver_test.SSLv23Test.test_non_ssl_request) ... ok
> test_ssl (tornado.test.httpserver_test.SSLv23Test.test_ssl) ... ok
> test_error_logging 
> (tornado.test.httpserver_test.SSLv3Test.test_error_logging) ... ok
> test_large_post (tornado.test.httpserver_test.SSLv3Test.test_large_post) ... 
> ok
> test_non_ssl_request 
> (tornado.test.httpserver_test.SSLv3Test.test_non_ssl_request) ... ok
> test_ssl (tornado.test.httpserver_test.SSLv3Test.test_ssl) ... ok
> test_chunked_body 
> (tornado.test.httpserver_test.StreamingChunkSizeTest.test_chunked_body) ... ok
> test_chunked_compressed 
> (tornado.test.httpserver_test.StreamingChunkSizeTest.test_chunked_compressed) 
> ... ok
> test_compressed_body 
> (tornado.test.httpserver_test.StreamingChunkSizeTest.test_compressed_body) 
> ... ok
> test_regular_body 
> (tornado.test.httpserver_test.StreamingChunkSizeTest.test_regular_body) ... ok
> test_error_logging 
> (tornado.test.httpserver_test.TLSv1Test.test_error_logging) ... ok
> test_large_post (tornado.test.httpserver_test.TLSv1Test.test_large_post) ... 
> ok
> test_non_ssl_request 
> (tornado.test.httpserver_test.TLSv1Test.test_non_ssl_request) ... ok
> test_ssl (tornado.test.httpserver_test.TLSv1Test.test_ssl) ... ok
> test_unix_socket 
> (tornado.test.httpserver_test.UnixSocketTest.test_unix_socket) ... ok
> test_unix_socket_bad_request 
> (tornado.test.httpserver_test.UnixSocketTest.test_unix_socket_bad_request) 
> ... ok
> test_ip_headers (tornado.test.httpserver_test.XHeaderTest.test_ip_headers) 
> ... ok
> test_scheme_headers 
> (tornado.test.httpserver_test.XHeaderTest.test_scheme_headers) ... ok
> test_trusted_downstream 
> (tornado.test.httpserver_test.XHeaderTest.test_trusted_downstream) ... ok
> test_other_aware_datetime 
> (tornado.test.httputil_test.FormatTimestampTest.test_other_aware_datetime) 
> ... ok
> test_struct_time 
> (tornado.test.httputil_test.FormatTimestampTest.test_struct_time) ... ok
> test_time_tuple 
> (tornado.test.httputil_test.FormatTimestampTest.test_time_tuple) ... ok
> test_unix_time_float 
> (tornado.test.httputil_test.FormatTimestampTest.test_unix_time_float) ... ok
> test_unix_time_int 
> (tornado.test.httputil_test.FormatTimestampTest.test_unix_time_int) ... ok
> test_utc_aware_datetime 
> (tornado.test.httputil_test.FormatTimestampTest.test_utc_aware_datetime) ... 
> ok
> test_utc_naive_datetime 
> (tornado.test.httputil_test.FormatTimestampTest.test_utc_naive_datetime) ... 
> ok
> test_utc_naive_datetime_deprecated 
> (tornado.test.httputil_test.FormatTimestampTest.test_utc_naive_datetime_deprecated)
>  ... ok
> test_copy (tornado.test.httputil_test.HTTPHeadersTest.test_copy) ... ok
> test_malformed_continuation 
> (tornado.test.httputil_test.HTTPHeadersTest.test_malformed_continuation) ... 
> ok
> test_multi_line (tornado.test.httputil_test.HTTPHeadersTest.test_multi_line) 
> ... ok
> test_optional_cr 
> (tornado.test.httputil_test.HTTPHeadersTest.test_optional_cr) ... ok
> test_pickle_roundtrip 
> (tornado.test.httputil_test.HTTPHeadersTest.test_pickle_roundtrip) ... ok
> test_setdefault (tornado.test.httputil_test.HTTPHeadersTest.test_setdefault) 
> ... ok
> test_string (tornado.test.httputil_test.HTTPHeadersTest.test_string) ... ok
> test_unicode_newlines 
> (tornado.test.httputil_test.HTTPHeadersTest.test_unicode_newlines) ... ok
> test_unicode_whitespace 
> (tornado.test.httputil_test.HTTPHeadersTest.test_unicode_whitespace) ... ok
> test_body_is_a_byte_string 
> (tornado.test.httputil_test.HTTPServerRequestTest.test_body_is_a_byte_string) 
> ... ok
> test_default_constructor 
> (tornado.test.httputil_test.HTTPServerRequestTest.test_default_constructor) 
> ... ok
> test_repr_does_not_contain_headers 
> (tornado.test.httputil_test.HTTPServerRequestTest.test_repr_does_not_contain_headers)
>  ... ok
> test_boundary_starts_and_ends_with_quotes 
> (tornado.test.httputil_test.MultipartFormDataTest.test_boundary_starts_and_ends_with_quotes)
>  ... ok
> test_content_disposition_header_without_name_parameter 
> (tornado.test.httputil_test.MultipartFormDataTest.test_content_disposition_header_without_name_parameter)
>  ... ok
> test_data_after_final_boundary 
> (tornado.test.httputil_test.MultipartFormDataTest.test_data_after_final_boundary)
>  ... ok
> test_file_upload 
> (tornado.test.httputil_test.MultipartFormDataTest.test_file_upload) ... ok
> test_invalid_content_disposition 
> (tornado.test.httputil_test.MultipartFormDataTest.test_invalid_content_disposition)
>  ... ok
> test_line_does_not_end_with_correct_line_break 
> (tornado.test.httputil_test.MultipartFormDataTest.test_line_does_not_end_with_correct_line_break)
>  ... ok
> test_missing_headers 
> (tornado.test.httputil_test.MultipartFormDataTest.test_missing_headers) ... ok
> test_non_ascii_filename 
> (tornado.test.httputil_test.MultipartFormDataTest.test_non_ascii_filename) 
> ... ok
> test_special_filenames 
> (tornado.test.httputil_test.MultipartFormDataTest.test_special_filenames) ... 
> ok
> test_unquoted_names 
> (tornado.test.httputil_test.MultipartFormDataTest.test_unquoted_names) ... ok
> test_cookie_edgecases 
> (tornado.test.httputil_test.ParseCookieTest.test_cookie_edgecases) ... ok
> test_invalid_cookies 
> (tornado.test.httputil_test.ParseCookieTest.test_invalid_cookies)
> Cookie strings that go against RFC6265 but browsers will send if set ... ok
> test_python_cookies 
> (tornado.test.httputil_test.ParseCookieTest.test_python_cookies)
> Test cases copied from Python's Lib/test/test_http_cookies.py ... ok
> test_parse_request_start_line 
> (tornado.test.httputil_test.ParseRequestStartLineTest.test_parse_request_start_line)
>  ... ok
> test_parsing (tornado.test.httputil_test.QsParseTest.test_parsing) ... ok
> test_url_concat_dict_params 
> (tornado.test.httputil_test.TestUrlConcat.test_url_concat_dict_params) ... ok
> test_url_concat_encode_args 
> (tornado.test.httputil_test.TestUrlConcat.test_url_concat_encode_args) ... ok
> test_url_concat_mult_params 
> (tornado.test.httputil_test.TestUrlConcat.test_url_concat_mult_params) ... ok
> test_url_concat_multi_same_params 
> (tornado.test.httputil_test.TestUrlConcat.test_url_concat_multi_same_params) 
> ... ok
> test_url_concat_multi_same_query_params 
> (tornado.test.httputil_test.TestUrlConcat.test_url_concat_multi_same_query_params)
>  ... ok
> test_url_concat_no_params 
> (tornado.test.httputil_test.TestUrlConcat.test_url_concat_no_params) ... ok
> test_url_concat_no_query_params 
> (tornado.test.httputil_test.TestUrlConcat.test_url_concat_no_query_params) 
> ... ok
> test_url_concat_none_params 
> (tornado.test.httputil_test.TestUrlConcat.test_url_concat_none_params) ... ok
> test_url_concat_q_with_no_trailing_amp 
> (tornado.test.httputil_test.TestUrlConcat.test_url_concat_q_with_no_trailing_amp)
>  ... ok
> test_url_concat_trailing_amp 
> (tornado.test.httputil_test.TestUrlConcat.test_url_concat_trailing_amp) ... ok
> test_url_concat_trailing_q 
> (tornado.test.httputil_test.TestUrlConcat.test_url_concat_trailing_q) ... ok
> test_url_concat_with_frag 
> (tornado.test.httputil_test.TestUrlConcat.test_url_concat_with_frag) ... ok
> test_import_aliases (tornado.test.import_test.ImportTest.test_import_aliases) 
> ... ok
> test_import_everything 
> (tornado.test.import_test.ImportTest.test_import_everything) ... ok
> test_lazy_import (tornado.test.import_test.ImportTest.test_lazy_import) ... ok
> test_add_callback_from_signal 
> (tornado.test.ioloop_test.TestIOLoop.test_add_callback_from_signal) ... ok
> test_add_callback_from_signal_other_thread 
> (tornado.test.ioloop_test.TestIOLoop.test_add_callback_from_signal_other_thread)
>  ... ok
> test_add_callback_return_sequence 
> (tornado.test.ioloop_test.TestIOLoop.test_add_callback_return_sequence) ... ok
> test_add_callback_wakeup 
> (tornado.test.ioloop_test.TestIOLoop.test_add_callback_wakeup) ... skipped 
> 'timing tests unreliable on travis'
> test_add_callback_wakeup_other_thread 
> (tornado.test.ioloop_test.TestIOLoop.test_add_callback_wakeup_other_thread) 
> ... skipped 'timing tests unreliable on travis'
> test_add_callback_while_closing 
> (tornado.test.ioloop_test.TestIOLoop.test_add_callback_while_closing) ... E: 
> pybuild pybuild:389: test: plugin custom failed with: exit code=141: 
> python3.12 ./tornado/test/runtests.py --verbose
>       rm -fr -- /tmp/dh-xdg-rundir-qYnhrs7H
> dh_auto_test: error: pybuild --test -i python{version} -p 3.12 returned exit 
> code 13


The full build log is available from:
http://qa-logs.debian.net/2024/08/09/python-tornado_6.4.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240809;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240809&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: python-tornado
Source-Version: 6.4.1-2
Done: Colin Watson <cjwat...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-tornado, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated python-tornado package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 19 Aug 2024 17:06:53 +0100
Source: python-tornado
Architecture: source
Version: 6.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 1078411
Changes:
 python-tornado (6.4.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Fix tests with Twisted 24.7.0 (closes: #1078411).
   * Fix tests with openssl >= 3.3.1-5 (see discussion in #965041).
Checksums-Sha1:
 2f296840641177cf43179b851e804579a5cc3d8e 2585 python-tornado_6.4.1-2.dsc
 c84a5b080cd0f6209f02f84e5bc48610c5319863 10292 
python-tornado_6.4.1-2.debian.tar.xz
Checksums-Sha256:
 5c78ed0067b9b8a529fd9cff86bb241b6e3b84178a07e424bdbf16fba68b7ce9 2585 
python-tornado_6.4.1-2.dsc
 cf64ffd6c6d8613e32e0898ac2df08681cbc3f925a8e50d04c62aa36ee18cb55 10292 
python-tornado_6.4.1-2.debian.tar.xz
Files:
 c26eaf8615bd61cd4caf5135db328d73 2585 web optional python-tornado_6.4.1-2.dsc
 d4802b5184e332eae0f0d436db398d6d 10292 web optional 
python-tornado_6.4.1-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmbDbfMACgkQOTWH2X2G
UAs1kxAAufjyiOHN1pk+C0ez56pUOr1VYRctnGZ0aeUZwGdQTHmx9THHh6l5dCmC
ut+TVny2QtGfQRrfWgYK5O1vVhkw1CgUP+0sfJuUW51+FvnYSlQNQmJLGsHbXOTU
f7D3m3eoFi3wEJ/HFbKMSJ7SwvddganwH5c2hrSy7rY51Ag3U1KoNa7Wp0buj3GM
Vzy0vMT0kg/DtJhcEHSiRR/N41EXG+tsyvI6a7Mc62JUY8ntW9T4bfmCmRnMG15Y
RT95GSVfTHJm0QcWuBmUMkHlxkCsa1SbsqOsSuZyvNr8/A4Qpp6mlczrIANTDnd7
y9Oh83HKZkLZT5/HlnBw5yEVy3dM4EY+6x+mfYBuq7PW++3PqYK1EimYSJ/piuhA
OGoF5UoMwO1CAEdeNIrWe3mT99E51g2LekR3trZQ0DxCRX1dHpYaZdxASEK3oLEh
L2m0lyx+vkz9vf92DgkvO8H2Vz7qkLjMKQM1En4gr4dHs0N7ac5N5Y9oShqCXNHW
LackbHiEnsSuilNDNwL725Xk5wZwZ2jZMZHc+MBgND0sFcIgn1l78ibLycLeLMx5
iFeViFjuqohULhFWvQjGjny00c+15ccOOnIs+QB9WVP+DGNrJ5Mx+xOXIbLMjfwY
DxcdOBIM/V6467OKfqj8Mu4UJYM7JnN6RE7XK62BPHBxC5u4/2k=
=zMXN
-----END PGP SIGNATURE-----

Attachment: pgpCXGHBhBH3v.pgp
Description: PGP signature


--- End Message ---

Reply via email to