>>> py3-signedjson: Building community/py3-signedjson 1.1.4-r3 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 04:34:59 +0000 >>> py3-signedjson: Validating /home/udu/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 WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/29) Installing py3-cparser (2.22-r1) (2/29) Installing py3-cparser-pyc (2.22-r1) (3/29) Installing py3-cffi (1.17.1-r1) (4/29) Installing py3-cffi-pyc (1.17.1-r1) (5/29) Installing py3-pynacl (1.5.0-r6) (6/29) Installing py3-pynacl-pyc (1.5.0-r6) (7/29) Installing py3-canonicaljson (2.0.0-r2) (8/29) Installing py3-canonicaljson-pyc (2.0.0-r2) (9/29) Installing py3-unpaddedbase64 (2.1.0-r7) (10/29) Installing py3-unpaddedbase64-pyc (2.1.0-r7) (11/29) Installing py3-typing-extensions (4.13.2-r0) (12/29) Installing py3-typing-extensions-pyc (4.13.2-r0) (13/29) Installing py3-parsing (3.2.3-r0) (14/29) Installing py3-parsing-pyc (3.2.3-r0) (15/29) Installing py3-packaging (25.0-r0) (16/29) Installing py3-packaging-pyc (25.0-r0) (17/29) Installing py3-setuptools (80.9.0-r0) (18/29) Installing py3-setuptools-pyc (80.9.0-r0) (19/29) Installing py3-setuptools_scm (8.3.1-r0) (20/29) Installing py3-setuptools_scm-pyc (8.3.1-r0) (21/29) Installing py3-iniconfig (2.1.0-r0) (22/29) Installing py3-iniconfig-pyc (2.1.0-r0) (23/29) Installing py3-pluggy (1.5.0-r0) (24/29) Installing py3-pluggy-pyc (1.5.0-r0) (25/29) Installing py3-py (1.11.0-r4) (26/29) Installing py3-py-pyc (1.11.0-r4) (27/29) Installing py3-pytest (8.3.5-r0) (28/29) Installing py3-pytest-pyc (8.3.5-r0) (29/29) Installing .makedepends-py3-signedjson (20251013.043459) Executing busybox-1.37.0-r19.trigger OK: 313 MiB in 118 packages >>> py3-signedjson: Cleaning up srcdir >>> py3-signedjson: Cleaning up pkgdir >>> py3-signedjson: Cleaning up tmpdir >>> py3-signedjson: Fetching https://files.pythonhosted.org/packages/source/s/signedjson/signedjson-1.1.4.tar.gz >>> py3-signedjson: Fetching https://files.pythonhosted.org/packages/source/s/signedjson/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.12/site-packages/setuptools/__init__.py:92: _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`. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' running build running build_py creating build/lib/signedjson copying signedjson/types.py -> build/lib/signedjson copying signedjson/__init__.py -> build/lib/signedjson copying signedjson/sign.py -> build/lib/signedjson copying signedjson/key.py -> build/lib/signedjson copying signedjson/py.typed -> build/lib/signedjson ============================================================================================================================================ test session starts ============================================================================================================================================= platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-signedjson/src/signedjson-1.1.4 configfile: pyproject.toml collected 23 items tests/test_key.py ............... [ 65%] tests/test_known_key.py .. [ 73%] tests/test_sign.py ...... [100%] ============================================================================================================================================= 23 passed in 0.03s ============================================================================================================================================= >>> py3-signedjson: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/__init__.py:92: _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`. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/usr/lib/python3.12/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/udu/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.12/site-packages/signedjson copying build/lib/signedjson/py.typed -> /home/udu/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.12/site-packages/signedjson copying build/lib/signedjson/types.py -> /home/udu/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.12/site-packages/signedjson copying build/lib/signedjson/__init__.py -> /home/udu/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.12/site-packages/signedjson copying build/lib/signedjson/sign.py -> /home/udu/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.12/site-packages/signedjson copying build/lib/signedjson/key.py -> /home/udu/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.12/site-packages/signedjson byte-compiling /home/udu/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.12/site-packages/signedjson/types.py to types.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.12/site-packages/signedjson/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.12/site-packages/signedjson/sign.py to sign.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.12/site-packages/signedjson/key.py to key.cpython-312.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 ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any 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/udu/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.12/site-packages/signedjson-1.1.4-py3.12.egg-info running install_scripts >>> py3-signedjson-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/signedjson/__pycache__' -> '/home/udu/aports/community/py3-signedjson/pkg/py3-signedjson-pyc/usr/lib/python3.12/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.12 >>> py3-signedjson-pyc*: Package size: 12.5 KB >>> py3-signedjson-pyc*: Compressing data... >>> py3-signedjson-pyc*: Create checksum... >>> py3-signedjson-pyc*: Create py3-signedjson-pyc-1.1.4-r3.apk >>> py3-signedjson*: Tracing dependencies... python3 py3-pynacl py3-canonicaljson py3-unpaddedbase64 py3-typing-extensions python3~3.12 >>> py3-signedjson*: Package size: 15.5 KB >>> py3-signedjson*: Compressing data... >>> py3-signedjson*: Create checksum... >>> py3-signedjson*: Create py3-signedjson-1.1.4-r3.apk >>> py3-signedjson: Build complete at Mon, 13 Oct 2025 04:35:00 +0000 elapsed time 0h 0m 1s >>> py3-signedjson: Cleaning up srcdir >>> py3-signedjson: Cleaning up pkgdir >>> py3-signedjson: Uninstalling dependencies... (1/29) Purging .makedepends-py3-signedjson (20251013.043459) (2/29) Purging py3-pynacl-pyc (1.5.0-r6) (3/29) Purging py3-pynacl (1.5.0-r6) (4/29) Purging py3-cffi-pyc (1.17.1-r1) (5/29) Purging py3-cffi (1.17.1-r1) (6/29) Purging py3-cparser-pyc (2.22-r1) (7/29) Purging py3-cparser (2.22-r1) (8/29) Purging py3-canonicaljson-pyc (2.0.0-r2) (9/29) Purging py3-canonicaljson (2.0.0-r2) (10/29) Purging py3-unpaddedbase64-pyc (2.1.0-r7) (11/29) Purging py3-unpaddedbase64 (2.1.0-r7) (12/29) Purging py3-typing-extensions-pyc (4.13.2-r0) (13/29) Purging py3-typing-extensions (4.13.2-r0) (14/29) Purging py3-setuptools_scm-pyc (8.3.1-r0) (15/29) Purging py3-setuptools_scm (8.3.1-r0) (16/29) Purging py3-setuptools-pyc (80.9.0-r0) (17/29) Purging py3-setuptools (80.9.0-r0) (18/29) Purging py3-pytest-pyc (8.3.5-r0) (19/29) Purging py3-pytest (8.3.5-r0) (20/29) Purging py3-iniconfig-pyc (2.1.0-r0) (21/29) Purging py3-iniconfig (2.1.0-r0) (22/29) Purging py3-packaging-pyc (25.0-r0) (23/29) Purging py3-packaging (25.0-r0) (24/29) Purging py3-parsing-pyc (3.2.3-r0) (25/29) Purging py3-parsing (3.2.3-r0) (26/29) Purging py3-pluggy-pyc (1.5.0-r0) (27/29) Purging py3-pluggy (1.5.0-r0) (28/29) Purging py3-py-pyc (1.11.0-r4) (29/29) Purging py3-py (1.11.0-r4) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-signedjson: Updating the community/x86_64 repository index... >>> py3-signedjson: Signing the index...