>>> py3-nats: Building community/py3-nats 2.3.1-r0 (using abuild 3.11.7-r0) started Tue, 13 Jun 2023 05:58:11 +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-setuptools (1/41) Installing libffi (3.4.4-r3) (2/41) Installing gdbm (1.23-r1) (3/41) Installing mpdecimal (2.5.1-r2) (4/41) Installing libpanelw (6.4_p20230610-r0) (5/41) Installing readline (8.2.1-r2) (6/41) Installing sqlite-libs (3.42.0-r2) (7/41) Installing python3 (3.11.4-r0) (8/41) Installing python3-pycache-pyc0 (3.11.4-r0) (9/41) Installing pyc (0.1-r0) (10/41) Installing py3-frozenlist (1.3.3-r2) (11/41) Installing py3-frozenlist-pyc (1.3.3-r2) (12/41) Installing py3-aiosignal-pyc (1.3.1-r2) (13/41) Installing py3-typing-extensions (4.6.3-r0) (14/41) Installing py3-typing-extensions-pyc (4.6.3-r0) (15/41) Installing py3-async-timeout (4.0.2-r3) (16/41) Installing py3-async-timeout-pyc (4.0.2-r3) (17/41) Installing py3-attrs (23.1.0-r1) (18/41) Installing py3-attrs-pyc (23.1.0-r1) (19/41) Installing py3-brotli (1.0.9-r15) (20/41) Installing py3-brotli-pyc (1.0.9-r15) (21/41) Installing py3-charset-normalizer (3.1.0-r1) (22/41) Installing py3-charset-normalizer-pyc (3.1.0-r1) (23/41) Installing py3-idna (3.4-r4) (24/41) Installing py3-idna-pyc (3.4-r4) (25/41) Installing py3-idna-ssl (1.1.0-r8) (26/41) Installing py3-idna-ssl-pyc (1.1.0-r8) (27/41) Installing py3-multidict (6.0.4-r2) (28/41) Installing py3-multidict-pyc (6.0.4-r2) (29/41) Installing py3-yarl (1.9.2-r0) (30/41) Installing py3-yarl-pyc (1.9.2-r0) (31/41) Installing py3-aiohttp-pyc (3.8.4-r2) (32/41) Installing python3-pyc (3.11.4-r0) (33/41) Installing py3-aiosignal (1.3.1-r2) (34/41) Installing py3-aiohttp (3.8.4-r2) (35/41) Installing py3-parsing (3.0.9-r2) (36/41) Installing py3-parsing-pyc (3.0.9-r2) (37/41) Installing py3-packaging (23.1-r1) (38/41) Installing py3-packaging-pyc (23.1-r1) (39/41) Installing py3-setuptools (67.8.0-r0) (40/41) Installing py3-setuptools-pyc (67.8.0-r0) (41/41) Installing .makedepends-py3-nats (20230613.055813) Executing busybox-1.36.1-r1.trigger OK: 430 MiB in 149 packages >>> py3-nats: Cleaning up srcdir >>> py3-nats: Cleaning up pkgdir >>> py3-nats: Fetching https://distfiles.alpinelinux.org/distfiles/edge/nats.py-2.3.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-nats: Fetching https://github.com/nats-io/nats.py/archive/v2.3.1/nats.py-2.3.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 113k 9 11463 0 0 23625 0 0:00:04 --:--:-- 0:00:04 23625 100 113k 100 113k 0 0 222k 0 --:--:-- --:--:-- --:--:-- 4437k >>> py3-nats: Fetching https://distfiles.alpinelinux.org/distfiles/edge/nats.py-2.3.1.tar.gz >>> py3-nats: Checking sha512sums... nats.py-2.3.1.tar.gz: OK >>> py3-nats: Unpacking /var/cache/distfiles/edge/nats.py-2.3.1.tar.gz... /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `optional-dependencies` defined outside of `pyproject.toml` would be ignored. !! ******************************************************************************** ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `optional-dependencies = {'nkeys': ['nkeys'], 'aiohttp': ['aiohttp'], 'fast_parse': ['fast-mail-parser']}` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `optional-dependencies` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list `optional-dependencies` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) running build running build_py creating build creating build/lib creating build/lib/nats copying nats/__init__.py -> build/lib/nats copying nats/errors.py -> build/lib/nats copying nats/nuid.py -> build/lib/nats creating build/lib/nats/aio copying nats/aio/subscription.py -> build/lib/nats/aio copying nats/aio/__init__.py -> build/lib/nats/aio copying nats/aio/errors.py -> build/lib/nats/aio copying nats/aio/transport.py -> build/lib/nats/aio copying nats/aio/msg.py -> build/lib/nats/aio copying nats/aio/client.py -> build/lib/nats/aio creating build/lib/nats/js copying nats/js/object_store.py -> build/lib/nats/js copying nats/js/api.py -> build/lib/nats/js copying nats/js/kv.py -> build/lib/nats/js copying nats/js/__init__.py -> build/lib/nats/js copying nats/js/errors.py -> build/lib/nats/js copying nats/js/client.py -> build/lib/nats/js copying nats/js/manager.py -> build/lib/nats/js creating build/lib/nats/protocol copying nats/protocol/__init__.py -> build/lib/nats/protocol copying nats/protocol/parser.py -> build/lib/nats/protocol copying nats/protocol/command.py -> build/lib/nats/protocol running egg_info creating nats_py.egg-info writing nats_py.egg-info/PKG-INFO writing dependency_links to nats_py.egg-info/dependency_links.txt writing requirements to nats_py.egg-info/requires.txt writing top-level names to nats_py.egg-info/top_level.txt writing manifest file 'nats_py.egg-info/SOURCES.txt' reading manifest file 'nats_py.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'nats_py.egg-info/SOURCES.txt' >>> py3-nats: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) /usr/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:62: _WouldIgnoreField: `optional-dependencies` defined outside of `pyproject.toml` would be ignored. !! ******************************************************************************** ########################################################################## # configuration would be ignored/result in error due to `pyproject.toml` # ########################################################################## The following seems to be defined outside of `pyproject.toml`: `optional-dependencies = {'nkeys': ['nkeys'], 'aiohttp': ['aiohttp'], 'fast_parse': ['fast-mail-parser']}` According to the spec (see the link below), however, setuptools CANNOT consider this value unless `optional-dependencies` is listed as `dynamic`. https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ For the time being, `setuptools` will still consider the given value (as a **transitional** measure), but please note that future releases of setuptools will follow strictly the standard. To prevent this warning, you can list `optional-dependencies` under `dynamic` or alternatively remove the `[project]` table from your file and rely entirely on other means of configuration. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! _handle_missing_dynamic(dist, project_table) running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-nats/pkg creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio copying build/lib/nats/aio/subscription.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio copying build/lib/nats/aio/__init__.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio copying build/lib/nats/aio/errors.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio copying build/lib/nats/aio/transport.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio copying build/lib/nats/aio/msg.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio copying build/lib/nats/aio/client.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio copying build/lib/nats/__init__.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats copying build/lib/nats/errors.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats copying build/lib/nats/nuid.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js copying build/lib/nats/js/object_store.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js copying build/lib/nats/js/api.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js copying build/lib/nats/js/kv.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js copying build/lib/nats/js/__init__.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js copying build/lib/nats/js/errors.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js copying build/lib/nats/js/client.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js copying build/lib/nats/js/manager.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/protocol copying build/lib/nats/protocol/__init__.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/protocol copying build/lib/nats/protocol/parser.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/protocol copying build/lib/nats/protocol/command.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/protocol byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio/subscription.py to subscription.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio/transport.py to transport.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio/msg.py to msg.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio/client.py to client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/nuid.py to nuid.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js/object_store.py to object_store.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js/api.py to api.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js/kv.py to kv.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js/client.py to client.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js/manager.py to manager.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/protocol/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/protocol/parser.py to parser.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/protocol/command.py to command.cpython-311.pyc running install_egg_info running egg_info writing nats_py.egg-info/PKG-INFO writing dependency_links to nats_py.egg-info/dependency_links.txt writing requirements to nats_py.egg-info/requires.txt writing top-level names to nats_py.egg-info/top_level.txt reading manifest file 'nats_py.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'nats_py.egg-info/SOURCES.txt' Copying nats_py.egg-info to /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats_py-2.3.1-py3.11.egg-info running install_scripts >>> py3-nats-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/aio/__pycache__' -> '/home/buildozer/aports/community/py3-nats/pkg/py3-nats-pyc/usr/lib/python3.11/site-packages/nats/aio/__pycache__' '/home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/__pycache__' -> '/home/buildozer/aports/community/py3-nats/pkg/py3-nats-pyc/usr/lib/python3.11/site-packages/nats/__pycache__' '/home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/js/__pycache__' -> '/home/buildozer/aports/community/py3-nats/pkg/py3-nats-pyc/usr/lib/python3.11/site-packages/nats/js/__pycache__' '/home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.11/site-packages/nats/protocol/__pycache__' -> '/home/buildozer/aports/community/py3-nats/pkg/py3-nats-pyc/usr/lib/python3.11/site-packages/nats/protocol/__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.11 >>> py3-nats-pyc*: Package size: 404.0 KB >>> py3-nats-pyc*: Compressing data... >>> py3-nats-pyc*: Create checksum... >>> py3-nats-pyc*: Create py3-nats-pyc-2.3.1-r0.apk >>> py3-nats*: Tracing dependencies... py3-aiohttp python3 python3~3.11 >>> py3-nats*: Package size: 360.0 KB >>> py3-nats*: Compressing data... >>> py3-nats*: Create checksum... >>> py3-nats*: Create py3-nats-2.3.1-r0.apk >>> py3-nats: Build complete at Tue, 13 Jun 2023 05:58:17 +0000 elapsed time 0h 0m 6s >>> py3-nats: Cleaning up srcdir >>> py3-nats: Cleaning up pkgdir >>> py3-nats: Uninstalling dependencies... (1/41) Purging .makedepends-py3-nats (20230613.055813) (2/41) Purging py3-aiohttp-pyc (3.8.4-r2) (3/41) Purging py3-aiohttp (3.8.4-r2) (4/41) Purging py3-aiosignal-pyc (1.3.1-r2) (5/41) Purging py3-aiosignal (1.3.1-r2) (6/41) Purging py3-frozenlist-pyc (1.3.3-r2) (7/41) Purging py3-frozenlist (1.3.3-r2) (8/41) Purging py3-async-timeout-pyc (4.0.2-r3) (9/41) Purging py3-async-timeout (4.0.2-r3) (10/41) Purging py3-attrs-pyc (23.1.0-r1) (11/41) Purging py3-attrs (23.1.0-r1) (12/41) Purging py3-brotli-pyc (1.0.9-r15) (13/41) Purging py3-brotli (1.0.9-r15) (14/41) Purging py3-charset-normalizer-pyc (3.1.0-r1) (15/41) Purging py3-charset-normalizer (3.1.0-r1) (16/41) Purging py3-idna-ssl-pyc (1.1.0-r8) (17/41) Purging py3-idna-ssl (1.1.0-r8) (18/41) Purging py3-typing-extensions-pyc (4.6.3-r0) (19/41) Purging py3-typing-extensions (4.6.3-r0) (20/41) Purging py3-yarl-pyc (1.9.2-r0) (21/41) Purging py3-yarl (1.9.2-r0) (22/41) Purging py3-idna-pyc (3.4-r4) (23/41) Purging py3-idna (3.4-r4) (24/41) Purging py3-multidict-pyc (6.0.4-r2) (25/41) Purging py3-multidict (6.0.4-r2) (26/41) Purging py3-setuptools-pyc (67.8.0-r0) (27/41) Purging py3-setuptools (67.8.0-r0) (28/41) Purging py3-packaging-pyc (23.1-r1) (29/41) Purging py3-packaging (23.1-r1) (30/41) Purging py3-parsing-pyc (3.0.9-r2) (31/41) Purging py3-parsing (3.0.9-r2) (32/41) Purging python3-pyc (3.11.4-r0) (33/41) Purging python3-pycache-pyc0 (3.11.4-r0) (34/41) Purging pyc (0.1-r0) (35/41) Purging python3 (3.11.4-r0) (36/41) Purging gdbm (1.23-r1) (37/41) Purging libffi (3.4.4-r3) (38/41) Purging libpanelw (6.4_p20230610-r0) (39/41) Purging mpdecimal (2.5.1-r2) (40/41) Purging readline (8.2.1-r2) (41/41) Purging sqlite-libs (3.42.0-r2) Executing busybox-1.36.1-r1.trigger OK: 375 MiB in 108 packages >>> py3-nats: Updating the community/x86 repository index... >>> py3-nats: Signing the index...