>>> py3-websockets: Building community/py3-websockets 12.0-r2 (using abuild 3.13.0-r3) started Thu, 25 Apr 2024 04:21:16 +0000 >>> py3-websockets: Checking sanity of /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/26) Installing libbz2 (1.0.8-r6) (2/26) Installing libffi (3.4.6-r0) (3/26) Installing gdbm (1.23-r1) (4/26) Installing xz-libs (5.6.1-r3) (5/26) Installing mpdecimal (4.0.0-r0) (6/26) Installing libpanelw (6.4_p20240330-r0) (7/26) Installing readline (8.2.10-r0) (8/26) Installing sqlite-libs (3.45.3-r0) (9/26) Installing python3 (3.12.3-r1) (10/26) Installing python3-pycache-pyc0 (3.12.3-r1) (11/26) Installing pyc (3.12.3-r1) (12/26) Installing py3-installer-pyc (0.7.0-r2) (13/26) Installing py3-gpep517-pyc (15-r2) (14/26) Installing python3-pyc (3.12.3-r1) (15/26) Installing py3-installer (0.7.0-r2) (16/26) Installing py3-gpep517 (15-r2) (17/26) Installing py3-parsing (3.1.2-r1) (18/26) Installing py3-parsing-pyc (3.1.2-r1) (19/26) Installing py3-packaging (24.0-r1) (20/26) Installing py3-packaging-pyc (24.0-r1) (21/26) Installing py3-setuptools (69.5.1-r0) (22/26) Installing py3-setuptools-pyc (69.5.1-r0) (23/26) Installing py3-wheel (0.42.0-r1) (24/26) Installing py3-wheel-pyc (0.42.0-r1) (25/26) Installing python3-dev (3.12.3-r1) (26/26) Installing .makedepends-py3-websockets (20240425.042118) Executing busybox-1.36.1-r25.trigger OK: 491 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/v3.20/py3-websockets-12.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-12.0.tar.gz::https://github.com/aaugustin/websockets/archive/12.0.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/v3.20/py3-websockets-12.0.tar.gz.part' py3-websockets-12.0. 40391 --:--:-- ETA py3-websockets-12.0. 100% |********************************| 343k 0:00:00 ETA '/var/cache/distfiles/v3.20/py3-websockets-12.0.tar.gz.part' saved >>> py3-websockets: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-websockets-12.0.tar.gz >>> py3-websockets: Checking sha512sums... py3-websockets-12.0.tar.gz: OK skip-reconnect-test.patch: OK >>> py3-websockets: Unpacking /var/cache/distfiles/v3.20/py3-websockets-12.0.tar.gz... >>> py3-websockets: skip-reconnect-test.patch patching file tests/legacy/test_client_server.py Hunk #1 succeeded at 1538 (offset 64 lines). 2024-04-25 04:21:21,648 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-04-25 04:21:21,804 root INFO running bdist_wheel 2024-04-25 04:21:21,815 root INFO running build 2024-04-25 04:21:21,815 root INFO running build_py 2024-04-25 04:21:21,818 root INFO creating build 2024-04-25 04:21:21,818 root INFO creating build/lib.linux-i686-cpython-312 2024-04-25 04:21:21,818 root INFO creating build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,819 root INFO copying src/websockets/utils.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,819 root INFO copying src/websockets/datastructures.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,820 root INFO copying src/websockets/typing.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,820 root INFO copying src/websockets/imports.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,820 root INFO copying src/websockets/__init__.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,821 root INFO copying src/websockets/version.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,821 root INFO copying src/websockets/streams.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,821 root INFO copying src/websockets/__main__.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,822 root INFO copying src/websockets/http.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,822 root INFO copying src/websockets/uri.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,823 root INFO copying src/websockets/frames.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,823 root INFO copying src/websockets/http11.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,823 root INFO copying src/websockets/connection.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,824 root INFO copying src/websockets/protocol.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,824 root INFO copying src/websockets/client.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,825 root INFO copying src/websockets/server.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,825 root INFO copying src/websockets/headers.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,825 root INFO copying src/websockets/exceptions.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,826 root INFO copying src/websockets/auth.py -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,826 root INFO creating build/lib.linux-i686-cpython-312/websockets/legacy 2024-04-25 04:21:21,827 root INFO copying src/websockets/legacy/handshake.py -> build/lib.linux-i686-cpython-312/websockets/legacy 2024-04-25 04:21:21,827 root INFO copying src/websockets/legacy/async_timeout.py -> build/lib.linux-i686-cpython-312/websockets/legacy 2024-04-25 04:21:21,827 root INFO copying src/websockets/legacy/framing.py -> build/lib.linux-i686-cpython-312/websockets/legacy 2024-04-25 04:21:21,828 root INFO copying src/websockets/legacy/__init__.py -> build/lib.linux-i686-cpython-312/websockets/legacy 2024-04-25 04:21:21,828 root INFO copying src/websockets/legacy/http.py -> build/lib.linux-i686-cpython-312/websockets/legacy 2024-04-25 04:21:21,828 root INFO copying src/websockets/legacy/protocol.py -> build/lib.linux-i686-cpython-312/websockets/legacy 2024-04-25 04:21:21,829 root INFO copying src/websockets/legacy/client.py -> build/lib.linux-i686-cpython-312/websockets/legacy 2024-04-25 04:21:21,829 root INFO copying src/websockets/legacy/server.py -> build/lib.linux-i686-cpython-312/websockets/legacy 2024-04-25 04:21:21,830 root INFO copying src/websockets/legacy/compatibility.py -> build/lib.linux-i686-cpython-312/websockets/legacy 2024-04-25 04:21:21,830 root INFO copying src/websockets/legacy/auth.py -> build/lib.linux-i686-cpython-312/websockets/legacy 2024-04-25 04:21:21,831 root INFO creating build/lib.linux-i686-cpython-312/websockets/sync 2024-04-25 04:21:21,831 root INFO copying src/websockets/sync/utils.py -> build/lib.linux-i686-cpython-312/websockets/sync 2024-04-25 04:21:21,831 root INFO copying src/websockets/sync/__init__.py -> build/lib.linux-i686-cpython-312/websockets/sync 2024-04-25 04:21:21,832 root INFO copying src/websockets/sync/messages.py -> build/lib.linux-i686-cpython-312/websockets/sync 2024-04-25 04:21:21,832 root INFO copying src/websockets/sync/connection.py -> build/lib.linux-i686-cpython-312/websockets/sync 2024-04-25 04:21:21,833 root INFO copying src/websockets/sync/client.py -> build/lib.linux-i686-cpython-312/websockets/sync 2024-04-25 04:21:21,833 root INFO copying src/websockets/sync/server.py -> build/lib.linux-i686-cpython-312/websockets/sync 2024-04-25 04:21:21,834 root INFO creating build/lib.linux-i686-cpython-312/websockets/extensions 2024-04-25 04:21:21,834 root INFO copying src/websockets/extensions/__init__.py -> build/lib.linux-i686-cpython-312/websockets/extensions 2024-04-25 04:21:21,834 root INFO copying src/websockets/extensions/base.py -> build/lib.linux-i686-cpython-312/websockets/extensions 2024-04-25 04:21:21,835 root INFO copying src/websockets/extensions/permessage_deflate.py -> build/lib.linux-i686-cpython-312/websockets/extensions 2024-04-25 04:21:21,835 root INFO running egg_info 2024-04-25 04:21:21,835 root INFO creating src/websockets.egg-info 2024-04-25 04:21:21,837 root INFO writing src/websockets.egg-info/PKG-INFO 2024-04-25 04:21:21,838 root INFO writing dependency_links to src/websockets.egg-info/dependency_links.txt 2024-04-25 04:21:21,838 root INFO writing top-level names to src/websockets.egg-info/top_level.txt 2024-04-25 04:21:21,839 root INFO writing manifest file 'src/websockets.egg-info/SOURCES.txt' 2024-04-25 04:21:21,845 root INFO reading manifest file 'src/websockets.egg-info/SOURCES.txt' 2024-04-25 04:21:21,845 root INFO reading manifest template 'MANIFEST.in' 2024-04-25 04:21:21,845 root INFO adding license file 'LICENSE' 2024-04-25 04:21:21,847 root INFO writing manifest file 'src/websockets.egg-info/SOURCES.txt' 2024-04-25 04:21:21,849 root INFO copying src/websockets/py.typed -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,849 root INFO copying src/websockets/speedups.c -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,850 root INFO copying src/websockets/speedups.pyi -> build/lib.linux-i686-cpython-312/websockets 2024-04-25 04:21:21,851 root INFO running build_ext 2024-04-25 04:21:21,855 root INFO building 'websockets.speedups' extension 2024-04-25 04:21:21,855 root INFO creating build/temp.linux-i686-cpython-312 2024-04-25 04:21:21,855 root INFO creating build/temp.linux-i686-cpython-312/src 2024-04-25 04:21:21,855 root INFO creating build/temp.linux-i686-cpython-312/src/websockets 2024-04-25 04:21:21,855 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c src/websockets/speedups.c -o build/temp.linux-i686-cpython-312/src/websockets/speedups.o 2024-04-25 04:21:22,206 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-312/src/websockets/speedups.o -L/usr/lib -o build/lib.linux-i686-cpython-312/websockets/speedups.cpython-312-i386-linux-musl.so 2024-04-25 04:21:22,232 wheel INFO installing to build/bdist.linux-i686/wheel 2024-04-25 04:21:22,232 root INFO running install 2024-04-25 04:21:22,249 root INFO running install_lib 2024-04-25 04:21:22,251 root INFO creating build/bdist.linux-i686 2024-04-25 04:21:22,252 root INFO creating build/bdist.linux-i686/wheel 2024-04-25 04:21:22,252 root INFO creating build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,252 root INFO copying build/lib.linux-i686-cpython-312/websockets/utils.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,253 root INFO copying build/lib.linux-i686-cpython-312/websockets/datastructures.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,253 root INFO copying build/lib.linux-i686-cpython-312/websockets/typing.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,253 root INFO creating build/bdist.linux-i686/wheel/websockets/legacy 2024-04-25 04:21:22,253 root INFO copying build/lib.linux-i686-cpython-312/websockets/legacy/handshake.py -> build/bdist.linux-i686/wheel/websockets/legacy 2024-04-25 04:21:22,254 root INFO copying build/lib.linux-i686-cpython-312/websockets/legacy/async_timeout.py -> build/bdist.linux-i686/wheel/websockets/legacy 2024-04-25 04:21:22,255 root INFO copying build/lib.linux-i686-cpython-312/websockets/legacy/framing.py -> build/bdist.linux-i686/wheel/websockets/legacy 2024-04-25 04:21:22,255 root INFO copying build/lib.linux-i686-cpython-312/websockets/legacy/__init__.py -> build/bdist.linux-i686/wheel/websockets/legacy 2024-04-25 04:21:22,256 root INFO copying build/lib.linux-i686-cpython-312/websockets/legacy/http.py -> build/bdist.linux-i686/wheel/websockets/legacy 2024-04-25 04:21:22,256 root INFO copying build/lib.linux-i686-cpython-312/websockets/legacy/protocol.py -> build/bdist.linux-i686/wheel/websockets/legacy 2024-04-25 04:21:22,257 root INFO copying build/lib.linux-i686-cpython-312/websockets/legacy/client.py -> build/bdist.linux-i686/wheel/websockets/legacy 2024-04-25 04:21:22,258 root INFO copying build/lib.linux-i686-cpython-312/websockets/legacy/server.py -> build/bdist.linux-i686/wheel/websockets/legacy 2024-04-25 04:21:22,258 root INFO copying build/lib.linux-i686-cpython-312/websockets/legacy/compatibility.py -> build/bdist.linux-i686/wheel/websockets/legacy 2024-04-25 04:21:22,259 root INFO copying build/lib.linux-i686-cpython-312/websockets/legacy/auth.py -> build/bdist.linux-i686/wheel/websockets/legacy 2024-04-25 04:21:22,260 root INFO copying build/lib.linux-i686-cpython-312/websockets/imports.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,260 root INFO copying build/lib.linux-i686-cpython-312/websockets/__init__.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,261 root INFO copying build/lib.linux-i686-cpython-312/websockets/version.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,261 root INFO copying build/lib.linux-i686-cpython-312/websockets/streams.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,262 root INFO creating build/bdist.linux-i686/wheel/websockets/sync 2024-04-25 04:21:22,262 root INFO copying build/lib.linux-i686-cpython-312/websockets/sync/utils.py -> build/bdist.linux-i686/wheel/websockets/sync 2024-04-25 04:21:22,263 root INFO copying build/lib.linux-i686-cpython-312/websockets/sync/__init__.py -> build/bdist.linux-i686/wheel/websockets/sync 2024-04-25 04:21:22,263 root INFO copying build/lib.linux-i686-cpython-312/websockets/sync/messages.py -> build/bdist.linux-i686/wheel/websockets/sync 2024-04-25 04:21:22,264 root INFO copying build/lib.linux-i686-cpython-312/websockets/sync/connection.py -> build/bdist.linux-i686/wheel/websockets/sync 2024-04-25 04:21:22,265 root INFO copying build/lib.linux-i686-cpython-312/websockets/sync/client.py -> build/bdist.linux-i686/wheel/websockets/sync 2024-04-25 04:21:22,265 root INFO copying build/lib.linux-i686-cpython-312/websockets/sync/server.py -> build/bdist.linux-i686/wheel/websockets/sync 2024-04-25 04:21:22,266 root INFO copying build/lib.linux-i686-cpython-312/websockets/__main__.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,266 root INFO copying build/lib.linux-i686-cpython-312/websockets/speedups.pyi -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,267 root INFO copying build/lib.linux-i686-cpython-312/websockets/http.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,268 root INFO copying build/lib.linux-i686-cpython-312/websockets/py.typed -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,268 root INFO copying build/lib.linux-i686-cpython-312/websockets/uri.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,269 root INFO copying build/lib.linux-i686-cpython-312/websockets/frames.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,269 root INFO copying build/lib.linux-i686-cpython-312/websockets/http11.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,270 root INFO copying build/lib.linux-i686-cpython-312/websockets/connection.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,270 root INFO copying build/lib.linux-i686-cpython-312/websockets/protocol.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,271 root INFO copying build/lib.linux-i686-cpython-312/websockets/client.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,272 root INFO creating build/bdist.linux-i686/wheel/websockets/extensions 2024-04-25 04:21:22,272 root INFO copying build/lib.linux-i686-cpython-312/websockets/extensions/__init__.py -> build/bdist.linux-i686/wheel/websockets/extensions 2024-04-25 04:21:22,273 root INFO copying build/lib.linux-i686-cpython-312/websockets/extensions/base.py -> build/bdist.linux-i686/wheel/websockets/extensions 2024-04-25 04:21:22,273 root INFO copying build/lib.linux-i686-cpython-312/websockets/extensions/permessage_deflate.py -> build/bdist.linux-i686/wheel/websockets/extensions 2024-04-25 04:21:22,274 root INFO copying build/lib.linux-i686-cpython-312/websockets/speedups.c -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,275 root INFO copying build/lib.linux-i686-cpython-312/websockets/server.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,275 root INFO copying build/lib.linux-i686-cpython-312/websockets/headers.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,276 root INFO copying build/lib.linux-i686-cpython-312/websockets/exceptions.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,276 root INFO copying build/lib.linux-i686-cpython-312/websockets/auth.py -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,277 root INFO copying build/lib.linux-i686-cpython-312/websockets/speedups.cpython-312-i386-linux-musl.so -> build/bdist.linux-i686/wheel/websockets 2024-04-25 04:21:22,278 root INFO running install_egg_info 2024-04-25 04:21:22,282 root INFO Copying src/websockets.egg-info to build/bdist.linux-i686/wheel/websockets-12.0-py3.12.egg-info 2024-04-25 04:21:22,284 root INFO running install_scripts 2024-04-25 04:21:22,297 wheel INFO creating build/bdist.linux-i686/wheel/websockets-12.0.dist-info/WHEEL 2024-04-25 04:21:22,298 wheel INFO creating '/home/buildozer/aports/community/py3-websockets/src/websockets-12.0/.dist/.tmp-zfw_4rfq/websockets-12.0-cp312-cp312-linux_i686.whl' and adding 'build/bdist.linux-i686/wheel' to it 2024-04-25 04:21:22,299 wheel INFO adding 'websockets/__init__.py' 2024-04-25 04:21:22,300 wheel INFO adding 'websockets/__main__.py' 2024-04-25 04:21:22,301 wheel INFO adding 'websockets/auth.py' 2024-04-25 04:21:22,302 wheel INFO adding 'websockets/client.py' 2024-04-25 04:21:22,302 wheel INFO adding 'websockets/connection.py' 2024-04-25 04:21:22,303 wheel INFO adding 'websockets/datastructures.py' 2024-04-25 04:21:22,304 wheel INFO adding 'websockets/exceptions.py' 2024-04-25 04:21:22,305 wheel INFO adding 'websockets/frames.py' 2024-04-25 04:21:22,305 wheel INFO adding 'websockets/headers.py' 2024-04-25 04:21:22,306 wheel INFO adding 'websockets/http.py' 2024-04-25 04:21:22,307 wheel INFO adding 'websockets/http11.py' 2024-04-25 04:21:22,308 wheel INFO adding 'websockets/imports.py' 2024-04-25 04:21:22,309 wheel INFO adding 'websockets/protocol.py' 2024-04-25 04:21:22,309 wheel INFO adding 'websockets/py.typed' 2024-04-25 04:21:22,310 wheel INFO adding 'websockets/server.py' 2024-04-25 04:21:22,311 wheel INFO adding 'websockets/speedups.c' 2024-04-25 04:21:22,312 wheel INFO adding 'websockets/speedups.cpython-312-i386-linux-musl.so' 2024-04-25 04:21:22,313 wheel INFO adding 'websockets/speedups.pyi' 2024-04-25 04:21:22,314 wheel INFO adding 'websockets/streams.py' 2024-04-25 04:21:22,314 wheel INFO adding 'websockets/typing.py' 2024-04-25 04:21:22,315 wheel INFO adding 'websockets/uri.py' 2024-04-25 04:21:22,315 wheel INFO adding 'websockets/utils.py' 2024-04-25 04:21:22,316 wheel INFO adding 'websockets/version.py' 2024-04-25 04:21:22,317 wheel INFO adding 'websockets/extensions/__init__.py' 2024-04-25 04:21:22,317 wheel INFO adding 'websockets/extensions/base.py' 2024-04-25 04:21:22,318 wheel INFO adding 'websockets/extensions/permessage_deflate.py' 2024-04-25 04:21:22,319 wheel INFO adding 'websockets/legacy/__init__.py' 2024-04-25 04:21:22,320 wheel INFO adding 'websockets/legacy/async_timeout.py' 2024-04-25 04:21:22,321 wheel INFO adding 'websockets/legacy/auth.py' 2024-04-25 04:21:22,322 wheel INFO adding 'websockets/legacy/client.py' 2024-04-25 04:21:22,322 wheel INFO adding 'websockets/legacy/compatibility.py' 2024-04-25 04:21:22,323 wheel INFO adding 'websockets/legacy/framing.py' 2024-04-25 04:21:22,324 wheel INFO adding 'websockets/legacy/handshake.py' 2024-04-25 04:21:22,324 wheel INFO adding 'websockets/legacy/http.py' 2024-04-25 04:21:22,326 wheel INFO adding 'websockets/legacy/protocol.py' 2024-04-25 04:21:22,327 wheel INFO adding 'websockets/legacy/server.py' 2024-04-25 04:21:22,328 wheel INFO adding 'websockets/sync/__init__.py' 2024-04-25 04:21:22,329 wheel INFO adding 'websockets/sync/client.py' 2024-04-25 04:21:22,330 wheel INFO adding 'websockets/sync/connection.py' 2024-04-25 04:21:22,331 wheel INFO adding 'websockets/sync/messages.py' 2024-04-25 04:21:22,332 wheel INFO adding 'websockets/sync/server.py' 2024-04-25 04:21:22,333 wheel INFO adding 'websockets/sync/utils.py' 2024-04-25 04:21:22,334 wheel INFO adding 'websockets-12.0.dist-info/LICENSE' 2024-04-25 04:21:22,334 wheel INFO adding 'websockets-12.0.dist-info/METADATA' 2024-04-25 04:21:22,335 wheel INFO adding 'websockets-12.0.dist-info/WHEEL' 2024-04-25 04:21:22,335 wheel INFO adding 'websockets-12.0.dist-info/top_level.txt' 2024-04-25 04:21:22,336 wheel INFO adding 'websockets-12.0.dist-info/RECORD' 2024-04-25 04:21:22,337 wheel INFO removing build/bdist.linux-i686/wheel 2024-04-25 04:21:22,340 gpep517 INFO The backend produced .dist/websockets-12.0-cp312-cp312-linux_i686.whl websockets-12.0-cp312-cp312-linux_i686.whl >>> py3-websockets: Entering fakeroot... >>> py3-websockets-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/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__' '/home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/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__' '/home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/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__' '/home/buildozer/aports/community/py3-websockets/pkg/py3-websockets/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-pyc*: Scanning shared objects >>> py3-websockets*: Scanning shared objects >>> py3-websockets-pyc*: Tracing dependencies... python3~3.12 >>> py3-websockets-pyc*: Package size: 564.0 KB >>> py3-websockets-pyc*: Compressing data... >>> py3-websockets-pyc*: Create checksum... >>> py3-websockets-pyc*: Create py3-websockets-pyc-12.0-r2.apk >>> py3-websockets*: Tracing dependencies... python3~3.12 so:libc.musl-x86.so.1 >>> py3-websockets*: Package size: 576.0 KB >>> py3-websockets*: Compressing data... >>> py3-websockets*: Create checksum... >>> py3-websockets*: Create py3-websockets-12.0-r2.apk >>> py3-websockets: Build complete at Thu, 25 Apr 2024 04:21:23 +0000 elapsed time 0h 0m 7s >>> py3-websockets: Cleaning up srcdir >>> py3-websockets: Cleaning up pkgdir >>> py3-websockets: Uninstalling dependencies... (1/26) Purging .makedepends-py3-websockets (20240425.042118) (2/26) Purging py3-gpep517-pyc (15-r2) (3/26) Purging py3-gpep517 (15-r2) (4/26) Purging py3-installer-pyc (0.7.0-r2) (5/26) Purging py3-installer (0.7.0-r2) (6/26) Purging py3-setuptools-pyc (69.5.1-r0) (7/26) Purging py3-setuptools (69.5.1-r0) (8/26) Purging py3-wheel-pyc (0.42.0-r1) (9/26) Purging py3-wheel (0.42.0-r1) (10/26) Purging py3-packaging-pyc (24.0-r1) (11/26) Purging py3-packaging (24.0-r1) (12/26) Purging py3-parsing-pyc (3.1.2-r1) (13/26) Purging py3-parsing (3.1.2-r1) (14/26) Purging python3-dev (3.12.3-r1) (15/26) Purging python3-pyc (3.12.3-r1) (16/26) Purging python3-pycache-pyc0 (3.12.3-r1) (17/26) Purging pyc (3.12.3-r1) (18/26) Purging python3 (3.12.3-r1) (19/26) Purging gdbm (1.23-r1) (20/26) Purging libbz2 (1.0.8-r6) (21/26) Purging libffi (3.4.6-r0) (22/26) Purging libpanelw (6.4_p20240330-r0) (23/26) Purging mpdecimal (4.0.0-r0) (24/26) Purging readline (8.2.10-r0) (25/26) Purging sqlite-libs (3.45.3-r0) (26/26) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 376 MiB in 102 packages >>> py3-websockets: Updating the community/x86 repository index... >>> py3-websockets: Signing the index...