>>> py3-websocket-client: Building community/py3-websocket-client 1.7.0-r1 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 19:21:42 +0000 >>> py3-websocket-client: Checking sanity of /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/29) Installing libffi (3.4.6-r0) (2/29) Installing gdbm (1.23-r1) (3/29) Installing mpdecimal (4.0.0-r0) (4/29) Installing libpanelw (6.4_p20240330-r0) (5/29) Installing readline (8.2.10-r0) (6/29) Installing sqlite-libs (3.45.2-r0) (7/29) Installing python3 (3.12.2-r1) (8/29) Installing python3-pycache-pyc0 (3.12.2-r1) (9/29) Installing pyc (3.12.2-r1) (10/29) Installing py3-installer-pyc (0.7.0-r2) (11/29) Installing py3-gpep517-pyc (15-r2) (12/29) Installing python3-pyc (3.12.2-r1) (13/29) Installing py3-installer (0.7.0-r2) (14/29) Installing py3-gpep517 (15-r2) (15/29) Installing py3-parsing (3.1.2-r1) (16/29) Installing py3-parsing-pyc (3.1.2-r1) (17/29) Installing py3-packaging (24.0-r1) (18/29) Installing py3-packaging-pyc (24.0-r1) (19/29) Installing py3-setuptools (69.2.0-r2) (20/29) Installing py3-setuptools-pyc (69.2.0-r2) (21/29) Installing py3-wheel (0.42.0-r1) (22/29) Installing py3-wheel-pyc (0.42.0-r1) (23/29) Installing py3-typing-extensions (4.11.0-r1) (24/29) Installing py3-typing-extensions-pyc (4.11.0-r1) (25/29) Installing py3-async-timeout (4.0.3-r1) (26/29) Installing py3-async-timeout-pyc (4.0.3-r1) (27/29) Installing py3-python-socks (2.4.4-r1) (28/29) Installing py3-python-socks-pyc (2.4.4-r1) (29/29) Installing .makedepends-py3-websocket-client (20240412.192143) Executing busybox-1.36.1-r25.trigger OK: 318 MiB in 139 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/edge/websocket-client-v1.7.0.tar.gz >>> py3-websocket-client: Fetching https://distfiles.alpinelinux.org/distfiles/edge/websocket-client-v1.7.0.tar.gz >>> py3-websocket-client: Checking sha512sums... websocket-client-v1.7.0.tar.gz: OK >>> py3-websocket-client: Unpacking /var/cache/distfiles/websocket-client-v1.7.0.tar.gz... 2024-04-12 19:21:44,420 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ :3: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html 2024-04-12 19:21:44,513 root INFO running bdist_wheel 2024-04-12 19:21:44,538 root INFO running build 2024-04-12 19:21:44,538 root INFO running build_py 2024-04-12 19:21:44,542 root INFO creating build 2024-04-12 19:21:44,542 root INFO creating build/lib 2024-04-12 19:21:44,542 root INFO creating build/lib/websocket 2024-04-12 19:21:44,543 root INFO copying websocket/_abnf.py -> build/lib/websocket 2024-04-12 19:21:44,543 root INFO copying websocket/_exceptions.py -> build/lib/websocket 2024-04-12 19:21:44,543 root INFO copying websocket/_cookiejar.py -> build/lib/websocket 2024-04-12 19:21:44,543 root INFO copying websocket/_socket.py -> build/lib/websocket 2024-04-12 19:21:44,544 root INFO copying websocket/_http.py -> build/lib/websocket 2024-04-12 19:21:44,544 root INFO copying websocket/_url.py -> build/lib/websocket 2024-04-12 19:21:44,544 root INFO copying websocket/_ssl_compat.py -> build/lib/websocket 2024-04-12 19:21:44,544 root INFO copying websocket/_core.py -> build/lib/websocket 2024-04-12 19:21:44,544 root INFO copying websocket/_logging.py -> build/lib/websocket 2024-04-12 19:21:44,545 root INFO copying websocket/_app.py -> build/lib/websocket 2024-04-12 19:21:44,545 root INFO copying websocket/_wsdump.py -> build/lib/websocket 2024-04-12 19:21:44,545 root INFO copying websocket/_handshake.py -> build/lib/websocket 2024-04-12 19:21:44,545 root INFO copying websocket/__init__.py -> build/lib/websocket 2024-04-12 19:21:44,546 root INFO copying websocket/_utils.py -> build/lib/websocket 2024-04-12 19:21:44,546 root INFO creating build/lib/websocket/tests 2024-04-12 19:21:44,546 root INFO copying websocket/tests/test_url.py -> build/lib/websocket/tests 2024-04-12 19:21:44,546 root INFO copying websocket/tests/test_http.py -> build/lib/websocket/tests 2024-04-12 19:21:44,547 root INFO copying websocket/tests/test_cookiejar.py -> build/lib/websocket/tests 2024-04-12 19:21:44,547 root INFO copying websocket/tests/test_app.py -> build/lib/websocket/tests 2024-04-12 19:21:44,547 root INFO copying websocket/tests/test_websocket.py -> build/lib/websocket/tests 2024-04-12 19:21:44,547 root INFO copying websocket/tests/test_abnf.py -> build/lib/websocket/tests 2024-04-12 19:21:44,548 root INFO copying websocket/tests/__init__.py -> build/lib/websocket/tests 2024-04-12 19:21:44,548 root INFO copying websocket/tests/echo-server.py -> build/lib/websocket/tests 2024-04-12 19:21:44,549 root INFO copying websocket/py.typed -> build/lib/websocket 2024-04-12 19:21:44,549 root INFO creating build/lib/websocket/tests/data 2024-04-12 19:21:44,549 root INFO copying websocket/tests/data/header02.txt -> build/lib/websocket/tests/data 2024-04-12 19:21:44,550 root INFO copying websocket/tests/data/header01.txt -> build/lib/websocket/tests/data 2024-04-12 19:21:44,550 root INFO copying websocket/tests/data/header03.txt -> build/lib/websocket/tests/data 2024-04-12 19:21:44,558 wheel INFO installing to build/bdist.linux-ppc64le/wheel 2024-04-12 19:21:44,558 root INFO running install 2024-04-12 19:21:44,584 root INFO running install_lib 2024-04-12 19:21:44,588 root INFO creating build/bdist.linux-ppc64le 2024-04-12 19:21:44,588 root INFO creating build/bdist.linux-ppc64le/wheel 2024-04-12 19:21:44,588 root INFO creating build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,588 root INFO copying build/lib/websocket/_abnf.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,589 root INFO copying build/lib/websocket/_exceptions.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,589 root INFO copying build/lib/websocket/_cookiejar.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,589 root INFO copying build/lib/websocket/_socket.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,589 root INFO copying build/lib/websocket/_http.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,590 root INFO creating build/bdist.linux-ppc64le/wheel/websocket/tests 2024-04-12 19:21:44,590 root INFO copying build/lib/websocket/tests/test_url.py -> build/bdist.linux-ppc64le/wheel/websocket/tests 2024-04-12 19:21:44,590 root INFO copying build/lib/websocket/tests/test_http.py -> build/bdist.linux-ppc64le/wheel/websocket/tests 2024-04-12 19:21:44,590 root INFO copying build/lib/websocket/tests/test_cookiejar.py -> build/bdist.linux-ppc64le/wheel/websocket/tests 2024-04-12 19:21:44,590 root INFO copying build/lib/websocket/tests/test_app.py -> build/bdist.linux-ppc64le/wheel/websocket/tests 2024-04-12 19:21:44,591 root INFO copying build/lib/websocket/tests/test_websocket.py -> build/bdist.linux-ppc64le/wheel/websocket/tests 2024-04-12 19:21:44,591 root INFO copying build/lib/websocket/tests/test_abnf.py -> build/bdist.linux-ppc64le/wheel/websocket/tests 2024-04-12 19:21:44,591 root INFO creating build/bdist.linux-ppc64le/wheel/websocket/tests/data 2024-04-12 19:21:44,591 root INFO copying build/lib/websocket/tests/data/header02.txt -> build/bdist.linux-ppc64le/wheel/websocket/tests/data 2024-04-12 19:21:44,592 root INFO copying build/lib/websocket/tests/data/header01.txt -> build/bdist.linux-ppc64le/wheel/websocket/tests/data 2024-04-12 19:21:44,592 root INFO copying build/lib/websocket/tests/data/header03.txt -> build/bdist.linux-ppc64le/wheel/websocket/tests/data 2024-04-12 19:21:44,592 root INFO copying build/lib/websocket/tests/__init__.py -> build/bdist.linux-ppc64le/wheel/websocket/tests 2024-04-12 19:21:44,592 root INFO copying build/lib/websocket/tests/echo-server.py -> build/bdist.linux-ppc64le/wheel/websocket/tests 2024-04-12 19:21:44,592 root INFO copying build/lib/websocket/_url.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,593 root INFO copying build/lib/websocket/_ssl_compat.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,593 root INFO copying build/lib/websocket/_core.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,593 root INFO copying build/lib/websocket/_logging.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,593 root INFO copying build/lib/websocket/_app.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,594 root INFO copying build/lib/websocket/_wsdump.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,594 root INFO copying build/lib/websocket/_handshake.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,594 root INFO copying build/lib/websocket/py.typed -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,594 root INFO copying build/lib/websocket/__init__.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,594 root INFO copying build/lib/websocket/_utils.py -> build/bdist.linux-ppc64le/wheel/websocket 2024-04-12 19:21:44,595 root INFO running install_egg_info 2024-04-12 19:21:44,601 root INFO running egg_info 2024-04-12 19:21:44,601 root INFO creating websocket_client.egg-info 2024-04-12 19:21:44,604 root INFO writing websocket_client.egg-info/PKG-INFO 2024-04-12 19:21:44,606 root INFO writing dependency_links to websocket_client.egg-info/dependency_links.txt 2024-04-12 19:21:44,606 root INFO writing entry points to websocket_client.egg-info/entry_points.txt 2024-04-12 19:21:44,607 root INFO writing requirements to websocket_client.egg-info/requires.txt 2024-04-12 19:21:44,607 root INFO writing top-level names to websocket_client.egg-info/top_level.txt 2024-04-12 19:21:44,607 root INFO writing manifest file 'websocket_client.egg-info/SOURCES.txt' 2024-04-12 19:21:44,612 root INFO reading manifest file 'websocket_client.egg-info/SOURCES.txt' 2024-04-12 19:21:44,612 root INFO reading manifest template 'MANIFEST.in' 2024-04-12 19:21:44,613 root INFO adding license file 'LICENSE' 2024-04-12 19:21:44,614 root INFO writing manifest file 'websocket_client.egg-info/SOURCES.txt' 2024-04-12 19:21:44,615 root INFO Copying websocket_client.egg-info to build/bdist.linux-ppc64le/wheel/websocket_client-1.7.0-py3.12.egg-info 2024-04-12 19:21:44,616 root INFO running install_scripts 2024-04-12 19:21:44,620 wheel INFO creating build/bdist.linux-ppc64le/wheel/websocket_client-1.7.0.dist-info/WHEEL 2024-04-12 19:21:44,621 wheel INFO creating '/home/buildozer/aports/community/py3-websocket-client/src/websocket-client-1.7.0/.dist/.tmp-kzl4sktc/websocket_client-1.7.0-py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2024-04-12 19:21:44,621 wheel INFO adding 'websocket/__init__.py' 2024-04-12 19:21:44,622 wheel INFO adding 'websocket/_abnf.py' 2024-04-12 19:21:44,622 wheel INFO adding 'websocket/_app.py' 2024-04-12 19:21:44,622 wheel INFO adding 'websocket/_cookiejar.py' 2024-04-12 19:21:44,623 wheel INFO adding 'websocket/_core.py' 2024-04-12 19:21:44,623 wheel INFO adding 'websocket/_exceptions.py' 2024-04-12 19:21:44,623 wheel INFO adding 'websocket/_handshake.py' 2024-04-12 19:21:44,623 wheel INFO adding 'websocket/_http.py' 2024-04-12 19:21:44,624 wheel INFO adding 'websocket/_logging.py' 2024-04-12 19:21:44,624 wheel INFO adding 'websocket/_socket.py' 2024-04-12 19:21:44,624 wheel INFO adding 'websocket/_ssl_compat.py' 2024-04-12 19:21:44,624 wheel INFO adding 'websocket/_url.py' 2024-04-12 19:21:44,625 wheel INFO adding 'websocket/_utils.py' 2024-04-12 19:21:44,625 wheel INFO adding 'websocket/_wsdump.py' 2024-04-12 19:21:44,625 wheel INFO adding 'websocket/py.typed' 2024-04-12 19:21:44,626 wheel INFO adding 'websocket/tests/__init__.py' 2024-04-12 19:21:44,626 wheel INFO adding 'websocket/tests/echo-server.py' 2024-04-12 19:21:44,626 wheel INFO adding 'websocket/tests/test_abnf.py' 2024-04-12 19:21:44,626 wheel INFO adding 'websocket/tests/test_app.py' 2024-04-12 19:21:44,627 wheel INFO adding 'websocket/tests/test_cookiejar.py' 2024-04-12 19:21:44,627 wheel INFO adding 'websocket/tests/test_http.py' 2024-04-12 19:21:44,627 wheel INFO adding 'websocket/tests/test_url.py' 2024-04-12 19:21:44,627 wheel INFO adding 'websocket/tests/test_websocket.py' 2024-04-12 19:21:44,628 wheel INFO adding 'websocket/tests/data/header01.txt' 2024-04-12 19:21:44,628 wheel INFO adding 'websocket/tests/data/header02.txt' 2024-04-12 19:21:44,628 wheel INFO adding 'websocket/tests/data/header03.txt' 2024-04-12 19:21:44,629 wheel INFO adding 'websocket_client-1.7.0.dist-info/LICENSE' 2024-04-12 19:21:44,629 wheel INFO adding 'websocket_client-1.7.0.dist-info/METADATA' 2024-04-12 19:21:44,629 wheel INFO adding 'websocket_client-1.7.0.dist-info/WHEEL' 2024-04-12 19:21:44,629 wheel INFO adding 'websocket_client-1.7.0.dist-info/entry_points.txt' 2024-04-12 19:21:44,630 wheel INFO adding 'websocket_client-1.7.0.dist-info/top_level.txt' 2024-04-12 19:21:44,630 wheel INFO adding 'websocket_client-1.7.0.dist-info/RECORD' 2024-04-12 19:21:44,630 wheel INFO removing build/bdist.linux-ppc64le/wheel 2024-04-12 19:21:44,632 gpep517 INFO The backend produced .dist/websocket_client-1.7.0-py3-none-any.whl websocket_client-1.7.0-py3-none-any.whl .....sssssssssssss...ss..s............sss.s++Rcv raw: b'\x88\x80r:\xb1\xd0' ++Rcv decoded: fin=1 opcode=8 data=b'' ++Sent raw: b'\x88\x82\x81n\xdc\x87\x82\x86' ++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%\x9d\xd8\x19l\xd1\xe3\x192\x9d\xd0W' ++Rcv decoded: fin=1 opcode=1 data=b'Hello, World!' .++Rcv raw: b'\x01\x8bT\xc3\x98{\x16\xb1\xfd\r=\xb7\xe1[=\xb0\xb8' ++Rcv decoded: fin=0 opcode=1 data=b'Brevity is ' ++Rcv raw: b'\x00\x8b\x04\xd7@xF\xa5%\x0em\xa39Xm\xa4`' ++Rcv decoded: fin=0 opcode=0 data=b'Brevity is ' ++Rcv raw: b'\x80\x8f\xe1\x0c$,\x95dA\x0c\x92cQ@\xc1cB\x0c\x96eP' ++Rcv decoded: fin=1 opcode=0 data=b'the soul of wit' ++Rcv raw: b'\x80\x8b\xa9\x9am\xcc\xeb\xe8\x08\xba\xc0\xee\x14\xec\xc0\xe9M' ++Rcv decoded: fin=1 opcode=0 data=b'Brevity is ' .++Rcv raw: b'\x01\x89\xd3\x93\x96\xf4\x87\xfc\xf9\xd4\xbe\xe6\xf5\x9c\xf3' ++Rcv decoded: fin=0 opcode=1 data=b'Too much ' ++Rcv raw: b'\x89\x90\xf0\xdaI\x04\xa0\xb6,e\x83\xbfiT\xbf\x94\x0e$\x84\xb2 w' ++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\x8f:\\Y=U:y\\\x1a;6R^|-US2>' ++Rcv decoded: fin=1 opcode=0 data=b'of a good thing' .++Rcv raw: b'\x01\x9b\x16U\x13\xd1Y;p\xb468|\xa3suf\xbfb:3\xa5~03\xb3d0r\xb2~y3' ++Rcv decoded: fin=0 opcode=1 data=b'Once more unto the breach, ' ++Rcv raw: b'\x00\x8e\xb6w4/\xd2\x12U]\x96\x11FF\xd3\x19P\\\x9aW' ++Rcv decoded: fin=0 opcode=0 data=b'dear friends, ' ++Rcv raw: b'\x80\x89\x82\x8b\xc2\xe5\xed\xe5\xa1\x80\xa2\xe6\xad\x97\xe7' ++Rcv decoded: fin=1 opcode=0 data=b'once more' .++Rcv raw: b'\x01\x8b\xd3\x94 F\x91\xe6E0\xba\xe0Yf\xba\xe7\x00' ++Rcv decoded: fin=0 opcode=1 data=b'Brevity is ' ++Rcv raw: b'\x80\x8fL\x11\x0e\xb88yk\x98?~{\xd4l~h\x98;xz' ++Rcv decoded: fin=1 opcode=0 data=b'the soul of wit' .s++Sent raw: b'\x81\x85abcd)\x07\x0f\x08\x0e' ++Sent decoded: fin=1 opcode=1 data=b'Hello' ++Sent raw: b'\x81\x8fabcd\x82\xe3\xf0\x87\xe3\xf1\x80\xe5\xca\x81\xe2\xc5\x82\xe3\xcc' ++Sent decoded: fin=1 opcode=1 data=b'\xe3\x81\x93\xe3\x82\x93\xe3\x81\xab\xe3\x81\xa1\xe3\x81\xaf' ++Sent raw: b'\x82\x8dabcdPSRUPSRUPSRTP' ++Sent decoded: fin=1 opcode=2 data=b'1111111111101' .s.ssInvalid subprotocol: ['sub2', 'sub3'] Invalid subprotocol: ['Sub1', 'suB2'] . ---------------------------------------------------------------------- Ran 65 tests in 0.169s OK (skipped=27) >>> py3-websocket-client: Entering fakeroot... >>> py3-websocket-client-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-websocket-client/pkg/py3-websocket-client/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: 192.0 KB >>> py3-websocket-client-pyc*: Compressing data... >>> py3-websocket-client-pyc*: Create checksum... >>> py3-websocket-client-pyc*: Create py3-websocket-client-pyc-1.7.0-r1.apk >>> py3-websocket-client*: Tracing dependencies... python3~3.12 >>> py3-websocket-client*: Package size: 212.0 KB >>> py3-websocket-client*: Compressing data... >>> py3-websocket-client*: Create checksum... >>> py3-websocket-client*: Create py3-websocket-client-1.7.0-r1.apk >>> py3-websocket-client: Build complete at Fri, 12 Apr 2024 19:21:45 +0000 elapsed time 0h 0m 3s >>> py3-websocket-client: Cleaning up srcdir >>> py3-websocket-client: Cleaning up pkgdir >>> py3-websocket-client: Uninstalling dependencies... (1/29) Purging .makedepends-py3-websocket-client (20240412.192143) (2/29) Purging py3-gpep517-pyc (15-r2) (3/29) Purging py3-gpep517 (15-r2) (4/29) Purging py3-installer-pyc (0.7.0-r2) (5/29) Purging py3-installer (0.7.0-r2) (6/29) Purging py3-setuptools-pyc (69.2.0-r2) (7/29) Purging py3-setuptools (69.2.0-r2) (8/29) Purging py3-wheel-pyc (0.42.0-r1) (9/29) Purging py3-wheel (0.42.0-r1) (10/29) Purging py3-packaging-pyc (24.0-r1) (11/29) Purging py3-packaging (24.0-r1) (12/29) Purging py3-parsing-pyc (3.1.2-r1) (13/29) Purging py3-parsing (3.1.2-r1) (14/29) Purging py3-python-socks-pyc (2.4.4-r1) (15/29) Purging py3-python-socks (2.4.4-r1) (16/29) Purging py3-async-timeout-pyc (4.0.3-r1) (17/29) Purging py3-async-timeout (4.0.3-r1) (18/29) Purging py3-typing-extensions-pyc (4.11.0-r1) (19/29) Purging py3-typing-extensions (4.11.0-r1) (20/29) Purging python3-pyc (3.12.2-r1) (21/29) Purging python3-pycache-pyc0 (3.12.2-r1) (22/29) Purging pyc (3.12.2-r1) (23/29) Purging python3 (3.12.2-r1) (24/29) Purging gdbm (1.23-r1) (25/29) Purging libffi (3.4.6-r0) (26/29) Purging libpanelw (6.4_p20240330-r0) (27/29) Purging mpdecimal (4.0.0-r0) (28/29) Purging readline (8.2.10-r0) (29/29) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-websocket-client: Updating the community/ppc64le repository index... >>> py3-websocket-client: Signing the index...