>>> py3-signedjson: Building community/py3-signedjson 1.1.4-r2 (using abuild 3.12.0-r0) started Tue, 24 Oct 2023 18:25:35 +0000 >>> py3-signedjson: Checking sanity of /home/buildozer/aports/community/py3-signedjson/APKBUILD... >>> WARNING: py3-signedjson: No maintainer >>> py3-signedjson: Analyzing dependencies... >>> py3-signedjson: Installing for build: build-base python3 py3-pynacl py3-canonicaljson py3-unpaddedbase64 py3-typing-extensions py3-setuptools py3-setuptools_scm py3-pytest (1/41) Installing libbz2 (1.0.8-r6) (2/41) Installing libffi (3.4.4-r3) (3/41) Installing gdbm (1.23-r1) (4/41) Installing xz-libs (5.4.4-r0) (5/41) Installing mpdecimal (2.5.1-r2) (6/41) Installing libpanelw (6.4_p20231007-r0) (7/41) Installing readline (8.2.1-r2) (8/41) Installing sqlite-libs (3.43.2-r0) (9/41) Installing python3 (3.11.6-r1) (10/41) Installing python3-pycache-pyc0 (3.11.6-r1) (11/41) Installing pyc (3.11.6-r1) (12/41) Installing python3-pyc (3.11.6-r1) (13/41) Installing py3-cparser (2.21-r3) (14/41) Installing py3-cparser-pyc (2.21-r3) (15/41) Installing py3-cffi (1.16.0-r0) (16/41) Installing py3-cffi-pyc (1.16.0-r0) (17/41) Installing py3-pynacl (1.5.0-r4) (18/41) Installing py3-pynacl-pyc (1.5.0-r4) (19/41) Installing py3-canonicaljson (2.0.0-r1) (20/41) Installing py3-canonicaljson-pyc (2.0.0-r1) (21/41) Installing py3-unpaddedbase64 (2.1.0-r5) (22/41) Installing py3-unpaddedbase64-pyc (2.1.0-r5) (23/41) Installing py3-typing-extensions (4.8.0-r0) (24/41) Installing py3-typing-extensions-pyc (4.8.0-r0) (25/41) Installing py3-parsing (3.1.1-r0) (26/41) Installing py3-parsing-pyc (3.1.1-r0) (27/41) Installing py3-packaging (23.2-r0) (28/41) Installing py3-packaging-pyc (23.2-r0) (29/41) Installing py3-setuptools (68.2.2-r0) (30/41) Installing py3-setuptools-pyc (68.2.2-r0) (31/41) Installing py3-setuptools_scm (8.0.4-r1) (32/41) Installing py3-setuptools_scm-pyc (8.0.4-r1) (33/41) Installing py3-iniconfig (1.1.1-r6) (34/41) Installing py3-iniconfig-pyc (1.1.1-r6) (35/41) Installing py3-pluggy (1.3.0-r0) (36/41) Installing py3-pluggy-pyc (1.3.0-r0) (37/41) Installing py3-py (1.11.0-r2) (38/41) Installing py3-py-pyc (1.11.0-r2) (39/41) Installing py3-pytest (7.4.2-r0) (40/41) Installing py3-pytest-pyc (7.4.2-r0) (41/41) Installing .makedepends-py3-signedjson (20231024.182543) Executing busybox-1.36.1-r13.trigger OK: 535 MiB in 146 packages >>> py3-signedjson: Cleaning up srcdir >>> py3-signedjson: Cleaning up pkgdir >>> py3-signedjson: Cleaning up tmpdir >>> py3-signedjson: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//signedjson-1.1.4.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-signedjson: Fetching https://files.pythonhosted.org/packages/source/s/signedjson/signedjson-1.1.4.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 100 13565 100 13565 0 0 107k 0 --:--:-- --:--:-- --:--:-- 107k >>> py3-signedjson: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//signedjson-1.1.4.tar.gz >>> py3-signedjson: Checking sha512sums... signedjson-1.1.4.tar.gz: OK >>> py3-signedjson: Unpacking /var/cache/distfiles/signedjson-1.1.4.tar.gz... /usr/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' running build running build_py creating build creating build/lib creating build/lib/signedjson copying signedjson/sign.py -> build/lib/signedjson copying signedjson/key.py -> build/lib/signedjson copying signedjson/types.py -> build/lib/signedjson copying signedjson/__init__.py -> build/lib/signedjson copying signedjson/py.typed -> build/lib/signedjson ============================= test session starts ============================== platform linux -- Python 3.11.6, pytest-7.4.2, pluggy-1.3.0 rootdir: /home/buildozer/aports/community/py3-signedjson/src/signedjson-1.1.4 collected 23 items tests/test_key.py ............... [ 65%] tests/test_known_key.py .. [ 73%] tests/test_sign.py ...... [100%] ============================== 23 passed in 0.05s ============================== >>> py3-signedjson: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' 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 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-signedjson/pkg creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages/signedjson copying build/lib/signedjson/py.typed -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages/signedjson copying build/lib/signedjson/sign.py -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages/signedjson copying build/lib/signedjson/key.py -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages/signedjson copying build/lib/signedjson/types.py -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages/signedjson copying build/lib/signedjson/__init__.py -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages/signedjson byte-compiling /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages/signedjson/sign.py to sign.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages/signedjson/key.py to key.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages/signedjson/types.py to types.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages/signedjson/__init__.py to __init__.cpython-311.pyc running install_egg_info running egg_info writing signedjson.egg-info/PKG-INFO writing dependency_links to signedjson.egg-info/dependency_links.txt writing requirements to signedjson.egg-info/requires.txt writing top-level names to signedjson.egg-info/top_level.txt reading manifest file 'signedjson.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '.idea' adding license file 'LICENSE' writing manifest file 'signedjson.egg-info/SOURCES.txt' Copying signedjson.egg-info to /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages/signedjson-1.1.4-py3.11.egg-info running install_scripts >>> py3-signedjson-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.11/site-packages/signedjson/__pycache__' -> '/home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson-pyc/usr/lib/python3.11/site-packages/signedjson/__pycache__' >>> py3-signedjson-pyc*: Preparing subpackage py3-signedjson-pyc... >>> py3-signedjson-pyc*: Running postcheck for py3-signedjson-pyc >>> py3-signedjson*: Running postcheck for py3-signedjson >>> py3-signedjson*: Preparing package py3-signedjson... >>> py3-signedjson-pyc*: Tracing dependencies... python3 py3-pynacl py3-canonicaljson py3-unpaddedbase64 py3-typing-extensions python3~3.11 >>> py3-signedjson-pyc*: Package size: 52.0 KB >>> py3-signedjson-pyc*: Compressing data... >>> py3-signedjson-pyc*: Create checksum... >>> py3-signedjson-pyc*: Create py3-signedjson-pyc-1.1.4-r2.apk >>> py3-signedjson*: Tracing dependencies... python3 py3-pynacl py3-canonicaljson py3-unpaddedbase64 py3-typing-extensions python3~3.11 >>> py3-signedjson*: Package size: 72.0 KB >>> py3-signedjson*: Compressing data... >>> py3-signedjson*: Create checksum... >>> py3-signedjson*: Create py3-signedjson-1.1.4-r2.apk >>> py3-signedjson: Build complete at Tue, 24 Oct 2023 18:25:46 +0000 elapsed time 0h 0m 11s >>> py3-signedjson: Cleaning up srcdir >>> py3-signedjson: Cleaning up pkgdir >>> py3-signedjson: Uninstalling dependencies... (1/41) Purging .makedepends-py3-signedjson (20231024.182543) (2/41) Purging py3-pynacl-pyc (1.5.0-r4) (3/41) Purging py3-pynacl (1.5.0-r4) (4/41) Purging py3-cffi-pyc (1.16.0-r0) (5/41) Purging py3-cffi (1.16.0-r0) (6/41) Purging py3-cparser-pyc (2.21-r3) (7/41) Purging py3-cparser (2.21-r3) (8/41) Purging py3-canonicaljson-pyc (2.0.0-r1) (9/41) Purging py3-canonicaljson (2.0.0-r1) (10/41) Purging py3-unpaddedbase64-pyc (2.1.0-r5) (11/41) Purging py3-unpaddedbase64 (2.1.0-r5) (12/41) Purging py3-typing-extensions-pyc (4.8.0-r0) (13/41) Purging py3-typing-extensions (4.8.0-r0) (14/41) Purging py3-setuptools_scm-pyc (8.0.4-r1) (15/41) Purging py3-setuptools_scm (8.0.4-r1) (16/41) Purging py3-setuptools-pyc (68.2.2-r0) (17/41) Purging py3-setuptools (68.2.2-r0) (18/41) Purging py3-pytest-pyc (7.4.2-r0) (19/41) Purging py3-pytest (7.4.2-r0) (20/41) Purging py3-iniconfig-pyc (1.1.1-r6) (21/41) Purging py3-iniconfig (1.1.1-r6) (22/41) Purging py3-packaging-pyc (23.2-r0) (23/41) Purging py3-packaging (23.2-r0) (24/41) Purging py3-parsing-pyc (3.1.1-r0) (25/41) Purging py3-parsing (3.1.1-r0) (26/41) Purging py3-pluggy-pyc (1.3.0-r0) (27/41) Purging py3-pluggy (1.3.0-r0) (28/41) Purging py3-py-pyc (1.11.0-r2) (29/41) Purging py3-py (1.11.0-r2) (30/41) Purging python3-pyc (3.11.6-r1) (31/41) Purging python3-pycache-pyc0 (3.11.6-r1) (32/41) Purging pyc (3.11.6-r1) (33/41) Purging python3 (3.11.6-r1) (34/41) Purging gdbm (1.23-r1) (35/41) Purging libbz2 (1.0.8-r6) (36/41) Purging libffi (3.4.4-r3) (37/41) Purging libpanelw (6.4_p20231007-r0) (38/41) Purging mpdecimal (2.5.1-r2) (39/41) Purging readline (8.2.1-r2) (40/41) Purging sqlite-libs (3.43.2-r0) (41/41) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 473 MiB in 105 packages >>> py3-signedjson: Updating the community/aarch64 repository index... >>> py3-signedjson: Signing the index...