>>> py3-signedjson: Building community/py3-signedjson 1.1.4-r4 (using abuild 3.17.0_rc2-r0) started Fri, 01 May 2026 01:31:14 +0000 >>> py3-signedjson: Validating /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/43) Installing libbz2 (1.0.8-r6) ( 2/43) Installing libffi (3.5.2-r1) ( 3/43) Installing gdbm (1.26-r0) ( 4/43) Installing xz-libs (5.8.3-r0) ( 5/43) Installing mpdecimal (4.0.1-r0) ( 6/43) Installing libpanelw (6.6_p20260404-r0) ( 7/43) Installing readline (8.3.3-r1) ( 8/43) Installing sqlite-libs (3.53.0-r0) ( 9/43) Installing python3 (3.14.3-r0) (10/43) Installing python3-pycache-pyc0 (3.14.3-r0) (11/43) Installing pyc (3.14.3-r0) (12/43) Installing python3-pyc (3.14.3-r0) (13/43) Installing py3-cparser (3.0-r1) (14/43) Installing py3-cparser-pyc (3.0-r1) (15/43) Installing py3-cffi (2.0.0-r0) (16/43) Installing py3-cffi-pyc (2.0.0-r0) (17/43) Installing py3-pynacl (1.6.2-r1) (18/43) Installing py3-pynacl-pyc (1.6.2-r1) (19/43) Installing py3-canonicaljson (2.0.0-r3) (20/43) Installing py3-canonicaljson-pyc (2.0.0-r3) (21/43) Installing py3-unpaddedbase64 (2.1.0-r9) (22/43) Installing py3-unpaddedbase64-pyc (2.1.0-r9) (23/43) Installing py3-typing-extensions (4.15.0-r1) (24/43) Installing py3-typing-extensions-pyc (4.15.0-r1) (25/43) Installing py3-parsing (3.3.2-r1) (26/43) Installing py3-parsing-pyc (3.3.2-r1) (27/43) Installing py3-packaging (26.2-r0) (28/43) Installing py3-packaging-pyc (26.2-r0) (29/43) Installing py3-setuptools (82.0.1-r1) (30/43) Installing py3-setuptools-pyc (82.0.1-r1) (31/43) Installing py3-setuptools_scm (9.2.2-r1) (32/43) Installing py3-setuptools_scm-pyc (9.2.2-r1) (33/43) Installing py3-iniconfig (2.3.0-r1) (34/43) Installing py3-iniconfig-pyc (2.3.0-r1) (35/43) Installing py3-pluggy (1.6.0-r1) (36/43) Installing py3-pluggy-pyc (1.6.0-r1) (37/43) Installing py3-py (1.11.0-r5) (38/43) Installing py3-py-pyc (1.11.0-r5) (39/43) Installing py3-pygments (2.20.0-r0) (40/43) Installing py3-pygments-pyc (2.20.0-r0) (41/43) Installing py3-pytest (9.0.3-r0) (42/43) Installing py3-pytest-pyc (9.0.3-r0) (43/43) Installing .makedepends-py3-signedjson (20260501.013117) Executing busybox-1.37.0-r31.trigger OK: 499.9 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.24/signedjson-1.1.4.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.24/signedjson-1.1.4.tar.gz.part' signedjson-1.1.4.tar 100% |********************************| 13565 0:00:00 ETA '/var/cache/distfiles/v3.24/signedjson-1.1.4.tar.gz.part' saved /var/cache/distfiles/v3.24/signedjson-1.1.4.tar.gz: OK >>> py3-signedjson: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/signedjson-1.1.4.tar.gz /var/cache/distfiles/v3.24/signedjson-1.1.4.tar.gz: OK >>> py3-signedjson: Unpacking /var/cache/distfiles/v3.24/signedjson-1.1.4.tar.gz... /home/buildozer/aports/community/py3-signedjson/src/signedjson-1.1.4/setup.py:29: DeprecationWarning: codecs.open() is deprecated. Use open() instead. with open(file_path, encoding="utf-8") as f: /usr/lib/python3.14/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`. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section running build running build_py 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.14.3, pytest-9.0.3, pluggy-1.6.0 rootdir: /home/buildozer/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.06s ============================== >>> py3-signedjson: Entering fakeroot... /home/buildozer/aports/community/py3-signedjson/src/signedjson-1.1.4/setup.py:29: DeprecationWarning: codecs.open() is deprecated. Use open() instead. with open(file_path, encoding="utf-8") as f: /usr/lib/python3.14/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`. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section running install /usr/lib/python3.14/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. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. 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/py3-signedjson/usr/lib/python3.14/site-packages creating /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.14/site-packages/signedjson copying build/lib/signedjson/sign.py -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.14/site-packages/signedjson copying build/lib/signedjson/key.py -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.14/site-packages/signedjson copying build/lib/signedjson/types.py -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.14/site-packages/signedjson copying build/lib/signedjson/py.typed -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.14/site-packages/signedjson copying build/lib/signedjson/__init__.py -> /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.14/site-packages/signedjson byte-compiling /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.14/site-packages/signedjson/sign.py to sign.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.14/site-packages/signedjson/key.py to key.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.14/site-packages/signedjson/types.py to types.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.14/site-packages/signedjson/__init__.py to __init__.cpython-314.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 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/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson/usr/lib/python3.14/site-packages/signedjson-1.1.4-py3.14.egg-info running install_scripts >>> py3-signedjson-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/signedjson/__pycache__' -> '/home/buildozer/aports/community/py3-signedjson/pkg/py3-signedjson-pyc/usr/lib/python3.14/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~3.14 >>> py3-signedjson-pyc*: Package size: 13.0 KB >>> py3-signedjson-pyc*: Compressing data... >>> py3-signedjson-pyc*: Create checksum... >>> py3-signedjson-pyc*: Create py3-signedjson-pyc-1.1.4-r4.apk >>> py3-signedjson*: Tracing dependencies... python3 py3-pynacl py3-canonicaljson py3-unpaddedbase64 py3-typing-extensions python3~3.14 >>> py3-signedjson*: Package size: 15.5 KB >>> py3-signedjson*: Compressing data... >>> py3-signedjson*: Create checksum... >>> py3-signedjson*: Create py3-signedjson-1.1.4-r4.apk >>> py3-signedjson: Build complete at Fri, 01 May 2026 01:31:19 +0000 elapsed time 0h 0m 5s >>> py3-signedjson: Cleaning up srcdir >>> py3-signedjson: Cleaning up pkgdir >>> py3-signedjson: Uninstalling dependencies... ( 1/43) Purging .makedepends-py3-signedjson (20260501.013117) ( 2/43) Purging py3-pynacl-pyc (1.6.2-r1) ( 3/43) Purging py3-pynacl (1.6.2-r1) ( 4/43) Purging py3-cffi-pyc (2.0.0-r0) ( 5/43) Purging py3-cffi (2.0.0-r0) ( 6/43) Purging py3-cparser-pyc (3.0-r1) ( 7/43) Purging py3-cparser (3.0-r1) ( 8/43) Purging py3-canonicaljson-pyc (2.0.0-r3) ( 9/43) Purging py3-canonicaljson (2.0.0-r3) (10/43) Purging py3-unpaddedbase64-pyc (2.1.0-r9) (11/43) Purging py3-unpaddedbase64 (2.1.0-r9) (12/43) Purging py3-typing-extensions-pyc (4.15.0-r1) (13/43) Purging py3-typing-extensions (4.15.0-r1) (14/43) Purging py3-setuptools_scm-pyc (9.2.2-r1) (15/43) Purging py3-setuptools_scm (9.2.2-r1) (16/43) Purging py3-setuptools-pyc (82.0.1-r1) (17/43) Purging py3-setuptools (82.0.1-r1) (18/43) Purging py3-pytest-pyc (9.0.3-r0) (19/43) Purging py3-pytest (9.0.3-r0) (20/43) Purging py3-iniconfig-pyc (2.3.0-r1) (21/43) Purging py3-iniconfig (2.3.0-r1) (22/43) Purging py3-packaging-pyc (26.2-r0) (23/43) Purging py3-packaging (26.2-r0) (24/43) Purging py3-parsing-pyc (3.3.2-r1) (25/43) Purging py3-parsing (3.3.2-r1) (26/43) Purging py3-pluggy-pyc (1.6.0-r1) (27/43) Purging py3-pluggy (1.6.0-r1) (28/43) Purging py3-py-pyc (1.11.0-r5) (29/43) Purging py3-py (1.11.0-r5) (30/43) Purging py3-pygments-pyc (2.20.0-r0) (31/43) Purging py3-pygments (2.20.0-r0) (32/43) Purging python3-pyc (3.14.3-r0) (33/43) Purging python3-pycache-pyc0 (3.14.3-r0) (34/43) Purging pyc (3.14.3-r0) (35/43) Purging python3 (3.14.3-r0) (36/43) Purging gdbm (1.26-r0) (37/43) Purging libbz2 (1.0.8-r6) (38/43) Purging libffi (3.5.2-r1) (39/43) Purging libpanelw (6.6_p20260404-r0) (40/43) Purging mpdecimal (4.0.1-r0) (41/43) Purging readline (8.3.3-r1) (42/43) Purging sqlite-libs (3.53.0-r0) (43/43) Purging xz-libs (5.8.3-r0) Executing busybox-1.37.0-r31.trigger OK: 439.9 MiB in 103 packages >>> py3-signedjson: Updating the community/x86_64 repository index... >>> py3-signedjson: Signing the index...