Buildbot-status
Threads by month
- ----- 2024 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
August 2020
- 3 participants
- 567 discussions
For one of our casino websites we're trying the BeautifulSoup module which
can handle HTML and XML. It should provide a simple method for searching,
navigating and modifying the parse tree. However? Can we store and push
this right away?
The example below prints all links on a webpage:
from BeautifulSoup import BeautifulSoup
import urllib2
import re
html_page = urllib2.urlopen("https://www.online-casino-spielautomaten.de")
soup = BeautifulSoup(html_page)
for link in soup.findAll('a', attrs={'href': re.compile("^http://")}):
print link.get('href')
It downloads the raw html code with the line:
html_page = urllib2.urlopen("https://www.online-casino-spielautomaten.de")
A BeautifulSoup object is created and we use this object to find all links:
soup = BeautifulSoup(html_page)
for link in soup.findAll('a', attrs={'href': re.compile("^http://")}):
print link.get('href')
2
1
The Buildbot has detected a failed build on builder AMD64 Windows10 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/146/builds/23
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bolen-windows10
Build Reason: <unknown>
Blamelist: Andre Delfino <adelfino(a)gmail.com>, Ben Darnell <ben(a)bendarnell.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: ENV CHANGED ==
392 tests OK.
10 slowest tests:
- test_mmap: 7 min 43 sec
- test_largefile: 4 min 55 sec
- test_tokenize: 3 min 1 sec
- test_io: 2 min 41 sec
- test_unparse: 2 min 19 sec
- test_concurrent_futures: 2 min 11 sec
- test_multiprocessing_spawn: 2 min 9 sec
- test_lib2to3: 1 min 57 sec
- test_capi: 1 min 35 sec
- test_unicodedata: 1 min 31 sec
1 test altered the execution environment:
test_asyncio
30 tests skipped:
test_curses test_dbm_gnu test_dbm_ndbm test_devpoll test_epoll
test_fcntl test_fork1 test_gdb test_grp test_ioctl test_kqueue
test_multiprocessing_fork test_multiprocessing_forkserver test_nis
test_openpty test_ossaudiodev test_pipes test_poll test_posix
test_pty test_pwd test_readline test_resource test_spwd
test_syslog test_threadsignals test_wait3 test_wait4
test_xxtestfuzz test_zipfile64
Total duration: 16 min 41 sec
Captured traceback
==================
remote: Enumerating objects: 2
remote: Enumerating objects: 18, done.
remote: Counting objects: 5% (1/18)
remote: Counting objects: 11% (2/18)
remote: Counting objects: 16% (3/18)
remote: Counting objects: 22% (4/18)
remote: Counting objects: 27% (5/18)
remote: Counting objects: 33% (6/18)
remote: Counting objects: 38% (7/18)
remote: Counting objects: 44% (8/18)
remote: Counting objects: 50% (9/18)
remote: Counting objects: 55% (10/18)
remote: Counting objects: 61% (11/18)
remote: Counting objects: 66% (12/18)
remote: Counting objects: 72% (13/18)
remote: Counting objects: 77% (14/18)
remote: Counting objects: 83% (15/18)
remote: Counting objects: 88% (16/18)
remote: Counting objects: 94% (17/18)
remote: Counting objects: 100% (18/18)
remote: Counting objects: 100% (18/18), done.
remote: Compressing objects: 20% (1/5)
remote: Compressing objects: 40% (2/5)
remote: Compressing objects: 60% (3/5)
remote: Compressing objects: 80% (4/5)
remote: Compressing objects: 100% (5/5)
remote: Compressing objects: 100% (5/5), done.
remote: Total 20 (delta 13), reused 14 (delta 13), pack-reused 2
From https://github.com/python/cpython
* branch master -> FETCH_HEAD
Reset branch 'master'
Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure
channel.
At line:1 char:1
+ Invoke-WebRequest https://aka.ms/nugetclidl -OutFile 'D:\buildarea\3. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:Htt
pWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShe
ll.Commands.InvokeWebRequestCommand
'py' is not recognized as an internal or external command,
operable program or batch file.
'"D:\buildarea\3.x.bolen-windows10\build\Tools\buildbot\..\..\PCbuild\..\externals\nuget.exe"' is not recognized as an internal or external command,
operable program or batch file.
Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure
channel.
At line:1 char:1
+ Invoke-WebRequest https://aka.ms/nugetclidl -OutFile 'D:\buildarea\3. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:Htt
pWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShe
ll.Commands.InvokeWebRequestCommand
'py' is not recognized as an internal or external command,
operable program or batch file.
'"D:\buildarea\3.x.bolen-windows10\build\Tools\buildbot\..\..\PCbuild\..\externals\nuget.exe"' is not recognized as an internal or external command,
operable program or batch file.
Could Not Find D:\buildarea\3.x.bolen-windows10\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip
Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure
channel.
At line:1 char:1
+ Invoke-WebRequest https://aka.ms/nugetclidl -OutFile 'D:\buildarea\3. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:Htt
pWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShe
ll.Commands.InvokeWebRequestCommand
'py' is not recognized as an internal or external command,
operable program or batch file.
'"D:\buildarea\3.x.bolen-windows10\build\PCbuild\\..\externals\nuget.exe"' is not recognized as an internal or external command,
operable program or batch file.
test_poll skipped -- select.poll not defined
test_fork1 skipped -- object <module 'os' from 'D:\\buildarea\\3.x.bolen-windows10\\build\\lib\\os.py'> has no attribute 'fork'
test_xxtestfuzz skipped -- No module named '_xxtestfuzz'
test_kqueue skipped -- test works only on BSD
test_pwd skipped -- No module named 'pwd'
test_fcntl skipped -- No module named 'fcntl'
test_threadsignals skipped -- Can't test signal on win32
test_curses skipped -- No module named '_curses'
Warning -- threading_cleanup() failed to cleanup 1 threads (count: 1, dangling: 2)
Warning -- Dangling thread: <_MainThread(MainThread, started 5220)>
test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_close (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_create_named_task_with_custom_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_create_named_task_with_default_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_until_complete_loop_orphan_future_close_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_default_executor_deprecation_warnings (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok
test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ipv6_scope (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_allow_broadcast (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_existing_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... skipped 'No UNIX Sockets'
test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_reuse_address_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_reuse_address_warning (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... skipped 'No UNIX Sockets'
test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... skipped 'no socket.SOCK_NONBLOCK (linux only)'
test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok
test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests) ... ok
test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests) ... ok
test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests) ... ok
test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_blocking_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_negative_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_negative_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_nonbinary_file (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_nonstream_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_notint_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_notint_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_sock_sendfile_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_sock_sendfile_fallback_offset_and_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_sock_sendfile_no_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok
test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests) ... ok
test_set_nodelay (test.test_asyncio.test_base_events.TestSelectorUtils) ... ok
test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolProactorTests) ... ok
test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolSelectorTests) ... ok
test_asyncio_task_decimal_context (test.test_asyncio.test_context.DecimalContextTest) ... ok
test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests) ... ok
test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests) ... ok
test_callback_with_exception (test.test_asyncio.test_events.HandleTests) ... ok
test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests) ... ok
test_handle (test.test_asyncio.test_events.HandleTests) ... ok
test_handle_repr (test.test_asyncio.test_events.HandleTests) ... ok
test_handle_repr_debug (test.test_asyncio.test_events.HandleTests) ... ok
test_handle_source_traceback (test.test_asyncio.test_events.HandleTests) ... ok
test_handle_weakref (test.test_asyncio.test_events.HandleTests) ... ok
test_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop_calls_set_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok
test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests) ... ok
test_new_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok
test_set_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok
test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok
test_add_fds_after_closing (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_add_signal_handler (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No SIGKILL'
test_bidirectional_pty (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_call_later (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_call_soon (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_call_soon_threadsafe (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_close (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_close_running_event_loop (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_connect_accepted_socket (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_connection_local_addr (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_connection_local_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_datagram_endpoint (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_datagram_endpoint_sock (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_addr_in_use (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_dual_stack (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_reuse_port (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No SO_REUSEPORT'
test_create_server_sock (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_ssl_match_failed (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_ssl_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_create_ssl_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_connection (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_path_socket_error (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_ssl (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_ssl_verified (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_internal_fds (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'loop is not a BaseSelectorEventLoop'
test_prompt_cancellation (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_read_pipe (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_read_pty_output (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_reader_callback (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_reader()'
test_reader_callback_cancel (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_reader()'
test_remove_fds_after_closing (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_reader()'
test_run_in_executor (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_run_in_executor_cancel (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_run_until_complete (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_run_until_complete_nesting (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_run_until_complete_stopped (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_server_close (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_signal_handling_args (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No SIGALRM'
test_signal_handling_while_selecting (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'No SIGALRM'
test_ssl_connect_accepted_socket (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_close_after_finish (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_close_client_stream (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_exec (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_exec_invalid_args (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_exitcode (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_interactive (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_kill (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_send_signal (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't have SIGHUP"
test_subprocess_shell (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_shell_invalid_args (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_stderr (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_terminate (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_subprocess_wait_no_same_group (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_timeout_rounding (test.test_asyncio.test_events.ProactorEventLoopTests) ... ok
test_unclosed_pipe_transport (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_write_pipe (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_write_pty (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped "Don't support pipes for Windows"
test_writer_callback (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_writer()'
test_writer_callback_cancel (test.test_asyncio.test_events.ProactorEventLoopTests) ... skipped 'IocpEventLoop does not have add_writer()'
test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No SIGKILL'
test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_call_later (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No SO_REUSEPORT'
test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_server_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No SIGALRM'
test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'No SIGALRM'
test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped "Don't support pipes for Windows"
test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok
test_close (test.test_asyncio.test_events.TestAbstractServer) ... ok
test_get_loop (test.test_asyncio.test_events.TestAbstractServer) ... ok
test_wait_closed (test.test_asyncio.test_events.TestAbstractServer) ... ok
test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop) ... ok
test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop) ... ok
test_get_loop (test.test_asyncio.test_events.TestServer) ... ok
test_hash (test.test_asyncio.test_events.TimerTests) ... ok
test_timer (test.test_asyncio.test_events.TimerTests) ... ok
test_timer_comparison (test.test_asyncio.test_events.TimerTests) ... ok
test_timer_repr (test.test_asyncio.test_events.TimerTests) ... ok
test_timer_repr_debug (test.test_asyncio.test_events.TimerTests) ... ok
test_when (test.test_asyncio.test_events.TimerTests) ... ok
test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok
test_inherit_without_calling_super_init (test.test_asyncio.test_futures.CFutureInheritanceTests) ... ok
test_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok
test_constructor_positional (test.test_asyncio.test_futures.CFutureTests) ... ok
test_copy_state (test.test_asyncio.test_futures.CFutureTests) ... ok
test_exception (test.test_asyncio.test_futures.CFutureTests) ... ok
test_exception_class (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_cancel_message_getter (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_cancel_message_setter (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_del_collect (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_repr (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests) ... ok
test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests) ... ok
test_init_constructor_default_loop (test.test_asyncio.test_futures.CFutureTests) ... ok
test_initial_state (test.test_asyncio.test_futures.CFutureTests) ... ok
test_isfuture (test.test_asyncio.test_futures.CFutureTests) ... ok
test_iter (test.test_asyncio.test_futures.CFutureTests) ... ok
test_log_traceback (test.test_asyncio.test_futures.CFutureTests) ... ok
test_result (test.test_asyncio.test_futures.CFutureTests) ... ok
test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests) ... ok
test_uninitialized (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests) ... ok
test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests) ... ok
test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests) ... ok
test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok
test_cancel (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_copy_state (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_exception (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_exception_class (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_cancel_message_getter (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_cancel_message_setter (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_repr (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_init_constructor_default_loop (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_initial_state (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_isfuture (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_iter (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_result (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests) ... ok
test_ensure_future (test.test_asyncio.test_futures.DuckTests) ... ok
test_wrap_future (test.test_asyncio.test_futures.DuckTests) ... ok
test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok
test_inherit_without_calling_super_init (test.test_asyncio.test_futures.PyFutureInheritanceTests) ... ok
test_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_copy_state (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_exception (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_exception_class (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_cancel_message_getter (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_cancel_message_setter (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_repr (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_init_constructor_default_loop (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_initial_state (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_isfuture (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_iter (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_log_traceback (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_result (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_uninitialized (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests) ... ok
test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests) ... ok
test_context_manager (test.test_asyncio.test_locks.ConditionTests) ... ok
test_ctor_loop (test.test_asyncio.test_locks.ConditionTests) ... ok
test_ctor_noloop (test.test_asyncio.test_locks.ConditionTests) ... ok
test_explicit_lock (test.test_asyncio.test_locks.ConditionTests) ... ok
test_notify (test.test_asyncio.test_locks.ConditionTests) ... ok
test_notify_all (test.test_asyncio.test_locks.ConditionTests) ... ok
test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok
test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok
test_repr (test.test_asyncio.test_locks.ConditionTests) ... ok
test_timeout_in_block (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_cancel (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_cancel_after_notify (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_for (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok
test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok
test_clear (test.test_asyncio.test_locks.EventTests) ... ok
test_clear_with_waiters (test.test_asyncio.test_locks.EventTests) ... ok
test_ctor_loop (test.test_asyncio.test_locks.EventTests) ... ok
test_ctor_noloop (test.test_asyncio.test_locks.EventTests) ... ok
test_repr (test.test_asyncio.test_locks.EventTests) ... ok
test_wait (test.test_asyncio.test_locks.EventTests) ... ok
test_wait_cancel (test.test_asyncio.test_locks.EventTests) ... ok
test_wait_on_set (test.test_asyncio.test_locks.EventTests) ... ok
test_acquire (test.test_asyncio.test_locks.LockTests) ... ok
test_acquire_cancel (test.test_asyncio.test_locks.LockTests) ... ok
test_cancel_race (test.test_asyncio.test_locks.LockTests) ... ok
test_cancel_release_race (test.test_asyncio.test_locks.LockTests) ... ok
test_context_manager (test.test_asyncio.test_locks.LockTests) ... ok
test_ctor_loop (test.test_asyncio.test_locks.LockTests) ... ok
test_ctor_noloop (test.test_asyncio.test_locks.LockTests) ... ok
test_finished_waiter_cancelled (test.test_asyncio.test_locks.LockTests) ... ok
test_lock (test.test_asyncio.test_locks.LockTests) ... ok
test_lock_by_with_statement (test.test_asyncio.test_locks.LockTests) ... ok
test_release_no_waiters (test.test_asyncio.test_locks.LockTests) ... ok
test_release_not_acquired (test.test_asyncio.test_locks.LockTests) ... ok
test_repr (test.test_asyncio.test_locks.LockTests) ... ok
test_acquire (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_ctor_loop (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_ctor_noloop (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_repr (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_semaphore (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests) ... ok
test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_debug_mode_manages_coroutine_origin_tracking (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_double_await (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_function_returning_awaitable (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests) ... ok
test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests) ... ok
test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests) ... ok
test_readline (test.test_asyncio.test_pep492.StreamReaderTests) ... ok
test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_reading_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_reading_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_reading_no_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_writing (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_datagram_loop_writing_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_make_datagram_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok
test__loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test__loop_writing_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test__loop_writing_error_received_connection (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test__loop_writing_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_fatal_error_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_buffer (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_buffer_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_buffer_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_connected_addr (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_error_received_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_no_data (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sendto_str (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok
test_sock_sendfile_iobuffer (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_not_a_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) ... ok
test_sock_sendfile_not_regular_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) ... ok
test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok
test_base_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_buffered_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_datagram_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_subprocess_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok
test_format (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok
test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok
test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok
test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok
test_order (test.test_asyncio.test_queues.LifoQueueTests) ... ok
test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok
test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok
test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok
test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok
test_order (test.test_asyncio.test_queues.PriorityQueueTests) ... ok
test_ctor_loop (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_ctor_noloop (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_empty (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_full (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_maxsize (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_order (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_repr (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_str (test.test_asyncio.test_queues.QueueBasicTests) ... ok
test_blocking_get (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_cancelled_getters_not_being_held_in_self_getters (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_get_cancelled (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests) ... ok
test_format (test.test_asyncio.test_queues.QueueJoinTests) ... ok
test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests) ... ok
test_task_done (test.test_asyncio.test_queues.QueueJoinTests) ... ok
test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests) ... ok
test_blocking_put (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_cancelled_put_silence_value_error_exception (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_cancelled_puts_not_being_held_in_self_putters (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests) ... ok
test_asyncio_run_cancels_hanging_tasks (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_closes_gens_after_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_debug (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_from_running_loop (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_only_coro (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_raises (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_reports_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests) ... ok
test_asyncio_run_return (test.test_asyncio.test_runners.RunTests) ... ok
test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_make_ssl_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok
test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_fatal_error_connected_custom_error (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok
test_buffer_updated_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_get_buffer_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_get_buffer_zerosized (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_proto_type_switch (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok
test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_data_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_eof_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok
test__add_reader (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_close (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_fatal_error_custom_exception (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok
test_sendfile (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_force_fallback (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... skipped 'Fails on proactor event loop'
test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_not_supported (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... skipped 'UDP sockets are not supported'
test_sendfile_partial (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... skipped "Don't have native sendfile support"
test_sendfile_ssl (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sock_sendfile_success (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.ProactorEventLoopTests) ... ok
test_sendfile (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_force_fallback (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_not_supported (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... skipped 'UDP sockets are not supported'
test_sendfile_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... skipped "Don't have native sendfile support"
test_sendfile_ssl (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sock_sendfile_success (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok
test_start_server_1 (test.test_asyncio.test_server.ProactorStartServerTests) ... ok
test_start_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) ... ok
test_start_unix_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) ... skipped 'No UNIX Sockets'
test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_huge_content (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_sock_accept (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... ok
test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ... skipped 'No UNIX Sockets'
test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_huge_content (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... skipped '[WinError 10022] An invalid argument was supplied'
test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok
test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... skipped 'No UNIX Sockets'
test_buf_feed_data (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_create_connection_memory_leak (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_handshake_timeout (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_start_tls_wrong_args (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... ok
test_buf_feed_data (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_create_connection_memory_leak (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_handshake_timeout (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok
test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_get_extra_info_on_closed_connection (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok
test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests) ... ok
test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__ (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__data (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__eof (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__exception (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__transport (test.test_asyncio.test_streams.StreamTests) ... ok
test___repr__waiter (test.test_asyncio.test_streams.StreamTests) ... ok
test_async_writer_api (test.test_asyncio.test_streams.StreamTests) ... ok
test_async_writer_api_exception_after_close (test.test_asyncio.test_streams.StreamTests) ... ok
test_at_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_ctor_global_loop (test.test_asyncio.test_streams.StreamTests) ... ok
test_drain_raises (test.test_asyncio.test_streams.StreamTests) ... ok
test_eof_feed_when_closing_writer (test.test_asyncio.test_streams.StreamTests) ... ok
test_exception (test.test_asyncio.test_streams.StreamTests) ... ok
test_exception_cancel (test.test_asyncio.test_streams.StreamTests) ... ok
test_exception_waiter (test.test_asyncio.test_streams.StreamTests) ... ok
test_feed_empty_data (test.test_asyncio.test_streams.StreamTests) ... ok
test_feed_nonempty_data (test.test_asyncio.test_streams.StreamTests) ... ok
test_invalid_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_connection (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_connection_error (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) ... ok
test_open_unix_connection (test.test_asyncio.test_streams.StreamTests) ... skipped 'No UNIX Sockets'
test_open_unix_connection_error (test.test_asyncio.test_streams.StreamTests) ... skipped 'No UNIX Sockets'
test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) ... skipped 'No UNIX Sockets'
test_read (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamTests) ... skipped "Don't have pipes"
test_read_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_exception (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_line_breaks (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_until_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_read_zero (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly_exception (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_empty_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_exception (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_limit (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamTests) ... ok
test_readline_read_byte_count (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_eof (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamTests) ... ok
test_readuntil_separator (test.test_asyncio.test_streams.StreamTests) ... ok
test_start_server (test.test_asyncio.test_streams.StreamTests) ... ok
test_start_unix_server (test.test_asyncio.test_streams.StreamTests) ... skipped 'No UNIX Sockets'
test_streamreader_constructor (test.test_asyncio.test_streams.StreamTests) ... ok
test_streamreaderprotocol_constructor (test.test_asyncio.test_streams.StreamTests) ... ok
test_wait_closed_on_close (test.test_asyncio.test_streams.StreamTests) ... ok
test_wait_closed_on_close_with_unread_data (test.test_asyncio.test_streams.StreamTests) ... ok
test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_communicate (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_devnull_error (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_devnull_input (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_devnull_output (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_empty_input (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_exec_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_kill (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_pause_reading (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_popen_error (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_send_signal (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... skipped "Don't have SIGHUP"
test_shell (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_shell_loop_deprecated (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_start_new_session (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_terminate (test.test_asyncio.test_subprocess.SubprocessProactorTests) ... ok
test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests) ... ok
test_subprocess_repr (test.test_asyncio.test_subprocess.SubprocessTransportTests) ... ok
test_current_task_no_running_loop (test.test_asyncio.test_tasks.CCurrentLoopTests) ... ok
test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.CCurrentLoopTests) ... ok
test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.CCurrentLoopTests) ... ok
test__enter_task (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__enter_task_failure (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__leave_task (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__leave_task_failure1 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__leave_task_failure2 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__register_task_1 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__register_task_2 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__register_task_3 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__unregister_task (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test__unregister_task_not_registered (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok
test_as_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_cancellation_race_condition (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok
test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_cancellation_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok
test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_del__log_destroy_pending_segfault (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_refleaks_in_task___init__ (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_cancellation_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok
test_foobar (test.test_asyncio.test_tasks.CTask_Future_Tests) ... ok
test_as_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.CTask_PyFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_task_source_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_cancellation_race_condition (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok
test_await_old_style_coro (test.test_asyncio.test_tasks.CompatibilityTests) ... ok
test_debug_mode_interop (test.test_asyncio.test_tasks.CompatibilityTests) ... ok
test_yield_from_awaitable (test.test_asyncio.test_tasks.CompatibilityTests) ... ok
test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_constructor_loop_selection (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_success (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok
test_constructor_empty_sequence (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_success (test.test_asyncio.test_tasks.FutureGatherTests) ... ok
test_asyncio_module_compiled (test.test_asyncio.test_tasks.GenericTaskTests) ... ok
test_future_subclass (test.test_asyncio.test_tasks.GenericTaskTests) ... ok
test_current_task_no_running_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests) ... ok
test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.PyCurrentLoopTests) ... ok
test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests) ... ok
test__enter_task (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__enter_task_failure (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__leave_task (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__leave_task_failure1 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__leave_task_failure2 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__register_task_1 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__register_task_2 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__register_task_3 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__unregister_task (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test__unregister_task_not_registered (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok
test_as_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_cancellation_race_condition (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok
test_as_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_cancellation_race_condition (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok
test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_cancellation_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok
test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests)
coroutine end right after task is cancelled ... ok
test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests)
Ensure that a gathering future refuses to be cancelled once all ... ok
test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests)
Return of @asyncio.coroutine()-wrapped function generator object ... ok
test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_cancellation_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_raises_timeout_error_if_returned_during_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_waits_for_task_cancellation_w_timeout_0 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok
test_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a thread to an event loop. ... ok
test_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a tread to an event loop ... ok
test_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a tread to an event loop ... ok
test_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a thread to an event loop ... ok
test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a thread to an event loop ... ok
test_loop_argument_is_deprecated (test.test_asyncio.test_tasks.SleepTests) ... ok
test_sleep_zero (test.test_asyncio.test_tasks.SleepTests) ... ok
test_coro_is_deprecated_in_wait (test.test_asyncio.test_tasks.WaitTests) ... ok
test_loop_argument_is_deprecated_in_wait (test.test_asyncio.test_tasks.WaitTests) ... ok
test_loop_argument_is_deprecated_in_wait_for (test.test_asyncio.test_tasks.WaitTests) ... ok
test_to_thread (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_args_kwargs (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_concurrent (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_contextvars (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_exception (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_to_thread_once (test.test_asyncio.test_threads.ToThreadTests) ... ok
test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests) ... ok
test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok
test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests) ... ok
test_get_extra_info (test.test_asyncio.test_transports.TransportTests) ... ok
test_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok
test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok
test_writelines (test.test_asyncio.test_transports.TransportTests) ... ok
test.test_asyncio.test_unix_events (unittest.loader.ModuleSkipped) ... skipped 'UNIX only'
test_ctrl_c (test.test_asyncio.test_windows_events.ProactorLoopCtrlC) ... ok
test_run_from_nonmain_thread (test.test_asyncio.test_windows_events.ProactorMultithreading) ... ok
test_close (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_connect_pipe_cancel (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_double_bind (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_pipe (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_read_self_pipe_restart (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_wait_for_handle (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_wait_for_handle_cancel (test.test_asyncio.test_windows_events.ProactorTests) ... ok
test_proactor_win_policy (test.test_asyncio.test_windows_events.WinPolicyTests) ... ok
test_selector_win_policy (test.test_asyncio.test_windows_events.WinPolicyTests) ... ok
test_pipe_handle (test.test_asyncio.test_windows_utils.PipeTests) ... ok
test_pipe_overlapped (test.test_asyncio.test_windows_utils.PipeTests) ... ok
test_popen (test.test_asyncio.test_windows_utils.PopenTests) ... ok
----------------------------------------------------------------------
Ran 1964 tests in 80.924s
OK (skipped=62)
test_multiprocessing_forkserver skipped -- forkserver is not available on Windows
test_devpoll skipped -- test works only on Solaris OS family
test_posix skipped -- No module named 'posix'
test_readline skipped -- No module named 'readline'
test_ioctl skipped -- No module named 'fcntl'
test_dbm_ndbm skipped -- No module named '_dbm'
test_epoll skipped -- test works only on Linux 2.6
test_openpty skipped -- os.openpty() not available.
test_wait3 skipped -- os.fork not defined
test_multiprocessing_fork skipped -- fork is not available on Windows
test_resource skipped -- No module named 'resource'
test_nis skipped -- No module named 'nis'
minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
test_dbm_gnu skipped -- No module named '_gdbm'
minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(49) : Assertion failed: (_osfile(fh) & FOPEN)
test_syslog skipped -- No module named 'syslog'
test_pipes skipped -- pipes module only works on posix
test_grp skipped -- No module named 'grp'
test_wait4 skipped -- object <module 'os' from 'D:\\buildarea\\3.x.bolen-windows10\\build\\lib\\os.py'> has no attribute 'fork'
test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run
<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
test_spwd skipped -- No module named 'spwd'
test_ossaudiodev skipped -- No module named 'ossaudiodev'
test_gdb skipped -- Couldn't find gdb on the path
test_pty skipped -- No module named 'termios'
Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure
channel.
At line:1 char:1
+ Invoke-WebRequest https://aka.ms/nugetclidl -OutFile 'D:\buildarea\3. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:Htt
pWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShe
ll.Commands.InvokeWebRequestCommand
'py' is not recognized as an internal or external command,
operable program or batch file.
'"D:\buildarea\3.x.bolen-windows10\build\Tools\buildbot\..\..\PCbuild\..\externals\nuget.exe"' is not recognized as an internal or external command,
operable program or batch file.
Invoke-WebRequest : The request was aborted: Could not create SSL/TLS secure
channel.
At line:1 char:1
+ Invoke-WebRequest https://aka.ms/nugetclidl -OutFile 'D:\buildarea\3. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:Htt
pWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShe
ll.Commands.InvokeWebRequestCommand
'py' is not recognized as an internal or external command,
operable program or batch file.
'"D:\buildarea\3.x.bolen-windows10\build\Tools\buildbot\..\..\PCbuild\..\externals\nuget.exe"' is not recognized as an internal or external command,
operable program or batch file.
Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip
Test report
===========
Sincerely,
-The Buildbot
1
0
The Buildbot has detected a new failure on builder s390x RHEL8 Refleaks 3.7 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/228/builds/11
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed configure (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
From https://github.com/python/cpython
* branch 3.7 -> FETCH_HEAD
Reset branch '3.7'
./configure: line 2339: cannot create temp file for here-document: No space left on device
./configure: line 2351: cannot create temp file for here-document: No space left on device
./configure: line 2386: cannot create temp file for here-document: No space left on device
./configure: line 2548: cannot create temp file for here-document: No space left on device
./configure: line 2552: cannot create temp file for here-document: No space left on device
./configure: line 2556: cannot create temp file for here-document: No space left on device
./configure: line 2560: cannot create temp file for here-document: No space left on device
./configure: line 2564: cannot create temp file for here-document: No space left on device
./configure: line 2568: cannot create temp file for here-document: No space left on device
mkdir: cannot create directory '/tmp/cg3225567-6745': No space left on device
mkdir: cannot create directory '/tmp/cg-3225567': No space left on device
config.guess: cannot create a temporary directory in /tmp
configure: error: cannot guess build type; you must specify one
make: *** No rule to make target 'distclean'. Stop.
Test report
===========
Sincerely,
-The Buildbot
1
0
31 Aug '20
The Buildbot has detected a new failure on builder PPC64LE Fedora Stable Refleaks 3.9 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/10/builds/18
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
411 tests OK.
10 slowest tests:
- test_signal: 31 min
- test_pydoc: 29 min 42 sec
- test_asyncio: 19 min 51 sec
- test_concurrent_futures: 18 min 30 sec
- test_peg_generator: 10 min 36 sec
- test_multiprocessing_spawn: 9 min 27 sec
- test_multiprocessing_forkserver: 7 min 13 sec
- test_nntplib: 6 min 15 sec
- test_gdb: 6 min 11 sec
- test_multiprocessing_fork: 5 min 41 sec
1 test failed:
test_venv
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
2 re-run tests:
test_posix test_venv
Total duration: 33 min 23 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 537, in test_with_pip
self.do_test_with_pip(False)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 477, in do_test_with_pip
self.run_with_capture(venv.create, self.env_dir,
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 77, in run_with_capture
func(*args, **kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 412, in create
builder.create(env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmppjqte7bx/bin/python' -> '/tmp/tmppjqte7bx/bin/python3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 295, in test_symlinking
builder.create(self.env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmprcmfhf00/bin/python' -> '/tmp/tmprcmfhf00/bin/python3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 426, in test_no_pip_by_default
self.run_with_capture(venv.create, self.env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 77, in run_with_capture
func(*args, **kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 412, in create
builder.create(env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmpjpmcn4vt/bin/python' -> '/tmp/tmpjpmcn4vt/bin/python3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 128, in test_prompt
self.run_with_capture(builder.create, self.env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 77, in run_with_capture
func(*args, **kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmpyia5mnx2/bin/python' -> '/tmp/tmpyia5mnx2/bin/python3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 431, in test_explicit_no_pip
self.run_with_capture(venv.create, self.env_dir, with_pip=False)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 77, in run_with_capture
func(*args, **kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 412, in create
builder.create(env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmpwfa1njcr/bin/python' -> '/tmp/tmpwfa1njcr/bin/python3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 182, in test_prefixes
self.run_with_capture(venv.create, self.env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 77, in run_with_capture
func(*args, **kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 412, in create
builder.create(env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmp1jkglg5v/bin/python' -> '/tmp/tmp1jkglg5v/bin/python3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 266, in test_upgrade
self.run_with_capture(builder.create, self.env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 77, in run_with_capture
func(*args, **kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmp08w4f2ur/bin/python' -> '/tmp/tmp08w4f2ur/bin/python3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 384, in test_deactivate_with_strict_bash_opts
builder.create(self.env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmpqt710k22/bin/python' -> '/tmp/tmpqt710k22/bin/python3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 100, in test_defaults
self.run_with_capture(venv.create, self.env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 77, in run_with_capture
func(*args, **kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 412, in create
builder.create(env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmp5e4fus1c/bin/python' -> '/tmp/tmp5e4fus1c/bin/python3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 318, in test_executable
self.run_with_capture(venv.create, self.env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 77, in run_with_capture
func(*args, **kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 412, in create
builder.create(env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmp0fyi8ktj/bin/python' -> '/tmp/tmp0fyi8ktj/bin/python3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 284, in test_isolation
builder.create(self.env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmp9i4ajoak/bin/python' -> '/tmp/tmp9i4ajoak/bin/python3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
.
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 227, in test_overwrite_existing
venv.create(self.env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 412, in create
builder.create(env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmpbjnc8wk9/bin/python' -> '/tmp/tmpbjnc8wk9/bin/python3'
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 367, in test_multiprocessing
self.run_with_capture(venv.create, self.env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_venv.py", line 77, in run_with_capture
func(*args, **kwargs)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 412, in create
builder.create(env_dir)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 73, in create
self.setup_python(context)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 251, in setup_python
copier(context.env_exe, path, relative_symlinks_ok=True)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/venv/__init__.py", line 186, in symlink_or_copy
shutil.copyfile(src, dst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/tmpvw_5l2z3/bin/python' -> '/tmp/tmpvw_5l2z3/bin/python3'
Test report
===========
Failed tests:
- test_venv
- test_posix
Failed subtests:
- test_prompt - test.test_venv.BasicTest
- test_explicit_no_pip - test.test_venv.EnsurePipTest
- test_no_pip_by_default - test.test_venv.EnsurePipTest
- test_deactivate_with_strict_bash_opts - test.test_venv.BasicTest
- test_isolation - test.test_venv.BasicTest
- test_with_pip - test.test_venv.EnsurePipTest
Test leaking resources:
- test_posix: file descriptors
Sincerely,
-The Buildbot
1
0
31 Aug '20
The Buildbot has detected a failed build on builder PPC64LE Fedora Stable LTO 3.8 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/161/builds/1068
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 2
remote: Enumerating objects: 10, done.
remote: Counting objects: 10% (1/10)
remote: Counting objects: 20% (2/10)
remote: Counting objects: 30% (3/10)
remote: Counting objects: 40% (4/10)
remote: Counting objects: 50% (5/10)
remote: Counting objects: 60% (6/10)
remote: Counting objects: 70% (7/10)
remote: Counting objects: 80% (8/10)
remote: Counting objects: 90% (9/10)
remote: Counting objects: 100% (10/10)
remote: Counting objects: 100% (10/10), done.
remote: Total 12 (delta 10), reused 10 (delta 10), pack-reused 2
From https://github.com/python/cpython
* branch 3.8 -> FETCH_HEAD
Reset branch '3.8'
Objects/longobject.c: In function ‘_PyLong_Frexp’:
Objects/longobject.c:2989:33: warning: ‘x_digits[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
2989 | x_digits[0] |= 1;
| ^~
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5692:25,
inlined from ‘assemble’ at Python/compile.c:6031:18:
Python/compile.c:5646:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5646 | *lnotab++ = k;
| ~~~~~~~~~~^~~
Python/initconfig.c: In function ‘_PyConfig_InitCompatConfig’:
Python/initconfig.c:605:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
605 | _PyConfig_InitCompatConfig(PyConfig *config)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
Python/compile.c: In function ‘compiler_visit_stmt’:
Python/compile.c:2931:24: note: the layout of aggregates containing vectors with 4-byte alignment has changed in GCC 5
2931 | c->u->u_lineno_set = 0;
| ~~~~~~~~~~~~~~~~~~~^~~
Python/compile.c: In function ‘compiler_visit_stmt’:
Python/compile.c:2931:24: note: the layout of aggregates containing vectors with 4-byte alignment has changed in GCC 5
2931 | c->u->u_lineno_set = 0;
| ^
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5692:25,
inlined from ‘assemble’ at Python/compile.c:6031:18:
Python/compile.c:5646:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5646 | *lnotab++ = k;
| ^
Python/initconfig.c: In function ‘_PyConfig_InitCompatConfig’:
Python/initconfig.c:605:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
605 | _PyConfig_InitCompatConfig(PyConfig *config)
| ^
Python/initconfig.c: In function ‘_PyConfig_InitCompatConfig’:
Python/initconfig.c:605:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
605 | _PyConfig_InitCompatConfig(PyConfig *config)
| ^
Python/initconfig.c: In function ‘_PyConfig_InitCompatConfig’:
Python/initconfig.c:605:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
605 | _PyConfig_InitCompatConfig(PyConfig *config)
| ^
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5692:0,
inlined from ‘assemble’ at Python/compile.c:6031:0:
Python/compile.c:5646: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5646 | *lnotab++ = k;
|
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5692:0,
inlined from ‘assemble’ at Python/compile.c:6031:0:
Python/compile.c:5646: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5646 | *lnotab++ = k;
|
At top level:
lto1: fatal error: error writing to /tmp/ccDElbe9.s: No space left on device
compilation terminated.
lto-wrapper: fatal error: gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make: *** [Makefile:578: python] Error 1
make: *** Waiting for unfinished jobs....
At top level:
lto1: fatal error: error writing to /tmp/ccnRWY5c.s: No space left on device
compilation terminated.
lto-wrapper: fatal error: gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make: *** [Makefile:709: Programs/_testembed] Error 1
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:1778: clean] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
1
0
31 Aug '20
The Buildbot has detected a failed build on builder PPC64LE Fedora Stable LTO 3.9 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/155/builds/571
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 2
remote: Enumerating objects: 10, done.
remote: Counting objects: 10% (1/10)
remote: Counting objects: 20% (2/10)
remote: Counting objects: 30% (3/10)
remote: Counting objects: 40% (4/10)
remote: Counting objects: 50% (5/10)
remote: Counting objects: 60% (6/10)
remote: Counting objects: 70% (7/10)
remote: Counting objects: 80% (8/10)
remote: Counting objects: 90% (9/10)
remote: Counting objects: 100% (10/10)
remote: Counting objects: 100% (10/10), done.
remote: Total 12 (delta 10), reused 10 (delta 10), pack-reused 2
From https://github.com/python/cpython
* branch 3.9 -> FETCH_HEAD
Reset branch '3.9'
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5714:25,
inlined from ‘assemble’ at Python/compile.c:6053:18:
Python/compile.c:5668:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5668 | *lnotab++ = k;
| ~~~~~~~~~~^~~
Python/compile.c: In function ‘compiler_comprehension’:
Python/compile.c:857:27: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
857 | (c)->u->u_lineno = (x)->lineno; \
| ~~~^~~~~~~~
./Python/initconfig.c: In function ‘_PyConfig_InitCompatConfig’:
./Python/initconfig.c:611:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
611 | _PyConfig_InitCompatConfig(PyConfig *config)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
Python/compile.c: In function ‘compiler_visit_expr1’:
Python/compile.c:5123:5: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
5123 | SET_LOC(c, e);
| ^
Python/compile.c: In function ‘check_ann_subscr’:
Python/compile.c:5123:5: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
5123 | SET_LOC(c, e);
| ^
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5714:25,
inlined from ‘assemble’ at Python/compile.c:6053:18:
Python/compile.c:5668:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5668 | *lnotab++ = k;
| ^
./Python/initconfig.c: In function ‘_PyConfig_InitCompatConfig’:
./Python/initconfig.c:611:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
611 | _PyConfig_InitCompatConfig(PyConfig *config)
| ^
./Python/initconfig.c: In function ‘_PyConfig_InitCompatConfig’:
./Python/initconfig.c:611:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
611 | _PyConfig_InitCompatConfig(PyConfig *config)
| ^
./Python/initconfig.c: In function ‘_PyConfig_InitCompatConfig’:
./Python/initconfig.c:611:1: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
611 | _PyConfig_InitCompatConfig(PyConfig *config)
| ^
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5714:0,
inlined from ‘assemble’ at Python/compile.c:6053:0:
Python/compile.c:5668: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5668 | *lnotab++ = k;
|
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5714:0,
inlined from ‘assemble’ at Python/compile.c:6053:0:
Python/compile.c:5668: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5668 | *lnotab++ = k;
|
At top level:
lto1: fatal error: error writing to /tmp/ccD26ECW.s: No space left on device
compilation terminated.
lto-wrapper: fatal error: gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make: *** [Makefile:602: python] Error 1
make: *** Waiting for unfinished jobs....
At top level:
lto1: fatal error: error writing to /tmp/ccSd8vS0.s: No space left on device
compilation terminated.
lto-wrapper: fatal error: gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make: *** [Makefile:737: Programs/_testembed] Error 1
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:1854: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
1
0
31 Aug '20
The Buildbot has detected a new failure on builder PPC64LE Fedora Stable LTO + PGO 3.9 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/46/builds/625
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown>
Blamelist: Karthikeyan Singaravelan <tir.karthi(a)gmail.com>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Victor Stinner <vstinner(a)python.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Reset branch '3.9'
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [Makefile:1854: clean-retain-profile] Error 1 (ignored)
Parser/node.c: In function ‘_PyNode_FinalizeEndPos’:
Parser/node.c:91:27: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
91 | n->n_end_lineno = last->n_end_lineno;
| ~~~~^~~~~~~~~~~~~~
In function ‘assemble_lnotab’,
inlined from ‘assemble_emit’ at Python/compile.c:5714:25,
inlined from ‘assemble’ at Python/compile.c:6053:18:
Python/compile.c:5668:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
5668 | *lnotab++ = k;
| ~~~~~~~~~~^~~
Python/compile.c: In function ‘compiler_visit_expr1’:
Python/compile.c:857:27: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
857 | (c)->u->u_lineno = (x)->lineno; \
| ~~~^~~~~~~~
./Python/importdl.c:244:1: fatal error: error writing to /tmp/ccdIw4IV.s: No space left on device
244 | }
| ^
compilation terminated.
make[3]: *** [Makefile:938: Python/importdl.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Python/getargs.c:2866:1: fatal error: error writing to /tmp/ccKLZ6WM.s: No space left on device
2866 | }
| ^
compilation terminated.
make[3]: *** [Makefile:1781: Python/getargs.o] Error 1
Python/hamt.c:2996:1: fatal error: error writing to /tmp/cctpYjKn.s: No space left on device
2996 | }
| ^
compilation terminated.
make[3]: *** [Makefile:1781: Python/hamt.o] Error 1
Python/import.c:2498:1: fatal error: error writing to /tmp/ccKh8MqJ.s: No space left on device
2498 | }
| ^
compilation terminated.
make[3]: *** [Makefile:1781: Python/import.o] Error 1
Objects/typeobject.c:8255:1: fatal error: error writing to /tmp/ccs4RuAA.s: No space left on device
8255 | };
| ^
compilation terminated.
make[3]: *** [Makefile:1781: Objects/typeobject.o] Error 1
Python/Python-ast.c:10383:1: fatal error: error writing to /tmp/ccIsn16O.s: No space left on device
10383 | }
| ^
compilation terminated.
make[3]: *** [Makefile:1781: Python/Python-ast.o] Error 1
make[2]: *** [Makefile:531: build_all_generate_profile] Error 2
make[1]: *** [Makefile:507: profile-gen-stamp] Error 2
make: *** [Makefile:519: profile-run-stamp] Error 2
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:1854: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
1
0
31 Aug '20
The Buildbot has detected a new failure on builder PPC64LE RHEL8 Refleaks 3.8 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/316/builds/25
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 10, done.
remote: Counting objects: 10% (1/10)
remote: Counting objects: 20% (2/10)
remote: Counting objects: 30% (3/10)
remote: Counting objects: 40% (4/10)
remote: Counting objects: 50% (5/10)
remote: Counting objects: 60% (6/10)
remote: Counting objects: 70% (7/10)
remote: Counting objects: 80% (8/10)
remote: Counting objects: 90% (9/10)
remote: Counting objects: 100% (10/10)
remote: Counting objects: 100% (10/10), done.
remote: Total 12 (delta 10), reused 10 (delta 10), pack-reused 2
From https://github.com/python/cpython
* branch 3.8 -> FETCH_HEAD
Reset branch '3.8'
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’:
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_testcapimodule.c:6308:5: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations]
MyList_Type.tp_print = 0;
^~~~~~~~~~~
In file included from ./Include/object.h:746,
from ./Include/pytime.h:6,
from ./Include/Python.h:85,
from /home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_testcapimodule.c:15:
./Include/cpython/object.h:260:30: note: declared here
Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
^~~~~~~~
Assembler messages:
Fatal error: can't create build/temp.linux-ppc64le-3.8-pydebug/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_sqlite/prepare_protocol.o: No space left on device
Assembler messages:
Fatal error: can't create build/temp.linux-ppc64le-3.8-pydebug/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_cn.o: No space left on device
Assembler messages:
Fatal error: can't create build/temp.linux-ppc64le-3.8-pydebug/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/pyexpat.o: No space left on device
/usr/bin/ld: final link failed: No space left on device
collect2: error: ld returned 1 exit status
Cannot create temporary file in /tmp/: No space left on device
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_multiprocessing/multiprocessing.c:219:1: fatal error: error writing to /tmp/cccH52uQ.s: No space left on device
}
^
compilation terminated.
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_ctypes/_ctypes_test.c:1080:1: fatal error: error writing to /tmp/ccbYKKwF.s: No space left on device
}
^
compilation terminated.
In file included from /home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_jp.c:10:
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/cjkcodecs.h:399:19: fatal error: error writing to /tmp/ccn1GO5c.s: No space left on device
static struct PyModuleDef __module = { \
^~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_jp.c:760:1: note: in expansion of macro ‘I_AM_A_MODULE_FOR’
I_AM_A_MODULE_FOR(jp)
^~~~~~~~~~~~~~~~~
compilation terminated.
Cannot create temporary file in /tmp/: No space left on device
In file included from /home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_iso2022.c:13:
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/cjkcodecs.h:399:19: fatal error: error writing to /tmp/ccTHen0B.s: No space left on device
static struct PyModuleDef __module = { \
^~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_iso2022.c:1143:1: note: in expansion of macro ‘I_AM_A_MODULE_FOR’
I_AM_A_MODULE_FOR(iso2022)
^~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_hk.c:9:
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/cjkcodecs.h:399:19: fatal error: error writing to /tmp/ccQtFZfA.s: No space left on device
static struct PyModuleDef __module = { \
^~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_hk.c:191:1: note: in expansion of macro ‘I_AM_A_MODULE_FOR’
I_AM_A_MODULE_FOR(hk)
^~~~~~~~~~~~~~~~~
compilation terminated.
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_elementtree.c:4520:1: fatal error: error writing to /tmp/ccfZ8ib8.s: No space left on device
}
^
compilation terminated.
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_ctypes/_ctypes.c:5867:1: fatal error: error writing to /tmp/ccdwemq2.s: No space left on device
}
^
compilation terminated.
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_decimal/_decimal.c:5932:1: fatal error: error writing to /tmp/ccj0ipgC.s: No space left on device
}
^
compilation terminated.
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/pyexpat.c:1936:1: fatal error: error writing to /tmp/ccEiQn1m.s: No space left on device
};
^
compilation terminated.
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_elementtree.c:4520:1: fatal error: error writing to /tmp/ccvik3W8.s: No space left on device
}
^
compilation terminated.
In file included from /home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_jp.c:10:
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/cjkcodecs.h:399:19: fatal error: error writing to /tmp/ccftahIb.s: No space left on device
static struct PyModuleDef __module = { \
^~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_jp.c:760:1: note: in expansion of macro ‘I_AM_A_MODULE_FOR’
I_AM_A_MODULE_FOR(jp)
^~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_cn.c:7:
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/cjkcodecs.h:399:19: fatal error: error writing to /tmp/cc2kgfqJ.s: No space left on device
static struct PyModuleDef __module = { \
^~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_cn.c:470:1: note: in expansion of macro ‘I_AM_A_MODULE_FOR’
I_AM_A_MODULE_FOR(cn)
^~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_hk.c:9:
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/cjkcodecs.h:399:19: fatal error: error writing to /tmp/ccMoihaa.s: No space left on device
static struct PyModuleDef __module = { \
^~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/cjkcodecs/_codecs_hk.c:191:1: note: in expansion of macro ‘I_AM_A_MODULE_FOR’
I_AM_A_MODULE_FOR(hk)
^~~~~~~~~~~~~~~~~
compilation terminated.
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_decimal/_decimal.c:5932:1: fatal error: error writing to /tmp/ccpLqoFO.s: No space left on device
}
^
compilation terminated.
Assembler messages:
Fatal error: can't create build/temp.linux-ppc64le-3.8-pydebug/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_multiprocessing/semaphore.o: No space left on device
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_tkinter.c:3592:1: fatal error: error writing to /tmp/ccYqFMoN.s: No space left on device
}
^
compilation terminated.
Assembler messages:
Fatal error: can't create build/temp.linux-ppc64le-3.8-pydebug/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_uuidmodule.o: No space left on device
/home/buildbot/buildarea/3.8.cstratak-RHEL8-ppc64le.refleak/build/Modules/_ctypes/_ctypes.c:5867:1: fatal error: error writing to /tmp/ccdLrslB.s: No space left on device
}
^
compilation terminated.
sh: build/temp.linux-ppc64le-3.8-pydebug/multiarch: No space left on device
rror: [Errno 2] No such file or directory: 'build/temp.linux-ppc64le-3.8-pydebug/multiarch'
make: *** [Makefile:614: sharedmods] Error 1
Test report
===========
Sincerely,
-The Buildbot
1
0
The Buildbot has detected a new failure on builder s390x RHEL8 Refleaks 3.8 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/523/builds/11
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed configure (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 2
remote: Enumerating objects: 10, done.
remote: Counting objects: 10% (1/10)
remote: Counting objects: 20% (2/10)
remote: Counting objects: 30% (3/10)
remote: Counting objects: 40% (4/10)
remote: Counting objects: 50% (5/10)
remote: Counting objects: 60% (6/10)
remote: Counting objects: 70% (7/10)
remote: Counting objects: 80% (8/10)
remote: Counting objects: 90% (9/10)
remote: Counting objects: 100% (10/10)
remote: Counting objects: 100% (10/10), done.
remote: Total 12 (delta 10), reused 10 (delta 10), pack-reused 2
From https://github.com/python/cpython
* branch 3.8 -> FETCH_HEAD
Reset branch '3.8'
./configure: line 2354: cannot create temp file for here-document: No space left on device
./configure: line 2366: cannot create temp file for here-document: No space left on device
./configure: line 2401: cannot create temp file for here-document: No space left on device
./configure: line 2563: cannot create temp file for here-document: No space left on device
./configure: line 2567: cannot create temp file for here-document: No space left on device
./configure: line 2571: cannot create temp file for here-document: No space left on device
./configure: line 2575: cannot create temp file for here-document: No space left on device
./configure: line 2579: cannot create temp file for here-document: No space left on device
./configure: line 2583: cannot create temp file for here-document: No space left on device
mkdir: cannot create directory '/tmp/cg3224444-4695': No space left on device
mkdir: cannot create directory '/tmp/cg-3224444': No space left on device
config.guess: cannot create a temporary directory in /tmp
configure: error: cannot guess build type; you must specify one
make: *** No rule to make target 'distclean'. Stop.
Test report
===========
Sincerely,
-The Buildbot
1
0
The Buildbot has detected a new failure on builder s390x RHEL8 Refleaks 3.9 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/326/builds/51
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed configure (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 8
remote: Enumerating objects: 13, done.
remote: Counting objects: 7% (1/13)
remote: Counting objects: 15% (2/13)
remote: Counting objects: 23% (3/13)
remote: Counting objects: 30% (4/13)
remote: Counting objects: 38% (5/13)
remote: Counting objects: 46% (6/13)
remote: Counting objects: 53% (7/13)
remote: Counting objects: 61% (8/13)
remote: Counting objects: 69% (9/13)
remote: Counting objects: 76% (10/13)
remote: Counting objects: 84% (11/13)
remote: Counting objects: 92% (12/13)
remote: Counting objects: 100% (13/13)
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
remote: Total 21 (delta 11), reused 11 (delta 11), pack-reused 8
From https://github.com/python/cpython
* branch 3.9 -> FETCH_HEAD
Reset branch '3.9'
./configure: line 2380: cannot create temp file for here-document: No space left on device
./configure: line 2392: cannot create temp file for here-document: No space left on device
./configure: line 2427: cannot create temp file for here-document: No space left on device
./configure: line 2589: cannot create temp file for here-document: No space left on device
./configure: line 2593: cannot create temp file for here-document: No space left on device
./configure: line 2597: cannot create temp file for here-document: No space left on device
./configure: line 2601: cannot create temp file for here-document: No space left on device
./configure: line 2605: cannot create temp file for here-document: No space left on device
./configure: line 2609: cannot create temp file for here-document: No space left on device
mkdir: cannot create directory '/tmp/cg3223297-25880': No space left on device
mkdir: cannot create directory '/tmp/cg-3223297': No space left on device
config.guess: cannot create a temporary directory in /tmp
configure: error: cannot guess build type; you must specify one
make: *** No rule to make target 'distclean'. Stop.
Test report
===========
Sincerely,
-The Buildbot
1
0