>>> py3-nats: Building community/py3-nats 2.7.2-r1 (using abuild 3.13.0-r3) started Mon, 29 Apr 2024 14:44:06 +0000 >>> py3-nats: Checking sanity of /home/buildozer/aports/community/py3-nats/APKBUILD... >>> py3-nats: Analyzing dependencies... >>> py3-nats: Installing for build: build-base py3-aiohttp python3 py3-gpep517 py3-setuptools py3-wheel (1/49) Installing libbz2 (1.0.8-r6) (2/49) Installing libffi (3.4.6-r0) (3/49) Installing gdbm (1.23-r1) (4/49) Installing xz-libs (5.6.1-r3) (5/49) Installing mpdecimal (4.0.0-r0) (6/49) Installing libpanelw (6.4_p20240330-r0) (7/49) Installing readline (8.2.10-r0) (8/49) Installing sqlite-libs (3.45.3-r0) (9/49) Installing python3 (3.12.3-r1) (10/49) Installing python3-pycache-pyc0 (3.12.3-r1) (11/49) Installing pyc (3.12.3-r1) (12/49) Installing py3-frozenlist (1.4.1-r1) (13/49) Installing py3-frozenlist-pyc (1.4.1-r1) (14/49) Installing py3-aiosignal-pyc (1.3.1-r3) (15/49) Installing py3-typing-extensions (4.11.0-r1) (16/49) Installing py3-typing-extensions-pyc (4.11.0-r1) (17/49) Installing py3-async-timeout (4.0.3-r1) (18/49) Installing py3-async-timeout-pyc (4.0.3-r1) (19/49) Installing py3-attrs (23.2.0-r1) (20/49) Installing py3-attrs-pyc (23.2.0-r1) (21/49) Installing py3-brotli (1.1.0-r2) (22/49) Installing py3-brotli-pyc (1.1.0-r2) (23/49) Installing py3-charset-normalizer (3.3.2-r1) (24/49) Installing py3-charset-normalizer-pyc (3.3.2-r1) (25/49) Installing py3-idna (3.7-r0) (26/49) Installing py3-idna-pyc (3.7-r0) (27/49) Installing py3-idna-ssl (1.1.0-r9) (28/49) Installing py3-idna-ssl-pyc (1.1.0-r9) (29/49) Installing py3-multidict (6.0.5-r1) (30/49) Installing py3-multidict-pyc (6.0.5-r1) (31/49) Installing py3-yarl (1.9.4-r1) (32/49) Installing py3-yarl-pyc (1.9.4-r1) (33/49) Installing py3-aiohttp-pyc (3.9.3-r1) (34/49) Installing python3-pyc (3.12.3-r1) (35/49) Installing py3-aiosignal (1.3.1-r3) (36/49) Installing py3-aiohttp (3.9.3-r1) (37/49) Installing py3-installer (0.7.0-r2) (38/49) Installing py3-installer-pyc (0.7.0-r2) (39/49) Installing py3-gpep517 (15-r2) (40/49) Installing py3-gpep517-pyc (15-r2) (41/49) Installing py3-parsing (3.1.2-r1) (42/49) Installing py3-parsing-pyc (3.1.2-r1) (43/49) Installing py3-packaging (24.0-r1) (44/49) Installing py3-packaging-pyc (24.0-r1) (45/49) Installing py3-setuptools (69.5.1-r0) (46/49) Installing py3-setuptools-pyc (69.5.1-r0) (47/49) Installing py3-wheel (0.42.0-r1) (48/49) Installing py3-wheel-pyc (0.42.0-r1) (49/49) Installing .makedepends-py3-nats (20240429.144412) Executing busybox-1.36.1-r26.trigger OK: 283 MiB in 150 packages >>> py3-nats: Cleaning up srcdir >>> py3-nats: Cleaning up pkgdir >>> py3-nats: Cleaning up tmpdir >>> py3-nats: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/nats.py-2.7.2.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/nats.py-2.7.2.tar.gz.part' nats.py-2.7.2.tar.gz 100% |********************************| 122k 0:00:00 ETA '/var/cache/distfiles/nats.py-2.7.2.tar.gz.part' saved >>> py3-nats: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/nats.py-2.7.2.tar.gz >>> py3-nats: Checking sha512sums... nats.py-2.7.2.tar.gz: OK >>> py3-nats: Unpacking /var/cache/distfiles/nats.py-2.7.2.tar.gz... 2024-04-29 14:44:15,169 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-04-29 14:44:15,680 root INFO running bdist_wheel 2024-04-29 14:44:15,725 root INFO running build 2024-04-29 14:44:15,725 root INFO running build_py 2024-04-29 14:44:15,735 root INFO creating build 2024-04-29 14:44:15,736 root INFO creating build/lib 2024-04-29 14:44:15,737 root INFO creating build/lib/nats 2024-04-29 14:44:15,737 root INFO copying nats/__init__.py -> build/lib/nats 2024-04-29 14:44:15,739 root INFO copying nats/nuid.py -> build/lib/nats 2024-04-29 14:44:15,740 root INFO copying nats/errors.py -> build/lib/nats 2024-04-29 14:44:15,741 root INFO creating build/lib/nats/protocol 2024-04-29 14:44:15,742 root INFO copying nats/protocol/__init__.py -> build/lib/nats/protocol 2024-04-29 14:44:15,743 root INFO copying nats/protocol/parser.py -> build/lib/nats/protocol 2024-04-29 14:44:15,744 root INFO copying nats/protocol/command.py -> build/lib/nats/protocol 2024-04-29 14:44:15,746 root INFO creating build/lib/nats/aio 2024-04-29 14:44:15,747 root INFO copying nats/aio/__init__.py -> build/lib/nats/aio 2024-04-29 14:44:15,748 root INFO copying nats/aio/transport.py -> build/lib/nats/aio 2024-04-29 14:44:15,749 root INFO copying nats/aio/errors.py -> build/lib/nats/aio 2024-04-29 14:44:15,750 root INFO copying nats/aio/msg.py -> build/lib/nats/aio 2024-04-29 14:44:15,751 root INFO copying nats/aio/subscription.py -> build/lib/nats/aio 2024-04-29 14:44:15,753 root INFO copying nats/aio/client.py -> build/lib/nats/aio 2024-04-29 14:44:15,756 root INFO creating build/lib/nats/js 2024-04-29 14:44:15,756 root INFO copying nats/js/__init__.py -> build/lib/nats/js 2024-04-29 14:44:15,757 root INFO copying nats/js/api.py -> build/lib/nats/js 2024-04-29 14:44:15,759 root INFO copying nats/js/errors.py -> build/lib/nats/js 2024-04-29 14:44:15,760 root INFO copying nats/js/manager.py -> build/lib/nats/js 2024-04-29 14:44:15,761 root INFO copying nats/js/kv.py -> build/lib/nats/js 2024-04-29 14:44:15,762 root INFO copying nats/js/object_store.py -> build/lib/nats/js 2024-04-29 14:44:15,764 root INFO copying nats/js/client.py -> build/lib/nats/js 2024-04-29 14:44:15,765 root INFO running egg_info 2024-04-29 14:44:15,765 root INFO creating nats_py.egg-info 2024-04-29 14:44:15,774 root INFO writing nats_py.egg-info/PKG-INFO 2024-04-29 14:44:15,778 root INFO writing dependency_links to nats_py.egg-info/dependency_links.txt 2024-04-29 14:44:15,780 root INFO writing requirements to nats_py.egg-info/requires.txt 2024-04-29 14:44:15,781 root INFO writing top-level names to nats_py.egg-info/top_level.txt 2024-04-29 14:44:15,782 root INFO writing manifest file 'nats_py.egg-info/SOURCES.txt' 2024-04-29 14:44:15,796 root INFO reading manifest file 'nats_py.egg-info/SOURCES.txt' 2024-04-29 14:44:15,797 root INFO adding license file 'LICENSE' 2024-04-29 14:44:15,800 root INFO writing manifest file 'nats_py.egg-info/SOURCES.txt' 2024-04-29 14:44:15,804 root INFO copying nats/py.typed -> build/lib/nats 2024-04-29 14:44:15,823 wheel INFO installing to build/bdist.linux-riscv64/wheel 2024-04-29 14:44:15,823 root INFO running install 2024-04-29 14:44:15,863 root INFO running install_lib 2024-04-29 14:44:15,872 root INFO creating build/bdist.linux-riscv64 2024-04-29 14:44:15,873 root INFO creating build/bdist.linux-riscv64/wheel 2024-04-29 14:44:15,874 root INFO creating build/bdist.linux-riscv64/wheel/nats 2024-04-29 14:44:15,874 root INFO copying build/lib/nats/__init__.py -> build/bdist.linux-riscv64/wheel/nats 2024-04-29 14:44:15,875 root INFO creating build/bdist.linux-riscv64/wheel/nats/protocol 2024-04-29 14:44:15,876 root INFO copying build/lib/nats/protocol/__init__.py -> build/bdist.linux-riscv64/wheel/nats/protocol 2024-04-29 14:44:15,876 root INFO copying build/lib/nats/protocol/parser.py -> build/bdist.linux-riscv64/wheel/nats/protocol 2024-04-29 14:44:15,877 root INFO copying build/lib/nats/protocol/command.py -> build/bdist.linux-riscv64/wheel/nats/protocol 2024-04-29 14:44:15,878 root INFO copying build/lib/nats/nuid.py -> build/bdist.linux-riscv64/wheel/nats 2024-04-29 14:44:15,879 root INFO copying build/lib/nats/errors.py -> build/bdist.linux-riscv64/wheel/nats 2024-04-29 14:44:15,880 root INFO creating build/bdist.linux-riscv64/wheel/nats/aio 2024-04-29 14:44:15,881 root INFO copying build/lib/nats/aio/__init__.py -> build/bdist.linux-riscv64/wheel/nats/aio 2024-04-29 14:44:15,881 root INFO copying build/lib/nats/aio/transport.py -> build/bdist.linux-riscv64/wheel/nats/aio 2024-04-29 14:44:15,882 root INFO copying build/lib/nats/aio/errors.py -> build/bdist.linux-riscv64/wheel/nats/aio 2024-04-29 14:44:15,883 root INFO copying build/lib/nats/aio/msg.py -> build/bdist.linux-riscv64/wheel/nats/aio 2024-04-29 14:44:15,884 root INFO copying build/lib/nats/aio/subscription.py -> build/bdist.linux-riscv64/wheel/nats/aio 2024-04-29 14:44:15,885 root INFO copying build/lib/nats/aio/client.py -> build/bdist.linux-riscv64/wheel/nats/aio 2024-04-29 14:44:15,887 root INFO copying build/lib/nats/py.typed -> build/bdist.linux-riscv64/wheel/nats 2024-04-29 14:44:15,888 root INFO creating build/bdist.linux-riscv64/wheel/nats/js 2024-04-29 14:44:15,888 root INFO copying build/lib/nats/js/__init__.py -> build/bdist.linux-riscv64/wheel/nats/js 2024-04-29 14:44:15,889 root INFO copying build/lib/nats/js/api.py -> build/bdist.linux-riscv64/wheel/nats/js 2024-04-29 14:44:15,890 root INFO copying build/lib/nats/js/errors.py -> build/bdist.linux-riscv64/wheel/nats/js 2024-04-29 14:44:15,891 root INFO copying build/lib/nats/js/manager.py -> build/bdist.linux-riscv64/wheel/nats/js 2024-04-29 14:44:15,892 root INFO copying build/lib/nats/js/kv.py -> build/bdist.linux-riscv64/wheel/nats/js 2024-04-29 14:44:15,893 root INFO copying build/lib/nats/js/object_store.py -> build/bdist.linux-riscv64/wheel/nats/js 2024-04-29 14:44:15,894 root INFO copying build/lib/nats/js/client.py -> build/bdist.linux-riscv64/wheel/nats/js 2024-04-29 14:44:15,895 root INFO running install_egg_info 2024-04-29 14:44:15,904 root INFO Copying nats_py.egg-info to build/bdist.linux-riscv64/wheel/nats_py-2.7.2-py3.12.egg-info 2024-04-29 14:44:15,908 root INFO running install_scripts 2024-04-29 14:44:15,919 wheel INFO creating build/bdist.linux-riscv64/wheel/nats_py-2.7.2.dist-info/WHEEL 2024-04-29 14:44:15,921 wheel INFO creating '/home/buildozer/aports/community/py3-nats/src/nats.py-2.7.2/.dist/.tmp-ojnx1af5/nats_py-2.7.2-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-04-29 14:44:15,922 wheel INFO adding 'nats/__init__.py' 2024-04-29 14:44:15,924 wheel INFO adding 'nats/errors.py' 2024-04-29 14:44:15,925 wheel INFO adding 'nats/nuid.py' 2024-04-29 14:44:15,925 wheel INFO adding 'nats/py.typed' 2024-04-29 14:44:15,926 wheel INFO adding 'nats/aio/__init__.py' 2024-04-29 14:44:15,928 wheel INFO adding 'nats/aio/client.py' 2024-04-29 14:44:15,931 wheel INFO adding 'nats/aio/errors.py' 2024-04-29 14:44:15,932 wheel INFO adding 'nats/aio/msg.py' 2024-04-29 14:44:15,933 wheel INFO adding 'nats/aio/subscription.py' 2024-04-29 14:44:15,934 wheel INFO adding 'nats/aio/transport.py' 2024-04-29 14:44:15,935 wheel INFO adding 'nats/js/__init__.py' 2024-04-29 14:44:15,936 wheel INFO adding 'nats/js/api.py' 2024-04-29 14:44:15,938 wheel INFO adding 'nats/js/client.py' 2024-04-29 14:44:15,940 wheel INFO adding 'nats/js/errors.py' 2024-04-29 14:44:15,941 wheel INFO adding 'nats/js/kv.py' 2024-04-29 14:44:15,943 wheel INFO adding 'nats/js/manager.py' 2024-04-29 14:44:15,944 wheel INFO adding 'nats/js/object_store.py' 2024-04-29 14:44:15,946 wheel INFO adding 'nats/protocol/__init__.py' 2024-04-29 14:44:15,947 wheel INFO adding 'nats/protocol/command.py' 2024-04-29 14:44:15,947 wheel INFO adding 'nats/protocol/parser.py' 2024-04-29 14:44:15,949 wheel INFO adding 'nats_py-2.7.2.dist-info/LICENSE' 2024-04-29 14:44:15,950 wheel INFO adding 'nats_py-2.7.2.dist-info/METADATA' 2024-04-29 14:44:15,951 wheel INFO adding 'nats_py-2.7.2.dist-info/WHEEL' 2024-04-29 14:44:15,952 wheel INFO adding 'nats_py-2.7.2.dist-info/top_level.txt' 2024-04-29 14:44:15,952 wheel INFO adding 'nats_py-2.7.2.dist-info/zip-safe' 2024-04-29 14:44:15,953 wheel INFO adding 'nats_py-2.7.2.dist-info/RECORD' 2024-04-29 14:44:15,954 wheel INFO removing build/bdist.linux-riscv64/wheel 2024-04-29 14:44:15,959 gpep517 INFO The backend produced .dist/nats_py-2.7.2-py3-none-any.whl nats_py-2.7.2-py3-none-any.whl >>> py3-nats: Entering fakeroot... >>> py3-nats-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.12/site-packages/nats/__pycache__' -> '/home/buildozer/aports/community/py3-nats/pkg/py3-nats-pyc/usr/lib/python3.12/site-packages/nats/__pycache__' '/home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.12/site-packages/nats/protocol/__pycache__' -> '/home/buildozer/aports/community/py3-nats/pkg/py3-nats-pyc/usr/lib/python3.12/site-packages/nats/protocol/__pycache__' '/home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.12/site-packages/nats/aio/__pycache__' -> '/home/buildozer/aports/community/py3-nats/pkg/py3-nats-pyc/usr/lib/python3.12/site-packages/nats/aio/__pycache__' '/home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.12/site-packages/nats/js/__pycache__' -> '/home/buildozer/aports/community/py3-nats/pkg/py3-nats-pyc/usr/lib/python3.12/site-packages/nats/js/__pycache__' >>> py3-nats-pyc*: Preparing subpackage py3-nats-pyc... >>> py3-nats-pyc*: Running postcheck for py3-nats-pyc >>> py3-nats*: Running postcheck for py3-nats >>> py3-nats*: Preparing package py3-nats... >>> py3-nats-pyc*: Tracing dependencies... py3-aiohttp python3 python3~3.12 >>> py3-nats-pyc*: Package size: 408.0 KB >>> py3-nats-pyc*: Compressing data... >>> py3-nats-pyc*: Create checksum... >>> py3-nats-pyc*: Create py3-nats-pyc-2.7.2-r1.apk >>> py3-nats*: Tracing dependencies... py3-aiohttp python3 python3~3.12 >>> py3-nats*: Package size: 376.0 KB >>> py3-nats*: Compressing data... >>> py3-nats*: Create checksum... >>> py3-nats*: Create py3-nats-2.7.2-r1.apk >>> py3-nats: Build complete at Mon, 29 Apr 2024 14:44:18 +0000 elapsed time 0h 0m 12s >>> py3-nats: Cleaning up srcdir >>> py3-nats: Cleaning up pkgdir >>> py3-nats: Uninstalling dependencies... (1/49) Purging .makedepends-py3-nats (20240429.144412) (2/49) Purging py3-aiohttp-pyc (3.9.3-r1) (3/49) Purging py3-aiohttp (3.9.3-r1) (4/49) Purging py3-aiosignal-pyc (1.3.1-r3) (5/49) Purging py3-aiosignal (1.3.1-r3) (6/49) Purging py3-frozenlist-pyc (1.4.1-r1) (7/49) Purging py3-frozenlist (1.4.1-r1) (8/49) Purging py3-async-timeout-pyc (4.0.3-r1) (9/49) Purging py3-async-timeout (4.0.3-r1) (10/49) Purging py3-attrs-pyc (23.2.0-r1) (11/49) Purging py3-attrs (23.2.0-r1) (12/49) Purging py3-brotli-pyc (1.1.0-r2) (13/49) Purging py3-brotli (1.1.0-r2) (14/49) Purging py3-charset-normalizer-pyc (3.3.2-r1) (15/49) Purging py3-charset-normalizer (3.3.2-r1) (16/49) Purging py3-idna-ssl-pyc (1.1.0-r9) (17/49) Purging py3-idna-ssl (1.1.0-r9) (18/49) Purging py3-typing-extensions-pyc (4.11.0-r1) (19/49) Purging py3-typing-extensions (4.11.0-r1) (20/49) Purging py3-yarl-pyc (1.9.4-r1) (21/49) Purging py3-yarl (1.9.4-r1) (22/49) Purging py3-idna-pyc (3.7-r0) (23/49) Purging py3-idna (3.7-r0) (24/49) Purging py3-multidict-pyc (6.0.5-r1) (25/49) Purging py3-multidict (6.0.5-r1) (26/49) Purging py3-gpep517-pyc (15-r2) (27/49) Purging py3-gpep517 (15-r2) (28/49) Purging py3-installer-pyc (0.7.0-r2) (29/49) Purging py3-installer (0.7.0-r2) (30/49) Purging py3-setuptools-pyc (69.5.1-r0) (31/49) Purging py3-setuptools (69.5.1-r0) (32/49) Purging py3-wheel-pyc (0.42.0-r1) (33/49) Purging py3-wheel (0.42.0-r1) (34/49) Purging py3-packaging-pyc (24.0-r1) (35/49) Purging py3-packaging (24.0-r1) (36/49) Purging py3-parsing-pyc (3.1.2-r1) (37/49) Purging py3-parsing (3.1.2-r1) (38/49) Purging python3-pyc (3.12.3-r1) (39/49) Purging python3-pycache-pyc0 (3.12.3-r1) (40/49) Purging pyc (3.12.3-r1) (41/49) Purging python3 (3.12.3-r1) (42/49) Purging gdbm (1.23-r1) (43/49) Purging libbz2 (1.0.8-r6) (44/49) Purging libffi (3.4.6-r0) (45/49) Purging libpanelw (6.4_p20240330-r0) (46/49) Purging mpdecimal (4.0.0-r0) (47/49) Purging readline (8.2.10-r0) (48/49) Purging sqlite-libs (3.45.3-r0) (49/49) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r26.trigger OK: 228 MiB in 101 packages >>> py3-nats: Updating the community/riscv64 repository index... >>> py3-nats: Signing the index...