>>> py3-websockets: Building community/py3-websockets 16.0-r0 (using abuild 3.16.0-r0) started Sat, 10 Jan 2026 19:21:20 +0000 >>> py3-websockets: Validating /home/buildozer/aports/community/py3-websockets/APKBUILD... >>> py3-websockets: Analyzing dependencies... >>> py3-websockets: Installing for build: build-base py3-gpep517 py3-setuptools py3-wheel python3-dev ( 1/25) Installing libbz2 (1.0.8-r6) ( 2/25) Installing libffi (3.5.2-r0) ( 3/25) Installing gdbm (1.26-r0) ( 4/25) Installing xz-libs (5.8.1-r0) ( 5/25) Installing mpdecimal (4.0.1-r0) ( 6/25) Installing libpanelw (6.6_p20251231-r0) ( 7/25) Installing sqlite-libs (3.51.2-r0) ( 8/25) Installing python3 (3.12.12-r0) ( 9/25) Installing python3-pycache-pyc0 (3.12.12-r0) (10/25) Installing pyc (3.12.12-r0) (11/25) Installing py3-installer-pyc (0.7.0-r2) (12/25) Installing py3-gpep517-pyc (19-r1) (13/25) Installing python3-pyc (3.12.12-r0) (14/25) Installing py3-installer (0.7.0-r2) (15/25) Installing py3-gpep517 (19-r1) (16/25) Installing py3-parsing (3.2.3-r0) (17/25) Installing py3-parsing-pyc (3.2.3-r0) (18/25) Installing py3-packaging (25.0-r0) (19/25) Installing py3-packaging-pyc (25.0-r0) (20/25) Installing py3-setuptools (80.9.0-r2) (21/25) Installing py3-setuptools-pyc (80.9.0-r2) (22/25) Installing py3-wheel (0.46.1-r0) (23/25) Installing py3-wheel-pyc (0.46.1-r0) (24/25) Installing python3-dev (3.12.12-r0) (25/25) Installing .makedepends-py3-websockets (20260110.192123) Executing busybox-1.37.0-r31.trigger OK: 603.8 MiB in 128 packages >>> py3-websockets: Cleaning up srcdir >>> py3-websockets: Cleaning up pkgdir >>> py3-websockets: Cleaning up tmpdir >>> py3-websockets: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-websockets-16.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-websockets: Fetching py3-websockets-16.0.tar.gz::https://github.com/aaugustin/websockets/archive/16.0.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/edge/py3-websockets-16.0.tar.gz.part' py3-websockets-16.0. 100% |********************************| 447k 0:00:00 ETA '/var/cache/distfiles/edge/py3-websockets-16.0.tar.gz.part' saved /var/cache/distfiles/edge/py3-websockets-16.0.tar.gz: OK /home/buildozer/aports/community/py3-websockets/skip-reconnect-test.patch: OK >>> py3-websockets: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-websockets-16.0.tar.gz /var/cache/distfiles/edge/py3-websockets-16.0.tar.gz: OK /home/buildozer/aports/community/py3-websockets/skip-reconnect-test.patch: OK >>> py3-websockets: Unpacking /var/cache/distfiles/edge/py3-websockets-16.0.tar.gz... >>> py3-websockets: skip-reconnect-test.patch patching file tests/legacy/test_client_server.py Hunk #1 succeeded at 1546 (offset 72 lines). 2026-01-10 19:21:30,455 gpep517 INFO Building wheel via backend setuptools.build_meta 2026-01-10 19:21:30,709 root INFO running bdist_wheel 2026-01-10 19:21:30,773 root INFO running build 2026-01-10 19:21:30,773 root INFO running build_py 2026-01-10 19:21:30,788 root INFO creating build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,790 root INFO copying src/websockets/connection.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,792 root INFO copying src/websockets/exceptions.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,794 root INFO copying src/websockets/http11.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,796 root INFO copying src/websockets/proxy.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,797 root INFO copying src/websockets/__init__.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,799 root INFO copying src/websockets/headers.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,801 root INFO copying src/websockets/utils.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,803 root INFO copying src/websockets/version.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,804 root INFO copying src/websockets/server.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,806 root INFO copying src/websockets/uri.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,808 root INFO copying src/websockets/protocol.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,810 root INFO copying src/websockets/datastructures.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,812 root INFO copying src/websockets/client.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,813 root INFO copying src/websockets/frames.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,815 root INFO copying src/websockets/__main__.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,816 root INFO copying src/websockets/cli.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,818 root INFO copying src/websockets/http.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,820 root INFO copying src/websockets/auth.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,821 root INFO copying src/websockets/streams.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,823 root INFO copying src/websockets/typing.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,824 root INFO copying src/websockets/imports.py -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,827 root INFO creating build/lib.linux-riscv64-cpython-312/websockets/legacy 2026-01-10 19:21:30,828 root INFO copying src/websockets/legacy/framing.py -> build/lib.linux-riscv64-cpython-312/websockets/legacy 2026-01-10 19:21:30,829 root INFO copying src/websockets/legacy/exceptions.py -> build/lib.linux-riscv64-cpython-312/websockets/legacy 2026-01-10 19:21:30,831 root INFO copying src/websockets/legacy/__init__.py -> build/lib.linux-riscv64-cpython-312/websockets/legacy 2026-01-10 19:21:30,832 root INFO copying src/websockets/legacy/server.py -> build/lib.linux-riscv64-cpython-312/websockets/legacy 2026-01-10 19:21:30,834 root INFO copying src/websockets/legacy/protocol.py -> build/lib.linux-riscv64-cpython-312/websockets/legacy 2026-01-10 19:21:30,836 root INFO copying src/websockets/legacy/handshake.py -> build/lib.linux-riscv64-cpython-312/websockets/legacy 2026-01-10 19:21:30,838 root INFO copying src/websockets/legacy/client.py -> build/lib.linux-riscv64-cpython-312/websockets/legacy 2026-01-10 19:21:30,840 root INFO copying src/websockets/legacy/http.py -> build/lib.linux-riscv64-cpython-312/websockets/legacy 2026-01-10 19:21:30,841 root INFO copying src/websockets/legacy/auth.py -> build/lib.linux-riscv64-cpython-312/websockets/legacy 2026-01-10 19:21:30,844 root INFO creating build/lib.linux-riscv64-cpython-312/websockets/asyncio 2026-01-10 19:21:30,845 root INFO copying src/websockets/asyncio/connection.py -> build/lib.linux-riscv64-cpython-312/websockets/asyncio 2026-01-10 19:21:30,847 root INFO copying src/websockets/asyncio/router.py -> build/lib.linux-riscv64-cpython-312/websockets/asyncio 2026-01-10 19:21:30,848 root INFO copying src/websockets/asyncio/__init__.py -> build/lib.linux-riscv64-cpython-312/websockets/asyncio 2026-01-10 19:21:30,850 root INFO copying src/websockets/asyncio/server.py -> build/lib.linux-riscv64-cpython-312/websockets/asyncio 2026-01-10 19:21:30,852 root INFO copying src/websockets/asyncio/messages.py -> build/lib.linux-riscv64-cpython-312/websockets/asyncio 2026-01-10 19:21:30,853 root INFO copying src/websockets/asyncio/client.py -> build/lib.linux-riscv64-cpython-312/websockets/asyncio 2026-01-10 19:21:30,855 root INFO copying src/websockets/asyncio/async_timeout.py -> build/lib.linux-riscv64-cpython-312/websockets/asyncio 2026-01-10 19:21:30,857 root INFO copying src/websockets/asyncio/compatibility.py -> build/lib.linux-riscv64-cpython-312/websockets/asyncio 2026-01-10 19:21:30,859 root INFO creating build/lib.linux-riscv64-cpython-312/websockets/sync 2026-01-10 19:21:30,860 root INFO copying src/websockets/sync/connection.py -> build/lib.linux-riscv64-cpython-312/websockets/sync 2026-01-10 19:21:30,862 root INFO copying src/websockets/sync/router.py -> build/lib.linux-riscv64-cpython-312/websockets/sync 2026-01-10 19:21:30,864 root INFO copying src/websockets/sync/__init__.py -> build/lib.linux-riscv64-cpython-312/websockets/sync 2026-01-10 19:21:30,865 root INFO copying src/websockets/sync/utils.py -> build/lib.linux-riscv64-cpython-312/websockets/sync 2026-01-10 19:21:30,867 root INFO copying src/websockets/sync/server.py -> build/lib.linux-riscv64-cpython-312/websockets/sync 2026-01-10 19:21:30,869 root INFO copying src/websockets/sync/messages.py -> build/lib.linux-riscv64-cpython-312/websockets/sync 2026-01-10 19:21:30,870 root INFO copying src/websockets/sync/client.py -> build/lib.linux-riscv64-cpython-312/websockets/sync 2026-01-10 19:21:30,873 root INFO creating build/lib.linux-riscv64-cpython-312/websockets/extensions 2026-01-10 19:21:30,874 root INFO copying src/websockets/extensions/__init__.py -> build/lib.linux-riscv64-cpython-312/websockets/extensions 2026-01-10 19:21:30,875 root INFO copying src/websockets/extensions/permessage_deflate.py -> build/lib.linux-riscv64-cpython-312/websockets/extensions 2026-01-10 19:21:30,877 root INFO copying src/websockets/extensions/base.py -> build/lib.linux-riscv64-cpython-312/websockets/extensions 2026-01-10 19:21:30,879 root INFO running egg_info 2026-01-10 19:21:30,892 root INFO creating src/websockets.egg-info 2026-01-10 19:21:30,893 root INFO writing src/websockets.egg-info/PKG-INFO 2026-01-10 19:21:30,895 root INFO writing dependency_links to src/websockets.egg-info/dependency_links.txt 2026-01-10 19:21:30,897 root INFO writing entry points to src/websockets.egg-info/entry_points.txt 2026-01-10 19:21:30,898 root INFO writing top-level names to src/websockets.egg-info/top_level.txt 2026-01-10 19:21:30,899 root INFO writing manifest file 'src/websockets.egg-info/SOURCES.txt' 2026-01-10 19:21:30,925 root INFO reading manifest file 'src/websockets.egg-info/SOURCES.txt' 2026-01-10 19:21:30,927 root INFO reading manifest template 'MANIFEST.in' 2026-01-10 19:21:30,929 root INFO adding license file 'LICENSE' 2026-01-10 19:21:30,936 root INFO writing manifest file 'src/websockets.egg-info/SOURCES.txt' 2026-01-10 19:21:30,943 root INFO copying src/websockets/py.typed -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,945 root INFO copying src/websockets/speedups.c -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,946 root INFO copying src/websockets/speedups.pyi -> build/lib.linux-riscv64-cpython-312/websockets 2026-01-10 19:21:30,952 root INFO running build_ext 2026-01-10 19:21:30,961 root INFO building 'websockets.speedups' extension 2026-01-10 19:21:30,963 root INFO creating build/temp.linux-riscv64-cpython-312/src/websockets 2026-01-10 19:21:30,964 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c src/websockets/speedups.c -o build/temp.linux-riscv64-cpython-312/src/websockets/speedups.o 2026-01-10 19:21:31,844 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-312/src/websockets/speedups.o -L/usr/lib -o build/lib.linux-riscv64-cpython-312/websockets/speedups.cpython-312-riscv64-linux-musl.so 2026-01-10 19:21:31,907 root INFO installing to build/bdist.linux-riscv64/wheel 2026-01-10 19:21:31,908 root INFO running install 2026-01-10 19:21:31,975 root INFO running install_lib 2026-01-10 19:21:31,989 root INFO creating build/bdist.linux-riscv64/wheel 2026-01-10 19:21:31,991 root INFO creating build/bdist.linux-riscv64/wheel/websockets 2026-01-10 19:21:31,992 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/connection.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:31,993 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/exceptions.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:31,995 root INFO creating build/bdist.linux-riscv64/wheel/websockets/legacy 2026-01-10 19:21:31,996 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/legacy/framing.py -> build/bdist.linux-riscv64/wheel/./websockets/legacy 2026-01-10 19:21:31,998 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/legacy/exceptions.py -> build/bdist.linux-riscv64/wheel/./websockets/legacy 2026-01-10 19:21:31,999 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/legacy/__init__.py -> build/bdist.linux-riscv64/wheel/./websockets/legacy 2026-01-10 19:21:32,000 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/legacy/server.py -> build/bdist.linux-riscv64/wheel/./websockets/legacy 2026-01-10 19:21:32,002 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/legacy/protocol.py -> build/bdist.linux-riscv64/wheel/./websockets/legacy 2026-01-10 19:21:32,003 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/legacy/handshake.py -> build/bdist.linux-riscv64/wheel/./websockets/legacy 2026-01-10 19:21:32,005 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/legacy/client.py -> build/bdist.linux-riscv64/wheel/./websockets/legacy 2026-01-10 19:21:32,006 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/legacy/http.py -> build/bdist.linux-riscv64/wheel/./websockets/legacy 2026-01-10 19:21:32,008 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/legacy/auth.py -> build/bdist.linux-riscv64/wheel/./websockets/legacy 2026-01-10 19:21:32,009 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/http11.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,011 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/proxy.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,012 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/__init__.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,013 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/speedups.cpython-312-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,015 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/headers.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,016 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/utils.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,017 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/version.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,019 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/server.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,020 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/uri.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,021 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/protocol.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,023 root INFO creating build/bdist.linux-riscv64/wheel/websockets/asyncio 2026-01-10 19:21:32,024 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/asyncio/connection.py -> build/bdist.linux-riscv64/wheel/./websockets/asyncio 2026-01-10 19:21:32,026 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/asyncio/router.py -> build/bdist.linux-riscv64/wheel/./websockets/asyncio 2026-01-10 19:21:32,028 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/asyncio/__init__.py -> build/bdist.linux-riscv64/wheel/./websockets/asyncio 2026-01-10 19:21:32,029 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/asyncio/server.py -> build/bdist.linux-riscv64/wheel/./websockets/asyncio 2026-01-10 19:21:32,030 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/asyncio/messages.py -> build/bdist.linux-riscv64/wheel/./websockets/asyncio 2026-01-10 19:21:32,032 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/asyncio/client.py -> build/bdist.linux-riscv64/wheel/./websockets/asyncio 2026-01-10 19:21:32,033 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/asyncio/async_timeout.py -> build/bdist.linux-riscv64/wheel/./websockets/asyncio 2026-01-10 19:21:32,035 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/asyncio/compatibility.py -> build/bdist.linux-riscv64/wheel/./websockets/asyncio 2026-01-10 19:21:32,036 root INFO creating build/bdist.linux-riscv64/wheel/websockets/sync 2026-01-10 19:21:32,038 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/sync/connection.py -> build/bdist.linux-riscv64/wheel/./websockets/sync 2026-01-10 19:21:32,039 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/sync/router.py -> build/bdist.linux-riscv64/wheel/./websockets/sync 2026-01-10 19:21:32,041 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/sync/__init__.py -> build/bdist.linux-riscv64/wheel/./websockets/sync 2026-01-10 19:21:32,042 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/sync/utils.py -> build/bdist.linux-riscv64/wheel/./websockets/sync 2026-01-10 19:21:32,043 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/sync/server.py -> build/bdist.linux-riscv64/wheel/./websockets/sync 2026-01-10 19:21:32,045 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/sync/messages.py -> build/bdist.linux-riscv64/wheel/./websockets/sync 2026-01-10 19:21:32,046 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/sync/client.py -> build/bdist.linux-riscv64/wheel/./websockets/sync 2026-01-10 19:21:32,048 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/py.typed -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,049 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/datastructures.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,051 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/speedups.pyi -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,053 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/client.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,055 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/frames.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,056 root INFO creating build/bdist.linux-riscv64/wheel/websockets/extensions 2026-01-10 19:21:32,058 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/extensions/__init__.py -> build/bdist.linux-riscv64/wheel/./websockets/extensions 2026-01-10 19:21:32,059 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/extensions/permessage_deflate.py -> build/bdist.linux-riscv64/wheel/./websockets/extensions 2026-01-10 19:21:32,060 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/extensions/base.py -> build/bdist.linux-riscv64/wheel/./websockets/extensions 2026-01-10 19:21:32,062 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/__main__.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,063 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/cli.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,064 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/speedups.c -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,066 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/http.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,067 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/auth.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,068 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/streams.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,070 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/typing.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,071 root INFO copying build/lib.linux-riscv64-cpython-312/websockets/imports.py -> build/bdist.linux-riscv64/wheel/./websockets 2026-01-10 19:21:32,072 root INFO running install_egg_info 2026-01-10 19:21:32,085 root INFO Copying src/websockets.egg-info to build/bdist.linux-riscv64/wheel/./websockets-16.0-py3.12.egg-info 2026-01-10 19:21:32,091 root INFO running install_scripts 2026-01-10 19:21:32,124 root INFO creating build/bdist.linux-riscv64/wheel/websockets-16.0.dist-info/WHEEL 2026-01-10 19:21:32,127 wheel INFO creating '/home/buildozer/aports/community/py3-websockets/src/websockets-16.0/.dist/.tmp-g476qgfg/websockets-16.0-cp312-cp312-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-01-10 19:21:32,129 wheel INFO adding 'websockets/__init__.py' 2026-01-10 19:21:32,131 wheel INFO adding 'websockets/__main__.py' 2026-01-10 19:21:32,133 wheel INFO adding 'websockets/auth.py' 2026-01-10 19:21:32,134 wheel INFO adding 'websockets/cli.py' 2026-01-10 19:21:32,136 wheel INFO adding 'websockets/client.py' 2026-01-10 19:21:32,138 wheel INFO adding 'websockets/connection.py' 2026-01-10 19:21:32,140 wheel INFO adding 'websockets/datastructures.py' 2026-01-10 19:21:32,142 wheel INFO adding 'websockets/exceptions.py' 2026-01-10 19:21:32,144 wheel INFO adding 'websockets/frames.py' 2026-01-10 19:21:32,146 wheel INFO adding 'websockets/headers.py' 2026-01-10 19:21:32,148 wheel INFO adding 'websockets/http.py' 2026-01-10 19:21:32,149 wheel INFO adding 'websockets/http11.py' 2026-01-10 19:21:32,151 wheel INFO adding 'websockets/imports.py' 2026-01-10 19:21:32,153 wheel INFO adding 'websockets/protocol.py' 2026-01-10 19:21:32,155 wheel INFO adding 'websockets/proxy.py' 2026-01-10 19:21:32,157 wheel INFO adding 'websockets/py.typed' 2026-01-10 19:21:32,159 wheel INFO adding 'websockets/server.py' 2026-01-10 19:21:32,161 wheel INFO adding 'websockets/speedups.c' 2026-01-10 19:21:32,163 wheel INFO adding 'websockets/speedups.cpython-312-riscv64-linux-musl.so' 2026-01-10 19:21:32,165 wheel INFO adding 'websockets/speedups.pyi' 2026-01-10 19:21:32,166 wheel INFO adding 'websockets/streams.py' 2026-01-10 19:21:32,168 wheel INFO adding 'websockets/typing.py' 2026-01-10 19:21:32,169 wheel INFO adding 'websockets/uri.py' 2026-01-10 19:21:32,171 wheel INFO adding 'websockets/utils.py' 2026-01-10 19:21:32,172 wheel INFO adding 'websockets/version.py' 2026-01-10 19:21:32,174 wheel INFO adding 'websockets/asyncio/__init__.py' 2026-01-10 19:21:32,176 wheel INFO adding 'websockets/asyncio/async_timeout.py' 2026-01-10 19:21:32,178 wheel INFO adding 'websockets/asyncio/client.py' 2026-01-10 19:21:32,180 wheel INFO adding 'websockets/asyncio/compatibility.py' 2026-01-10 19:21:32,182 wheel INFO adding 'websockets/asyncio/connection.py' 2026-01-10 19:21:32,185 wheel INFO adding 'websockets/asyncio/messages.py' 2026-01-10 19:21:32,187 wheel INFO adding 'websockets/asyncio/router.py' 2026-01-10 19:21:32,189 wheel INFO adding 'websockets/asyncio/server.py' 2026-01-10 19:21:32,192 wheel INFO adding 'websockets/extensions/__init__.py' 2026-01-10 19:21:32,193 wheel INFO adding 'websockets/extensions/base.py' 2026-01-10 19:21:32,195 wheel INFO adding 'websockets/extensions/permessage_deflate.py' 2026-01-10 19:21:32,197 wheel INFO adding 'websockets/legacy/__init__.py' 2026-01-10 19:21:32,199 wheel INFO adding 'websockets/legacy/auth.py' 2026-01-10 19:21:32,201 wheel INFO adding 'websockets/legacy/client.py' 2026-01-10 19:21:32,203 wheel INFO adding 'websockets/legacy/exceptions.py' 2026-01-10 19:21:32,205 wheel INFO adding 'websockets/legacy/framing.py' 2026-01-10 19:21:32,207 wheel INFO adding 'websockets/legacy/handshake.py' 2026-01-10 19:21:32,208 wheel INFO adding 'websockets/legacy/http.py' 2026-01-10 19:21:32,211 wheel INFO adding 'websockets/legacy/protocol.py' 2026-01-10 19:21:32,214 wheel INFO adding 'websockets/legacy/server.py' 2026-01-10 19:21:32,217 wheel INFO adding 'websockets/sync/__init__.py' 2026-01-10 19:21:32,219 wheel INFO adding 'websockets/sync/client.py' 2026-01-10 19:21:32,221 wheel INFO adding 'websockets/sync/connection.py' 2026-01-10 19:21:32,224 wheel INFO adding 'websockets/sync/messages.py' 2026-01-10 19:21:32,225 wheel INFO adding 'websockets/sync/router.py' 2026-01-10 19:21:32,227 wheel INFO adding 'websockets/sync/server.py' 2026-01-10 19:21:32,229 wheel INFO adding 'websockets/sync/utils.py' 2026-01-10 19:21:32,232 wheel INFO adding 'websockets-16.0.dist-info/licenses/LICENSE' 2026-01-10 19:21:32,233 wheel INFO adding 'websockets-16.0.dist-info/METADATA' 2026-01-10 19:21:32,234 wheel INFO adding 'websockets-16.0.dist-info/WHEEL' 2026-01-10 19:21:32,235 wheel INFO adding 'websockets-16.0.dist-info/entry_points.txt' 2026-01-10 19:21:32,236 wheel INFO adding 'websockets-16.0.dist-info/top_level.txt' 2026-01-10 19:21:32,237 wheel INFO adding 'websockets-16.0.dist-info/RECORD' 2026-01-10 19:21:32,240 root INFO removing build/bdist.linux-riscv64/wheel 2026-01-10 19:21:32,249 gpep517 INFO The backend produced .dist/websockets-16.0-cp312-cp312-linux_riscv64.whl websockets-16.0-cp312-cp312-linux_riscv64.whl >>> py3-websockets: Entering fakeroot... >>> py3-websockets-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/websockets/legacy/__pycache__' -> '/home/buildozer/aports/community/py3-websockets/pkg/py3-websockets-pyc/usr/lib/python3.12/site-packages/websockets/legacy/__pycache__' 'usr/lib/python3.12/site-packages/websockets/asyncio/__pycache__' -> '/home/buildozer/aports/community/py3-websockets/pkg/py3-websockets-pyc/usr/lib/python3.12/site-packages/websockets/asyncio/__pycache__' 'usr/lib/python3.12/site-packages/websockets/sync/__pycache__' -> '/home/buildozer/aports/community/py3-websockets/pkg/py3-websockets-pyc/usr/lib/python3.12/site-packages/websockets/sync/__pycache__' 'usr/lib/python3.12/site-packages/websockets/__pycache__' -> '/home/buildozer/aports/community/py3-websockets/pkg/py3-websockets-pyc/usr/lib/python3.12/site-packages/websockets/__pycache__' 'usr/lib/python3.12/site-packages/websockets/extensions/__pycache__' -> '/home/buildozer/aports/community/py3-websockets/pkg/py3-websockets-pyc/usr/lib/python3.12/site-packages/websockets/extensions/__pycache__' >>> py3-websockets-pyc*: Preparing subpackage py3-websockets-pyc... >>> py3-websockets-pyc*: Running postcheck for py3-websockets-pyc >>> py3-websockets*: Running postcheck for py3-websockets >>> py3-websockets*: Preparing package py3-websockets... >>> py3-websockets*: Stripping binaries >>> py3-websockets*: Scanning shared objects >>> py3-websockets-pyc*: Tracing dependencies... python3~3.12 >>> py3-websockets-pyc*: Package size: 637.9 KB >>> py3-websockets-pyc*: Compressing data... >>> py3-websockets-pyc*: Create checksum... >>> py3-websockets-pyc*: Create py3-websockets-pyc-16.0-r0.apk >>> py3-websockets*: Tracing dependencies... python3~3.12 so:libc.musl-riscv64.so.1 >>> py3-websockets*: Package size: 626.7 KB >>> py3-websockets*: Compressing data... >>> py3-websockets*: Create checksum... >>> py3-websockets*: Create py3-websockets-16.0-r0.apk >>> py3-websockets: Build complete at Sat, 10 Jan 2026 19:21:35 +0000 elapsed time 0h 0m 15s >>> py3-websockets: Cleaning up srcdir >>> py3-websockets: Cleaning up pkgdir >>> py3-websockets: Uninstalling dependencies... ( 1/25) Purging .makedepends-py3-websockets (20260110.192123) ( 2/25) Purging py3-gpep517-pyc (19-r1) ( 3/25) Purging py3-gpep517 (19-r1) ( 4/25) Purging py3-installer-pyc (0.7.0-r2) ( 5/25) Purging py3-installer (0.7.0-r2) ( 6/25) Purging py3-setuptools-pyc (80.9.0-r2) ( 7/25) Purging py3-setuptools (80.9.0-r2) ( 8/25) Purging py3-wheel-pyc (0.46.1-r0) ( 9/25) Purging py3-wheel (0.46.1-r0) (10/25) Purging py3-packaging-pyc (25.0-r0) (11/25) Purging py3-packaging (25.0-r0) (12/25) Purging py3-parsing-pyc (3.2.3-r0) (13/25) Purging py3-parsing (3.2.3-r0) (14/25) Purging python3-dev (3.12.12-r0) (15/25) Purging python3-pyc (3.12.12-r0) (16/25) Purging python3-pycache-pyc0 (3.12.12-r0) (17/25) Purging pyc (3.12.12-r0) (18/25) Purging python3 (3.12.12-r0) (19/25) Purging gdbm (1.26-r0) (20/25) Purging libbz2 (1.0.8-r6) (21/25) Purging libffi (3.5.2-r0) (22/25) Purging libpanelw (6.6_p20251231-r0) (23/25) Purging mpdecimal (4.0.1-r0) (24/25) Purging sqlite-libs (3.51.2-r0) (25/25) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r31.trigger OK: 361.7 MiB in 103 packages >>> py3-websockets: Updating the community/riscv64 repository index... >>> py3-websockets: Signing the index...