>>> py3-websockets: Building community/py3-websockets 8.1-r3 (using abuild 3.8.0_rc3-r2) started Sat, 22 May 2021 20:29:17 +0000 >>> py3-websockets: Checking sanity of /home/buildozer/aports/community/py3-websockets/APKBUILD... >>> py3-websockets: Analyzing dependencies... >>> py3-websockets: Installing for build: build-base python3-dev py3-setuptools (1/16) Installing libbz2 (1.0.8-r1) (2/16) Installing libffi (3.3-r2) (3/16) Installing gdbm (1.19-r0) (4/16) Installing xz-libs (5.2.5-r0) (5/16) Installing mpdecimal (2.5.1-r1) (6/16) Installing readline (8.1.0-r0) (7/16) Installing sqlite-libs (3.35.5-r0) (8/16) Installing python3 (3.9.5-r1) (9/16) Installing python3-dev (3.9.5-r1) (10/16) Installing py3-ordered-set (4.0.2-r1) (11/16) Installing py3-appdirs (1.4.4-r2) (12/16) Installing py3-parsing (2.4.7-r2) (13/16) Installing py3-six (1.15.0-r1) (14/16) Installing py3-packaging (20.9-r1) (15/16) Installing py3-setuptools (52.0.0-r3) (16/16) Installing .makedepends-py3-websockets (20210522.202922) Executing busybox-1.33.1-r1.trigger OK: 395 MiB in 105 packages >>> py3-websockets: Cleaning up srcdir >>> py3-websockets: Cleaning up pkgdir >>> py3-websockets: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/py3-websockets-8.1.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 341 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-websockets: Fetching py3-websockets-8.1.tar.gz::https://github.com/aaugustin/websockets/archive/8.1.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 100 125 100 125 0 0 615 0 --:--:-- --:--:-- --:--:-- 615 100 152k 0 152k 0 0 325k 0 --:--:-- --:--:-- --:--:-- 325k >>> py3-websockets: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/py3-websockets-8.1.tar.gz >>> py3-websockets: Checking sha512sums... py3-websockets-8.1.tar.gz: OK >>> py3-websockets: Unpacking /var/cache/distfiles/v3.14/py3-websockets-8.1.tar.gz... running build running build_py creating build creating build/lib.linux-i686-3.9 creating build/lib.linux-i686-3.9/websockets copying src/websockets/utils.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/handshake.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/typing.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/framing.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/__init__.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/version.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/__main__.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/http.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/uri.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/protocol.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/client.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/server.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/headers.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/exceptions.py -> build/lib.linux-i686-3.9/websockets copying src/websockets/auth.py -> build/lib.linux-i686-3.9/websockets creating build/lib.linux-i686-3.9/websockets/extensions copying src/websockets/extensions/__init__.py -> build/lib.linux-i686-3.9/websockets/extensions copying src/websockets/extensions/base.py -> build/lib.linux-i686-3.9/websockets/extensions copying src/websockets/extensions/permessage_deflate.py -> build/lib.linux-i686-3.9/websockets/extensions running egg_info creating src/websockets.egg-info writing src/websockets.egg-info/PKG-INFO writing dependency_links to src/websockets.egg-info/dependency_links.txt writing top-level names to src/websockets.egg-info/top_level.txt writing manifest file 'src/websockets.egg-info/SOURCES.txt' reading manifest file 'src/websockets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/websockets.egg-info/SOURCES.txt' copying src/websockets/py.typed -> build/lib.linux-i686-3.9/websockets copying src/websockets/speedups.c -> build/lib.linux-i686-3.9/websockets running build_ext building 'websockets.speedups' extension creating build/temp.linux-i686-3.9 creating build/temp.linux-i686-3.9/src creating build/temp.linux-i686-3.9/src/websockets gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.9 -c src/websockets/speedups.c -o build/temp.linux-i686-3.9/src/websockets/speedups.o gcc -shared -fno-semantic-interposition -fno-semantic-interposition -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-i686-3.9/src/websockets/speedups.o -L/usr/lib -o build/lib.linux-i686-3.9/websockets/speedups.cpython-39-i386-linux-musl.so running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing src/websockets.egg-info/PKG-INFO writing dependency_links to src/websockets.egg-info/dependency_links.txt writing top-level names to src/websockets.egg-info/top_level.txt reading manifest file 'src/websockets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/websockets.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-i686-3.9/websockets/speedups.cpython-39-i386-linux-musl.so -> src/websockets test_get_request_params (tests.extensions.test_permessage_deflate.ClientPerMessageDeflateFactoryTests) ... ok test_init (tests.extensions.test_permessage_deflate.ClientPerMessageDeflateFactoryTests) ... ok test_init_error (tests.extensions.test_permessage_deflate.ClientPerMessageDeflateFactoryTests) ... ok test_name (tests.extensions.test_permessage_deflate.ClientPerMessageDeflateFactoryTests) ... ok test_process_response_params (tests.extensions.test_permessage_deflate.ClientPerMessageDeflateFactoryTests) ... ok test_process_response_params_deduplication (tests.extensions.test_permessage_deflate.ClientPerMessageDeflateFactoryTests) ... ok test_compress_settings (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_context_takeover (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_decompress_max_size (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_encode_decode_binary_frame (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_encode_decode_fragmented_binary_frame (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_encode_decode_fragmented_text_frame (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_encode_decode_text_frame (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_local_no_context_takeover (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_name (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_no_decode_binary_frame (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_no_decode_fragmented_binary_frame (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_no_decode_fragmented_text_frame (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_no_decode_text_frame (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_no_encode_decode_close_frame (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_no_encode_decode_ping_frame (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_no_encode_decode_pong_frame (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_remote_no_context_takeover (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_repr (tests.extensions.test_permessage_deflate.PerMessageDeflateTests) ... ok test_init (tests.extensions.test_permessage_deflate.ServerPerMessageDeflateFactoryTests) ... ok test_init_error (tests.extensions.test_permessage_deflate.ServerPerMessageDeflateFactoryTests) ... ok test_name (tests.extensions.test_permessage_deflate.ServerPerMessageDeflateFactoryTests) ... ok test_process_request_params (tests.extensions.test_permessage_deflate.ServerPerMessageDeflateFactoryTests) ... ok test_process_response_params_deduplication (tests.extensions.test_permessage_deflate.ServerPerMessageDeflateFactoryTests) ... ok test_basic_auth (tests.test_auth.AuthClientServerTests) ... ok test_basic_auth_bad_multiple_credentials (tests.test_auth.AuthClientServerTests) ... ok test_basic_auth_check_credentials (tests.test_auth.AuthClientServerTests) ... ok test_basic_auth_invalid_credentials (tests.test_auth.AuthClientServerTests) ... ok test_basic_auth_invalid_credentials_details (tests.test_auth.AuthClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_basic_auth_missing_credentials (tests.test_auth.AuthClientServerTests) ... ok test_basic_auth_missing_credentials_details (tests.test_auth.AuthClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_basic_auth_server_bad_credentials (tests.test_auth.AuthClientServerTests) ... ok test_basic_auth_server_multiple_credentials (tests.test_auth.AuthClientServerTests) ... ok test_basic_auth_server_no_credentials (tests.test_auth.AuthClientServerTests) ... ok test_basic_auth_unsupported_credentials (tests.test_auth.AuthClientServerTests) ... ok test_basic_auth_unsupported_credentials_details (tests.test_auth.AuthClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_is_credentials (tests.test_auth.AuthTests) ... ok test_is_not_credentials (tests.test_auth.AuthTests) ... ok test_client (tests.test_client_server.AsyncAwaitTests) ... ok test_server (tests.test_client_server.AsyncAwaitTests) ... ok test_iterate_on_messages (tests.test_client_server.AsyncIteratorTests) ... ok test_iterate_on_messages_going_away_exit_ok (tests.test_client_server.AsyncIteratorTests) ... ok test_iterate_on_messages_internal_error_exit_not_ok (tests.test_client_server.AsyncIteratorTests) ... ok test_checking_lack_of_origin_succeeds (tests.test_client_server.ClientServerOriginTests) ... ok test_checking_lack_of_origin_succeeds_backwards_compatibility (tests.test_client_server.ClientServerOriginTests) ... ok test_checking_origin_fails (tests.test_client_server.ClientServerOriginTests) ... ok test_checking_origin_succeeds (tests.test_client_server.ClientServerOriginTests) ... ok test_checking_origins_fails_with_multiple_headers (tests.test_client_server.ClientServerOriginTests) ... ok test_basic (tests.test_client_server.ClientServerTests) ... ok test_client_close_timeout (tests.test_client_server.ClientServerTests) ... ok test_client_close_timeout_over_timeout (tests.test_client_server.ClientServerTests) ... ok test_client_closes_connection_before_handshake (tests.test_client_server.ClientServerTests) ... ok test_client_create_protocol (tests.test_client_server.ClientServerTests) ... ok test_client_create_protocol_function (tests.test_client_server.ClientServerTests) ... ok test_client_create_protocol_over_klass (tests.test_client_server.ClientServerTests) ... ok test_client_klass (tests.test_client_server.ClientServerTests) ... ok test_client_receives_malformed_response (tests.test_client_server.ClientServerTests) ... ok test_client_sends_invalid_handshake_request (tests.test_client_server.ClientServerTests) ... ok test_client_timeout_backwards_compatibility (tests.test_client_server.ClientServerTests) ... ok test_compression_deflate (tests.test_client_server.ClientServerTests) ... ok test_compression_deflate_and_explicit_config (tests.test_client_server.ClientServerTests) ... ok test_compression_unsupported_client (tests.test_client_server.ClientServerTests) ... ok test_compression_unsupported_server (tests.test_client_server.ClientServerTests) ... ok test_connection_error_during_closing_handshake (tests.test_client_server.ClientServerTests) ... ok test_connection_error_during_opening_handshake (tests.test_client_server.ClientServerTests) ... ok test_explicit_event_loop (tests.test_client_server.ClientServerTests) ... ok test_explicit_host_port (tests.test_client_server.ClientServerTests) ... ok test_explicit_socket (tests.test_client_server.ClientServerTests) ... ok test_extension (tests.test_client_server.ClientServerTests) ... ok test_extension_client_rejection (tests.test_client_server.ClientServerTests) ... ok test_extension_mismatch (tests.test_client_server.ClientServerTests) ... ok test_extension_no_match_then_match (tests.test_client_server.ClientServerTests) ... ok test_extension_not_accepted (tests.test_client_server.ClientServerTests) ... ok test_extension_not_requested (tests.test_client_server.ClientServerTests) ... ok test_extension_order (tests.test_client_server.ClientServerTests) ... ok test_extensions_error (tests.test_client_server.ClientServerTests) ... ok test_extensions_error_no_extensions (tests.test_client_server.ClientServerTests) ... ok test_http_request_http_endpoint (tests.test_client_server.ClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_http_request_ws_endpoint (tests.test_client_server.ClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_infinite_redirect (tests.test_client_server.ClientServerTests) ... ok test_invalid_status_error_during_client_connect (tests.test_client_server.ClientServerTests) ... ok test_no_extension (tests.test_client_server.ClientServerTests) ... ok test_no_subprotocol (tests.test_client_server.ClientServerTests) ... ok test_process_request_argument (tests.test_client_server.ClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_process_request_argument_backwards_compatibility (tests.test_client_server.ClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_process_request_override (tests.test_client_server.ClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_process_request_override_backwards_compatibility (tests.test_client_server.ClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_protocol_custom_request_headers (tests.test_client_server.ClientServerTests) ... ok test_protocol_custom_request_headers_dict (tests.test_client_server.ClientServerTests) ... ok test_protocol_custom_request_headers_list (tests.test_client_server.ClientServerTests) ... ok test_protocol_custom_request_user_agent (tests.test_client_server.ClientServerTests) ... ok test_protocol_custom_response_headers (tests.test_client_server.ClientServerTests) ... ok test_protocol_custom_response_headers_callable (tests.test_client_server.ClientServerTests) ... ok test_protocol_custom_response_headers_callable_dict (tests.test_client_server.ClientServerTests) ... ok test_protocol_custom_response_headers_callable_list (tests.test_client_server.ClientServerTests) ... ok test_protocol_custom_response_headers_callable_none (tests.test_client_server.ClientServerTests) ... ok test_protocol_custom_response_headers_dict (tests.test_client_server.ClientServerTests) ... ok test_protocol_custom_response_headers_list (tests.test_client_server.ClientServerTests) ... ok test_protocol_custom_response_user_agent (tests.test_client_server.ClientServerTests) ... ok test_protocol_deprecated_attributes (tests.test_client_server.ClientServerTests) ... ok test_protocol_headers (tests.test_client_server.ClientServerTests) ... ok test_protocol_path (tests.test_client_server.ClientServerTests) ... ok test_redirect (tests.test_client_server.ClientServerTests) ... ok test_redirect_missing_location (tests.test_client_server.ClientServerTests) ... ok test_select_subprotocol_argument (tests.test_client_server.ClientServerTests) ... ok test_select_subprotocol_override (tests.test_client_server.ClientServerTests) ... ok test_server_close_crashes (tests.test_client_server.ClientServerTests) ... ok test_server_close_timeout (tests.test_client_server.ClientServerTests) ... ok test_server_close_timeout_over_timeout (tests.test_client_server.ClientServerTests) ... ok test_server_create_protocol (tests.test_client_server.ClientServerTests) ... ok test_server_create_protocol_function (tests.test_client_server.ClientServerTests) ... ok test_server_create_protocol_over_klass (tests.test_client_server.ClientServerTests) ... ok test_server_does_not_switch_protocols (tests.test_client_server.ClientServerTests) ... ok test_server_error_in_handshake (tests.test_client_server.ClientServerTests) ... ok test_server_handler_crashes (tests.test_client_server.ClientServerTests) ... ok test_server_klass_backwards_compatibility (tests.test_client_server.ClientServerTests) ... ok test_server_receives_malformed_request (tests.test_client_server.ClientServerTests) ... ok test_server_sends_invalid_handshake_response (tests.test_client_server.ClientServerTests) ... ok test_server_shuts_down_during_connection_handling (tests.test_client_server.ClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_server_shuts_down_during_opening_handshake (tests.test_client_server.ClientServerTests) ... ok test_server_shuts_down_waits_until_handlers_terminate (tests.test_client_server.ClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_server_timeout_backwards_compatibility (tests.test_client_server.ClientServerTests) ... ok test_subprotocol (tests.test_client_server.ClientServerTests) ... ok test_subprotocol_error (tests.test_client_server.ClientServerTests) ... ok test_subprotocol_error_no_subprotocols (tests.test_client_server.ClientServerTests) ... ok test_subprotocol_error_two_subprotocols (tests.test_client_server.ClientServerTests) ... ok test_subprotocol_not_accepted (tests.test_client_server.ClientServerTests) ... ok test_subprotocol_not_offered (tests.test_client_server.ClientServerTests) ... ok test_subprotocol_not_requested (tests.test_client_server.ClientServerTests) ... ok test_unix_socket (tests.test_client_server.ClientServerTests) ... ok test_ws_connection_http_endpoint (tests.test_client_server.ClientServerTests) ... ok test_ws_connection_ws_endpoint (tests.test_client_server.ClientServerTests) ... ok test_client (tests.test_client_server.ContextManagerTests) ... ok test_server (tests.test_client_server.ContextManagerTests) ... ok test_unix_server (tests.test_client_server.ContextManagerTests) ... ok test_basic (tests.test_client_server.SecureClientServerTests) ... ok test_client_close_timeout (tests.test_client_server.SecureClientServerTests) ... ok test_client_close_timeout_over_timeout (tests.test_client_server.SecureClientServerTests) ... ok test_client_closes_connection_before_handshake (tests.test_client_server.SecureClientServerTests) ... ok test_client_create_protocol (tests.test_client_server.SecureClientServerTests) ... ok test_client_create_protocol_function (tests.test_client_server.SecureClientServerTests) ... ok test_client_create_protocol_over_klass (tests.test_client_server.SecureClientServerTests) ... ok test_client_klass (tests.test_client_server.SecureClientServerTests) ... ok test_client_receives_malformed_response (tests.test_client_server.SecureClientServerTests) ... ok test_client_sends_invalid_handshake_request (tests.test_client_server.SecureClientServerTests) ... ok test_client_timeout_backwards_compatibility (tests.test_client_server.SecureClientServerTests) ... ok test_compression_deflate (tests.test_client_server.SecureClientServerTests) ... ok test_compression_deflate_and_explicit_config (tests.test_client_server.SecureClientServerTests) ... ok test_compression_unsupported_client (tests.test_client_server.SecureClientServerTests) ... ok test_compression_unsupported_server (tests.test_client_server.SecureClientServerTests) ... ok test_connection_error_during_closing_handshake (tests.test_client_server.SecureClientServerTests) ... ok test_connection_error_during_opening_handshake (tests.test_client_server.SecureClientServerTests) ... ok test_explicit_event_loop (tests.test_client_server.SecureClientServerTests) ... ok test_explicit_host_port (tests.test_client_server.SecureClientServerTests) ... ok test_explicit_socket (tests.test_client_server.SecureClientServerTests) ... ok test_extension (tests.test_client_server.SecureClientServerTests) ... ok test_extension_client_rejection (tests.test_client_server.SecureClientServerTests) ... ok test_extension_mismatch (tests.test_client_server.SecureClientServerTests) ... ok test_extension_no_match_then_match (tests.test_client_server.SecureClientServerTests) ... ok test_extension_not_accepted (tests.test_client_server.SecureClientServerTests) ... ok test_extension_not_requested (tests.test_client_server.SecureClientServerTests) ... ok test_extension_order (tests.test_client_server.SecureClientServerTests) ... ok test_extensions_error (tests.test_client_server.SecureClientServerTests) ... ok test_extensions_error_no_extensions (tests.test_client_server.SecureClientServerTests) ... ok test_http_request_http_endpoint (tests.test_client_server.SecureClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_http_request_ws_endpoint (tests.test_client_server.SecureClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_infinite_redirect (tests.test_client_server.SecureClientServerTests) ... ok test_invalid_status_error_during_client_connect (tests.test_client_server.SecureClientServerTests) ... ok test_no_extension (tests.test_client_server.SecureClientServerTests) ... ok test_no_subprotocol (tests.test_client_server.SecureClientServerTests) ... ok test_process_request_argument (tests.test_client_server.SecureClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_process_request_argument_backwards_compatibility (tests.test_client_server.SecureClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_process_request_override (tests.test_client_server.SecureClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_process_request_override_backwards_compatibility (tests.test_client_server.SecureClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_protocol_custom_request_headers (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_custom_request_headers_dict (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_custom_request_headers_list (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_custom_request_user_agent (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_custom_response_headers (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_custom_response_headers_callable (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_custom_response_headers_callable_dict (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_custom_response_headers_callable_list (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_custom_response_headers_callable_none (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_custom_response_headers_dict (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_custom_response_headers_list (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_custom_response_user_agent (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_deprecated_attributes (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_headers (tests.test_client_server.SecureClientServerTests) ... ok test_protocol_path (tests.test_client_server.SecureClientServerTests) ... ok test_redirect (tests.test_client_server.SecureClientServerTests) ... ok test_redirect_insecure (tests.test_client_server.SecureClientServerTests) ... ok test_redirect_missing_location (tests.test_client_server.SecureClientServerTests) ... ok test_select_subprotocol_argument (tests.test_client_server.SecureClientServerTests) ... ok test_select_subprotocol_override (tests.test_client_server.SecureClientServerTests) ... ok test_server_close_crashes (tests.test_client_server.SecureClientServerTests) ... ok test_server_close_timeout (tests.test_client_server.SecureClientServerTests) ... ok test_server_close_timeout_over_timeout (tests.test_client_server.SecureClientServerTests) ... ok test_server_create_protocol (tests.test_client_server.SecureClientServerTests) ... ok test_server_create_protocol_function (tests.test_client_server.SecureClientServerTests) ... ok test_server_create_protocol_over_klass (tests.test_client_server.SecureClientServerTests) ... ok test_server_does_not_switch_protocols (tests.test_client_server.SecureClientServerTests) ... ok test_server_error_in_handshake (tests.test_client_server.SecureClientServerTests) ... ok test_server_handler_crashes (tests.test_client_server.SecureClientServerTests) ... ok test_server_klass_backwards_compatibility (tests.test_client_server.SecureClientServerTests) ... ok test_server_receives_malformed_request (tests.test_client_server.SecureClientServerTests) ... ok test_server_sends_invalid_handshake_response (tests.test_client_server.SecureClientServerTests) ... ok test_server_shuts_down_during_connection_handling (tests.test_client_server.SecureClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_server_shuts_down_during_opening_handshake (tests.test_client_server.SecureClientServerTests) ... ok test_server_shuts_down_waits_until_handlers_terminate (tests.test_client_server.SecureClientServerTests) ... /home/buildozer/aports/community/py3-websockets/src/websockets-8.1/src/websockets/server.py:712: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait( ok test_server_timeout_backwards_compatibility (tests.test_client_server.SecureClientServerTests) ... ok test_subprotocol (tests.test_client_server.SecureClientServerTests) ... ok test_subprotocol_error (tests.test_client_server.SecureClientServerTests) ... ok test_subprotocol_error_no_subprotocols (tests.test_client_server.SecureClientServerTests) ... ok test_subprotocol_error_two_subprotocols (tests.test_client_server.SecureClientServerTests) ... ok test_subprotocol_not_accepted (tests.test_client_server.SecureClientServerTests) ... ok test_subprotocol_not_offered (tests.test_client_server.SecureClientServerTests) ... ok test_subprotocol_not_requested (tests.test_client_server.SecureClientServerTests) ... ok test_ws_connection_http_endpoint (tests.test_client_server.SecureClientServerTests) ... ok test_ws_connection_ws_endpoint (tests.test_client_server.SecureClientServerTests) ... ok test_ws_uri_is_rejected (tests.test_client_server.SecureClientServerTests) ... ok test_client (tests.test_client_server.YieldFromTests) ... ok test_server (tests.test_client_server.YieldFromTests) ... ok test_str (tests.test_exceptions.ExceptionsTests) ... ok test_submodule_exports_are_globally_unique (tests.test_exports.TestExportsAllSubmodules) ... ok test_top_level_module_reexports_all_submodule_exports (tests.test_exports.TestExportsAllSubmodules) ... ok test_bad_opcode (tests.test_framing.FramingTests) ... ok test_bad_reserved_bits (tests.test_framing.FramingTests) ... ok test_binary (tests.test_framing.FramingTests) ... ok test_binary_masked (tests.test_framing.FramingTests) ... ok test_close (tests.test_framing.FramingTests) ... ok test_control_frame_max_length (tests.test_framing.FramingTests) ... ok test_encode_data_bytearray (tests.test_framing.FramingTests) ... ok test_encode_data_bytes (tests.test_framing.FramingTests) ... ok test_encode_data_list (tests.test_framing.FramingTests) ... ok test_encode_data_memoryview (tests.test_framing.FramingTests) ... ok test_encode_data_non_contiguous_memoryview (tests.test_framing.FramingTests) ... ok test_encode_data_none (tests.test_framing.FramingTests) ... ok test_encode_data_str (tests.test_framing.FramingTests) ... ok test_extensions (tests.test_framing.FramingTests) ... ok test_fragmented_control_frame (tests.test_framing.FramingTests) ... ok test_good_opcode (tests.test_framing.FramingTests) ... ok test_long (tests.test_framing.FramingTests) ... ok test_mask_flag (tests.test_framing.FramingTests) ... ok test_non_ascii_text (tests.test_framing.FramingTests) ... ok test_non_ascii_text_masked (tests.test_framing.FramingTests) ... ok test_parse_close_and_serialize_close (tests.test_framing.FramingTests) ... ok test_parse_close_empty (tests.test_framing.FramingTests) ... ok test_parse_close_errors (tests.test_framing.FramingTests) ... ok test_payload_too_big (tests.test_framing.FramingTests) ... ok test_ping (tests.test_framing.FramingTests) ... ok test_pong (tests.test_framing.FramingTests) ... ok test_prepare_data_bytearray (tests.test_framing.FramingTests) ... ok test_prepare_data_bytes (tests.test_framing.FramingTests) ... ok test_prepare_data_list (tests.test_framing.FramingTests) ... ok test_prepare_data_memoryview (tests.test_framing.FramingTests) ... ok test_prepare_data_non_contiguous_memoryview (tests.test_framing.FramingTests) ... ok test_prepare_data_none (tests.test_framing.FramingTests) ... ok test_prepare_data_str (tests.test_framing.FramingTests) ... ok test_serialize_close_errors (tests.test_framing.FramingTests) ... ok test_text (tests.test_framing.FramingTests) ... ok test_text_masked (tests.test_framing.FramingTests) ... ok test_very_long (tests.test_framing.FramingTests) ... ok test_accept (tests.test_handshake.HandshakeTests) ... ok test_request_additional_connection (tests.test_handshake.HandshakeTests) ... ok test_request_additional_key (tests.test_handshake.HandshakeTests) ... ok test_request_additional_upgrade (tests.test_handshake.HandshakeTests) ... ok test_request_additional_version (tests.test_handshake.HandshakeTests) ... ok test_request_invalid_connection (tests.test_handshake.HandshakeTests) ... ok test_request_invalid_key_not_16_bytes_long (tests.test_handshake.HandshakeTests) ... ok test_request_invalid_key_not_base64 (tests.test_handshake.HandshakeTests) ... ok test_request_invalid_key_not_well_padded (tests.test_handshake.HandshakeTests) ... ok test_request_invalid_upgrade (tests.test_handshake.HandshakeTests) ... ok test_request_invalid_version (tests.test_handshake.HandshakeTests) ... ok test_request_missing_connection (tests.test_handshake.HandshakeTests) ... ok test_request_missing_key (tests.test_handshake.HandshakeTests) ... ok test_request_missing_upgrade (tests.test_handshake.HandshakeTests) ... ok test_request_missing_version (tests.test_handshake.HandshakeTests) ... ok test_response_additional_accept (tests.test_handshake.HandshakeTests) ... ok test_response_additional_connection (tests.test_handshake.HandshakeTests) ... ok test_response_additional_upgrade (tests.test_handshake.HandshakeTests) ... ok test_response_invalid_accept (tests.test_handshake.HandshakeTests) ... ok test_response_invalid_connection (tests.test_handshake.HandshakeTests) ... ok test_response_invalid_upgrade (tests.test_handshake.HandshakeTests) ... ok test_response_missing_accept (tests.test_handshake.HandshakeTests) ... ok test_response_missing_connection (tests.test_handshake.HandshakeTests) ... ok test_response_missing_upgrade (tests.test_handshake.HandshakeTests) ... ok test_round_trip (tests.test_handshake.HandshakeTests) ... ok test_build_authorization_basic (tests.test_headers.HeadersTests) ... ok test_build_authorization_basic_utf8 (tests.test_headers.HeadersTests) ... ok test_build_www_authenticate_basic (tests.test_headers.HeadersTests) ... ok test_build_www_authenticate_basic_invalid_realm (tests.test_headers.HeadersTests) ... ok test_parse_authorization_basic (tests.test_headers.HeadersTests) ... ok test_parse_authorization_basic_invalid_header_format (tests.test_headers.HeadersTests) ... ok test_parse_authorization_basic_invalid_header_value (tests.test_headers.HeadersTests) ... ok test_parse_connection (tests.test_headers.HeadersTests) ... ok test_parse_connection_invalid_header_format (tests.test_headers.HeadersTests) ... ok test_parse_extension (tests.test_headers.HeadersTests) ... ok test_parse_extension_invalid_header_format (tests.test_headers.HeadersTests) ... ok test_parse_subprotocol (tests.test_headers.HeadersTests) ... ok test_parse_subprotocol_invalid_header (tests.test_headers.HeadersTests) ... ok test_parse_upgrade (tests.test_headers.HeadersTests) ... ok test_parse_upgrade_invalid_header_format (tests.test_headers.HeadersTests) ... ok test_header_name (tests.test_http.HTTPAsyncTests) ... ok test_header_value (tests.test_http.HTTPAsyncTests) ... ok test_headers_limit (tests.test_http.HTTPAsyncTests) ... ok test_line_ending (tests.test_http.HTTPAsyncTests) ... ok test_line_limit (tests.test_http.HTTPAsyncTests) ... ok test_read_request (tests.test_http.HTTPAsyncTests) ... ok test_read_request_empty (tests.test_http.HTTPAsyncTests) ... ok test_read_request_invalid_header (tests.test_http.HTTPAsyncTests) ... ok test_read_request_invalid_request_line (tests.test_http.HTTPAsyncTests) ... ok test_read_request_invalid_status_line (tests.test_http.HTTPAsyncTests) ... ok test_read_request_unsupported_method (tests.test_http.HTTPAsyncTests) ... ok test_read_request_unsupported_version (tests.test_http.HTTPAsyncTests) ... ok test_read_response (tests.test_http.HTTPAsyncTests) ... ok test_read_response_empty (tests.test_http.HTTPAsyncTests) ... ok test_read_response_invalid_header (tests.test_http.HTTPAsyncTests) ... ok test_read_response_invalid_reason (tests.test_http.HTTPAsyncTests) ... ok test_read_response_invalid_status (tests.test_http.HTTPAsyncTests) ... ok test_read_response_unsupported_status (tests.test_http.HTTPAsyncTests) ... ok test_read_response_unsupported_version (tests.test_http.HTTPAsyncTests) ... ok test_clear (tests.test_http.HeadersTests) ... ok test_contains (tests.test_http.HeadersTests) ... ok test_contains_case_insensitive (tests.test_http.HeadersTests) ... ok test_contains_non_string_key (tests.test_http.HeadersTests) ... ok test_contains_not_found (tests.test_http.HeadersTests) ... ok test_delitem (tests.test_http.HeadersTests) ... ok test_delitem_case_insensitive (tests.test_http.HeadersTests) ... ok test_delitem_multiple_values (tests.test_http.HeadersTests) ... ok test_eq (tests.test_http.HeadersTests) ... ok test_eq_not_equal (tests.test_http.HeadersTests) ... ok test_get_all (tests.test_http.HeadersTests) ... ok test_get_all_case_insensitive (tests.test_http.HeadersTests) ... ok test_get_all_multiple_values (tests.test_http.HeadersTests) ... ok test_get_all_no_values (tests.test_http.HeadersTests) ... ok test_getitem (tests.test_http.HeadersTests) ... ok test_getitem_case_insensitive (tests.test_http.HeadersTests) ... ok test_getitem_key_error (tests.test_http.HeadersTests) ... ok test_getitem_multiple_values_error (tests.test_http.HeadersTests) ... ok test_iter (tests.test_http.HeadersTests) ... ok test_len (tests.test_http.HeadersTests) ... ok test_multiple_values_error_str (tests.test_http.HeadersTests) ... ok test_raw_items (tests.test_http.HeadersTests) ... ok test_repr (tests.test_http.HeadersTests) ... ok test_setitem (tests.test_http.HeadersTests) ... ok test_setitem_case_insensitive (tests.test_http.HeadersTests) ... ok test_setitem_multiple_values (tests.test_http.HeadersTests) ... ok test_str (tests.test_http.HeadersTests) ... ok test_abort_ping (tests.test_protocol.ClientTests) ... ok test_abort_ping_does_not_log_exception_if_not_retreived (tests.test_protocol.ClientTests) ... ok test_acknowledge_aborted_ping (tests.test_protocol.ClientTests) ... ok test_acknowledge_ping (tests.test_protocol.ClientTests) ... ok test_acknowledge_previous_pings (tests.test_protocol.ClientTests) ... ok test_answer_ping (tests.test_protocol.ClientTests) ... ok test_canceled_ping (tests.test_protocol.ClientTests) ... ok test_close_connection_lost (tests.test_protocol.ClientTests) ... ok test_close_handshake_in_fragmented_text (tests.test_protocol.ClientTests) ... ok test_close_preserves_incoming_frames (tests.test_protocol.ClientTests) ... ok test_close_protocol_error (tests.test_protocol.ClientTests) ... ok test_closed (tests.test_protocol.ClientTests) ... ok test_connection_close_in_fragmented_text (tests.test_protocol.ClientTests) ... ok test_connection_closed_attributes (tests.test_protocol.ClientTests) ... ok test_connection_lost (tests.test_protocol.ClientTests) ... ok test_control_frame_within_fragmented_text (tests.test_protocol.ClientTests) ... ok test_duplicate_ping (tests.test_protocol.ClientTests) ... ok test_ensure_open_before_opening_handshake (tests.test_protocol.ClientTests) ... ok test_ensure_open_during_unclean_close (tests.test_protocol.ClientTests) ... ok test_fragmented_binary (tests.test_protocol.ClientTests) ... ok test_fragmented_binary_no_max_size (tests.test_protocol.ClientTests) ... ok test_fragmented_binary_payload_too_big (tests.test_protocol.ClientTests) ... ok test_fragmented_text (tests.test_protocol.ClientTests) ... ok test_fragmented_text_no_max_size (tests.test_protocol.ClientTests) ... ok test_fragmented_text_payload_too_big (tests.test_protocol.ClientTests) ... ok test_ignore_pong (tests.test_protocol.ClientTests) ... ok test_keepalive_ping (tests.test_protocol.ClientTests) ... ok test_keepalive_ping_does_not_crash_when_connection_lost (tests.test_protocol.ClientTests) ... ok test_keepalive_ping_not_acknowledged_closes_connection (tests.test_protocol.ClientTests) ... ok test_keepalive_ping_stops_when_connection_closed (tests.test_protocol.ClientTests) ... ok test_keepalive_ping_stops_when_connection_closing (tests.test_protocol.ClientTests) ... ok test_keepalive_ping_unexpected_error (tests.test_protocol.ClientTests) ... ok test_keepalive_ping_with_no_ping_interval (tests.test_protocol.ClientTests) ... ok test_keepalive_ping_with_no_ping_timeout (tests.test_protocol.ClientTests) ... ok test_legacy_recv (tests.test_protocol.ClientTests) ... ok test_local_address (tests.test_protocol.ClientTests) ... ok test_local_address_before_connection (tests.test_protocol.ClientTests) ... ok test_local_close (tests.test_protocol.ClientTests) ... ok test_local_close_connection_lost_timeout_after_close (tests.test_protocol.ClientTests) ... ok test_local_close_connection_lost_timeout_after_write_eof (tests.test_protocol.ClientTests) ... ok test_local_close_during_recv (tests.test_protocol.ClientTests) ... ok test_local_close_receive_close_frame_timeout (tests.test_protocol.ClientTests) ... ok test_local_close_send_close_frame_timeout (tests.test_protocol.ClientTests) ... ok test_open (tests.test_protocol.ClientTests) ... ok test_ping_binary (tests.test_protocol.ClientTests) ... ok test_ping_binary_from_bytearray (tests.test_protocol.ClientTests) ... ok test_ping_binary_from_memoryview (tests.test_protocol.ClientTests) ... ok test_ping_binary_from_non_contiguous_memoryview (tests.test_protocol.ClientTests) ... ok test_ping_default (tests.test_protocol.ClientTests) ... ok test_ping_on_closed_connection (tests.test_protocol.ClientTests) ... ok test_ping_on_closing_connection_local (tests.test_protocol.ClientTests) ... ok test_ping_on_closing_connection_remote (tests.test_protocol.ClientTests) ... ok test_ping_text (tests.test_protocol.ClientTests) ... ok test_ping_type_error (tests.test_protocol.ClientTests) ... ok test_pong_binary (tests.test_protocol.ClientTests) ... ok test_pong_binary_from_bytearray (tests.test_protocol.ClientTests) ... ok test_pong_binary_from_memoryview (tests.test_protocol.ClientTests) ... ok test_pong_binary_from_non_contiguous_memoryview (tests.test_protocol.ClientTests) ... ok test_pong_default (tests.test_protocol.ClientTests) ... ok test_pong_on_closed_connection (tests.test_protocol.ClientTests) ... ok test_pong_on_closing_connection_local (tests.test_protocol.ClientTests) ... ok test_pong_on_closing_connection_remote (tests.test_protocol.ClientTests) ... ok test_pong_text (tests.test_protocol.ClientTests) ... ok test_pong_type_error (tests.test_protocol.ClientTests) ... ok test_recv_binary (tests.test_protocol.ClientTests) ... ok test_recv_binary_no_max_size (tests.test_protocol.ClientTests) ... ok test_recv_binary_payload_too_big (tests.test_protocol.ClientTests) ... ok test_recv_canceled (tests.test_protocol.ClientTests) ... ok test_recv_canceled_race_condition (tests.test_protocol.ClientTests) ... ok test_recv_on_closed_connection (tests.test_protocol.ClientTests) ... ok test_recv_on_closing_connection_local (tests.test_protocol.ClientTests) ... ok test_recv_on_closing_connection_remote (tests.test_protocol.ClientTests) ... ok test_recv_other_error (tests.test_protocol.ClientTests) ... ok test_recv_prevents_concurrent_calls (tests.test_protocol.ClientTests) ... ok test_recv_protocol_error (tests.test_protocol.ClientTests) ... ok test_recv_queue_empty (tests.test_protocol.ClientTests) ... ok test_recv_queue_full (tests.test_protocol.ClientTests) ... ok test_recv_queue_no_limit (tests.test_protocol.ClientTests) ... ok test_recv_text (tests.test_protocol.ClientTests) ... ok test_recv_text_no_max_size (tests.test_protocol.ClientTests) ... ok test_recv_text_payload_too_big (tests.test_protocol.ClientTests) ... ok test_recv_unicode_error (tests.test_protocol.ClientTests) ... ok test_recv_when_transfer_data_cancelled (tests.test_protocol.ClientTests) ... ok test_remote_address (tests.test_protocol.ClientTests) ... ok test_remote_address_before_connection (tests.test_protocol.ClientTests) ... ok test_remote_close (tests.test_protocol.ClientTests) ... ok test_remote_close_and_connection_lost (tests.test_protocol.ClientTests) ... ok test_remote_close_during_send (tests.test_protocol.ClientTests) ... ok test_send_async_iterable_binary (tests.test_protocol.ClientTests) ... ok test_send_async_iterable_binary_from_bytearray (tests.test_protocol.ClientTests) ... ok test_send_async_iterable_binary_from_memoryview (tests.test_protocol.ClientTests) ... ok test_send_async_iterable_binary_from_non_contiguous_memoryview (tests.test_protocol.ClientTests) ... ok test_send_async_iterable_mixed_type_error (tests.test_protocol.ClientTests) ... ok test_send_async_iterable_prevents_concurrent_send (tests.test_protocol.ClientTests) ... ok test_send_async_iterable_text (tests.test_protocol.ClientTests) ... ok test_send_async_iterable_type_error (tests.test_protocol.ClientTests) ... ok test_send_binary (tests.test_protocol.ClientTests) ... ok test_send_binary_from_bytearray (tests.test_protocol.ClientTests) ... ok test_send_binary_from_memoryview (tests.test_protocol.ClientTests) ... ok test_send_binary_from_non_contiguous_memoryview (tests.test_protocol.ClientTests) ... ok test_send_empty_async_iterable (tests.test_protocol.ClientTests) ... ok test_send_empty_iterable (tests.test_protocol.ClientTests) ... ok test_send_iterable_binary (tests.test_protocol.ClientTests) ... ok test_send_iterable_binary_from_bytearray (tests.test_protocol.ClientTests) ... ok test_send_iterable_binary_from_memoryview (tests.test_protocol.ClientTests) ... ok test_send_iterable_binary_from_non_contiguous_memoryview (tests.test_protocol.ClientTests) ... ok test_send_iterable_mixed_type_error (tests.test_protocol.ClientTests) ... ok test_send_iterable_prevents_concurrent_send (tests.test_protocol.ClientTests) ... ok test_send_iterable_text (tests.test_protocol.ClientTests) ... ok test_send_iterable_type_error (tests.test_protocol.ClientTests) ... ok test_send_on_closed_connection (tests.test_protocol.ClientTests) ... ok test_send_on_closing_connection_local (tests.test_protocol.ClientTests) ... ok test_send_on_closing_connection_remote (tests.test_protocol.ClientTests) ... ok test_send_text (tests.test_protocol.ClientTests) ... ok test_send_type_error (tests.test_protocol.ClientTests) ... ok test_simultaneous_close (tests.test_protocol.ClientTests) ... ok test_timeout_backwards_compatibility (tests.test_protocol.ClientTests) ... ok test_unterminated_fragmented_text (tests.test_protocol.ClientTests) ... ok test_wait_closed (tests.test_protocol.ClientTests) ... ok test_abort_ping (tests.test_protocol.ServerTests) ... ok test_abort_ping_does_not_log_exception_if_not_retreived (tests.test_protocol.ServerTests) ... ok test_acknowledge_aborted_ping (tests.test_protocol.ServerTests) ... ok test_acknowledge_ping (tests.test_protocol.ServerTests) ... ok test_acknowledge_previous_pings (tests.test_protocol.ServerTests) ... ok test_answer_ping (tests.test_protocol.ServerTests) ... ok test_canceled_ping (tests.test_protocol.ServerTests) ... ok test_close_connection_lost (tests.test_protocol.ServerTests) ... ok test_close_handshake_in_fragmented_text (tests.test_protocol.ServerTests) ... ok test_close_preserves_incoming_frames (tests.test_protocol.ServerTests) ... ok test_close_protocol_error (tests.test_protocol.ServerTests) ... ok test_closed (tests.test_protocol.ServerTests) ... ok test_connection_close_in_fragmented_text (tests.test_protocol.ServerTests) ... ok test_connection_closed_attributes (tests.test_protocol.ServerTests) ... ok test_connection_lost (tests.test_protocol.ServerTests) ... ok test_control_frame_within_fragmented_text (tests.test_protocol.ServerTests) ... ok test_duplicate_ping (tests.test_protocol.ServerTests) ... ok test_ensure_open_before_opening_handshake (tests.test_protocol.ServerTests) ... ok test_ensure_open_during_unclean_close (tests.test_protocol.ServerTests) ... ok test_fragmented_binary (tests.test_protocol.ServerTests) ... ok test_fragmented_binary_no_max_size (tests.test_protocol.ServerTests) ... ok test_fragmented_binary_payload_too_big (tests.test_protocol.ServerTests) ... ok test_fragmented_text (tests.test_protocol.ServerTests) ... ok test_fragmented_text_no_max_size (tests.test_protocol.ServerTests) ... ok test_fragmented_text_payload_too_big (tests.test_protocol.ServerTests) ... ok test_ignore_pong (tests.test_protocol.ServerTests) ... ok test_keepalive_ping (tests.test_protocol.ServerTests) ... ok test_keepalive_ping_does_not_crash_when_connection_lost (tests.test_protocol.ServerTests) ... ok test_keepalive_ping_not_acknowledged_closes_connection (tests.test_protocol.ServerTests) ... ok test_keepalive_ping_stops_when_connection_closed (tests.test_protocol.ServerTests) ... ok test_keepalive_ping_stops_when_connection_closing (tests.test_protocol.ServerTests) ... ok test_keepalive_ping_unexpected_error (tests.test_protocol.ServerTests) ... ok test_keepalive_ping_with_no_ping_interval (tests.test_protocol.ServerTests) ... ok test_keepalive_ping_with_no_ping_timeout (tests.test_protocol.ServerTests) ... ok test_legacy_recv (tests.test_protocol.ServerTests) ... ok test_local_address (tests.test_protocol.ServerTests) ... ok test_local_address_before_connection (tests.test_protocol.ServerTests) ... ok test_local_close (tests.test_protocol.ServerTests) ... ok test_local_close_connection_lost_timeout_after_close (tests.test_protocol.ServerTests) ... ok test_local_close_connection_lost_timeout_after_write_eof (tests.test_protocol.ServerTests) ... ok test_local_close_during_recv (tests.test_protocol.ServerTests) ... ok test_local_close_receive_close_frame_timeout (tests.test_protocol.ServerTests) ... ok test_local_close_send_close_frame_timeout (tests.test_protocol.ServerTests) ... ok test_open (tests.test_protocol.ServerTests) ... ok test_ping_binary (tests.test_protocol.ServerTests) ... ok test_ping_binary_from_bytearray (tests.test_protocol.ServerTests) ... ok test_ping_binary_from_memoryview (tests.test_protocol.ServerTests) ... ok test_ping_binary_from_non_contiguous_memoryview (tests.test_protocol.ServerTests) ... ok test_ping_default (tests.test_protocol.ServerTests) ... ok test_ping_on_closed_connection (tests.test_protocol.ServerTests) ... ok test_ping_on_closing_connection_local (tests.test_protocol.ServerTests) ... ok test_ping_on_closing_connection_remote (tests.test_protocol.ServerTests) ... ok test_ping_text (tests.test_protocol.ServerTests) ... ok test_ping_type_error (tests.test_protocol.ServerTests) ... ok test_pong_binary (tests.test_protocol.ServerTests) ... ok test_pong_binary_from_bytearray (tests.test_protocol.ServerTests) ... ok test_pong_binary_from_memoryview (tests.test_protocol.ServerTests) ... ok test_pong_binary_from_non_contiguous_memoryview (tests.test_protocol.ServerTests) ... ok test_pong_default (tests.test_protocol.ServerTests) ... ok test_pong_on_closed_connection (tests.test_protocol.ServerTests) ... ok test_pong_on_closing_connection_local (tests.test_protocol.ServerTests) ... ok test_pong_on_closing_connection_remote (tests.test_protocol.ServerTests) ... ok test_pong_text (tests.test_protocol.ServerTests) ... ok test_pong_type_error (tests.test_protocol.ServerTests) ... ok test_recv_binary (tests.test_protocol.ServerTests) ... ok test_recv_binary_no_max_size (tests.test_protocol.ServerTests) ... ok test_recv_binary_payload_too_big (tests.test_protocol.ServerTests) ... ok test_recv_canceled (tests.test_protocol.ServerTests) ... ok test_recv_canceled_race_condition (tests.test_protocol.ServerTests) ... ok test_recv_on_closed_connection (tests.test_protocol.ServerTests) ... ok test_recv_on_closing_connection_local (tests.test_protocol.ServerTests) ... ok test_recv_on_closing_connection_remote (tests.test_protocol.ServerTests) ... ok test_recv_other_error (tests.test_protocol.ServerTests) ... ok test_recv_prevents_concurrent_calls (tests.test_protocol.ServerTests) ... ok test_recv_protocol_error (tests.test_protocol.ServerTests) ... ok test_recv_queue_empty (tests.test_protocol.ServerTests) ... ok test_recv_queue_full (tests.test_protocol.ServerTests) ... ok test_recv_queue_no_limit (tests.test_protocol.ServerTests) ... ok test_recv_text (tests.test_protocol.ServerTests) ... ok test_recv_text_no_max_size (tests.test_protocol.ServerTests) ... ok test_recv_text_payload_too_big (tests.test_protocol.ServerTests) ... ok test_recv_unicode_error (tests.test_protocol.ServerTests) ... ok test_recv_when_transfer_data_cancelled (tests.test_protocol.ServerTests) ... ok test_remote_address (tests.test_protocol.ServerTests) ... ok test_remote_address_before_connection (tests.test_protocol.ServerTests) ... ok test_remote_close (tests.test_protocol.ServerTests) ... ok test_remote_close_and_connection_lost (tests.test_protocol.ServerTests) ... ok test_remote_close_during_send (tests.test_protocol.ServerTests) ... ok test_send_async_iterable_binary (tests.test_protocol.ServerTests) ... ok test_send_async_iterable_binary_from_bytearray (tests.test_protocol.ServerTests) ... ok test_send_async_iterable_binary_from_memoryview (tests.test_protocol.ServerTests) ... ok test_send_async_iterable_binary_from_non_contiguous_memoryview (tests.test_protocol.ServerTests) ... ok test_send_async_iterable_mixed_type_error (tests.test_protocol.ServerTests) ... ok test_send_async_iterable_prevents_concurrent_send (tests.test_protocol.ServerTests) ... ok test_send_async_iterable_text (tests.test_protocol.ServerTests) ... ok test_send_async_iterable_type_error (tests.test_protocol.ServerTests) ... ok test_send_binary (tests.test_protocol.ServerTests) ... ok test_send_binary_from_bytearray (tests.test_protocol.ServerTests) ... ok test_send_binary_from_memoryview (tests.test_protocol.ServerTests) ... ok test_send_binary_from_non_contiguous_memoryview (tests.test_protocol.ServerTests) ... ok test_send_empty_async_iterable (tests.test_protocol.ServerTests) ... ok test_send_empty_iterable (tests.test_protocol.ServerTests) ... ok test_send_iterable_binary (tests.test_protocol.ServerTests) ... ok test_send_iterable_binary_from_bytearray (tests.test_protocol.ServerTests) ... ok test_send_iterable_binary_from_memoryview (tests.test_protocol.ServerTests) ... ok test_send_iterable_binary_from_non_contiguous_memoryview (tests.test_protocol.ServerTests) ... ok test_send_iterable_mixed_type_error (tests.test_protocol.ServerTests) ... ok test_send_iterable_prevents_concurrent_send (tests.test_protocol.ServerTests) ... ok test_send_iterable_text (tests.test_protocol.ServerTests) ... ok test_send_iterable_type_error (tests.test_protocol.ServerTests) ... ok test_send_on_closed_connection (tests.test_protocol.ServerTests) ... ok test_send_on_closing_connection_local (tests.test_protocol.ServerTests) ... ok test_send_on_closing_connection_remote (tests.test_protocol.ServerTests) ... ok test_send_text (tests.test_protocol.ServerTests) ... ok test_send_type_error (tests.test_protocol.ServerTests) ... ok test_simultaneous_close (tests.test_protocol.ServerTests) ... ok test_timeout_backwards_compatibility (tests.test_protocol.ServerTests) ... ok test_unterminated_fragmented_text (tests.test_protocol.ServerTests) ... ok test_wait_closed (tests.test_protocol.ServerTests) ... ok test_error (tests.test_uri.URITests) ... ok test_success (tests.test_uri.URITests) ... ok test_apply_mask (tests.test_utils.SpeedupsTests) ... ok test_apply_mask_check_input_types (tests.test_utils.SpeedupsTests) ... ok test_apply_mask_check_mask_length (tests.test_utils.SpeedupsTests) ... ok test_apply_mask_memoryview (tests.test_utils.SpeedupsTests) ... ok test_apply_mask_non_contiguous_memoryview (tests.test_utils.SpeedupsTests) ... ok test_apply_mask (tests.test_utils.UtilsTests) ... ok test_apply_mask_check_input_types (tests.test_utils.UtilsTests) ... ok test_apply_mask_check_mask_length (tests.test_utils.UtilsTests) ... ok test_apply_mask_memoryview (tests.test_utils.UtilsTests) ... ok test_apply_mask_non_contiguous_memoryview (tests.test_utils.UtilsTests) ... ok ---------------------------------------------------------------------- Ran 603 tests in 15.442s OK >>> py3-websockets: Entering fakeroot... running install running build running build_py running egg_info writing src/websockets.egg-info/PKG-INFO writing dependency_links to src/websockets.egg-info/dependency_links.txt writing top-level names to src/websockets.egg-info/top_level.txt reading manifest file 'src/websockets.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/websockets.egg-info/SOURCES.txt' running build_ext running install_lib creating /home/buildozer/aports/community/py3-websockets/pkg creating /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets creating /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr creating /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib creating /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/utils.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/handshake.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/typing.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/framing.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/speedups.cpython-39-i386-linux-musl.so -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/__init__.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/version.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/__main__.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/http.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/py.typed -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/uri.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/protocol.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/client.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets creating /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/extensions copying build/lib.linux-i686-3.9/websockets/extensions/__init__.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/extensions copying build/lib.linux-i686-3.9/websockets/extensions/base.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/extensions copying build/lib.linux-i686-3.9/websockets/extensions/permessage_deflate.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/extensions copying build/lib.linux-i686-3.9/websockets/speedups.c -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/server.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/headers.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/exceptions.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets copying build/lib.linux-i686-3.9/websockets/auth.py -> /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/utils.py to utils.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/handshake.py to handshake.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/typing.py to typing.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/framing.py to framing.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/version.py to version.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/__main__.py to __main__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/http.py to http.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/uri.py to uri.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/protocol.py to protocol.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/client.py to client.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/extensions/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/extensions/base.py to base.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/extensions/permessage_deflate.py to permessage_deflate.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/server.py to server.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/headers.py to headers.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/exceptions.py to exceptions.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets/auth.py to auth.cpython-39.pyc writing byte-compilation script '/tmp/tmp4_noy0kp.py' /usr/bin/python3 /tmp/tmp4_noy0kp.py removing /tmp/tmp4_noy0kp.py running install_egg_info Copying src/websockets.egg-info to /home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/usr/lib/python3.9/site-packages/websockets-8.1-py3.9.egg-info running install_scripts >>> py3-websockets*: Running postcheck for py3-websockets >>> py3-websockets*: Preparing package py3-websockets... >>> py3-websockets*: Stripping binaries >>> py3-websockets*: Scanning shared objects >>> py3-websockets*: Tracing dependencies... so:libc.musl-x86.so.1 >>> py3-websockets*: Package size: 732.0 KB >>> py3-websockets*: Compressing data... >>> py3-websockets*: Create checksum... >>> py3-websockets*: Create py3-websockets-8.1-r3.apk >>> py3-websockets: Build complete at Sat, 22 May 2021 20:29:44 +0000 elapsed time 0h 0m 27s >>> py3-websockets: Cleaning up srcdir >>> py3-websockets: Cleaning up pkgdir >>> py3-websockets: Uninstalling dependencies... (1/16) Purging .makedepends-py3-websockets (20210522.202922) (2/16) Purging python3-dev (3.9.5-r1) (3/16) Purging py3-setuptools (52.0.0-r3) (4/16) Purging py3-ordered-set (4.0.2-r1) (5/16) Purging py3-appdirs (1.4.4-r2) (6/16) Purging py3-packaging (20.9-r1) (7/16) Purging py3-parsing (2.4.7-r2) (8/16) Purging py3-six (1.15.0-r1) (9/16) Purging python3 (3.9.5-r1) (10/16) Purging libbz2 (1.0.8-r1) (11/16) Purging libffi (3.3-r2) (12/16) Purging gdbm (1.19-r0) (13/16) Purging xz-libs (5.2.5-r0) (14/16) Purging mpdecimal (2.5.1-r1) (15/16) Purging readline (8.1.0-r0) (16/16) Purging sqlite-libs (3.35.5-r0) Executing busybox-1.33.1-r1.trigger OK: 312 MiB in 89 packages >>> py3-websockets: Updating the community/x86 repository index... >>> py3-websockets: Signing the index...