>>> py3-websockets: Building community/py3-websockets 8.1-r4 (using abuild 3.9.0_rc2-r1) started Sun, 24 Oct 2021 01:40:39 +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.4.2-r1) (3/16) Installing gdbm (1.20-r2) (4/16) Installing xz-libs (5.2.5-r0) (5/16) Installing mpdecimal (2.5.1-r1) (6/16) Installing readline (8.1.1-r0) (7/16) Installing sqlite-libs (3.36.0-r0) (8/16) Installing python3 (3.9.7-r3) (9/16) Installing python3-dev (3.9.7-r3) (10/16) Installing py3-ordered-set (4.0.2-r2) (11/16) Installing py3-appdirs (1.4.4-r2) (12/16) Installing py3-parsing (2.4.7-r2) (13/16) Installing py3-six (1.16.0-r0) (14/16) Installing py3-packaging (20.9-r1) (15/16) Installing py3-setuptools (52.0.0-r4) (16/16) Installing .makedepends-py3-websockets (20211024.014040) Executing busybox-1.34.1-r1.trigger OK: 399 MiB in 105 packages >>> py3-websockets: Cleaning up srcdir >>> py3-websockets: Cleaning up pkgdir >>> py3-websockets: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-websockets-8.1.tar.gz >>> py3-websockets: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-websockets-8.1.tar.gz >>> py3-websockets: Checking sha512sums... py3-websockets-8.1.tar.gz: OK >>> py3-websockets: Unpacking /var/cache/distfiles/v3.15/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_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 405 tests in 10.093s 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/tmp_7krel84.py' /usr/bin/python3 /tmp/tmp_7krel84.py removing /tmp/tmp_7krel84.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-r4.apk >>> py3-websockets: Build complete at Sun, 24 Oct 2021 01:40:54 +0000 elapsed time 0h 0m 15s >>> py3-websockets: Cleaning up srcdir >>> py3-websockets: Cleaning up pkgdir >>> py3-websockets: Uninstalling dependencies... (1/16) Purging .makedepends-py3-websockets (20211024.014040) (2/16) Purging python3-dev (3.9.7-r3) (3/16) Purging py3-setuptools (52.0.0-r4) (4/16) Purging py3-ordered-set (4.0.2-r2) (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.16.0-r0) (9/16) Purging python3 (3.9.7-r3) (10/16) Purging libbz2 (1.0.8-r1) (11/16) Purging libffi (3.4.2-r1) (12/16) Purging gdbm (1.20-r2) (13/16) Purging xz-libs (5.2.5-r0) (14/16) Purging mpdecimal (2.5.1-r1) (15/16) Purging readline (8.1.1-r0) (16/16) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> py3-websockets: Updating the community/x86 repository index... >>> py3-websockets: Signing the index...