>>> py3-nats: Building community/py3-nats 2.2.0-r0 (using abuild 3.10.0_rc1-r2) started Sun, 30 Oct 2022 20:23:33 +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 nats-server py3-pytest py3-pytest-cov (1/32) Installing libbz2 (1.0.8-r3) (2/32) Installing libffi (3.4.4-r0) (3/32) Installing gdbm (1.23-r0) (4/32) Installing xz-libs (5.2.7-r0) (5/32) Installing mpdecimal (2.5.1-r1) (6/32) Installing readline (8.2.0-r0) (7/32) Installing sqlite-libs (3.39.4-r0) (8/32) Installing python3 (3.10.8-r3) (9/32) Installing py3-frozenlist (1.2.0-r2) (10/32) Installing py3-aiosignal (1.2.0-r1) (11/32) Installing py3-typing-extensions (4.4.0-r0) (12/32) Installing py3-async-timeout (4.0.2-r0) (13/32) Installing py3-attrs (22.1.0-r0) (14/32) Installing py3-brotli (1.0.9-r8) (15/32) Installing py3-charset-normalizer (2.1.1-r0) (16/32) Installing py3-idna (3.4-r2) (17/32) Installing py3-idna-ssl (1.1.0-r6) (18/32) Installing py3-multidict (6.0.2-r1) (19/32) Installing py3-yarl (1.8.1-r0) (20/32) Installing py3-aiohttp (3.8.1-r2) (21/32) Installing py3-parsing (3.0.9-r0) (22/32) Installing py3-packaging (21.3-r2) (23/32) Installing py3-setuptools (65.5.0-r0) (24/32) Installing nats-server (2.9.4-r0) (25/32) Installing py3-iniconfig (1.1.1-r3) (26/32) Installing py3-pluggy (1.0.0-r1) (27/32) Installing py3-py (1.11.0-r0) (28/32) Installing py3-tomli (2.0.1-r1) (29/32) Installing py3-pytest (7.1.3-r1) (30/32) Installing py3-coverage (5.5-r2) (31/32) Installing py3-pytest-cov (2.12.1-r1) (32/32) Installing .makedepends-py3-nats (20221030.202335) Executing busybox-1.35.0-r27.trigger OK: 351 MiB in 125 packages >>> py3-nats: Cleaning up srcdir >>> py3-nats: Cleaning up pkgdir >>> py3-nats: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/nats.py-2.2.0.tar.gz >>> py3-nats: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/nats.py-2.2.0.tar.gz >>> py3-nats: Checking sha512sums... nats.py-2.2.0.tar.gz: OK >>> py3-nats: Unpacking /var/cache/distfiles/v3.17/nats.py-2.2.0.tar.gz... /usr/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) /usr/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:103: _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']}` 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. !! warnings.warn(msg, _WouldIgnoreField) running build running build_py creating build creating build/lib creating build/lib/nats copying nats/errors.py -> build/lib/nats copying nats/nuid.py -> build/lib/nats copying nats/__init__.py -> build/lib/nats creating build/lib/nats/aio copying nats/aio/errors.py -> build/lib/nats/aio copying nats/aio/subscription.py -> build/lib/nats/aio copying nats/aio/client.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/__init__.py -> build/lib/nats/aio creating build/lib/nats/js copying nats/js/errors.py -> build/lib/nats/js copying nats/js/kv.py -> build/lib/nats/js copying nats/js/client.py -> build/lib/nats/js copying nats/js/api.py -> build/lib/nats/js copying nats/js/__init__.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/command.py -> build/lib/nats/protocol copying nats/protocol/parser.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' ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-nats/src/nats.py-2.2.0, configfile: setup.cfg, testpaths: tests plugins: cov-2.12.1 collected 151 items / 1 deselected / 150 selected tests/test_client.py ................................................... [ 34%] .....s............... [ 48%] tests/test_client_async_await.py .... [ 50%] tests/test_client_nkeys.py ssss [ 53%] tests/test_client_v2.py ... [ 55%] tests/test_client_websocket.py .... [ 58%] tests/test_js.py ............................................. [ 88%] tests/test_nuid.py ..... [ 91%] tests/test_parser.py ............. [100%] ---------- coverage: platform linux, python 3.10.8-final-0 ----------- Coverage HTML written to dir htmlcov =========== 145 passed, 5 skipped, 1 deselected in 112.10s (0:01:52) =========== >>> py3-nats: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:108: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. warnings.warn(msg, _BetaConfiguration) /usr/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:103: _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']}` 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. !! warnings.warn(msg, _WouldIgnoreField) running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py 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' 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.10 creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats copying build/lib/nats/errors.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio copying build/lib/nats/aio/errors.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio copying build/lib/nats/aio/subscription.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio copying build/lib/nats/aio/client.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio copying build/lib/nats/aio/transport.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio copying build/lib/nats/aio/msg.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio copying build/lib/nats/aio/__init__.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js copying build/lib/nats/js/errors.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js copying build/lib/nats/js/kv.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js copying build/lib/nats/js/client.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js copying build/lib/nats/js/api.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js copying build/lib/nats/js/__init__.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js copying build/lib/nats/js/manager.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js copying build/lib/nats/nuid.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats creating /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/protocol copying build/lib/nats/protocol/__init__.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/protocol copying build/lib/nats/protocol/command.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/protocol copying build/lib/nats/protocol/parser.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/protocol copying build/lib/nats/__init__.py -> /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio/subscription.py to subscription.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio/client.py to client.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio/transport.py to transport.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio/msg.py to msg.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/aio/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js/kv.py to kv.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js/client.py to client.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js/api.py to api.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/js/manager.py to manager.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/nuid.py to nuid.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/protocol/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/protocol/command.py to command.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/protocol/parser.py to parser.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying nats_py.egg-info to /home/buildozer/aports/community/py3-nats/pkg/py3-nats/usr/lib/python3.10/site-packages/nats_py-2.2.0-py3.10.egg-info running install_scripts >>> py3-nats*: Running postcheck for py3-nats >>> py3-nats*: Preparing package py3-nats... >>> py3-nats*: Tracing dependencies... >>> py3-nats*: Package size: 556.0 KB >>> py3-nats*: Compressing data... >>> py3-nats*: Create checksum... >>> py3-nats*: Create py3-nats-2.2.0-r0.apk >>> py3-nats: Build complete at Sun, 30 Oct 2022 20:25:30 +0000 elapsed time 0h 1m 57s >>> py3-nats: Cleaning up srcdir >>> py3-nats: Cleaning up pkgdir >>> py3-nats: Uninstalling dependencies... (1/32) Purging .makedepends-py3-nats (20221030.202335) (2/32) Purging py3-aiohttp (3.8.1-r2) (3/32) Purging py3-aiosignal (1.2.0-r1) (4/32) Purging py3-frozenlist (1.2.0-r2) (5/32) Purging py3-async-timeout (4.0.2-r0) (6/32) Purging py3-brotli (1.0.9-r8) (7/32) Purging py3-charset-normalizer (2.1.1-r0) (8/32) Purging py3-idna-ssl (1.1.0-r6) (9/32) Purging py3-typing-extensions (4.4.0-r0) (10/32) Purging py3-yarl (1.8.1-r0) (11/32) Purging py3-idna (3.4-r2) (12/32) Purging py3-multidict (6.0.2-r1) (13/32) Purging py3-setuptools (65.5.0-r0) (14/32) Purging nats-server (2.9.4-r0) (15/32) Purging py3-pytest-cov (2.12.1-r1) (16/32) Purging py3-pytest (7.1.3-r1) (17/32) Purging py3-attrs (22.1.0-r0) (18/32) Purging py3-iniconfig (1.1.1-r3) (19/32) Purging py3-packaging (21.3-r2) (20/32) Purging py3-parsing (3.0.9-r0) (21/32) Purging py3-pluggy (1.0.0-r1) (22/32) Purging py3-py (1.11.0-r0) (23/32) Purging py3-tomli (2.0.1-r1) (24/32) Purging python3 (3.10.8-r3) (25/32) Purging py3-coverage (5.5-r2) (26/32) Purging libbz2 (1.0.8-r3) (27/32) Purging libffi (3.4.4-r0) (28/32) Purging gdbm (1.23-r0) (29/32) Purging xz-libs (5.2.7-r0) (30/32) Purging mpdecimal (2.5.1-r1) (31/32) Purging readline (8.2.0-r0) (32/32) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 268 MiB in 93 packages >>> py3-nats: Updating the community/aarch64 repository index... >>> py3-nats: Signing the index...