Source: python-eventlet Version: 0.33.1-4 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20230726 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>>' > set -e ; set -x ; for i in 3.11 ; do \ > PYTHONPATH=. PYTHON=python$i python$i -m nose tests -v > --exclude='.*test_018b_http_10_keepalive_framing.*' > --exclude='.*test_fork_after_monkey_patch.*'; \ > done > + PYTHONPATH=. PYTHON=python3.11 python3.11 -m nose tests -v > --exclude=.*test_018b_http_10_keepalive_framing.* > --exclude=.*test_fork_after_monkey_patch.* > tests.test_run_python_timeout ... ok > tests.test_run_python_pythonpath_extend ... ok > test_001_trampoline_timeout > (tests.api_test.TestApi.test_001_trampoline_timeout) ... ok > test_connect_ssl (tests.api_test.TestApi.test_connect_ssl) ... ok > test_connect_tcp (tests.api_test.TestApi.test_connect_tcp) ... ok > test_killing_dormant (tests.api_test.TestApi.test_killing_dormant) ... ok > test_nested_with_timeout (tests.api_test.TestApi.test_nested_with_timeout) > ... ok > test_tcp_listener (tests.api_test.TestApi.test_tcp_listener) ... ok > test_timeout_cancel (tests.api_test.TestApi.test_timeout_cancel) ... ok > tests.api_test.test_wrap_is_timeout ... ok > tests.api_test.test_timeouterror_deprecated ... ok > test_quick_client_disconnect > (tests.backdoor_test.BackdoorTest.test_quick_client_disconnect) ... ok > test_server (tests.backdoor_test.BackdoorTest.test_server) ... ok > test_server_on_ipv6_socket > (tests.backdoor_test.BackdoorTest.test_server_on_ipv6_socket) ... SKIP > test_server_on_unix_socket > (tests.backdoor_test.BackdoorTest.test_server_on_unix_socket) ... ok > test_blocking (tests.convenience_test.TestServe.test_blocking) ... ok > test_called_for_each_connection > (tests.convenience_test.TestServe.test_called_for_each_connection) ... ok > test_concurrency (tests.convenience_test.TestServe.test_concurrency) ... ok > test_excepting_server > (tests.convenience_test.TestServe.test_excepting_server) ... ok > test_excepting_server_already_closed > (tests.convenience_test.TestServe.test_excepting_server_already_closed) ... ok > test_exiting_server (tests.convenience_test.TestServe.test_exiting_server) > ... ok > test_raising_stopserve > (tests.convenience_test.TestServe.test_raising_stopserve) ... ok > test_wrap_ssl (tests.convenience_test.TestServe.test_wrap_ssl) ... ok > tests.convenience_test.test_reuseport_oserror ... ok > tests.convenience_test.test_socket_reuse ... ok > tests.convenience_test.test_reuse_random_port_warning ... ok > tests.dagpool_test.test_check_no_suspend ... ok > tests.dagpool_test.test_init ... ok > tests.dagpool_test.test_wait_each_empty ... ok > tests.dagpool_test.test_wait_each_preload ... ok > tests.dagpool_test.test_wait_each_posted ... ok > tests.dagpool_test.test_wait_posted ... ok > tests.dagpool_test.test_spawn_collision_preload ... ok > tests.dagpool_test.test_spawn_collision_post ... ok > tests.dagpool_test.test_spawn_collision_spawn ... ok > tests.dagpool_test.test_spawn_multiple ... ok > tests.dagpool_test.test_spawn_many ... ok > tests.dagpool_test.test_wait_each_all ... ok > tests.dagpool_test.test_kill ... ok > tests.dagpool_test.test_post_collision_preload ... ok > tests.dagpool_test.test_post_collision_post ... ok > tests.dagpool_test.test_post_collision_spawn ... ok > tests.dagpool_test.test_post_replace ... ok > tests.dagpool_test.test_getitem ... ok > tests.dagpool_test.test_waitall_exc ... ok > tests.dagpool_test.test_propagate_exc ... ok > tests.dagpool_test.test_wait_each_exc ... ok > tests.dagpool_test.test_post_get_exc ... ok > test_bool (tests.db_pool_test.Test01MysqlTpool.test_bool) ... SKIP > test_clear (tests.db_pool_test.Test01MysqlTpool.test_clear) ... SKIP > Clear implicitly created connections (min_size > 0) ... SKIP > test_close_does_a_put > (tests.db_pool_test.Test01MysqlTpool.test_close_does_a_put) ... SKIP > test_connecting (tests.db_pool_test.Test01MysqlTpool.test_connecting) ... SKIP > test_connection_is_clean_after_put > (tests.db_pool_test.Test01MysqlTpool.test_connection_is_clean_after_put) ... > SKIP > test_create_cursor (tests.db_pool_test.Test01MysqlTpool.test_create_cursor) > ... SKIP > test_put_doesnt_double_wrap > (tests.db_pool_test.Test01MysqlTpool.test_put_doesnt_double_wrap) ... SKIP > test_put_none (tests.db_pool_test.Test01MysqlTpool.test_put_none) ... SKIP > test_raising_create (tests.db_pool_test.Test01MysqlTpool.test_raising_create) > ... SKIP > test_returns_immediately > (tests.db_pool_test.Test01MysqlTpool.test_returns_immediately) ... SKIP > test_run_bad_query (tests.db_pool_test.Test01MysqlTpool.test_run_bad_query) > ... SKIP > test_run_query (tests.db_pool_test.Test01MysqlTpool.test_run_query) ... SKIP > test_safe_close (tests.db_pool_test.Test01MysqlTpool.test_safe_close) ... SKIP > test_unwrap_connection > (tests.db_pool_test.Test01MysqlTpool.test_unwrap_connection) ... SKIP > test_visibility_from_other_connections > (tests.db_pool_test.Test01MysqlTpool.test_visibility_from_other_connections) > ... SKIP > test_waiters_get_woken > (tests.db_pool_test.Test01MysqlTpool.test_waiters_get_woken) ... SKIP > test_zero_max_age (tests.db_pool_test.Test01MysqlTpool.test_zero_max_age) ... > SKIP > test_zero_max_idle (tests.db_pool_test.Test01MysqlTpool.test_zero_max_idle) > ... SKIP > test_bool (tests.db_pool_test.Test01Psycopg2Tpool.test_bool) ... SKIP > test_clear (tests.db_pool_test.Test01Psycopg2Tpool.test_clear) ... SKIP > Clear implicitly created connections (min_size > 0) ... SKIP > test_close_does_a_put > (tests.db_pool_test.Test01Psycopg2Tpool.test_close_does_a_put) ... SKIP > test_connecting (tests.db_pool_test.Test01Psycopg2Tpool.test_connecting) ... > SKIP > test_connection_is_clean_after_put > (tests.db_pool_test.Test01Psycopg2Tpool.test_connection_is_clean_after_put) > ... SKIP > test_create_cursor > (tests.db_pool_test.Test01Psycopg2Tpool.test_create_cursor) ... SKIP > test_cursor_works_as_context_manager > (tests.db_pool_test.Test01Psycopg2Tpool.test_cursor_works_as_context_manager) > ... SKIP > test_put_doesnt_double_wrap > (tests.db_pool_test.Test01Psycopg2Tpool.test_put_doesnt_double_wrap) ... SKIP > test_put_none (tests.db_pool_test.Test01Psycopg2Tpool.test_put_none) ... SKIP > test_raising_create > (tests.db_pool_test.Test01Psycopg2Tpool.test_raising_create) ... SKIP > test_returns_immediately > (tests.db_pool_test.Test01Psycopg2Tpool.test_returns_immediately) ... SKIP > test_run_bad_query > (tests.db_pool_test.Test01Psycopg2Tpool.test_run_bad_query) ... SKIP > test_run_query (tests.db_pool_test.Test01Psycopg2Tpool.test_run_query) ... > SKIP > test_safe_close (tests.db_pool_test.Test01Psycopg2Tpool.test_safe_close) ... > SKIP > test_set_isolation_level > (tests.db_pool_test.Test01Psycopg2Tpool.test_set_isolation_level) ... SKIP > test_unwrap_connection > (tests.db_pool_test.Test01Psycopg2Tpool.test_unwrap_connection) ... SKIP > test_visibility_from_other_connections > (tests.db_pool_test.Test01Psycopg2Tpool.test_visibility_from_other_connections) > ... SKIP > test_waiters_get_woken > (tests.db_pool_test.Test01Psycopg2Tpool.test_waiters_get_woken) ... SKIP > test_zero_max_age (tests.db_pool_test.Test01Psycopg2Tpool.test_zero_max_age) > ... SKIP > test_zero_max_idle > (tests.db_pool_test.Test01Psycopg2Tpool.test_zero_max_idle) ... SKIP > test_bool (tests.db_pool_test.Test02MysqlRaw.test_bool) ... SKIP > test_clear (tests.db_pool_test.Test02MysqlRaw.test_clear) ... SKIP > Clear implicitly created connections (min_size > 0) ... SKIP > test_close_does_a_put > (tests.db_pool_test.Test02MysqlRaw.test_close_does_a_put) ... SKIP > test_connecting (tests.db_pool_test.Test02MysqlRaw.test_connecting) ... SKIP > test_connection_is_clean_after_put > (tests.db_pool_test.Test02MysqlRaw.test_connection_is_clean_after_put) ... > SKIP > test_create_cursor (tests.db_pool_test.Test02MysqlRaw.test_create_cursor) ... > SKIP > test_put_doesnt_double_wrap > (tests.db_pool_test.Test02MysqlRaw.test_put_doesnt_double_wrap) ... SKIP > test_put_none (tests.db_pool_test.Test02MysqlRaw.test_put_none) ... SKIP > test_raising_create (tests.db_pool_test.Test02MysqlRaw.test_raising_create) > ... SKIP > test_returns_immediately > (tests.db_pool_test.Test02MysqlRaw.test_returns_immediately) ... SKIP > test_run_bad_query (tests.db_pool_test.Test02MysqlRaw.test_run_bad_query) ... > SKIP > test_run_query (tests.db_pool_test.Test02MysqlRaw.test_run_query) ... SKIP > test_safe_close (tests.db_pool_test.Test02MysqlRaw.test_safe_close) ... SKIP > test_unwrap_connection > (tests.db_pool_test.Test02MysqlRaw.test_unwrap_connection) ... SKIP > test_visibility_from_other_connections > (tests.db_pool_test.Test02MysqlRaw.test_visibility_from_other_connections) > ... SKIP > test_waiters_get_woken > (tests.db_pool_test.Test02MysqlRaw.test_waiters_get_woken) ... SKIP > test_zero_max_age (tests.db_pool_test.Test02MysqlRaw.test_zero_max_age) ... > SKIP > test_zero_max_idle (tests.db_pool_test.Test02MysqlRaw.test_zero_max_idle) ... > SKIP > test_bool (tests.db_pool_test.Test02Psycopg2Raw.test_bool) ... SKIP > test_clear (tests.db_pool_test.Test02Psycopg2Raw.test_clear) ... SKIP > Clear implicitly created connections (min_size > 0) ... SKIP > test_close_does_a_put > (tests.db_pool_test.Test02Psycopg2Raw.test_close_does_a_put) ... SKIP > test_connecting (tests.db_pool_test.Test02Psycopg2Raw.test_connecting) ... > SKIP > test_connection_is_clean_after_put > (tests.db_pool_test.Test02Psycopg2Raw.test_connection_is_clean_after_put) ... > SKIP > test_create_cursor (tests.db_pool_test.Test02Psycopg2Raw.test_create_cursor) > ... SKIP > test_cursor_works_as_context_manager > (tests.db_pool_test.Test02Psycopg2Raw.test_cursor_works_as_context_manager) > ... SKIP > test_put_doesnt_double_wrap > (tests.db_pool_test.Test02Psycopg2Raw.test_put_doesnt_double_wrap) ... SKIP > test_put_none (tests.db_pool_test.Test02Psycopg2Raw.test_put_none) ... SKIP > test_raising_create > (tests.db_pool_test.Test02Psycopg2Raw.test_raising_create) ... SKIP > test_returns_immediately > (tests.db_pool_test.Test02Psycopg2Raw.test_returns_immediately) ... SKIP > test_run_bad_query (tests.db_pool_test.Test02Psycopg2Raw.test_run_bad_query) > ... SKIP > test_run_query (tests.db_pool_test.Test02Psycopg2Raw.test_run_query) ... SKIP > test_safe_close (tests.db_pool_test.Test02Psycopg2Raw.test_safe_close) ... > SKIP > test_set_isolation_level > (tests.db_pool_test.Test02Psycopg2Raw.test_set_isolation_level) ... SKIP > test_unwrap_connection > (tests.db_pool_test.Test02Psycopg2Raw.test_unwrap_connection) ... SKIP > test_visibility_from_other_connections > (tests.db_pool_test.Test02Psycopg2Raw.test_visibility_from_other_connections) > ... SKIP > test_waiters_get_woken > (tests.db_pool_test.Test02Psycopg2Raw.test_waiters_get_woken) ... SKIP > test_zero_max_age (tests.db_pool_test.Test02Psycopg2Raw.test_zero_max_age) > ... SKIP > test_zero_max_idle (tests.db_pool_test.Test02Psycopg2Raw.test_zero_max_idle) > ... SKIP > tests.db_pool_test.test_raw_pool_issue_125 ... ok > tests.db_pool_test.test_raw_pool_custom_cleanup_ok ... ok > tests.db_pool_test.test_raw_pool_custom_cleanup_arg_error ... ok > tests.db_pool_test.test_raw_pool_custom_cleanup_fatal ... ok > tests.db_pool_test.test_raw_pool_clear_update_current_size ... ok > test_everything (tests.debug_test.TestDebug.test_everything) ... ok > test_hub_exceptions (tests.debug_test.TestDebug.test_hub_exceptions) ... ok > test_line (tests.debug_test.TestSpew.test_line) ... ok > test_line_global (tests.debug_test.TestSpew.test_line_global) ... ok > test_line_nofile (tests.debug_test.TestSpew.test_line_nofile) ... ok > test_line_nooutput (tests.debug_test.TestSpew.test_line_nooutput) ... ok > test_line_novalue (tests.debug_test.TestSpew.test_line_novalue) ... ok > test_spew (tests.debug_test.TestSpew.test_spew) ... ok > test_unspew (tests.debug_test.TestSpew.test_unspew) ... ok > tests.env_test.test_hub_selects ... ok > tests.env_test.test_tpool_dns ... ok > tests.env_test.test_tpool_negative ... ok > tests.env_test.test_tpool_zero ... ok > tests.env_test.test_tpool_size ... ok > test_double_exception (tests.event_test.TestEvent.test_double_exception) ... > ok > test_multiple_waiters (tests.event_test.TestEvent.test_multiple_waiters) ... > ok > test_multiple_waiters_with_exception > (tests.event_test.TestEvent.test_multiple_waiters_with_exception) ... ok > test_reset (tests.event_test.TestEvent.test_reset) ... ok > test_waiting_for_event (tests.event_test.TestEvent.test_waiting_for_event) > ... ok > tests.event_test.test_wait_timeout_ok ... ok > tests.event_test.test_wait_timeout_exceed ... ok > tests.green_http_test.test_green_http_doesnt_change_original_module ... ok > tests.green_http_test.test_green_httplib_doesnt_change_original_module ... ok > tests.green_http_test.test_http_request_encode_chunked_kwarg ... ok > tests.green_profile_test.test_green_profile_basic ... ok > tests.green_select_test.test_select_mark_file_as_reopened ... ok > test_AI_ADDRCONFIG (tests.greendns_test.TestGetaddrinfo.test_AI_ADDRCONFIG) > ... ok > test_AI_ADDRCONFIG_noaddr > (tests.greendns_test.TestGetaddrinfo.test_AI_ADDRCONFIG_noaddr) ... ok > test_canonname (tests.greendns_test.TestGetaddrinfo.test_canonname) ... ok > test_getaddrinfo (tests.greendns_test.TestGetaddrinfo.test_getaddrinfo) ... ok > test_getaddrinfo_hosts_only_ans_with_error > (tests.greendns_test.TestGetaddrinfo.test_getaddrinfo_hosts_only_ans_with_error) > ... ok > test_getaddrinfo_hosts_only_ans_with_timeout > (tests.greendns_test.TestGetaddrinfo.test_getaddrinfo_hosts_only_ans_with_timeout) > ... ok > test_getaddrinfo_hosts_only_dns_error > (tests.greendns_test.TestGetaddrinfo.test_getaddrinfo_hosts_only_dns_error) > ... ok > test_getaddrinfo_hosts_only_timeout > (tests.greendns_test.TestGetaddrinfo.test_getaddrinfo_hosts_only_timeout) ... > ok > test_getaddrinfo_idn > (tests.greendns_test.TestGetaddrinfo.test_getaddrinfo_idn) ... ok > test_getaddrinfo_inet > (tests.greendns_test.TestGetaddrinfo.test_getaddrinfo_inet) ... ok > test_getaddrinfo_inet6 > (tests.greendns_test.TestGetaddrinfo.test_getaddrinfo_inet6) ... ok > test_getaddrinfo_only_a_ans > (tests.greendns_test.TestGetaddrinfo.test_getaddrinfo_only_a_ans) ... ok > test_getaddrinfo_only_aaaa_ans > (tests.greendns_test.TestGetaddrinfo.test_getaddrinfo_only_aaaa_ans) ... ok > test_host_none (tests.greendns_test.TestGetaddrinfo.test_host_none) ... ok > test_host_none_passive > (tests.greendns_test.TestGetaddrinfo.test_host_none_passive) ... ok > test_noport (tests.greendns_test.TestGetaddrinfo.test_noport) ... ok > test_numerichost (tests.greendns_test.TestGetaddrinfo.test_numerichost) ... ok > test_numericserv (tests.greendns_test.TestGetaddrinfo.test_numericserv) ... ok > test_v4mapped (tests.greendns_test.TestGetaddrinfo.test_v4mapped) ... ok > test_v4mapped_all (tests.greendns_test.TestGetaddrinfo.test_v4mapped_all) ... > ok > test_getaliases (tests.greendns_test.TestGetaliases.test_getaliases) ... ok > test_ipaddr (tests.greendns_test.TestGethostbyname.test_ipaddr) ... ok > test_name (tests.greendns_test.TestGethostbyname.test_name) ... ok > test_ipaddr (tests.greendns_test.TestGethostbyname_ex.test_ipaddr) ... ok > test_multiple_addrs > (tests.greendns_test.TestGethostbyname_ex.test_multiple_addrs) ... ok > test_name (tests.greendns_test.TestGethostbyname_ex.test_name) ... ok > test_default_fname (tests.greendns_test.TestHostsResolver.test_default_fname) > ... ok > test_getaliases (tests.greendns_test.TestHostsResolver.test_getaliases) ... ok > test_getaliases_fqdn > (tests.greendns_test.TestHostsResolver.test_getaliases_fqdn) ... ok > test_getaliases_unknown > (tests.greendns_test.TestHostsResolver.test_getaliases_unknown) ... ok > test_hosts_case_insensitive > (tests.greendns_test.TestHostsResolver.test_hosts_case_insensitive) ... ok > test_load_no_contents > (tests.greendns_test.TestHostsResolver.test_load_no_contents) ... ok > test_load_v4_v6_cname_aliases > (tests.greendns_test.TestHostsResolver.test_load_v4_v6_cname_aliases) ... ok > test_load_v6_link_local > (tests.greendns_test.TestHostsResolver.test_load_v6_link_local) ... ok > test_query_A (tests.greendns_test.TestHostsResolver.test_query_A) ... ok > test_query_AAAA (tests.greendns_test.TestHostsResolver.test_query_AAAA) ... ok > test_query_CNAME (tests.greendns_test.TestHostsResolver.test_query_CNAME) ... > ok > test_query_ans_types > (tests.greendns_test.TestHostsResolver.test_query_ans_types) ... ok > test_query_unknown_no_raise > (tests.greendns_test.TestHostsResolver.test_query_unknown_no_raise) ... ok > test_query_unknown_raises > (tests.greendns_test.TestHostsResolver.test_query_unknown_raises) ... ok > test_query_unknown_type > (tests.greendns_test.TestHostsResolver.test_query_unknown_type) ... ok > test_readlines_lines > (tests.greendns_test.TestHostsResolver.test_readlines_lines) ... ok > test_readlines_missing_file > (tests.greendns_test.TestHostsResolver.test_readlines_missing_file) ... ok > test_isv4 (tests.greendns_test.TestIsIpAddr.test_isv4) ... ok > test_isv4_false (tests.greendns_test.TestIsIpAddr.test_isv4_false) ... ok > test_isv4_none (tests.greendns_test.TestIsIpAddr.test_isv4_none) ... ok > test_isv6 (tests.greendns_test.TestIsIpAddr.test_isv6) ... ok > test_isv6_invalid (tests.greendns_test.TestIsIpAddr.test_isv6_invalid) ... ok > test_isv6_none (tests.greendns_test.TestIsIpAddr.test_isv6_none) ... ok > test_none (tests.greendns_test.TestIsIpAddr.test_none) ... ok > test_v4 (tests.greendns_test.TestIsIpAddr.test_v4) ... ok > test_v4_illegal (tests.greendns_test.TestIsIpAddr.test_v4_illegal) ... ok > test_v6_addr (tests.greendns_test.TestIsIpAddr.test_v6_addr) ... ok > test_clear (tests.greendns_test.TestProxyResolver.test_clear) ... ok > test_getaliases (tests.greendns_test.TestProxyResolver.test_getaliases) ... ok > test_getaliases_fqdn > (tests.greendns_test.TestProxyResolver.test_getaliases_fqdn) ... ok > test_getaliases_nxdomain > (tests.greendns_test.TestProxyResolver.test_getaliases_nxdomain) ... ok > test_hosts (tests.greendns_test.TestProxyResolver.test_hosts) ... ok > test_hosts_noanswer > (tests.greendns_test.TestProxyResolver.test_hosts_noanswer) ... ok > test_noanswer (tests.greendns_test.TestProxyResolver.test_noanswer) ... ok > test_noanswer_hosts > (tests.greendns_test.TestProxyResolver.test_noanswer_hosts) ... ok > test_nxdomain (tests.greendns_test.TestProxyResolver.test_nxdomain) ... ok > test_resolver (tests.greendns_test.TestProxyResolver.test_resolver) ... ok > test_A (tests.greendns_test.TestResolve.test_A) ... ok > test_AAAA (tests.greendns_test.TestResolve.test_AAAA) ... ok > test_exc (tests.greendns_test.TestResolve.test_exc) ... ok > test_noraise_noanswer (tests.greendns_test.TestResolve.test_noraise_noanswer) > ... ok > test_noraise_nxdomain (tests.greendns_test.TestResolve.test_noraise_nxdomain) > ... ok > test_timeout (tests.greendns_test.TestResolve.test_timeout) ... ok > test_unknown_rdtype (tests.greendns_test.TestResolve.test_unknown_rdtype) ... > ok > test_no_answer (tests.greendns_test.TestResolveCname.test_no_answer) ... ok > test_nodata (tests.greendns_test.TestResolveCname.test_nodata) ... ok > test_success (tests.greendns_test.TestResolveCname.test_success) ... ok > test_timeout (tests.greendns_test.TestResolveCname.test_timeout) ... ok > test_udp_ipv4 (tests.greendns_test.TestUdp.test_udp_ipv4) ... ok > test_udp_ipv4_timeout (tests.greendns_test.TestUdp.test_udp_ipv4_timeout) ... > ok > test_udp_ipv4_wrong_addr > (tests.greendns_test.TestUdp.test_udp_ipv4_wrong_addr) ... ok > test_udp_ipv4_wrong_addr_ignore > (tests.greendns_test.TestUdp.test_udp_ipv4_wrong_addr_ignore) ... ok > test_udp_ipv6 (tests.greendns_test.TestUdp.test_udp_ipv6) ... ok > test_udp_ipv6_addr_zeroes > (tests.greendns_test.TestUdp.test_udp_ipv6_addr_zeroes) ... ok > test_udp_ipv6_timeout (tests.greendns_test.TestUdp.test_udp_ipv6_timeout) ... > ok > test_udp_ipv6_wrong_addr > (tests.greendns_test.TestUdp.test_udp_ipv6_wrong_addr) ... ok > test_udp_ipv6_wrong_addr_ignore > (tests.greendns_test.TestUdp.test_udp_ipv6_wrong_addr_ignore) ... ok > test_noraise_dns_tcp (tests.greendns_test.TinyDNSTests.test_noraise_dns_tcp) > ... ok > test_raise_dns_tcp (tests.greendns_test.TinyDNSTests.test_raise_dns_tcp) ... > ok > tests.greendns_test.test_reverse_name ... ok > tests.greendns_test.test_proxy_resolve_unqualified ... ok > tests.greendns_test.test_hosts_priority ... ok > tests.greendns_test.test_hosts_no_network ... ok > tests.greendns_test.test_import_rdtypes_then_eventlet ... ok > test_multiple_readers > (tests.greenio_test.TestGreenIoLong.test_multiple_readers) ... ok > test_pip_read_until_end > (tests.greenio_test.TestGreenPipe.test_pip_read_until_end) ... ok > test_pipe (tests.greenio_test.TestGreenPipe.test_pipe) ... ok > test_pipe_read (tests.greenio_test.TestGreenPipe.test_pipe_read) ... ok > test_pipe_read_unbuffered > (tests.greenio_test.TestGreenPipe.test_pipe_read_unbuffered) ... ok > test_pipe_writes_large_messages > (tests.greenio_test.TestGreenPipe.test_pipe_writes_large_messages) ... ok > test_seek_on_buffered_pipe > (tests.greenio_test.TestGreenPipe.test_seek_on_buffered_pipe) ... ok > test_truncate (tests.greenio_test.TestGreenPipe.test_truncate) ... ok > test_accept_timeout (tests.greenio_test.TestGreenSocket.test_accept_timeout) > ... ok > test_blocking_accept_mark_as_reopened > (tests.greenio_test.TestGreenSocket.test_blocking_accept_mark_as_reopened) > ... ok > test_close_with_makefile > (tests.greenio_test.TestGreenSocket.test_close_with_makefile) ... ok > test_closure (tests.greenio_test.TestGreenSocket.test_closure) ... SKIP > test_datagram_socket_operations_work > (tests.greenio_test.TestGreenSocket.test_datagram_socket_operations_work) ... > ok > test_default_nonblocking > (tests.greenio_test.TestGreenSocket.test_default_nonblocking) ... ok > test_del_closes_socket > (tests.greenio_test.TestGreenSocket.test_del_closes_socket) ... ok > test_dup_nonblocking > (tests.greenio_test.TestGreenSocket.test_dup_nonblocking) ... ok > test_full_duplex (tests.greenio_test.TestGreenSocket.test_full_duplex) ... ok > test_invalid_connection > (tests.greenio_test.TestGreenSocket.test_invalid_connection) ... ok > test_nonblocking_accept_mark_as_reopened > (tests.greenio_test.TestGreenSocket.test_nonblocking_accept_mark_as_reopened) > ... ok > test_raised_multiple_readers > (tests.greenio_test.TestGreenSocket.test_raised_multiple_readers) ... ok > test_recv_into_timeout > (tests.greenio_test.TestGreenSocket.test_recv_into_timeout) ... ok > test_recv_timeout (tests.greenio_test.TestGreenSocket.test_recv_timeout) ... > ok > test_recvfrom_into_timeout > (tests.greenio_test.TestGreenSocket.test_recvfrom_into_timeout) ... ok > test_recvfrom_timeout > (tests.greenio_test.TestGreenSocket.test_recvfrom_timeout) ... ok > test_send_timeout (tests.greenio_test.TestGreenSocket.test_send_timeout) ... > ok > test_sendall (tests.greenio_test.TestGreenSocket.test_sendall) ... ok > test_sendall_timeout > (tests.greenio_test.TestGreenSocket.test_sendall_timeout) ... ok > test_shutdown_safe (tests.greenio_test.TestGreenSocket.test_shutdown_safe) > ... ok > test_skip_nonblocking > (tests.greenio_test.TestGreenSocket.test_skip_nonblocking) ... ok > test_socketpair_select > (tests.greenio_test.TestGreenSocket.test_socketpair_select) ... ok > test_sockopt_interface > (tests.greenio_test.TestGreenSocket.test_sockopt_interface) ... ok > test_timeout_and_final_write > (tests.greenio_test.TestGreenSocket.test_timeout_and_final_write) ... ok > test_wrap_socket (tests.greenio_test.TestGreenSocket.test_wrap_socket) ... ok > test_zero_timeout_and_back > (tests.greenio_test.TestGreenSocket.test_zero_timeout_and_back) ... ok > tests.greenio_test.test_get_fileno_of_a_socket_works ... ok > tests.greenio_test.test_get_fileno_of_an_int_works ... ok > tests.greenio_test.test_get_fileno_of_wrong_type_fails ... ok > tests.greenio_test.test_get_fileno_of_a_socket_with_fileno_returning_wrong_type_fails > ... ok > tests.greenio_test.test_set_nonblocking ... ok > tests.greenio_test.test_socket_del_fails_gracefully_when_not_fully_initialized > ... ok > tests.greenio_test.test_double_close_219 ... ok > tests.greenio_test.test_partial_write_295 ... ok > tests.greenio_test.test_socket_file_read_non_int ... ok > tests.greenio_test.test_pipe_context ... ok > tests.greenio_test.test_greenpipe_write ... ok > tests.greenio_test.test_greenpipe_append ... ok > tests.greenio_test.test_greenpipe_read_overwrite ... ok > test_constructing_from_pool > (tests.greenpool_test.GreenPile.test_constructing_from_pool) ... ok > test_empty_pile (tests.greenpool_test.GreenPile.test_empty_pile) ... ok > test_pile (tests.greenpool_test.GreenPile.test_pile) ... ok > test_pile_spawn_times_out > (tests.greenpool_test.GreenPile.test_pile_spawn_times_out) ... ok > test_empty_imap (tests.greenpool_test.GreenPool.test_empty_imap) ... ok > test_exceptions (tests.greenpool_test.GreenPool.test_exceptions) ... ok > test_imap (tests.greenpool_test.GreenPool.test_imap) ... ok > test_imap_multi_args (tests.greenpool_test.GreenPool.test_imap_multi_args) > ... ok > test_imap_nonefunc (tests.greenpool_test.GreenPool.test_imap_nonefunc) ... ok > test_imap_raises (tests.greenpool_test.GreenPool.test_imap_raises) ... ok > test_multiple_coros (tests.greenpool_test.GreenPool.test_multiple_coros) ... > ok > test_pool_smash (tests.greenpool_test.GreenPool.test_pool_smash) ... ok > test_recursive_waitall > (tests.greenpool_test.GreenPool.test_recursive_waitall) ... ok > test_reentrant (tests.greenpool_test.GreenPool.test_reentrant) ... ok > test_resize (tests.greenpool_test.GreenPool.test_resize) ... ok > test_spawn (tests.greenpool_test.GreenPool.test_spawn) ... ok > test_spawn_n (tests.greenpool_test.GreenPool.test_spawn_n) ... ok > test_spawn_n_2 (tests.greenpool_test.GreenPool.test_spawn_n_2) ... ok > test_starmap (tests.greenpool_test.GreenPool.test_starmap) ... ok > test_timer_cancel (tests.greenpool_test.GreenPool.test_timer_cancel) ... ok > test_waitall_on_nothing > (tests.greenpool_test.GreenPool.test_waitall_on_nothing) ... ok > test_waiting (tests.greenpool_test.GreenPool.test_waiting) ... ok > test_imap_50 (tests.greenpool_test.Stress.test_imap_50) ... ok > test_imap_500 (tests.greenpool_test.Stress.test_imap_500) ... ok > test_ordering_5 (tests.greenpool_test.Stress.test_ordering_5) ... ok > test_ordering_50 (tests.greenpool_test.Stress.test_ordering_50) ... ok > test_with_intpool (tests.greenpool_test.Stress.test_with_intpool) ... ok > tests.greenpool_test.test_greenpool_type_check ... ok > test_kill (tests.greenthread_test.Spawn.test_kill) ... ok > test_kill_meth (tests.greenthread_test.Spawn.test_kill_meth) ... ok > test_kill_n (tests.greenthread_test.Spawn.test_kill_n) ... ok > test_link (tests.greenthread_test.Spawn.test_link) ... ok > test_link_after_exited (tests.greenthread_test.Spawn.test_link_after_exited) > ... ok > test_link_relinks (tests.greenthread_test.Spawn.test_link_relinks) ... ok > test_n (tests.greenthread_test.Spawn.test_n) ... ok > test_simple (tests.greenthread_test.Spawn.test_simple) ... ok > test_basic (tests.greenthread_test.SpawnAfter.test_basic) ... ok > test_cancel (tests.greenthread_test.SpawnAfter.test_cancel) ... ok > test_cancel_already_started > (tests.greenthread_test.SpawnAfter.test_cancel_already_started) ... ok > test_kill (tests.greenthread_test.SpawnAfter.test_kill) ... ok > test_kill_already_started > (tests.greenthread_test.SpawnAfter.test_kill_already_started) ... ok > test_kill_meth (tests.greenthread_test.SpawnAfter.test_kill_meth) ... ok > test_kill_n (tests.greenthread_test.SpawnAfter.test_kill_n) ... ok > test_link (tests.greenthread_test.SpawnAfter.test_link) ... ok > test_link_after_exited > (tests.greenthread_test.SpawnAfter.test_link_after_exited) ... ok > test_link_relinks (tests.greenthread_test.SpawnAfter.test_link_relinks) ... ok > test_n (tests.greenthread_test.SpawnAfter.test_n) ... ok > test_simple (tests.greenthread_test.SpawnAfter.test_simple) ... ok > test_spawn_is_not_cancelled > (tests.greenthread_test.SpawnAfterLocal.test_spawn_is_not_cancelled) ... ok > test_timer_cancelled_upon_greenlet_exit > (tests.greenthread_test.SpawnAfterLocal.test_timer_cancelled_upon_greenlet_exit) > ... ok > test_timer_fired (tests.greenthread_test.SpawnAfterLocal.test_timer_fired) > ... ok > Checks that killing a process after the hub runloop dies does ... ok > Checks that a terminating greenthread whose parent ... ok > test_debug_listeners (tests.hub_test.TestDebug.test_debug_listeners) ... ok > test_timer_exceptions (tests.hub_test.TestDebug.test_timer_exceptions) ... ok > test_exceptionleaks > (tests.hub_test.TestExceptionInGreenthread.test_exceptionleaks) ... ok > test_exceptionpreservation > (tests.hub_test.TestExceptionInGreenthread.test_exceptionpreservation) ... ok > test_sleep (tests.hub_test.TestExceptionInMainloop.test_sleep) ... ok > test_block_detect (tests.hub_test.TestHubBlockingDetector.test_block_detect) > ... ok > test_block_detect_with_itimer > (tests.hub_test.TestHubBlockingDetector.test_block_detect_with_itimer) ... > SKIP > test_cleanup (tests.hub_test.TestMultipleListenersCleanup.test_cleanup) ... ok > test_global (tests.hub_test.TestScheduleCall.test_global) ... ok > test_local (tests.hub_test.TestScheduleCall.test_local) ... ok > test_ordering (tests.hub_test.TestScheduleCall.test_ordering) ... ok > test_suspend_doesnt_crash > (tests.hub_test.TestSuspend.test_suspend_doesnt_crash) ... ok > test_cancel_accumulated > (tests.hub_test.TestTimerCleanup.test_cancel_accumulated) ... ok > test_cancel_immediate (tests.hub_test.TestTimerCleanup.test_cancel_immediate) > ... ok > test_cancel_proportion > (tests.hub_test.TestTimerCleanup.test_cancel_proportion) ... ok > tests.hub_test.test_fork ... ok > tests.hub_test.test_repeated_select_bad_fd ... ok > tests.hub_test.test_fork_simple ... ok > tests.hub_test.test_use_hub_class ... ok > tests.hub_test.test_kqueue_unsupported ... ok > test_monkey_patching > (tests.mysqldb_test.TestMonkeyPatch.test_monkey_patching) ... SKIP > test_connecting (tests.mysqldb_test.TestMySQLdb.test_connecting) ... SKIP > test_connecting_annoyingly > (tests.mysqldb_test.TestMySQLdb.test_connecting_annoyingly) ... SKIP > test_create_cursor (tests.mysqldb_test.TestMySQLdb.test_create_cursor) ... > SKIP > test_module_attributes > (tests.mysqldb_test.TestMySQLdb.test_module_attributes) ... SKIP > test_run_bad_query (tests.mysqldb_test.TestMySQLdb.test_run_bad_query) ... > SKIP > test_run_query (tests.mysqldb_test.TestMySQLdb.test_run_query) ... SKIP > test_visibility_from_other_connections > (tests.mysqldb_test.TestMySQLdb.test_visibility_from_other_connections) ... > SKIP > test_yields (tests.mysqldb_test.TestMySQLdb.test_yields) ... SKIP > tests.openssl_test.test_import ... ok > tests.os_test.test_pathlib_open_issue_534 ... ok > test_psycopg_patched > (tests.patcher_psycopg_test.PatchingPsycopg.test_psycopg_patched) ... SKIP > test_ident (tests.patcher_test.GreenThreadWrapper.test_ident) ... ok > test_is_alive (tests.patcher_test.GreenThreadWrapper.test_is_alive) ... ok > test_is_daemon (tests.patcher_test.GreenThreadWrapper.test_is_daemon) ... ok > test_join (tests.patcher_test.GreenThreadWrapper.test_join) ... ok > test_name (tests.patcher_test.GreenThreadWrapper.test_name) ... ok > test_patch_a_module (tests.patcher_test.ImportPatched.test_patch_a_module) > ... ok > test_boolean (tests.patcher_test.MonkeyPatch.test_boolean) ... ok > test_boolean_all (tests.patcher_test.MonkeyPatch.test_boolean_all) ... ok > test_boolean_all_negative > (tests.patcher_test.MonkeyPatch.test_boolean_all_negative) ... ok > test_boolean_all_single > (tests.patcher_test.MonkeyPatch.test_boolean_all_single) ... ok > test_boolean_double (tests.patcher_test.MonkeyPatch.test_boolean_double) ... > ok > test_boolean_negative (tests.patcher_test.MonkeyPatch.test_boolean_negative) > ... ok > test_boolean_negative2 > (tests.patcher_test.MonkeyPatch.test_boolean_negative2) ... ok > test_boolean_single (tests.patcher_test.MonkeyPatch.test_boolean_single) ... > ok > test_conflicting_specifications > (tests.patcher_test.MonkeyPatch.test_conflicting_specifications) ... ok > test_early_patching (tests.patcher_test.MonkeyPatch.test_early_patching) ... > ok > test_late_patching (tests.patcher_test.MonkeyPatch.test_late_patching) ... ok > test_patched_modules (tests.patcher_test.MonkeyPatch.test_patched_modules) > ... ok > test_typeerror (tests.patcher_test.MonkeyPatch.test_typeerror) ... ok > test_waitpid (tests.patcher_test.Os.test_waitpid) ... ok > test_greenlet (tests.patcher_test.Threading.test_greenlet) ... ok > test_greenthread (tests.patcher_test.Threading.test_greenthread) ... ok > test_keyerror (tests.patcher_test.Threading.test_keyerror) ... ok > test_orig_thread (tests.patcher_test.Threading.test_orig_thread) ... ok > test_tpool (tests.patcher_test.Threading.test_tpool) ... ok > test_patched_thread (tests.patcher_test.Tpool.test_patched_thread) ... ok > test_simple (tests.patcher_test.Tpool.test_simple) ... ok > test_unpatched_thread (tests.patcher_test.Tpool.test_unpatched_thread) ... ok > tests.patcher_test.test_patcher_existing_locks_unlocked ... SKIP > tests.patcher_test.test_import_patched_handles_sub_modules ... ok > tests.patcher_test.test_subprocess_after_monkey_patch ... ok > tests.patcher_test.test_patcher_existing_locks_early ... ok > tests.patcher_test.test_patcher_existing_locks_late ... ok > tests.patcher_test.test_importlib_lock ... ok > tests.patcher_test.test_threading_condition ... ok > tests.patcher_test.test_threading_join ... ok > tests.patcher_test.test_socketserver_selectors ... ok > tests.patcher_test.test_blocking_select_methods_are_deleted ... ok > tests.patcher_test.test_regular_file_readall ... ok > tests.patcher_test.test_threading_current ... ok > tests.patcher_test.test_threadpoolexecutor ... ok > tests.patcher_test.test_builtin ... ok > tests.patcher_test.test_open_kwargs ... ok > test_abstract (tests.pools_test.TestAbstract.test_abstract) ... ok > test_it (tests.pools_test.TestCreateRaises.test_it) ... ok > test_blocks_on_pool (tests.pools_test.TestIntPool.test_blocks_on_pool) ... ok > test_create_contention (tests.pools_test.TestIntPool.test_create_contention) > ... ok > test_exhaustion (tests.pools_test.TestIntPool.test_exhaustion) ... ok > test_free (tests.pools_test.TestIntPool.test_free) ... ok > test_integers (tests.pools_test.TestIntPool.test_integers) ... ok > test_ordering (tests.pools_test.TestIntPool.test_ordering) ... ok > test_put_with_timed_out_getters > (tests.pools_test.TestIntPool.test_put_with_timed_out_getters) ... Traceback > (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/pools.py", line 94, in get > return self.channel.get() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > eventlet.timeout.Timeout > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/pools.py", line 94, in get > return self.channel.get() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > eventlet.timeout.Timeout > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/pools.py", line 94, in get > return self.channel.get() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > eventlet.timeout.Timeout > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/pools.py", line 94, in get > return self.channel.get() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > eventlet.timeout.Timeout > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/pools.py", line 94, in get > return self.channel.get() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > eventlet.timeout.Timeout > ok > test_putting_to_queue (tests.pools_test.TestIntPool.test_putting_to_queue) > ... ok > test_resize (tests.pools_test.TestIntPool.test_resize) ... ok > test_something (tests.pools_test.TestIntPool2.test_something) ... ok > test_ordering (tests.pools_test.TestOrderAsStack.test_ordering) ... ok > test_get_nowait_simple (tests.queue_test.TestNoWait.test_get_nowait_simple) > ... ok > test_get_nowait_unlock (tests.queue_test.TestNoWait.test_get_nowait_unlock) > ... ok > test_put_nowait_simple (tests.queue_test.TestNoWait.test_put_nowait_simple) > ... ok > test_put_nowait_unlock (tests.queue_test.TestNoWait.test_put_nowait_unlock) > ... ok > test_wait_except (tests.queue_test.TestNoWait.test_wait_except) ... ok > test_channel_send (tests.queue_test.TestQueue.test_channel_send) ... ok > test_channel_sender_timing_out > (tests.queue_test.TestQueue.test_channel_sender_timing_out) ... ok > test_channel_wait (tests.queue_test.TestQueue.test_channel_wait) ... ok > test_channel_waiters (tests.queue_test.TestQueue.test_channel_waiters) ... ok > test_getting_before_sending > (tests.queue_test.TestQueue.test_getting_before_sending) ... ok > test_join_doesnt_block_when_queue_is_already_empty > (tests.queue_test.TestQueue.test_join_doesnt_block_when_queue_is_already_empty) > ... ok > test_max_size (tests.queue_test.TestQueue.test_max_size) ... ok > test_multiple_waiters (tests.queue_test.TestQueue.test_multiple_waiters) ... > ok > test_resize_down (tests.queue_test.TestQueue.test_resize_down) ... ok > test_resize_to_Unlimited > (tests.queue_test.TestQueue.test_resize_to_Unlimited) ... ok > test_resize_up (tests.queue_test.TestQueue.test_resize_up) ... ok > test_send_first (tests.queue_test.TestQueue.test_send_first) ... ok > test_send_last (tests.queue_test.TestQueue.test_send_last) ... ok > test_task_done (tests.queue_test.TestQueue.test_task_done) ... ok > test_two_bogus_waiters (tests.queue_test.TestQueue.test_two_bogus_waiters) > ... ok > test_two_waiters_one_dies > (tests.queue_test.TestQueue.test_two_waiters_one_dies) ... ok > test_waiters_that_cancel > (tests.queue_test.TestQueue.test_waiters_that_cancel) ... ok > test_waiting (tests.queue_test.TestQueue.test_waiting) ... ok > test_zero_length_queue_nonblocking_put > (tests.queue_test.TestQueue.test_zero_length_queue_nonblocking_put) ... > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tests/queue_test.py", line 269, in fetch_item > got.append(queue.get()) > ^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > Exception: kaboom > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tests/queue_test.py", line 269, in fetch_item > got.append(queue.get()) > ^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > Exception: kaboom > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tests/queue_test.py", line 269, in fetch_item > got.append(queue.get()) > ^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > Exception: kaboom > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tests/queue_test.py", line 269, in fetch_item > got.append(queue.get()) > ^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > Exception: kaboom > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tests/queue_test.py", line 269, in fetch_item > got.append(queue.get()) > ^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > Exception: kaboom > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tests/queue_test.py", line 269, in fetch_item > got.append(queue.get()) > ^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > Exception: kaboom > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tests/queue_test.py", line 269, in fetch_item > got.append(queue.get()) > ^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > Exception: kaboom > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tests/queue_test.py", line 269, in fetch_item > got.append(queue.get()) > ^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > Exception: kaboom > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tests/queue_test.py", line 269, in fetch_item > got.append(queue.get()) > ^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > Exception: kaboom > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 476, in fire_timers > timer() > File "/<<PKGBUILDDIR>>/eventlet/hubs/timer.py", line 59, in __call__ > cb(*args, **kw) > File "/<<PKGBUILDDIR>>/eventlet/greenthread.py", line 221, in main > result = function(*args, **kwargs) > ^^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/tests/queue_test.py", line 269, in fetch_item > got.append(queue.get()) > ^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 322, in get > return waiter.wait() > ^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/queue.py", line 141, in wait > return get_hub().switch() > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/hubs/hub.py", line 313, in switch > return self.greenlet.switch() > ^^^^^^^^^^^^^^^^^^^^^^ > Exception: kaboom > ok > test_zero_max_size (tests.queue_test.TestQueue.test_zero_max_size) ... ok > test_bounded (tests.semaphore_test.TestSemaphore.test_bounded) ... ok > test_bounded_with_zero_limit > (tests.semaphore_test.TestSemaphore.test_bounded_with_zero_limit) ... ok > test_non_blocking (tests.semaphore_test.TestSemaphore.test_non_blocking) ... > ok > test_timeout (tests.semaphore_test.TestSemaphore.test_timeout) ... ok > test_timeout_non_blocking > (tests.semaphore_test.TestSemaphore.test_timeout_non_blocking) ... ok > tests.semaphore_test.test_semaphore_contention ... ok > tests.semaphore_test.test_semaphore_type_check ... ok > tests.socket_test.test_recv_type ... ok > tests.socket_test.test_recv_into_type ... ok > tests.socket_test.test_dns_methods_are_green ... ok > tests.socket_test.test_socket_api_family ... ok > tests.socket_test.test_getaddrinfo_ipv6_scope ... ok > tests.socket_test.test_error_is_timeout ... ok > tests.socket_test.test_connect_ex_success ... ok > test_client_check_hostname > (tests.ssl_test.SSLTest.test_client_check_hostname) ... ok > test_context_version_setters > (tests.ssl_test.SSLTest.test_context_version_setters) ... ok > test_context_wrapped_accept > (tests.ssl_test.SSLTest.test_context_wrapped_accept) ... ok > test_duplex_response (tests.ssl_test.SSLTest.test_duplex_response) ... ok > test_explicit_keys_accept (tests.ssl_test.SSLTest.test_explicit_keys_accept) > ... ok > test_greensslobject (tests.ssl_test.SSLTest.test_greensslobject) ... ok > test_no_handshake_block_accept_loop > (tests.ssl_test.SSLTest.test_no_handshake_block_accept_loop) ... ok > test_receiving_doesnt_block_if_there_is_already_decrypted_buffered_data > (tests.ssl_test.SSLTest.test_receiving_doesnt_block_if_there_is_already_decrypted_buffered_data) > ... ok > test_recv_after_ssl_connect > (tests.ssl_test.SSLTest.test_recv_after_ssl_connect) ... ok > test_regression_gh_17 (tests.ssl_test.SSLTest.test_regression_gh_17) ... ok > SSL socket.sendall() busy loop ... ok > test_ssl_close (tests.ssl_test.SSLTest.test_ssl_close) ... ok > test_ssl_connect (tests.ssl_test.SSLTest.test_ssl_connect) ... ok > test_ssl_context (tests.ssl_test.SSLTest.test_ssl_context) ... ok > test_ssl_unwrap (tests.ssl_test.SSLTest.test_ssl_unwrap) ... ok > tests.subprocess_test.test_subprocess_wait ... ok > tests.subprocess_test.test_close_popen_stdin_with_close_fds ... ok > tests.subprocess_test.test_universal_lines ... ok > tests.subprocess_test.test_patched_communicate_290 ... ok > tests.subprocess_test.test_check_call_without_timeout_works ... ok > tests.subprocess_test.test_exception_identity ... ok > test_send (tests.test__event.TestEvent.test_send) ... ok > test_send_exc (tests.test__event.TestEvent.test_send_exc) ... ok > tests.test__refcount.test_clean_exit ... ok > tests.test__refcount.test_timeout_exit ... ok > test_connection_refused > (tests.test__socket_errors.TestSocketErrors.test_connection_refused) ... ok > Test that the socket timeout exception works correctly. ... ok > Test underlying socket behavior to ensure correspondence ... ok > tests.test__socket_errors.test_create_connection_refused ... ok > test_assignment (tests.thread_test.Locals.test_assignment) ... ok > test_calling_methods (tests.thread_test.Locals.test_calling_methods) ... ok > test_calls_init (tests.thread_test.Locals.test_calls_init) ... ok > test_no_leaking (tests.thread_test.Locals.test_no_leaking) ... ok > tests.thread_test.test_compat_lock_release ... ok > tests.thread_test.test_reinit ... ok > test_direct_raise_class > (tests.timeout_test.TestDirectRaise.test_direct_raise_class) ... ok > test_direct_raise_instance > (tests.timeout_test.TestDirectRaise.test_direct_raise_instance) ... ok > test_repr (tests.timeout_test.TestDirectRaise.test_repr) ... ok > test_with_outer_timer > (tests.timeout_test.TestWithTimeout.test_with_outer_timer) ... ok > test_with_timeout (tests.timeout_test.TestWithTimeout.test_with_timeout) ... > ok > tests.timeout_test.test_is_timeout_attribute ... ok > test_cancel_timer_inside_block > (tests.timeout_test_with_statement.Test.test_cancel_timer_inside_block) ... ok > test_cancellation (tests.timeout_test_with_statement.Test.test_cancellation) > ... ok > test_dummy_timer (tests.timeout_test_with_statement.Test.test_dummy_timer) > ... ok > test_nested_timeout > (tests.timeout_test_with_statement.Test.test_nested_timeout) ... ok > test_raising_custom_exception > (tests.timeout_test_with_statement.Test.test_raising_custom_exception) ... ok > test_raising_exc_tuple > (tests.timeout_test_with_statement.Test.test_raising_exc_tuple) ... ok > test_raising_exception_class > (tests.timeout_test_with_statement.Test.test_raising_exception_class) ... ok > test_raising_self (tests.timeout_test_with_statement.Test.test_raising_self) > ... ok > test_raising_self_true > (tests.timeout_test_with_statement.Test.test_raising_self_true) ... ok > test_ref (tests.timeout_test_with_statement.Test.test_ref) ... ok > test_silent_block (tests.timeout_test_with_statement.Test.test_silent_block) > ... ok > test_copy (tests.timer_test.TestTimer.test_copy) ... ok > test_schedule (tests.timer_test.TestTimer.test_schedule) ... ok > test_autowrap (tests.tpool_test.TestTpool.test_autowrap) ... ok > test_autowrap_both (tests.tpool_test.TestTpool.test_autowrap_both) ... ok > test_autowrap_names (tests.tpool_test.TestTpool.test_autowrap_names) ... ok > test_callable (tests.tpool_test.TestTpool.test_callable) ... ok > test_callable_iterator (tests.tpool_test.TestTpool.test_callable_iterator) > ... ok > test_contention (tests.tpool_test.TestTpool.test_contention) ... ok > test_eventlet_timeout (tests.tpool_test.TestTpool.test_eventlet_timeout) ... > ok > test_killall (tests.tpool_test.TestTpool.test_killall) ... ok > test_killall_remaining_results > (tests.tpool_test.TestTpool.test_killall_remaining_results) ... ok > test_multiple_wraps (tests.tpool_test.TestTpool.test_multiple_wraps) ... ok > test_raising_exceptions (tests.tpool_test.TestTpool.test_raising_exceptions) > ... ok > test_timeout (tests.tpool_test.TestTpool.test_timeout) ... ok > test_tpool_set_num_threads > (tests.tpool_test.TestTpool.test_tpool_set_num_threads) ... ok > test_variable_and_keyword_arguments_with_function_calls > (tests.tpool_test.TestTpool.test_variable_and_keyword_arguments_with_function_calls) > ... ok > test_wrap_dict (tests.tpool_test.TestTpool.test_wrap_dict) ... ok > test_wrap_eq (tests.tpool_test.TestTpool.test_wrap_eq) ... ok > test_wrap_getitem (tests.tpool_test.TestTpool.test_wrap_getitem) ... ok > test_wrap_hash (tests.tpool_test.TestTpool.test_wrap_hash) ... ok > test_wrap_ints (tests.tpool_test.TestTpool.test_wrap_ints) ... ok > test_wrap_iterator (tests.tpool_test.TestTpool.test_wrap_iterator) ... ok > test_wrap_iterator2 (tests.tpool_test.TestTpool.test_wrap_iterator2) ... ok > test_wrap_module_class (tests.tpool_test.TestTpool.test_wrap_module_class) > ... ok > test_wrap_nonzero (tests.tpool_test.TestTpool.test_wrap_nonzero) ... ok > test_wrap_setitem (tests.tpool_test.TestTpool.test_wrap_setitem) ... ok > test_wrap_string (tests.tpool_test.TestTpool.test_wrap_string) ... ok > test_wrap_tuple (tests.tpool_test.TestTpool.test_wrap_tuple) ... ok > test_wrap_uniterable (tests.tpool_test.TestTpool.test_wrap_uniterable) ... ok > test_a_buncha_stuff (tests.tpool_test.TpoolLongTests.test_a_buncha_stuff) ... > ok > test_leakage_from_tracebacks > (tests.tpool_test.TpoolLongTests.test_leakage_from_tracebacks) ... ok > tests.tpool_test.test_isolate_from_socket_default_timeout ... ok > tests.tpool_test.test_exception_leak ... ok > test_breaking_the_connection_13 > (tests.websocket_new_test.TestWebSocket.test_breaking_the_connection_13) ... > ok > test_client_closing_connection_13 > (tests.websocket_new_test.TestWebSocket.test_client_closing_connection_13) > ... ok > test_client_invalid_packet_13 > (tests.websocket_new_test.TestWebSocket.test_client_invalid_packet_13) ... ok > test_correct_upgrade_request_13 > (tests.websocket_new_test.TestWebSocket.test_correct_upgrade_request_13) ... > ok > test_incomplete_headers_13 > (tests.websocket_new_test.TestWebSocket.test_incomplete_headers_13) ... ok > test_send_recv_13 (tests.websocket_new_test.TestWebSocket.test_send_recv_13) > ... ok > test_accept_basic_deflate_ext_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_accept_basic_deflate_ext_13) > ... ok > test_accept_deflate_ext_context_takeover_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_accept_deflate_ext_context_takeover_13) > ... ok > test_accept_deflate_ext_window_max_bits_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_accept_deflate_ext_window_max_bits_13) > ... ok > test_client_compress_no_context_takeover_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_client_compress_no_context_takeover_13) > ... ok > test_client_compress_with_context_takeover_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_client_compress_with_context_takeover_13) > ... ok > test_compressed_send_recv_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_compressed_send_recv_13) > ... ok > test_compressed_send_recv_both_no_context_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_compressed_send_recv_both_no_context_13) > ... ok > test_compressed_send_recv_client_no_context_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_compressed_send_recv_client_no_context_13) > ... ok > test_compressed_send_recv_server_no_context_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_compressed_send_recv_server_no_context_13) > ... ok > test_large_frame_size_compressed_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_large_frame_size_compressed_13) > ... ok > test_large_frame_size_uncompressed_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_large_frame_size_uncompressed_13) > ... ok > test_reject_max_window_bits_out_of_range_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_reject_max_window_bits_out_of_range_13) > ... ok > test_send_uncompressed_msg_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_send_uncompressed_msg_13) > ... ok > test_server_compress_no_context_takeover_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_server_compress_no_context_takeover_13) > ... ok > test_server_compress_with_context_takeover_13 > (tests.websocket_new_test.TestWebSocketWithCompression.test_server_compress_with_context_takeover_13) > ... ok > test_app_socket_errors_75 > (tests.websocket_test.TestWebSocket.test_app_socket_errors_75) ... ok > test_app_socket_errors_76 > (tests.websocket_test.TestWebSocket.test_app_socket_errors_76) ... ok > test_breaking_the_connection_75 > (tests.websocket_test.TestWebSocket.test_breaking_the_connection_75) ... ok > test_breaking_the_connection_76 > (tests.websocket_test.TestWebSocket.test_breaking_the_connection_76) ... ok > test_client_closing_connection_76 > (tests.websocket_test.TestWebSocket.test_client_closing_connection_76) ... ok > test_client_invalid_packet_76 > (tests.websocket_test.TestWebSocket.test_client_invalid_packet_76) ... ok > test_close_idle (tests.websocket_test.TestWebSocket.test_close_idle) ... ok > test_correct_upgrade_request_75 > (tests.websocket_test.TestWebSocket.test_correct_upgrade_request_75) ... ok > test_correct_upgrade_request_76 > (tests.websocket_test.TestWebSocket.test_correct_upgrade_request_76) ... ok > test_empty_query_string > (tests.websocket_test.TestWebSocket.test_empty_query_string) ... ok > test_getting_messages_from_websocket_75 > (tests.websocket_test.TestWebSocket.test_getting_messages_from_websocket_75) > ... ok > test_getting_messages_from_websocket_76 > (tests.websocket_test.TestWebSocket.test_getting_messages_from_websocket_76) > ... ok > test_incomplete_headers_75 > (tests.websocket_test.TestWebSocket.test_incomplete_headers_75) ... ok > test_incomplete_headers_76 > (tests.websocket_test.TestWebSocket.test_incomplete_headers_76) ... ok > test_incorrect_headers > (tests.websocket_test.TestWebSocket.test_incorrect_headers) ... ok > test_query_string (tests.websocket_test.TestWebSocket.test_query_string) ... > ok > test_sending_messages_to_websocket_75 > (tests.websocket_test.TestWebSocket.test_sending_messages_to_websocket_75) > ... ok > test_sending_messages_to_websocket_76 > (tests.websocket_test.TestWebSocket.test_sending_messages_to_websocket_76) > ... ok > test_server_closing_connect_76 > (tests.websocket_test.TestWebSocket.test_server_closing_connect_76) ... ok > test_wrapped_wsgi (tests.websocket_test.TestWebSocket.test_wrapped_wsgi) ... > ok > test_close_ws (tests.websocket_test.TestWebSocketObject.test_close_ws) ... ok > test_recieve (tests.websocket_test.TestWebSocketObject.test_recieve) ... ok > test_send_to_ws (tests.websocket_test.TestWebSocketObject.test_send_to_ws) > ... ok > test_ssl_sending_messages > (tests.websocket_test.TestWebSocketSSL.test_ssl_sending_messages) ... ok > test_iterable_app_keeps_socket_open_unless_connection_close_sent > (tests.wsgi_test.IterableAlreadyHandledTest.test_iterable_app_keeps_socket_open_unless_connection_close_sent) > ... ok > test_iterable_app_keeps_socket_open_unless_connection_close_sent > (tests.wsgi_test.ProxiedIterableAlreadyHandledTest.test_iterable_app_keeps_socket_open_unless_connection_close_sent) > ... ok > test_chunked_readline > (tests.wsgi_test.TestChunkedInput.test_chunked_readline) ... ok > test_chunked_readline_from_input > (tests.wsgi_test.TestChunkedInput.test_chunked_readline_from_input) ... ok > test_chunked_readline_wsgi_not_override_minimum_chunk_size > (tests.wsgi_test.TestChunkedInput.test_chunked_readline_wsgi_not_override_minimum_chunk_size) > ... ok > test_chunked_readline_wsgi_override_minimum_chunk_size > (tests.wsgi_test.TestChunkedInput.test_chunked_readline_wsgi_override_minimum_chunk_size) > ... ok > test_chunked_readlines_from_input > (tests.wsgi_test.TestChunkedInput.test_chunked_readlines_from_input) ... ok > test_close_before_finished > (tests.wsgi_test.TestChunkedInput.test_close_before_finished) ... ok > test_dirt (tests.wsgi_test.TestChunkedInput.test_dirt) ... ok > test_short_read (tests.wsgi_test.TestChunkedInput.test_short_read) ... ok > test_short_read_with_content_length > (tests.wsgi_test.TestChunkedInput.test_short_read_with_content_length) ... ok > test_short_read_with_zero_content_length > (tests.wsgi_test.TestChunkedInput.test_short_read_with_zero_content_length) > ... ok > test_001_server (tests.wsgi_test.TestHttpd.test_001_server) ... ok > test_002_keepalive (tests.wsgi_test.TestHttpd.test_002_keepalive) ... ok > test_004_close_keepalive (tests.wsgi_test.TestHttpd.test_004_close_keepalive) > ... ok > test_006_reject_long_urls > (tests.wsgi_test.TestHttpd.test_006_reject_long_urls) ... ok > test_007_get_arg (tests.wsgi_test.TestHttpd.test_007_get_arg) ... ok > test_008_correctresponse (tests.wsgi_test.TestHttpd.test_008_correctresponse) > ... ok > test_009_chunked_response > (tests.wsgi_test.TestHttpd.test_009_chunked_response) ... ok > test_010_no_chunked_http_1_0 > (tests.wsgi_test.TestHttpd.test_010_no_chunked_http_1_0) ... ok > test_011_multiple_chunks (tests.wsgi_test.TestHttpd.test_011_multiple_chunks) > ... ok > test_012_ssl_server (tests.wsgi_test.TestHttpd.test_012_ssl_server) ... ok > test_013_empty_return (tests.wsgi_test.TestHttpd.test_013_empty_return) ... ok > test_014_chunked_post (tests.wsgi_test.TestHttpd.test_014_chunked_post) ... ok > test_015_write (tests.wsgi_test.TestHttpd.test_015_write) ... ok > content-length header was being doubled up if it was set in ... ok > test_017_ssl_zeroreturnerror > (tests.wsgi_test.TestHttpd.test_017_ssl_zeroreturnerror) ... 127.0.0.1 - - > [26/Jul/2023 19:19:04] code 400, message Bad request syntax ('X') > 127.0.0.1 - - [26/Jul/2023 19:19:04] "X" 400 - > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/tests/wsgi_test.py", line 566, in server > serv.process_request([addr, client_socket, wsgi.STATE_IDLE]) > File "/<<PKGBUILDDIR>>/eventlet/wsgi.py", line 837, in process_request > proto.__init__(conn_state, self) > File "/<<PKGBUILDDIR>>/eventlet/wsgi.py", line 352, in __init__ > self.finish() > File "/<<PKGBUILDDIR>>/eventlet/wsgi.py", line 751, in finish > BaseHTTPServer.BaseHTTPRequestHandler.finish(self) > File "/usr/lib/python3.11/socketserver.py", line 819, in finish > self.wfile.close() > File "/usr/lib/python3.11/socket.py", line 724, in write > return self._sock.send(b) > ^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/green/ssl.py", line 194, in send > return self._call_trampolining( > ^^^^^^^^^^^^^^^^^^^^^^^^ > File "/<<PKGBUILDDIR>>/eventlet/green/ssl.py", line 162, in > _call_trampolining > return func(*a, **kw) > ^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/ssl.py", line 1210, in send > return self._sslobj.write(data) > ^^^^^^^^^^^^^^^^^^^^^^^^ > ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2423) > FAIL > test_018_http_10_keepalive > (tests.wsgi_test.TestHttpd.test_018_http_10_keepalive) ... ok > test_019_fieldstorage_compat > (tests.wsgi_test.TestHttpd.test_019_fieldstorage_compat) ... ok > test_020_x_forwarded_for (tests.wsgi_test.TestHttpd.test_020_x_forwarded_for) > ... ok > test_021_environ_clobbering > (tests.wsgi_test.TestHttpd.test_021_environ_clobbering) ... ok > test_022_custom_pool (tests.wsgi_test.TestHttpd.test_022_custom_pool) ... ok > test_023_bad_content_length > (tests.wsgi_test.TestHttpd.test_023_bad_content_length) ... ok > test_024_expect_100_continue > (tests.wsgi_test.TestHttpd.test_024_expect_100_continue) ... ok > test_024a_expect_100_continue_with_headers > (tests.wsgi_test.TestHttpd.test_024a_expect_100_continue_with_headers) ... ok > test_024b_expect_100_continue_with_headers_multiple_chunked > (tests.wsgi_test.TestHttpd.test_024b_expect_100_continue_with_headers_multiple_chunked) > ... ok > test_024c_expect_100_continue_with_headers_multiple_nonchunked > (tests.wsgi_test.TestHttpd.test_024c_expect_100_continue_with_headers_multiple_nonchunked) > ... ok > test_024d_expect_100_continue_with_eager_app_chunked > (tests.wsgi_test.TestHttpd.test_024d_expect_100_continue_with_eager_app_chunked) > ... ok > test_025_accept_errors (tests.wsgi_test.TestHttpd.test_025_accept_errors) ... > ok > test_026_http_10_nokeepalive > (tests.wsgi_test.TestHttpd.test_026_http_10_nokeepalive) ... ok > test_026_log_format (tests.wsgi_test.TestHttpd.test_026_log_format) ... ok > test_027_keepalive_chunked > (tests.wsgi_test.TestHttpd.test_027_keepalive_chunked) ... ok > test_028_ssl_handshake_errors > (tests.wsgi_test.TestHttpd.test_028_ssl_handshake_errors) ... ok > test_029_posthooks (tests.wsgi_test.TestHttpd.test_029_posthooks) ... ok > test_030_reject_long_header_lines > (tests.wsgi_test.TestHttpd.test_030_reject_long_header_lines) ... ok > test_031_reject_large_headers > (tests.wsgi_test.TestHttpd.test_031_reject_large_headers) ... ok > test_032_wsgi_input_as_iterable > (tests.wsgi_test.TestHttpd.test_032_wsgi_input_as_iterable) ... ok > test_aborted_chunked_post > (tests.wsgi_test.TestHttpd.test_aborted_chunked_post) ... ok > test_aborted_chunked_post_bad_chunks > (tests.wsgi_test.TestHttpd.test_aborted_chunked_post_bad_chunks) ... ok > test_aborted_chunked_post_between_chunks > (tests.wsgi_test.TestHttpd.test_aborted_chunked_post_between_chunks) ... ok > test_aborted_post_io_error > (tests.wsgi_test.TestHttpd.test_aborted_post_io_error) ... ok > test_chunked_response_when_app_yields_empty_string > (tests.wsgi_test.TestHttpd.test_chunked_response_when_app_yields_empty_string) > ... ok > Issue #95 Server must handle disconnect from client in the middle of response > ... ok > test_close_chunked_with_1_0_client > (tests.wsgi_test.TestHttpd.test_close_chunked_with_1_0_client) ... ok > test_close_idle_connections > (tests.wsgi_test.TestHttpd.test_close_idle_connections) ... ok > test_configurable_url_length_limit > (tests.wsgi_test.TestHttpd.test_configurable_url_length_limit) ... ok > test_debug (tests.wsgi_test.TestHttpd.test_debug) ... ok > test_disable_header_name_capitalization > (tests.wsgi_test.TestHttpd.test_disable_header_name_capitalization) ... ok > test_env_header_stripping > (tests.wsgi_test.TestHttpd.test_env_header_stripping) ... ok > test_env_headers (tests.wsgi_test.TestHttpd.test_env_headers) ... ok > test_error_in_chunked_closes_connection > (tests.wsgi_test.TestHttpd.test_error_in_chunked_closes_connection) ... ok > test_exceptions_close_connection > (tests.wsgi_test.TestHttpd.test_exceptions_close_connection) ... ok > test_header_name_capitalization > (tests.wsgi_test.TestHttpd.test_header_name_capitalization) ... ok > test_headers_raw (tests.wsgi_test.TestHttpd.test_headers_raw) ... ok > test_ipv6 (tests.wsgi_test.TestHttpd.test_ipv6) ... SKIP > test_log_disable (tests.wsgi_test.TestHttpd.test_log_disable) ... ok > test_log_unix_address (tests.wsgi_test.TestHttpd.test_log_unix_address) ... ok > test_minimum_chunk_size_parameter_leaves_httpprotocol_class_member_intact > (tests.wsgi_test.TestHttpd.test_minimum_chunk_size_parameter_leaves_httpprotocol_class_member_intact) > ... ok > test_partial_writes_are_handled > (tests.wsgi_test.TestHttpd.test_partial_writes_are_handled) ... ok > test_path_info_decoding (tests.wsgi_test.TestHttpd.test_path_info_decoding) > ... ok > test_path_info_latin1 (tests.wsgi_test.TestHttpd.test_path_info_latin1) ... ok > test_server_socket_timeout > (tests.wsgi_test.TestHttpd.test_server_socket_timeout) ... ok > test_socket_remains_open (tests.wsgi_test.TestHttpd.test_socket_remains_open) > ... ok > test_unicode_with_nonascii_characters_raises_error > (tests.wsgi_test.TestHttpd.test_unicode_with_nonascii_characters_raises_error) > ... ok > test_unicode_with_only_ascii_characters_works > (tests.wsgi_test.TestHttpd.test_unicode_with_only_ascii_characters_works) ... > ok > test_zero_length_chunked_response > (tests.wsgi_test.TestHttpd.test_zero_length_chunked_response) ... ok > test_block (tests.zmq_test.TestBlockedThread.test_block) ... ok > test_count (tests.zmq_test.TestQueueLock.test_count) ... ok > test_errors (tests.zmq_test.TestQueueLock.test_errors) ... ok > test_nested_acquire (tests.zmq_test.TestQueueLock.test_nested_acquire) ... ok > test_queue_lock_order (tests.zmq_test.TestQueueLock.test_queue_lock_order) > ... ok > test_change_subscription > (tests.zmq_test.TestUpstreamDownStream.test_change_subscription) ... ok > test_close_during_recv > (tests.zmq_test.TestUpstreamDownStream.test_close_during_recv) ... ok > Socket.close() must support linger argument. ... ok > test_close_socket_raises_enotsup > (tests.zmq_test.TestUpstreamDownStream.test_close_socket_raises_enotsup) ... > ok > test_close_xsocket_raises_enotsup > (tests.zmq_test.TestUpstreamDownStream.test_close_xsocket_raises_enotsup) ... > ok > zmq eats CPU after PUB socket .bind() ... ok > zmq eats CPU after PUB send or DEALER recv. ... ok > test_getsockopt_events > (tests.zmq_test.TestUpstreamDownStream.test_getsockopt_events) ... ok > test_recv_during_send > (tests.zmq_test.TestUpstreamDownStream.test_recv_during_send) ... ok > test_recv_multipart_bug68 > (tests.zmq_test.TestUpstreamDownStream.test_recv_multipart_bug68) ... ok > test_recv_noblock_bug76 > (tests.zmq_test.TestUpstreamDownStream.test_recv_noblock_bug76) ... ok > test_recv_spawned_before_send_is_non_blocking > (tests.zmq_test.TestUpstreamDownStream.test_recv_spawned_before_send_is_non_blocking) > ... ok > test_send_1k_pub_sub > (tests.zmq_test.TestUpstreamDownStream.test_send_1k_pub_sub) ... ok > test_send_1k_push_pull > (tests.zmq_test.TestUpstreamDownStream.test_send_1k_push_pull) ... ok > test_send_1k_req_rep > (tests.zmq_test.TestUpstreamDownStream.test_send_1k_req_rep) ... ok > test_send_during_recv > (tests.zmq_test.TestUpstreamDownStream.test_send_during_recv) ... ok > test_send_during_recv_multipart > (tests.zmq_test.TestUpstreamDownStream.test_send_during_recv_multipart) ... ok > tests.zmq_test.test_recv_json_no_args ... ok > tests.zmq_test.test_recv_timeout ... ok > > ====================================================================== > FAIL: test_017_ssl_zeroreturnerror > (tests.wsgi_test.TestHttpd.test_017_ssl_zeroreturnerror) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/tests/wsgi_test.py", line 593, in > test_017_ssl_zeroreturnerror > assert success > AssertionError > > ---------------------------------------------------------------------- > Ran 706 tests in 64.185s > > FAILED (SKIP=95, failures=1) > make[1]: *** [debian/rules:26: override_dh_auto_test] Error 1 The full build log is available from: http://qa-logs.debian.net/2023/07/26/python-eventlet_0.33.1-4_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230726;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230726&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.