>>> py3-websocket-client: Building community/py3-websocket-client 1.8.0-r0 (using abuild 3.15.0_rc3-r1) started Sat, 26 Apr 2025 13:42:01 +0000 >>> py3-websocket-client: Validating /home/buildozer/aports/community/py3-websocket-client/APKBUILD... >>> py3-websocket-client: Analyzing dependencies... >>> py3-websocket-client: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel py3-python-socks (1/28) Installing libbz2 (1.0.8-r6) (2/28) Installing gdbm (1.24-r0) (3/28) Installing mpdecimal (4.0.0-r0) (4/28) Installing libpanelw (6.5_p20250412-r0) (5/28) Installing sqlite-libs (3.49.1-r0) (6/28) Installing python3 (3.12.10-r0) (7/28) Installing python3-pycache-pyc0 (3.12.10-r0) (8/28) Installing pyc (3.12.10-r0) (9/28) Installing py3-installer-pyc (0.7.0-r2) (10/28) Installing py3-gpep517-pyc (16-r0) (11/28) Installing python3-pyc (3.12.10-r0) (12/28) Installing py3-installer (0.7.0-r2) (13/28) Installing py3-gpep517 (16-r0) (14/28) Installing py3-parsing (3.2.0-r0) (15/28) Installing py3-parsing-pyc (3.2.0-r0) (16/28) Installing py3-packaging (24.2-r0) (17/28) Installing py3-packaging-pyc (24.2-r0) (18/28) Installing py3-setuptools (77.0.3-r0) (19/28) Installing py3-setuptools-pyc (77.0.3-r0) (20/28) Installing py3-wheel (0.43.0-r0) (21/28) Installing py3-wheel-pyc (0.43.0-r0) (22/28) Installing py3-typing-extensions (4.13.2-r0) (23/28) Installing py3-typing-extensions-pyc (4.13.2-r0) (24/28) Installing py3-async-timeout (4.0.3-r1) (25/28) Installing py3-async-timeout-pyc (4.0.3-r1) (26/28) Installing py3-python-socks (2.4.4-r1) (27/28) Installing py3-python-socks-pyc (2.4.4-r1) (28/28) Installing .makedepends-py3-websocket-client (20250426.134224) Executing busybox-1.37.0-r16.trigger OK: 645 MiB in 137 packages >>> py3-websocket-client: Cleaning up srcdir >>> py3-websocket-client: Cleaning up pkgdir >>> py3-websocket-client: Cleaning up tmpdir >>> py3-websocket-client: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/websocket-client-v1.8.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.22/websocket-client-v1.8.0.tar.gz.part' websocket-client-v1. 100% |********************************| 90121 0:00:00 ETA '/var/cache/distfiles/v3.22/websocket-client-v1.8.0.tar.gz.part' saved >>> py3-websocket-client: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/websocket-client-v1.8.0.tar.gz >>> py3-websocket-client: Checking sha512sums... websocket-client-v1.8.0.tar.gz: OK >>> py3-websocket-client: Unpacking /var/cache/distfiles/v3.22/websocket-client-v1.8.0.tar.gz... 2025-04-26 13:42:25,002 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-04-26 13:42:25,032 root INFO running bdist_wheel 2025-04-26 13:42:25,047 root INFO running build 2025-04-26 13:42:25,047 root INFO running build_py 2025-04-26 13:42:25,051 root INFO creating build/lib/websocket 2025-04-26 13:42:25,051 root INFO copying websocket/__init__.py -> build/lib/websocket 2025-04-26 13:42:25,052 root INFO copying websocket/_socket.py -> build/lib/websocket 2025-04-26 13:42:25,052 root INFO copying websocket/_ssl_compat.py -> build/lib/websocket 2025-04-26 13:42:25,052 root INFO copying websocket/_wsdump.py -> build/lib/websocket 2025-04-26 13:42:25,053 root INFO copying websocket/_utils.py -> build/lib/websocket 2025-04-26 13:42:25,053 root INFO copying websocket/_abnf.py -> build/lib/websocket 2025-04-26 13:42:25,053 root INFO copying websocket/_core.py -> build/lib/websocket 2025-04-26 13:42:25,054 root INFO copying websocket/_exceptions.py -> build/lib/websocket 2025-04-26 13:42:25,054 root INFO copying websocket/_cookiejar.py -> build/lib/websocket 2025-04-26 13:42:25,054 root INFO copying websocket/_logging.py -> build/lib/websocket 2025-04-26 13:42:25,055 root INFO copying websocket/_url.py -> build/lib/websocket 2025-04-26 13:42:25,055 root INFO copying websocket/_http.py -> build/lib/websocket 2025-04-26 13:42:25,055 root INFO copying websocket/_handshake.py -> build/lib/websocket 2025-04-26 13:42:25,055 root INFO copying websocket/_app.py -> build/lib/websocket 2025-04-26 13:42:25,056 root INFO creating build/lib/websocket/tests 2025-04-26 13:42:25,056 root INFO copying websocket/tests/__init__.py -> build/lib/websocket/tests 2025-04-26 13:42:25,056 root INFO copying websocket/tests/echo-server.py -> build/lib/websocket/tests 2025-04-26 13:42:25,057 root INFO copying websocket/tests/test_app.py -> build/lib/websocket/tests 2025-04-26 13:42:25,057 root INFO copying websocket/tests/test_abnf.py -> build/lib/websocket/tests 2025-04-26 13:42:25,057 root INFO copying websocket/tests/test_http.py -> build/lib/websocket/tests 2025-04-26 13:42:25,058 root INFO copying websocket/tests/test_websocket.py -> build/lib/websocket/tests 2025-04-26 13:42:25,058 root INFO copying websocket/tests/test_cookiejar.py -> build/lib/websocket/tests 2025-04-26 13:42:25,058 root INFO copying websocket/tests/test_url.py -> build/lib/websocket/tests 2025-04-26 13:42:25,059 root INFO copying websocket/py.typed -> build/lib/websocket 2025-04-26 13:42:25,059 root INFO creating build/lib/websocket/tests/data 2025-04-26 13:42:25,060 root INFO copying websocket/tests/data/header02.txt -> build/lib/websocket/tests/data 2025-04-26 13:42:25,060 root INFO copying websocket/tests/data/header01.txt -> build/lib/websocket/tests/data 2025-04-26 13:42:25,060 root INFO copying websocket/tests/data/header03.txt -> build/lib/websocket/tests/data 2025-04-26 13:42:25,067 root INFO installing to build/bdist.linux-armv8l/wheel 2025-04-26 13:42:25,067 root INFO running install 2025-04-26 13:42:25,078 root INFO running install_lib 2025-04-26 13:42:25,081 root INFO creating build/bdist.linux-armv8l/wheel 2025-04-26 13:42:25,081 root INFO creating build/bdist.linux-armv8l/wheel/websocket 2025-04-26 13:42:25,081 root INFO copying build/lib/websocket/__init__.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,082 root INFO copying build/lib/websocket/_socket.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,082 root INFO copying build/lib/websocket/_ssl_compat.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,082 root INFO copying build/lib/websocket/_wsdump.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,082 root INFO copying build/lib/websocket/_utils.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,083 root INFO creating build/bdist.linux-armv8l/wheel/websocket/tests 2025-04-26 13:42:25,083 root INFO copying build/lib/websocket/tests/__init__.py -> build/bdist.linux-armv8l/wheel/./websocket/tests 2025-04-26 13:42:25,083 root INFO copying build/lib/websocket/tests/echo-server.py -> build/bdist.linux-armv8l/wheel/./websocket/tests 2025-04-26 13:42:25,083 root INFO creating build/bdist.linux-armv8l/wheel/websocket/tests/data 2025-04-26 13:42:25,084 root INFO copying build/lib/websocket/tests/data/header02.txt -> build/bdist.linux-armv8l/wheel/./websocket/tests/data 2025-04-26 13:42:25,084 root INFO copying build/lib/websocket/tests/data/header01.txt -> build/bdist.linux-armv8l/wheel/./websocket/tests/data 2025-04-26 13:42:25,084 root INFO copying build/lib/websocket/tests/data/header03.txt -> build/bdist.linux-armv8l/wheel/./websocket/tests/data 2025-04-26 13:42:25,084 root INFO copying build/lib/websocket/tests/test_app.py -> build/bdist.linux-armv8l/wheel/./websocket/tests 2025-04-26 13:42:25,085 root INFO copying build/lib/websocket/tests/test_abnf.py -> build/bdist.linux-armv8l/wheel/./websocket/tests 2025-04-26 13:42:25,085 root INFO copying build/lib/websocket/tests/test_http.py -> build/bdist.linux-armv8l/wheel/./websocket/tests 2025-04-26 13:42:25,085 root INFO copying build/lib/websocket/tests/test_websocket.py -> build/bdist.linux-armv8l/wheel/./websocket/tests 2025-04-26 13:42:25,085 root INFO copying build/lib/websocket/tests/test_cookiejar.py -> build/bdist.linux-armv8l/wheel/./websocket/tests 2025-04-26 13:42:25,086 root INFO copying build/lib/websocket/tests/test_url.py -> build/bdist.linux-armv8l/wheel/./websocket/tests 2025-04-26 13:42:25,086 root INFO copying build/lib/websocket/_abnf.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,086 root INFO copying build/lib/websocket/_core.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,086 root INFO copying build/lib/websocket/_exceptions.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,087 root INFO copying build/lib/websocket/_cookiejar.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,087 root INFO copying build/lib/websocket/_logging.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,087 root INFO copying build/lib/websocket/py.typed -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,087 root INFO copying build/lib/websocket/_url.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,087 root INFO copying build/lib/websocket/_http.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,088 root INFO copying build/lib/websocket/_handshake.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,088 root INFO copying build/lib/websocket/_app.py -> build/bdist.linux-armv8l/wheel/./websocket 2025-04-26 13:42:25,088 root INFO running install_egg_info 2025-04-26 13:42:25,092 root INFO running egg_info 2025-04-26 13:42:25,094 root INFO creating websocket_client.egg-info 2025-04-26 13:42:25,095 root INFO writing websocket_client.egg-info/PKG-INFO 2025-04-26 13:42:25,096 root INFO writing dependency_links to websocket_client.egg-info/dependency_links.txt 2025-04-26 13:42:25,097 root INFO writing entry points to websocket_client.egg-info/entry_points.txt 2025-04-26 13:42:25,098 root INFO writing requirements to websocket_client.egg-info/requires.txt 2025-04-26 13:42:25,098 root INFO writing top-level names to websocket_client.egg-info/top_level.txt 2025-04-26 13:42:25,098 root INFO writing manifest file 'websocket_client.egg-info/SOURCES.txt' 2025-04-26 13:42:25,102 root INFO reading manifest file 'websocket_client.egg-info/SOURCES.txt' 2025-04-26 13:42:25,102 root INFO reading manifest template 'MANIFEST.in' 2025-04-26 13:42:25,103 root INFO adding license file 'LICENSE' 2025-04-26 13:42:25,104 root INFO writing manifest file 'websocket_client.egg-info/SOURCES.txt' 2025-04-26 13:42:25,104 root INFO Copying websocket_client.egg-info to build/bdist.linux-armv8l/wheel/./websocket_client-1.8.0-py3.12.egg-info 2025-04-26 13:42:25,105 root INFO running install_scripts 2025-04-26 13:42:25,107 root INFO creating build/bdist.linux-armv8l/wheel/websocket_client-1.8.0.dist-info/WHEEL 2025-04-26 13:42:25,107 wheel INFO creating '/home/buildozer/aports/community/py3-websocket-client/src/websocket-client-1.8.0/.dist/.tmp-u19ky7k0/websocket_client-1.8.0-py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2025-04-26 13:42:25,107 wheel INFO adding 'websocket/__init__.py' 2025-04-26 13:42:25,108 wheel INFO adding 'websocket/_abnf.py' 2025-04-26 13:42:25,108 wheel INFO adding 'websocket/_app.py' 2025-04-26 13:42:25,109 wheel INFO adding 'websocket/_cookiejar.py' 2025-04-26 13:42:25,109 wheel INFO adding 'websocket/_core.py' 2025-04-26 13:42:25,109 wheel INFO adding 'websocket/_exceptions.py' 2025-04-26 13:42:25,109 wheel INFO adding 'websocket/_handshake.py' 2025-04-26 13:42:25,110 wheel INFO adding 'websocket/_http.py' 2025-04-26 13:42:25,110 wheel INFO adding 'websocket/_logging.py' 2025-04-26 13:42:25,110 wheel INFO adding 'websocket/_socket.py' 2025-04-26 13:42:25,111 wheel INFO adding 'websocket/_ssl_compat.py' 2025-04-26 13:42:25,111 wheel INFO adding 'websocket/_url.py' 2025-04-26 13:42:25,111 wheel INFO adding 'websocket/_utils.py' 2025-04-26 13:42:25,111 wheel INFO adding 'websocket/_wsdump.py' 2025-04-26 13:42:25,112 wheel INFO adding 'websocket/py.typed' 2025-04-26 13:42:25,112 wheel INFO adding 'websocket/tests/__init__.py' 2025-04-26 13:42:25,112 wheel INFO adding 'websocket/tests/echo-server.py' 2025-04-26 13:42:25,112 wheel INFO adding 'websocket/tests/test_abnf.py' 2025-04-26 13:42:25,113 wheel INFO adding 'websocket/tests/test_app.py' 2025-04-26 13:42:25,113 wheel INFO adding 'websocket/tests/test_cookiejar.py' 2025-04-26 13:42:25,113 wheel INFO adding 'websocket/tests/test_http.py' 2025-04-26 13:42:25,114 wheel INFO adding 'websocket/tests/test_url.py' 2025-04-26 13:42:25,114 wheel INFO adding 'websocket/tests/test_websocket.py' 2025-04-26 13:42:25,114 wheel INFO adding 'websocket/tests/data/header01.txt' 2025-04-26 13:42:25,114 wheel INFO adding 'websocket/tests/data/header02.txt' 2025-04-26 13:42:25,115 wheel INFO adding 'websocket/tests/data/header03.txt' 2025-04-26 13:42:25,115 wheel INFO adding 'websocket_client-1.8.0.dist-info/licenses/LICENSE' 2025-04-26 13:42:25,115 wheel INFO adding 'websocket_client-1.8.0.dist-info/METADATA' 2025-04-26 13:42:25,116 wheel INFO adding 'websocket_client-1.8.0.dist-info/WHEEL' 2025-04-26 13:42:25,116 wheel INFO adding 'websocket_client-1.8.0.dist-info/entry_points.txt' 2025-04-26 13:42:25,116 wheel INFO adding 'websocket_client-1.8.0.dist-info/top_level.txt' 2025-04-26 13:42:25,116 wheel INFO adding 'websocket_client-1.8.0.dist-info/RECORD' 2025-04-26 13:42:25,117 root INFO removing build/bdist.linux-armv8l/wheel 2025-04-26 13:42:25,118 gpep517 INFO The backend produced .dist/websocket_client-1.8.0-py3-none-any.whl websocket_client-1.8.0-py3-none-any.whl .....sssssssssssss...ss..s...........s.ss.s++Rcv raw: b'\x88\x80\x82&\x8c\xa6' ++Rcv decoded: fin=1 opcode=8 data=b'' ++Sent raw: b'\x88\x82\x95>\x17\x87\x96\xd6' ++Sent decoded: fin=1 opcode=8 data=b'\x03\xe8' ...ss.s--- response header --- HTTP/1.1 101 WebSocket Protocol Handshake Connection: Upgrade Upgrade: WebSocket Sec-WebSocket-Accept: Kxep+hNu9n51529fGidYu7a3wO0= some_header: something ----------------------- --- response header --- HTTP/1.1 101 WebSocket Protocol Handshake Connection: Upgrade, Keep-Alive Upgrade: WebSocket Sec-WebSocket-Accept: Kxep+hNu9n51529fGidYu7a3wO0= Set-Cookie: Token=ABCDE Set-Cookie: Token=FGHIJ some_header: something ----------------------- --- response header --- HTTP/1.1 101 WebSocket Protocol Handshake Connection: Upgrade Upgrade WebSocket .++Rcv raw: b'\x81\x8f\xa9\xb0\xcd\x00J1^\xe3+#.\x81\x02SL\xa1J1b' ++Rcv decoded: fin=1 opcode=1 data=b'\xe3\x81\x93\xe3\x82\x93\xe3\x81\xab\xe3\x81\xa1\xe3\x81\xaf' ++Rcv raw: b'\x81\x85\x7f\x90\x04\x8f7\xf5h\xe3\x10' ++Rcv decoded: fin=1 opcode=1 data=b'Hello' .++Rcv raw: b"\x80\x8f{Na\x8b\x0f&\x04\xab\x08!\x14\xe7[!\x07\xab\x0c'\x15" ++Rcv decoded: fin=1 opcode=0 data=b'the soul of wit' .++Rcv raw: b'\x81\x8d\x15`{`]\x05\x17\x0czL[7z\x12\x17\x044' ++Rcv decoded: fin=1 opcode=1 data=b'Hello, World!' .++Rcv raw: b'\x01\x8b\x0c\xccG\x15N\xbe"ce\xb8>5e\xbfg' ++Rcv decoded: fin=0 opcode=1 data=b'Brevity is ' ++Rcv raw: b'\x00\x8b\xccm\xbf\xb5\x8e\x1f\xda\xc3\xa5\x19\xc6\x95\xa5\x1e\x9f' ++Rcv decoded: fin=0 opcode=0 data=b'Brevity is ' ++Rcv raw: b'\x80\x8f\xcb\xfc\xe9.\xbf\x94\x8c\x0e\xb8\x93\x9cB\xeb\x93\x8f\x0e\xbc\x95\x9d' ++Rcv decoded: fin=1 opcode=0 data=b'the soul of wit' ++Rcv raw: b'\x80\x8b\xdc6o\x93\x9eD\n\xe5\xb5B\x16\xb3\xb5EO' ++Rcv decoded: fin=1 opcode=0 data=b'Brevity is ' .++Rcv raw: b"\x01\x89\xe2\xdd\xd7\x07\xb6\xb2\xb8'\x8f\xa8\xb4o\xc2" ++Rcv decoded: fin=0 opcode=1 data=b'Too much ' ++Rcv raw: b'\x89\x90\x91\xa6C{\xc1\xca&\x1a\xe2\xc3c+\xde\xe8\x04[\xe5\xce*\x08' ++Rcv decoded: fin=1 opcode=9 data=b'Please PONG this' ++Sent raw: b'\x8a\x90abcd1\x0e\x06\x05\x12\x07C4.,$D\x15\n\n\x17' ++Sent decoded: fin=1 opcode=10 data=b'Please PONG this' ++Rcv raw: b'\x80\x8fU\x08\x80\xfa:n\xa0\x9buo\xef\x951(\xf4\x92>> py3-websocket-client: Entering fakeroot... >>> py3-websocket-client-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/websocket/__pycache__' -> '/home/buildozer/aports/community/py3-websocket-client/pkg/py3-websocket-client-pyc/usr/lib/python3.12/site-packages/websocket/__pycache__' >>> py3-websocket-client-pyc*: Preparing subpackage py3-websocket-client-pyc... >>> py3-websocket-client-pyc*: Running postcheck for py3-websocket-client-pyc >>> py3-websocket-client*: Running postcheck for py3-websocket-client >>> py3-websocket-client*: Preparing package py3-websocket-client... >>> py3-websocket-client-pyc*: Tracing dependencies... python3~3.12 >>> py3-websocket-client-pyc*: Package size: 135.0 KB >>> py3-websocket-client-pyc*: Compressing data... >>> py3-websocket-client-pyc*: Create checksum... >>> py3-websocket-client-pyc*: Create py3-websocket-client-pyc-1.8.0-r0.apk >>> py3-websocket-client*: Tracing dependencies... python3~3.12 >>> py3-websocket-client*: Package size: 131.9 KB >>> py3-websocket-client*: Compressing data... >>> py3-websocket-client*: Create checksum... >>> py3-websocket-client*: Create py3-websocket-client-1.8.0-r0.apk >>> py3-websocket-client: Build complete at Sat, 26 Apr 2025 13:42:26 +0000 elapsed time 0h 0m 25s >>> py3-websocket-client: Cleaning up srcdir >>> py3-websocket-client: Cleaning up pkgdir >>> py3-websocket-client: Uninstalling dependencies... (1/28) Purging .makedepends-py3-websocket-client (20250426.134224) (2/28) Purging py3-gpep517-pyc (16-r0) (3/28) Purging py3-gpep517 (16-r0) (4/28) Purging py3-installer-pyc (0.7.0-r2) (5/28) Purging py3-installer (0.7.0-r2) (6/28) Purging py3-setuptools-pyc (77.0.3-r0) (7/28) Purging py3-setuptools (77.0.3-r0) (8/28) Purging py3-wheel-pyc (0.43.0-r0) (9/28) Purging py3-wheel (0.43.0-r0) (10/28) Purging py3-packaging-pyc (24.2-r0) (11/28) Purging py3-packaging (24.2-r0) (12/28) Purging py3-parsing-pyc (3.2.0-r0) (13/28) Purging py3-parsing (3.2.0-r0) (14/28) Purging py3-python-socks-pyc (2.4.4-r1) (15/28) Purging py3-python-socks (2.4.4-r1) (16/28) Purging py3-async-timeout-pyc (4.0.3-r1) (17/28) Purging py3-async-timeout (4.0.3-r1) (18/28) Purging py3-typing-extensions-pyc (4.13.2-r0) (19/28) Purging py3-typing-extensions (4.13.2-r0) (20/28) Purging python3-pyc (3.12.10-r0) (21/28) Purging python3-pycache-pyc0 (3.12.10-r0) (22/28) Purging pyc (3.12.10-r0) (23/28) Purging python3 (3.12.10-r0) (24/28) Purging gdbm (1.24-r0) (25/28) Purging libbz2 (1.0.8-r6) (26/28) Purging libpanelw (6.5_p20250412-r0) (27/28) Purging mpdecimal (4.0.0-r0) (28/28) Purging sqlite-libs (3.49.1-r0) Executing busybox-1.37.0-r16.trigger OK: 601 MiB in 109 packages >>> py3-websocket-client: Updating the community/armhf repository index... >>> py3-websocket-client: Signing the index...