>>> py3-uvloop: Building community/py3-uvloop 0.16.0-r0 (using abuild 3.10.0_rc1-r2) started Thu, 27 Oct 2022 01:12:58 +0000 >>> py3-uvloop: Checking sanity of /home/buildozer/aports/community/py3-uvloop/APKBUILD... >>> py3-uvloop: Analyzing dependencies... >>> py3-uvloop: Installing for build: build-base python3 py3-setuptools python3-dev cython libuv-dev py3-pytest py3-aiohttp py3-openssl py3-psutil (1/39) Installing libbz2 (1.0.8-r3) (2/39) Installing libffi (3.4.3-r0) (3/39) Installing gdbm (1.23-r0) (4/39) Installing xz-libs (5.2.7-r0) (5/39) Installing mpdecimal (2.5.1-r1) (6/39) Installing readline (8.2.0-r0) (7/39) Installing sqlite-libs (3.39.4-r0) (8/39) Installing python3 (3.10.8-r3) (9/39) Installing py3-parsing (3.0.9-r0) (10/39) Installing py3-packaging (21.3-r2) (11/39) Installing py3-setuptools (65.5.0-r0) (12/39) Installing python3-dev (3.10.8-r3) (13/39) Installing cython (0.29.32-r0) (14/39) Installing libuv (1.44.2-r0) (15/39) Installing libuv-dev (1.44.2-r0) (16/39) Installing py3-attrs (22.1.0-r0) (17/39) Installing py3-iniconfig (1.1.1-r3) (18/39) Installing py3-pluggy (1.0.0-r1) (19/39) Installing py3-py (1.11.0-r0) (20/39) Installing py3-tomli (2.0.1-r1) (21/39) Installing py3-pytest (7.1.3-r1) (22/39) Installing py3-frozenlist (1.2.0-r2) (23/39) Installing py3-aiosignal (1.2.0-r1) (24/39) Installing py3-typing-extensions (4.4.0-r0) (25/39) Installing py3-async-timeout (4.0.2-r0) (26/39) Installing py3-brotli (1.0.9-r8) (27/39) Installing py3-charset-normalizer (2.1.1-r0) (28/39) Installing py3-idna (3.4-r2) (29/39) Installing py3-idna-ssl (1.1.0-r6) (30/39) Installing py3-multidict (6.0.2-r1) (31/39) Installing py3-yarl (1.8.1-r0) (32/39) Installing py3-aiohttp (3.8.1-r2) (33/39) Installing py3-cparser (2.21-r0) (34/39) Installing py3-cffi (1.15.1-r0) (35/39) Installing py3-cryptography (38.0.2-r0) (36/39) Installing py3-six (1.16.0-r3) (37/39) Installing py3-openssl (22.1.0-r0) (38/39) Installing py3-psutil (5.9.2-r0) (39/39) Installing .makedepends-py3-uvloop (20221027.011304) Executing busybox-1.35.0-r27.trigger OK: 311 MiB in 132 packages >>> py3-uvloop: Cleaning up srcdir >>> py3-uvloop: Cleaning up pkgdir >>> py3-uvloop: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-uvloop-0.16.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-uvloop: Fetching https://github.com/MagicStack/uvloop/archive/v0.16.0/py3-uvloop-0.16.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 169k 0 169k 0 0 97171 0 --:--:-- 0:00:01 --:--:-- 172k >>> py3-uvloop: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-uvloop-0.16.0.tar.gz >>> py3-uvloop: Checking sha512sums... py3-uvloop-0.16.0.tar.gz: OK dns-tests.patch: OK tcp-tests.patch: OK >>> py3-uvloop: Unpacking /var/cache/distfiles/v3.17/py3-uvloop-0.16.0.tar.gz... >>> py3-uvloop: dns-tests.patch patching file tests/test_dns.py >>> py3-uvloop: tcp-tests.patch patching file tests/test_tcp.py running build running build_py creating build creating build/lib.linux-armv8l-cpython-310 creating build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/_noop.py -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/__init__.py -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/_version.py -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/_testbase.py -> build/lib.linux-armv8l-cpython-310/uvloop running egg_info creating uvloop.egg-info writing uvloop.egg-info/PKG-INFO writing dependency_links to uvloop.egg-info/dependency_links.txt writing requirements to uvloop.egg-info/requires.txt writing top-level names to uvloop.egg-info/top_level.txt writing manifest file 'uvloop.egg-info/SOURCES.txt' Compiling uvloop/loop.pyx because it changed. [1/1] Cythonizing uvloop/loop.pyx reading manifest file 'uvloop.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'vendor/libuv' warning: no previously-included files matching '*' found under directory 'vendor/libuv/.git' warning: no previously-included files matching '*' found under directory 'vendor/libuv/docs' warning: no previously-included files matching '*' found under directory 'vendor/libuv/img' adding license file 'LICENSE-APACHE' adding license file 'LICENSE-MIT' writing manifest file 'uvloop.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'uvloop.handles' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'uvloop.handles' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'uvloop.handles' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'uvloop.handles' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'uvloop.includes' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'uvloop.includes' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'uvloop.includes' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'uvloop.includes' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying uvloop/cbhandles.pxd -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/cbhandles.pyx -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/dns.pyx -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/errors.pyx -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/loop.c -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/loop.pxd -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/loop.pyi -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/loop.pyx -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/lru.pyx -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/pseudosock.pyx -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/py.typed -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/request.pxd -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/request.pyx -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/server.pxd -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/server.pyx -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/sslproto.pxd -> build/lib.linux-armv8l-cpython-310/uvloop copying uvloop/sslproto.pyx -> build/lib.linux-armv8l-cpython-310/uvloop creating build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/async_.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/async_.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/basetransport.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/basetransport.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/check.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/check.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/handle.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/handle.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/idle.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/idle.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/pipe.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/pipe.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/poll.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/poll.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/process.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/process.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/stream.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/stream.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/streamserver.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/streamserver.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/tcp.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/tcp.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/timer.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/timer.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/udp.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/handles copying uvloop/handles/udp.pyx -> build/lib.linux-armv8l-cpython-310/uvloop/handles creating build/lib.linux-armv8l-cpython-310/uvloop/includes copying uvloop/includes/__init__.py -> build/lib.linux-armv8l-cpython-310/uvloop/includes copying uvloop/includes/compat.h -> build/lib.linux-armv8l-cpython-310/uvloop/includes copying uvloop/includes/consts.pxi -> build/lib.linux-armv8l-cpython-310/uvloop/includes copying uvloop/includes/debug.h -> build/lib.linux-armv8l-cpython-310/uvloop/includes copying uvloop/includes/debug.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/includes copying uvloop/includes/flowcontrol.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/includes copying uvloop/includes/fork_handler.h -> build/lib.linux-armv8l-cpython-310/uvloop/includes copying uvloop/includes/python.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/includes copying uvloop/includes/stdlib.pxi -> build/lib.linux-armv8l-cpython-310/uvloop/includes copying uvloop/includes/system.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/includes copying uvloop/includes/uv.pxd -> build/lib.linux-armv8l-cpython-310/uvloop/includes running build_ext building 'uvloop.loop' extension creating build/temp.linux-armv8l-cpython-310 creating build/temp.linux-armv8l-cpython-310/uvloop gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c uvloop/loop.c -o build/temp.linux-armv8l-cpython-310/uvloop/loop.o -O2 gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-310/uvloop/loop.o -L/usr/lib -luv -lrt -lpthread -o build/lib.linux-armv8l-cpython-310/uvloop/loop.cpython-310-arm-linux-gnueabihf.so copying build/lib.linux-armv8l-cpython-310/uvloop/loop.cpython-310-arm-linux-gnueabihf.so -> uvloop ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0, configfile: pytest.ini, testpaths: tests collecting ... collected 496 items / 2 deselected / 494 selected tests/test_aiohttp.py::Test_UV_AioHTTP::test_aiohttp_basic_1 PASSED tests/test_aiohttp.py::Test_UV_AioHTTP::test_aiohttp_graceful_shutdown PASSED tests/test_aiohttp.py::Test_AIO_AioHTTP::test_aiohttp_basic_1 PASSED tests/test_aiohttp.py::Test_AIO_AioHTTP::test_aiohttp_graceful_shutdown PASSED tests/test_base.py::TestBaseUV::test_big_call_later_timeout PASSED tests/test_base.py::TestBaseUV::test_call_at PASSED tests/test_base.py::TestBaseUV::test_call_later_1 PASSED tests/test_base.py::TestBaseUV::test_call_later_2 PASSED tests/test_base.py::TestBaseUV::test_call_later_3 PASSED tests/test_base.py::TestBaseUV::test_call_later_4 PASSED tests/test_base.py::TestBaseUV::test_call_later_negative PASSED tests/test_base.py::TestBaseUV::test_call_later_rounding PASSED tests/test_base.py::TestBaseUV::test_call_soon_1 PASSED tests/test_base.py::TestBaseUV::test_call_soon_2 PASSED tests/test_base.py::TestBaseUV::test_call_soon_3 PASSED tests/test_base.py::TestBaseUV::test_call_soon_base_exc PASSED tests/test_base.py::TestBaseUV::test_call_soon_threadsafe_safety PASSED tests/test_base.py::TestBaseUV::test_calls_debug_reporting PASSED tests/test_base.py::TestBaseUV::test_check_thread PASSED tests/test_base.py::TestBaseUV::test_close PASSED tests/test_base.py::TestBaseUV::test_debug_slow_callbacks PASSED tests/test_base.py::TestBaseUV::test_debug_slow_task_callbacks PASSED tests/test_base.py::TestBaseUV::test_debug_slow_timer_callbacks PASSED tests/test_base.py::TestBaseUV::test_default_exc_handler_broken PASSED tests/test_base.py::TestBaseUV::test_default_exc_handler_callback PASSED tests/test_base.py::TestBaseUV::test_handle_weakref PASSED tests/test_base.py::TestBaseUV::test_inf_wait_for PASSED tests/test_base.py::TestBaseUV::test_loop_call_later_handle_cancelled PASSED tests/test_base.py::TestBaseUV::test_loop_call_later_handle_when PASSED tests/test_base.py::TestBaseUV::test_loop_call_soon_handle_cancelled PASSED tests/test_base.py::TestBaseUV::test_loop_create_future PASSED tests/test_base.py::TestBaseUV::test_loop_std_files_cloexec PASSED tests/test_base.py::TestBaseUV::test_now_update PASSED tests/test_base.py::TestBaseUV::test_run_once_in_executor_plain PASSED tests/test_base.py::TestBaseUV::test_run_until_complete_error PASSED tests/test_base.py::TestBaseUV::test_run_until_complete_keyboard_interrupt PASSED tests/test_base.py::TestBaseUV::test_run_until_complete_loop PASSED tests/test_base.py::TestBaseUV::test_run_until_complete_loop_orphan_future_close_loop PASSED tests/test_base.py::TestBaseUV::test_run_until_complete_type_error PASSED tests/test_base.py::TestBaseUV::test_set_debug PASSED tests/test_base.py::TestBaseUV::test_set_exc_handler_broken PASSED tests/test_base.py::TestBaseUV::test_set_exc_handler_custom PASSED tests/test_base.py::TestBaseUV::test_set_task_factory PASSED tests/test_base.py::TestBaseUV::test_set_task_factory_invalid PASSED tests/test_base.py::TestBaseUV::test_set_task_name PASSED tests/test_base.py::TestBaseUV::test_shutdown_asyncgens_01 PASSED tests/test_base.py::TestBaseUV::test_shutdown_asyncgens_02 PASSED tests/test_base.py::TestBaseUV::test_shutdown_asyncgens_03 PASSED tests/test_base.py::TestBaseUV::test_shutdown_default_executor PASSED tests/test_base.py::TestBaseAIO::test_call_at PASSED tests/test_base.py::TestBaseAIO::test_call_later_1 PASSED tests/test_base.py::TestBaseAIO::test_call_later_2 PASSED tests/test_base.py::TestBaseAIO::test_call_later_3 PASSED tests/test_base.py::TestBaseAIO::test_call_later_4 PASSED tests/test_base.py::TestBaseAIO::test_call_later_negative PASSED tests/test_base.py::TestBaseAIO::test_call_later_rounding PASSED tests/test_base.py::TestBaseAIO::test_call_soon_1 PASSED tests/test_base.py::TestBaseAIO::test_call_soon_2 PASSED tests/test_base.py::TestBaseAIO::test_call_soon_3 PASSED tests/test_base.py::TestBaseAIO::test_call_soon_base_exc PASSED tests/test_base.py::TestBaseAIO::test_call_soon_threadsafe_safety PASSED tests/test_base.py::TestBaseAIO::test_calls_debug_reporting PASSED tests/test_base.py::TestBaseAIO::test_check_thread PASSED tests/test_base.py::TestBaseAIO::test_close PASSED tests/test_base.py::TestBaseAIO::test_debug_slow_callbacks PASSED tests/test_base.py::TestBaseAIO::test_debug_slow_task_callbacks PASSED tests/test_base.py::TestBaseAIO::test_debug_slow_timer_callbacks PASSED tests/test_base.py::TestBaseAIO::test_default_exc_handler_callback PASSED tests/test_base.py::TestBaseAIO::test_handle_weakref PASSED tests/test_base.py::TestBaseAIO::test_inf_wait_for PASSED tests/test_base.py::TestBaseAIO::test_now_update PASSED tests/test_base.py::TestBaseAIO::test_run_once_in_executor_plain PASSED tests/test_base.py::TestBaseAIO::test_run_until_complete_error PASSED tests/test_base.py::TestBaseAIO::test_run_until_complete_keyboard_interrupt PASSED tests/test_base.py::TestBaseAIO::test_run_until_complete_loop PASSED tests/test_base.py::TestBaseAIO::test_run_until_complete_loop_orphan_future_close_loop PASSED tests/test_base.py::TestBaseAIO::test_run_until_complete_type_error PASSED tests/test_base.py::TestBaseAIO::test_set_debug PASSED tests/test_base.py::TestBaseAIO::test_set_exc_handler_broken PASSED tests/test_base.py::TestBaseAIO::test_set_exc_handler_custom PASSED tests/test_base.py::TestBaseAIO::test_set_task_factory PASSED tests/test_base.py::TestBaseAIO::test_set_task_factory_invalid PASSED tests/test_base.py::TestBaseAIO::test_set_task_name PASSED tests/test_base.py::TestBaseAIO::test_shutdown_asyncgens_01 PASSED tests/test_base.py::TestBaseAIO::test_shutdown_asyncgens_02 PASSED tests/test_base.py::TestBaseAIO::test_shutdown_asyncgens_03 PASSED tests/test_base.py::TestBaseAIO::test_shutdown_default_executor PASSED tests/test_base.py::TestPolicy::test_get_event_loop_returns_running_loop PASSED tests/test_base.py::TestPolicy::test_running_loop_within_a_loop PASSED tests/test_base.py::TestPolicy::test_uvloop_policy PASSED tests/test_context.py::Test_UV_Context::test_connect_accepted_socket PASSED tests/test_context.py::Test_UV_Context::test_create_connection_protocol PASSED tests/test_context.py::Test_UV_Context::test_create_server_connection_protocol PASSED tests/test_context.py::Test_UV_Context::test_create_server_manual_connection_lost PASSED tests/test_context.py::Test_UV_Context::test_create_server_protocol_factory_context PASSED tests/test_context.py::Test_UV_Context::test_create_ssl_server_connection_protocol PASSED tests/test_context.py::Test_UV_Context::test_create_ssl_server_manual_connection_lost PASSED tests/test_context.py::Test_UV_Context::test_datagram_protocol PASSED tests/test_context.py::Test_UV_Context::test_start_tls PASSED tests/test_context.py::Test_UV_Context::test_subprocess_protocol PASSED tests/test_context.py::Test_UV_Context::test_task_context_1 PASSED tests/test_context.py::Test_UV_Context::test_task_context_2 PASSED tests/test_context.py::Test_UV_Context::test_task_context_3 PASSED tests/test_context.py::Test_UV_Context::test_task_context_4 PASSED tests/test_context.py::Test_UV_Context::test_task_decimal_context PASSED tests/test_context.py::Test_AIO_Context::test_connect_accepted_socket PASSED tests/test_context.py::Test_AIO_Context::test_create_connection_protocol PASSED tests/test_context.py::Test_AIO_Context::test_create_server_connection_protocol PASSED tests/test_context.py::Test_AIO_Context::test_create_server_manual_connection_lost SKIPPED tests/test_context.py::Test_AIO_Context::test_create_server_protocol_factory_context PASSED tests/test_context.py::Test_AIO_Context::test_create_ssl_server_connection_protocol PASSED tests/test_context.py::Test_AIO_Context::test_create_ssl_server_manual_connection_lost PASSED tests/test_context.py::Test_AIO_Context::test_datagram_protocol PASSED tests/test_context.py::Test_AIO_Context::test_start_tls SKIPPED (thi...) tests/test_context.py::Test_AIO_Context::test_subprocess_protocol PASSED tests/test_context.py::Test_AIO_Context::test_task_context_1 PASSED tests/test_context.py::Test_AIO_Context::test_task_context_2 PASSED tests/test_context.py::Test_AIO_Context::test_task_context_3 PASSED tests/test_context.py::Test_AIO_Context::test_task_context_4 PASSED tests/test_context.py::Test_AIO_Context::test_task_decimal_context PASSED tests/test_cython.py::TestCythonIntegration::test_cython_coro_is_coroutine PASSED tests/test_dealloc.py::TestDealloc::test_dealloc_1 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_1 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_10 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_11 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_12 SKIPPED (failure) tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_13 SKIPPED (failure) tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_14 SKIPPED (failure) tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_15 SKIPPED (failure) tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_16 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_17 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_18 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_19 SKIPPED (failure) tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_2 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_20 SKIPPED (failure) tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_3 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_4 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_5 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_6 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_7 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_8 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_9 PASSED tests/test_dns.py::Test_UV_DNS::test_getaddrinfo_close_loop PASSED tests/test_dns.py::Test_UV_DNS::test_getnameinfo_1 PASSED tests/test_dns.py::Test_UV_DNS::test_getnameinfo_2 PASSED tests/test_dns.py::Test_UV_DNS::test_getnameinfo_3 PASSED tests/test_dns.py::Test_UV_DNS::test_getnameinfo_4 PASSED tests/test_dns.py::Test_UV_DNS::test_getnameinfo_5 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_1 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_10 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_11 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_12 SKIPPED (failure) tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_13 SKIPPED (failure) tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_14 SKIPPED (failure) tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_15 SKIPPED (failure) tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_16 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_17 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_18 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_19 SKIPPED (failure) tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_2 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_20 SKIPPED (failure) tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_3 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_4 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_5 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_6 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_7 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_8 PASSED tests/test_dns.py::Test_AIO_DNS::test_getaddrinfo_9 PASSED tests/test_dns.py::Test_AIO_DNS::test_getnameinfo_1 PASSED tests/test_dns.py::Test_AIO_DNS::test_getnameinfo_2 PASSED tests/test_dns.py::Test_AIO_DNS::test_getnameinfo_3 PASSED tests/test_dns.py::Test_AIO_DNS::test_getnameinfo_4 PASSED tests/test_dns.py::Test_AIO_DNS::test_getnameinfo_5 PASSED tests/test_executors.py::TestUVExecutors::test_executors_process_pool_01 PASSED tests/test_executors.py::TestUVExecutors::test_executors_process_pool_02 PASSED tests/test_executors.py::TestAIOExecutors::test_executors_process_pool_01 PASSED tests/test_executors.py::TestAIOExecutors::test_executors_process_pool_02 PASSED tests/test_pipes.py::Test_UV_Pipes::test_read_pipe PASSED tests/test_pipes.py::Test_UV_Pipes::test_read_pty_output PASSED tests/test_pipes.py::Test_UV_Pipes::test_write_buffer_full PASSED tests/test_pipes.py::Test_UV_Pipes::test_write_pipe PASSED tests/test_pipes.py::Test_UV_Pipes::test_write_pipe_disconnect_on_close PASSED tests/test_pipes.py::Test_UV_Pipes::test_write_pty PASSED tests/test_pipes.py::Test_AIO_Pipes::test_read_pipe PASSED tests/test_pipes.py::Test_AIO_Pipes::test_read_pty_output PASSED tests/test_pipes.py::Test_AIO_Pipes::test_write_buffer_full PASSED tests/test_pipes.py::Test_AIO_Pipes::test_write_pipe PASSED tests/test_pipes.py::Test_AIO_Pipes::test_write_pipe_disconnect_on_close PASSED tests/test_pipes.py::Test_AIO_Pipes::test_write_pty PASSED tests/test_process.py::Test_UV_Process::test_process_cwd_1 PASSED tests/test_process.py::Test_UV_Process::test_process_cwd_2 PASSED tests/test_process.py::Test_UV_Process::test_process_env_1 PASSED tests/test_process.py::Test_UV_Process::test_process_executable_1 PASSED tests/test_process.py::Test_UV_Process::test_process_executable_2 PASSED tests/test_process.py::Test_UV_Process::test_process_pid_1 PASSED tests/test_process.py::Test_UV_Process::test_process_preexec_fn_1 PASSED tests/test_process.py::Test_UV_Process::test_process_preexec_fn_2 PASSED tests/test_process.py::Test_UV_Process::test_process_send_signal_1 PASSED tests/test_process.py::Test_UV_Process::test_process_streams_basic_1 PASSED tests/test_process.py::Test_UV_Process::test_process_streams_devnull PASSED tests/test_process.py::Test_UV_Process::test_process_streams_pass_fds PASSED tests/test_process.py::Test_UV_Process::test_process_streams_redirect PASSED tests/test_process.py::Test_UV_Process::test_process_streams_stderr_to_stdout PASSED tests/test_process.py::Test_UV_Process::test_subprocess_fd_leak_1 PASSED tests/test_process.py::Test_UV_Process::test_subprocess_fd_leak_2 PASSED tests/test_process.py::Test_UV_Process::test_subprocess_invalid_stdin PASSED tests/test_process.py::Test_AIO_Process::test_process_cwd_1 PASSED tests/test_process.py::Test_AIO_Process::test_process_cwd_2 PASSED tests/test_process.py::Test_AIO_Process::test_process_env_1 PASSED tests/test_process.py::Test_AIO_Process::test_process_executable_1 PASSED tests/test_process.py::Test_AIO_Process::test_process_executable_2 PASSED tests/test_process.py::Test_AIO_Process::test_process_pid_1 PASSED tests/test_process.py::Test_AIO_Process::test_process_preexec_fn_1 PASSED tests/test_process.py::Test_AIO_Process::test_process_preexec_fn_2 PASSED tests/test_process.py::Test_AIO_Process::test_process_send_signal_1 PASSED tests/test_process.py::Test_AIO_Process::test_process_streams_basic_1 PASSED tests/test_process.py::Test_AIO_Process::test_process_streams_devnull PASSED tests/test_process.py::Test_AIO_Process::test_process_streams_pass_fds PASSED tests/test_process.py::Test_AIO_Process::test_process_streams_redirect PASSED tests/test_process.py::Test_AIO_Process::test_process_streams_stderr_to_stdout PASSED tests/test_process.py::Test_AIO_Process::test_subprocess_fd_leak_1 PASSED tests/test_process.py::Test_AIO_Process::test_subprocess_fd_leak_2 PASSED tests/test_process.py::Test_AIO_Process::test_subprocess_invalid_stdin PASSED tests/test_process.py::TestAsyncio_UV_Process::test_cancel_make_subprocess_transport_exec PASSED tests/test_process.py::TestAsyncio_UV_Process::test_cancel_post_init PASSED tests/test_process.py::TestAsyncio_UV_Process::test_cancel_process_wait PASSED tests/test_process.py::TestAsyncio_UV_Process::test_close_gets_process_closed PASSED tests/test_process.py::TestAsyncio_UV_Process::test_communicate PASSED tests/test_process.py::TestAsyncio_UV_Process::test_communicate_large_stdout_1000000 PASSED tests/test_process.py::TestAsyncio_UV_Process::test_communicate_large_stdout_65536 PASSED tests/test_process.py::TestAsyncio_UV_Process::test_communicate_large_stdout_65537 PASSED tests/test_process.py::TestAsyncio_UV_Process::test_kill PASSED tests/test_process.py::TestAsyncio_UV_Process::test_send_signal PASSED tests/test_process.py::TestAsyncio_UV_Process::test_shell PASSED tests/test_process.py::TestAsyncio_UV_Process::test_start_new_session PASSED tests/test_process.py::TestAsyncio_UV_Process::test_stdin_not_inheritable PASSED tests/test_process.py::TestAsyncio_UV_Process::test_stdin_stderr_file PASSED tests/test_process.py::TestAsyncio_UV_Process::test_stdin_stdout_file PASSED tests/test_process.py::TestAsyncio_UV_Process::test_stdin_stdout_pipe PASSED tests/test_process.py::TestAsyncio_UV_Process::test_terminate PASSED tests/test_process.py::TestAsyncio_UV_Process::test_write_huge_stdin_219263 PASSED tests/test_process.py::TestAsyncio_UV_Process::test_write_huge_stdin_219264 PASSED tests/test_process.py::TestAsyncio_UV_Process::test_write_huge_stdin_8192 PASSED tests/test_process.py::TestAsyncio_UV_Process::test_write_huge_stdin_8193 PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_cancel_make_subprocess_transport_exec PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_cancel_post_init PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_cancel_process_wait PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_close_gets_process_closed PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_communicate PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_communicate_large_stdout_1000000 PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_communicate_large_stdout_65536 PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_communicate_large_stdout_65537 PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_kill PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_send_signal PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_shell PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_start_new_session PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_stdin_not_inheritable PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_stdin_stderr_file PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_stdin_stdout_file PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_stdin_stdout_pipe PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_terminate PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_write_huge_stdin_219263 PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_write_huge_stdin_219264 PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_write_huge_stdin_8192 PASSED tests/test_process.py::TestAsyncio_AIO_Process::test_write_huge_stdin_8193 PASSED tests/test_process.py::Test_UV_Process_Delayed::test_process_delayed_stdio__not_paused__no_stdin PASSED tests/test_process.py::Test_UV_Process_Delayed::test_process_delayed_stdio__paused__no_stdin PASSED tests/test_process.py::Test_UV_Process_Delayed::test_process_delayed_stdio__paused__stdin_pipe PASSED tests/test_process_spawning.py::ProcessSpawningTestCollection::test_spawning_external_process PASSED tests/test_regr1.py::TestIssue39Regr::test_issue39_regression PASSED tests/test_signals.py::Test_UV_Signals::test_asyncio_add_watcher_SIGCHLD_nop SKIPPED tests/test_signals.py::Test_UV_Signals::test_signals_and_custom_handler_1 PASSED tests/test_signals.py::Test_UV_Signals::test_signals_coro_callback PASSED tests/test_signals.py::Test_UV_Signals::test_signals_invalid_signal PASSED tests/test_signals.py::Test_UV_Signals::test_signals_no_SIGCHLD PASSED tests/test_signals.py::Test_UV_Signals::test_signals_sigint_and_custom_handler PASSED tests/test_signals.py::Test_UV_Signals::test_signals_sigint_pycode_continue PASSED tests/test_signals.py::Test_UV_Signals::test_signals_sigint_pycode_stop PASSED tests/test_signals.py::Test_UV_Signals::test_signals_sigint_uvcode PASSED tests/test_signals.py::Test_UV_Signals::test_signals_sigint_uvcode_two_loop_runs PASSED tests/test_signals.py::Test_UV_Signals::test_wakeup_fd_unchanged PASSED tests/test_signals.py::Test_AIO_Signals::test_signals_and_custom_handler_1 PASSED tests/test_signals.py::Test_AIO_Signals::test_signals_coro_callback PASSED tests/test_signals.py::Test_AIO_Signals::test_signals_invalid_signal PASSED tests/test_signals.py::Test_AIO_Signals::test_signals_sigint_and_custom_handler PASSED tests/test_signals.py::Test_AIO_Signals::test_signals_sigint_pycode_continue PASSED tests/test_signals.py::Test_AIO_Signals::test_signals_sigint_pycode_stop PASSED tests/test_signals.py::Test_AIO_Signals::test_signals_sigint_uvcode PASSED tests/test_signals.py::Test_AIO_Signals::test_signals_sigint_uvcode_two_loop_runs PASSED tests/test_signals.py::Test_AIO_Signals::test_wakeup_fd_unchanged PASSED tests/test_sockets.py::TestUVSockets::test_add_reader_or_writer_transport_fd PASSED tests/test_sockets.py::TestUVSockets::test_pseudosocket PASSED tests/test_sockets.py::TestUVSockets::test_sock_cancel_add_reader_race PASSED tests/test_sockets.py::TestUVSockets::test_sock_send_before_cancel PASSED tests/test_sockets.py::TestUVSockets::test_socket_accept_recv_send PASSED tests/test_sockets.py::TestUVSockets::test_socket_blocking_error PASSED tests/test_sockets.py::TestUVSockets::test_socket_cancel_sock_recv_1 PASSED tests/test_sockets.py::TestUVSockets::test_socket_cancel_sock_recv_2 PASSED tests/test_sockets.py::TestUVSockets::test_socket_cancel_sock_sendall PASSED tests/test_sockets.py::TestUVSockets::test_socket_close_loop_and_close PASSED tests/test_sockets.py::TestUVSockets::test_socket_close_many_add_readers PASSED tests/test_sockets.py::TestUVSockets::test_socket_close_many_remove_writers PASSED tests/test_sockets.py::TestUVSockets::test_socket_close_remove_reader PASSED tests/test_sockets.py::TestUVSockets::test_socket_close_remove_writer PASSED tests/test_sockets.py::TestUVSockets::test_socket_connect_and_close PASSED tests/test_sockets.py::TestUVSockets::test_socket_connect_recv_send SKIPPED tests/test_sockets.py::TestUVSockets::test_socket_failed_connect PASSED tests/test_sockets.py::TestUVSockets::test_socket_fileno PASSED tests/test_sockets.py::TestUVSockets::test_socket_ipv4_nameaddr PASSED tests/test_sockets.py::TestUVSockets::test_socket_ipv6_addr PASSED tests/test_sockets.py::TestUVSockets::test_socket_recv_and_close PASSED tests/test_sockets.py::TestUVSockets::test_socket_recv_into_and_close PASSED tests/test_sockets.py::TestUVSockets::test_socket_send_and_close PASSED tests/test_sockets.py::TestUVSockets::test_socket_sync_remove PASSED tests/test_sockets.py::TestUVSockets::test_socket_sync_remove_and_immediately_close PASSED tests/test_sockets.py::TestAIOSockets::test_sock_cancel_add_reader_race PASSED tests/test_sockets.py::TestAIOSockets::test_sock_send_before_cancel PASSED tests/test_sockets.py::TestAIOSockets::test_socket_accept_recv_send PASSED tests/test_sockets.py::TestAIOSockets::test_socket_blocking_error PASSED tests/test_sockets.py::TestAIOSockets::test_socket_connect_recv_send SKIPPED tests/test_sockets.py::TestAIOSockets::test_socket_failed_connect PASSED tests/test_sockets.py::TestAIOSockets::test_socket_fileno PASSED tests/test_sockets.py::TestAIOSockets::test_socket_ipv4_nameaddr PASSED tests/test_sockets.py::TestAIOSockets::test_socket_ipv6_addr PASSED tests/test_sockets.py::TestAIOSockets::test_socket_sync_remove_and_immediately_close PASSED tests/test_sourcecode.py::TestSourceCode::test_flake8 SKIPPED (flake...) tests/test_sourcecode.py::TestSourceCode::test_mypy SKIPPED (mypy mo...) tests/test_tcp.py::Test_UV_TCP::test_connect_accepted_socket PASSED tests/test_tcp.py::Test_UV_TCP::test_connect_accepted_socket_ssl_args PASSED tests/test_tcp.py::Test_UV_TCP::test_context_run_segfault PASSED tests/test_tcp.py::Test_UV_TCP::test_create_connection_2 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_connection_3 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_connection_4 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_connection_5 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_connection_6 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_connection_open_con_addr PASSED tests/test_tcp.py::Test_UV_TCP::test_create_connection_open_con_sock PASSED tests/test_tcp.py::Test_UV_TCP::test_create_connection_wrong_sock PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_1 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_10 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_2 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_3 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_4 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_5 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_6 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_7 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_8 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_9 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_buffered_1 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_buffered_2 PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_float_backlog PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_stream_bittype PASSED tests/test_tcp.py::Test_UV_TCP::test_create_server_wrong_sock PASSED tests/test_tcp.py::Test_UV_TCP::test_flowcontrol_mixin_set_write_limits PASSED tests/test_tcp.py::Test_UV_TCP::test_many_small_writes PASSED tests/test_tcp.py::Test_UV_TCP::test_tcp_handle_abort_in_connection_made PASSED tests/test_tcp.py::Test_UV_TCP::test_tcp_handle_exception_in_connection_made PASSED tests/test_tcp.py::Test_UV_TCP::test_tcp_handle_unclosed_gc SKIPPED tests/test_tcp.py::Test_UV_TCP::test_transport_get_extra_info PASSED tests/test_tcp.py::Test_UV_TCP::test_transport_shutdown PASSED tests/test_tcp.py::Test_AIO_TCP::test_context_run_segfault PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_connection_2 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_connection_3 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_connection_4 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_connection_5 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_connection_6 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_connection_open_con_addr PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_connection_open_con_sock PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_server_1 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_server_10 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_server_2 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_server_3 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_server_4 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_server_5 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_server_6 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_server_7 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_server_8 PASSED tests/test_tcp.py::Test_AIO_TCP::test_create_server_9 PASSED tests/test_tcp.py::Test_AIO_TCP::test_tcp_handle_exception_in_connection_made PASSED tests/test_tcp.py::Test_AIO_TCP::test_transport_shutdown PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_bpo_39951_discard_trailing_data PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_connect_timeout_warning PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_create_connection_memory_leak PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_create_connection_ssl_1 PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_create_connection_ssl_failed_certificate PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_create_connection_ssl_slow_handshake PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_create_server_ssl_1 PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_create_server_ssl_over_ssl PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_first_data_after_wakeup PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_flush_before_shutdown PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_handshake_timeout_handler_leak PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_renegotiation PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_shutdown_cleanly PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_shutdown_timeout PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_shutdown_timeout_handler_leak PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_shutdown_timeout_handler_not_set PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_shutdown_while_pause_reading PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_ssl_connect_accepted_socket PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_ssl_handshake_connection_lost PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_ssl_handshake_timeout PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_start_tls_client_buf_proto_1 PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_start_tls_client_corrupted_ssl PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_start_tls_client_reg_proto_1 PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_start_tls_server_1 PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_start_tls_slow_client_cancel PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_start_tls_wrong_args PASSED tests/test_tcp.py::Test_UV_TCPSSL::test_write_to_closed_transport PASSED tests/test_tcp.py::Test_AIO_TCPSSL::test_bpo_39951_discard_trailing_data SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_connect_timeout_warning PASSED tests/test_tcp.py::Test_AIO_TCPSSL::test_create_connection_memory_leak SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_create_connection_ssl_1 PASSED tests/test_tcp.py::Test_AIO_TCPSSL::test_create_connection_ssl_failed_certificate SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_create_connection_ssl_slow_handshake SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_create_server_ssl_1 PASSED tests/test_tcp.py::Test_AIO_TCPSSL::test_create_server_ssl_over_ssl SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_first_data_after_wakeup SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_flush_before_shutdown SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_handshake_timeout_handler_leak SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_renegotiation SKIPPED (asyn...) tests/test_tcp.py::Test_AIO_TCPSSL::test_shutdown_cleanly SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_shutdown_timeout SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_shutdown_timeout_handler_leak PASSED tests/test_tcp.py::Test_AIO_TCPSSL::test_shutdown_timeout_handler_not_set SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_shutdown_while_pause_reading SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_ssl_connect_accepted_socket PASSED tests/test_tcp.py::Test_AIO_TCPSSL::test_ssl_handshake_connection_lost PASSED tests/test_tcp.py::Test_AIO_TCPSSL::test_ssl_handshake_timeout SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_start_tls_client_buf_proto_1 SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_start_tls_client_corrupted_ssl SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_start_tls_client_reg_proto_1 SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_start_tls_server_1 SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_start_tls_slow_client_cancel SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_start_tls_wrong_args SKIPPED tests/test_tcp.py::Test_AIO_TCPSSL::test_write_to_closed_transport SKIPPED tests/test_testbase.py::TestBaseTest::test_duplicate_methods PASSED tests/test_testbase.py::TestBaseTest::test_duplicate_methods_parent_1 PASSED tests/test_testbase.py::TestBaseTest::test_duplicate_methods_parent_2 PASSED tests/test_udp.py::Test_UV_UDP::test_create_datagram_1 PASSED tests/test_udp.py::Test_UV_UDP::test_create_datagram_endpoint_addrs_ipv4 PASSED tests/test_udp.py::Test_UV_UDP::test_create_datagram_endpoint_addrs_ipv4_nameaddr PASSED tests/test_udp.py::Test_UV_UDP::test_create_datagram_endpoint_addrs_ipv6 PASSED tests/test_udp.py::Test_UV_UDP::test_create_datagram_endpoint_ipv6_family PASSED tests/test_udp.py::Test_UV_UDP::test_create_datagram_endpoint_reuse_address_error PASSED tests/test_udp.py::Test_UV_UDP::test_create_datagram_endpoint_reuse_address_warning PASSED tests/test_udp.py::Test_UV_UDP::test_create_datagram_endpoint_sock PASSED tests/test_udp.py::Test_UV_UDP::test_create_datagram_endpoint_sock_unix_domain PASSED tests/test_udp.py::Test_UV_UDP::test_create_datagram_endpoint_wrong_sock PASSED tests/test_udp.py::Test_UV_UDP::test_send_after_close PASSED tests/test_udp.py::Test_UV_UDP::test_socketpair PASSED tests/test_udp.py::Test_UV_UDP::test_udp_sendto_dns PASSED tests/test_udp.py::Test_AIO_UDP::test_create_datagram_1 PASSED tests/test_udp.py::Test_AIO_UDP::test_create_datagram_endpoint_addrs_ipv4 PASSED tests/test_udp.py::Test_AIO_UDP::test_create_datagram_endpoint_addrs_ipv4_nameaddr PASSED tests/test_udp.py::Test_AIO_UDP::test_create_datagram_endpoint_addrs_ipv6 PASSED tests/test_udp.py::Test_AIO_UDP::test_create_datagram_endpoint_ipv6_family PASSED tests/test_udp.py::Test_AIO_UDP::test_create_datagram_endpoint_reuse_address_error PASSED tests/test_udp.py::Test_AIO_UDP::test_create_datagram_endpoint_reuse_address_warning PASSED tests/test_udp.py::Test_AIO_UDP::test_create_datagram_endpoint_sock PASSED tests/test_udp.py::Test_AIO_UDP::test_create_datagram_endpoint_sock_unix_domain PASSED tests/test_udp.py::Test_AIO_UDP::test_socketpair PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_2 PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_3 PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_4 PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_5 PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_6 PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_open_con_sock PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_open_unix_con_addr PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_open_unix_con_sock PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_pathlib PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_server_1 PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_server_2 PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_server_3 PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_server_existing_path_sock PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_server_path_dgram PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_server_path_stream_bittype PASSED tests/test_unix.py::Test_UV_Unix::test_create_unix_server_pathlib PASSED tests/test_unix.py::Test_UV_Unix::test_epollhup PASSED tests/test_unix.py::Test_UV_Unix::test_transport_fromsock_get_extra_info PASSED tests/test_unix.py::Test_AIO_Unix::test_create_unix_connection_2 PASSED tests/test_unix.py::Test_AIO_Unix::test_create_unix_connection_3 PASSED tests/test_unix.py::Test_AIO_Unix::test_create_unix_connection_4 PASSED tests/test_unix.py::Test_AIO_Unix::test_create_unix_connection_5 PASSED tests/test_unix.py::Test_AIO_Unix::test_create_unix_connection_6 PASSED tests/test_unix.py::Test_AIO_Unix::test_create_unix_connection_open_con_sock PASSED tests/test_unix.py::Test_AIO_Unix::test_create_unix_connection_open_unix_con_addr PASSED tests/test_unix.py::Test_AIO_Unix::test_create_unix_connection_open_unix_con_sock PASSED tests/test_unix.py::Test_AIO_Unix::test_create_unix_server_1 PASSED tests/test_unix.py::Test_AIO_Unix::test_create_unix_server_2 PASSED tests/test_unix.py::Test_AIO_Unix::test_create_unix_server_3 PASSED tests/test_unix.py::Test_AIO_Unix::test_create_unix_server_existing_path_sock PASSED tests/test_unix.py::Test_UV_UnixSSL::test_create_unix_connection_ssl_1 PASSED tests/test_unix.py::Test_UV_UnixSSL::test_create_unix_server_ssl_1 PASSED tests/test_unix.py::Test_AIO_UnixSSL::test_create_unix_connection_ssl_1 PASSED tests/test_unix.py::Test_AIO_UnixSSL::test_create_unix_server_ssl_1 PASSED =============================== warnings summary =============================== tests/test_aiohttp.py::Test_UV_AioHTTP::test_aiohttp_graceful_shutdown tests/test_aiohttp.py::Test_AIO_AioHTTP::test_aiohttp_graceful_shutdown /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_aiohttp.py:88: DeprecationWarning: There is no current event loop client_task = asyncio.ensure_future(client()) tests/test_base.py::TestBaseUV::test_close tests/test_base.py::TestBaseAIO::test_close /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_base.py:31: DeprecationWarning: There is no current event loop f = asyncio.Future() tests/test_base.py::TestBaseUV::test_default_exc_handler_callback tests/test_base.py::TestBaseAIO::test_default_exc_handler_callback /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_base.py:448: DeprecationWarning: There is no current event loop fut = asyncio.Future() tests/test_base.py::TestBaseUV::test_default_exc_handler_callback tests/test_base.py::TestBaseAIO::test_default_exc_handler_callback /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_base.py:458: DeprecationWarning: There is no current event loop fut = asyncio.Future() tests/test_base.py::TestBaseUV::test_run_until_complete_loop tests/test_base.py::TestBaseAIO::test_run_until_complete_loop /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_base.py:336: DeprecationWarning: There is no current event loop task = asyncio.Future() tests/test_context.py: 9 warnings tests/test_tcp.py: 23 warnings tests/test_unix.py: 4 warnings /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/uvloop/_testbase.py:272: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated sslcontext = ssl.SSLContext(ssl.PROTOCOL_TLS) tests/test_cython.py::TestCythonIntegration::test_cython_coro_is_coroutine /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_cython.py:22: DeprecationWarning: There is no current event loop fut = asyncio.ensure_future(coro) tests/test_tcp.py::Test_UV_TCP::test_create_connection_3 tests/test_tcp.py::Test_AIO_TCP::test_create_connection_3 /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:505: DeprecationWarning: There is no current event loop self.loop.run_until_complete(asyncio.gather(*tasks)) tests/test_tcp.py::Test_UV_TCP::test_create_connection_open_con_addr tests/test_tcp.py::Test_UV_TCP::test_create_connection_open_con_sock tests/test_tcp.py::Test_AIO_TCP::test_create_connection_open_con_addr tests/test_tcp.py::Test_AIO_TCP::test_create_connection_open_con_sock /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:448: DeprecationWarning: There is no current event loop self.loop.run_until_complete(asyncio.gather(*tasks)) tests/test_tcp.py::Test_UV_TCP::test_create_server_buffered_1 /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:698: DeprecationWarning: There is no current event loop fut = asyncio.Future() tests/test_tcp.py::Test_UV_TCP::test_tcp_handle_exception_in_connection_made tests/test_tcp.py::Test_AIO_TCP::test_tcp_handle_exception_in_connection_made /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:618: DeprecationWarning: There is no current event loop fut = asyncio.Future() tests/test_tcp.py::Test_UV_TCP::test_tcp_handle_exception_in_connection_made tests/test_tcp.py::Test_AIO_TCP::test_tcp_handle_exception_in_connection_made /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:619: DeprecationWarning: There is no current event loop connection_lost_called = asyncio.Future() tests/test_tcp.py::Test_UV_TCP::test_transport_get_extra_info /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:856: DeprecationWarning: There is no current event loop fut = asyncio.Future() tests/test_tcp.py::Test_UV_TCPSSL::test_create_connection_ssl_1 tests/test_tcp.py::Test_AIO_TCPSSL::test_create_connection_ssl_1 /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:1435: DeprecationWarning: There is no current event loop self.loop.run_until_complete(asyncio.gather(*tasks)) tests/test_tcp.py::Test_UV_TCPSSL::test_flush_before_shutdown /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:2594: DeprecationWarning: ssl.OP_NO_SSL*/ssl.OP_NO_TLS* options are deprecated client_sslctx.options |= ssl.OP_NO_TLSv1_3 tests/test_tcp.py::Test_UV_TCPSSL::test_renegotiation /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:2235: DeprecationWarning: ssl.OP_NO_SSL*/ssl.OP_NO_TLS* options are deprecated client_sslctx.options |= ssl.OP_NO_TLSv1_3 tests/test_tcp.py::Test_UV_TCPSSL::test_renegotiation /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:2328: DeprecationWarning: There is no current event loop asyncio.gather(*tasks)) tests/test_tcp.py::Test_UV_TCPSSL::test_shutdown_cleanly /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:2493: DeprecationWarning: There is no current event loop asyncio.gather(*tasks)) tests/test_tcp.py::Test_UV_TCPSSL::test_ssl_connect_accepted_socket tests/test_tcp.py::Test_AIO_TCPSSL::test_ssl_connect_accepted_socket /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:1635: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated server_context = ssl.SSLContext(proto) tests/test_tcp.py::Test_UV_TCPSSL::test_ssl_connect_accepted_socket tests/test_tcp.py::Test_AIO_TCPSSL::test_ssl_connect_accepted_socket /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_tcp.py:1641: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated client_context = ssl.SSLContext(proto) tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_3 tests/test_unix.py::Test_AIO_Unix::test_create_unix_connection_3 /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_unix.py:317: DeprecationWarning: There is no current event loop self.loop.run_until_complete(asyncio.gather(*tasks)) tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_open_con_sock tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_open_unix_con_addr tests/test_unix.py::Test_UV_Unix::test_create_unix_connection_open_unix_con_sock tests/test_unix.py::Test_AIO_Unix::test_create_unix_connection_open_con_sock tests/test_unix.py::Test_AIO_Unix::test_create_unix_connection_open_unix_con_addr tests/test_unix.py::Test_AIO_Unix::test_create_unix_connection_open_unix_con_sock /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_unix.py:256: DeprecationWarning: There is no current event loop self.loop.run_until_complete(asyncio.gather(*tasks)) tests/test_unix.py::Test_UV_UnixSSL::test_create_unix_connection_ssl_1 tests/test_unix.py::Test_AIO_UnixSSL::test_create_unix_connection_ssl_1 /home/buildozer/aports/community/py3-uvloop/src/uvloop-0.16.0/tests/test_unix.py:662: DeprecationWarning: There is no current event loop self.loop.run_until_complete(asyncio.gather(*tasks)) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ==== 453 passed, 41 skipped, 2 deselected, 79 warnings in 111.45s (0:01:51) ==== >>> py3-uvloop: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/community/py3-uvloop/pkg creating /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop creating /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr creating /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib creating /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/dns.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/py.typed -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/cbhandles.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/lru.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/loop.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/sslproto.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/_noop.py -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/server.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/cbhandles.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/loop.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/loop.pyi -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/errors.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/server.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/sslproto.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/loop.c -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop creating /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/timer.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/udp.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/process.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/idle.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/udp.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/timer.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/process.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/pipe.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/tcp.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/streamserver.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/stream.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/handle.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/stream.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/poll.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/async_.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/check.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/poll.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/check.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/basetransport.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/basetransport.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/idle.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/tcp.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/handle.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/pipe.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/streamserver.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/handles/async_.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/handles copying build/lib.linux-armv8l-cpython-310/uvloop/request.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/__init__.py -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/request.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/pseudosock.pyx -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/loop.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop creating /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes copying build/lib.linux-armv8l-cpython-310/uvloop/includes/fork_handler.h -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes copying build/lib.linux-armv8l-cpython-310/uvloop/includes/system.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes copying build/lib.linux-armv8l-cpython-310/uvloop/includes/stdlib.pxi -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes copying build/lib.linux-armv8l-cpython-310/uvloop/includes/python.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes copying build/lib.linux-armv8l-cpython-310/uvloop/includes/uv.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes copying build/lib.linux-armv8l-cpython-310/uvloop/includes/consts.pxi -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes copying build/lib.linux-armv8l-cpython-310/uvloop/includes/debug.h -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes copying build/lib.linux-armv8l-cpython-310/uvloop/includes/debug.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes copying build/lib.linux-armv8l-cpython-310/uvloop/includes/flowcontrol.pxd -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes copying build/lib.linux-armv8l-cpython-310/uvloop/includes/__init__.py -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes copying build/lib.linux-armv8l-cpython-310/uvloop/includes/compat.h -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes copying build/lib.linux-armv8l-cpython-310/uvloop/_version.py -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop copying build/lib.linux-armv8l-cpython-310/uvloop/_testbase.py -> /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop byte-compiling /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/_noop.py to _noop.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/includes/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/_version.py to _version.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop/_testbase.py to _testbase.cpython-310.pyc running install_egg_info running egg_info writing uvloop.egg-info/PKG-INFO writing dependency_links to uvloop.egg-info/dependency_links.txt writing requirements to uvloop.egg-info/requires.txt writing top-level names to uvloop.egg-info/top_level.txt reading manifest file 'uvloop.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'vendor/libuv' warning: no previously-included files matching '*' found under directory 'vendor/libuv/.git' warning: no previously-included files matching '*' found under directory 'vendor/libuv/docs' warning: no previously-included files matching '*' found under directory 'vendor/libuv/img' adding license file 'LICENSE-APACHE' adding license file 'LICENSE-MIT' writing manifest file 'uvloop.egg-info/SOURCES.txt' Copying uvloop.egg-info to /home/buildozer/aports/community/py3-uvloop/pkg/py3-uvloop/usr/lib/python3.10/site-packages/uvloop-0.16.0-py3.10.egg-info running install_scripts >>> py3-uvloop*: Running postcheck for py3-uvloop >>> py3-uvloop*: Preparing package py3-uvloop... >>> py3-uvloop*: Stripping binaries >>> py3-uvloop*: Scanning shared objects >>> py3-uvloop*: Tracing dependencies... python3 so:libc.musl-armv7.so.1 so:libuv.so.1 >>> py3-uvloop*: Package size: 8.3 MB >>> py3-uvloop*: Compressing data... >>> py3-uvloop*: Create checksum... >>> py3-uvloop*: Create py3-uvloop-0.16.0-r0.apk >>> py3-uvloop: Build complete at Thu, 27 Oct 2022 01:16:01 +0000 elapsed time 0h 3m 3s >>> py3-uvloop: Cleaning up srcdir >>> py3-uvloop: Cleaning up pkgdir >>> py3-uvloop: Uninstalling dependencies... (1/39) Purging .makedepends-py3-uvloop (20221027.011304) (2/39) Purging py3-setuptools (65.5.0-r0) (3/39) Purging python3-dev (3.10.8-r3) (4/39) Purging cython (0.29.32-r0) (5/39) Purging libuv-dev (1.44.2-r0) (6/39) Purging libuv (1.44.2-r0) (7/39) Purging py3-pytest (7.1.3-r1) (8/39) Purging py3-iniconfig (1.1.1-r3) (9/39) Purging py3-packaging (21.3-r2) (10/39) Purging py3-parsing (3.0.9-r0) (11/39) Purging py3-pluggy (1.0.0-r1) (12/39) Purging py3-py (1.11.0-r0) (13/39) Purging py3-tomli (2.0.1-r1) (14/39) Purging py3-aiohttp (3.8.1-r2) (15/39) Purging py3-aiosignal (1.2.0-r1) (16/39) Purging py3-frozenlist (1.2.0-r2) (17/39) Purging py3-async-timeout (4.0.2-r0) (18/39) Purging py3-attrs (22.1.0-r0) (19/39) Purging py3-brotli (1.0.9-r8) (20/39) Purging py3-charset-normalizer (2.1.1-r0) (21/39) Purging py3-idna-ssl (1.1.0-r6) (22/39) Purging py3-typing-extensions (4.4.0-r0) (23/39) Purging py3-yarl (1.8.1-r0) (24/39) Purging py3-idna (3.4-r2) (25/39) Purging py3-multidict (6.0.2-r1) (26/39) Purging py3-openssl (22.1.0-r0) (27/39) Purging py3-cryptography (38.0.2-r0) (28/39) Purging py3-cffi (1.15.1-r0) (29/39) Purging py3-cparser (2.21-r0) (30/39) Purging py3-six (1.16.0-r3) (31/39) Purging python3 (3.10.8-r3) (32/39) Purging py3-psutil (5.9.2-r0) (33/39) Purging libbz2 (1.0.8-r3) (34/39) Purging libffi (3.4.3-r0) (35/39) Purging gdbm (1.23-r0) (36/39) Purging xz-libs (5.2.7-r0) (37/39) Purging mpdecimal (2.5.1-r1) (38/39) Purging readline (8.2.0-r0) (39/39) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-uvloop: Updating the community/armv7 repository index... >>> py3-uvloop: Signing the index...