>>> py3-hjson: Building community/py3-hjson 3.1.0-r4 (using abuild 3.17.0_rc1-r2) started Fri, 24 Apr 2026 09:13:19 +0000 >>> py3-hjson: Validating /home/buildozer/aports/community/py3-hjson/APKBUILD... >>> py3-hjson: Analyzing dependencies... >>> py3-hjson: Installing for build: build-base python3 py3-setuptools ( 1/19) Installing libbz2 (1.0.8-r6) ( 2/19) Installing libffi (3.5.2-r1) ( 3/19) Installing gdbm (1.26-r0) ( 4/19) Installing xz-libs (5.8.2-r0) ( 5/19) Installing mpdecimal (4.0.1-r0) ( 6/19) Installing libpanelw (6.6_p20260404-r0) ( 7/19) Installing readline (8.3.3-r1) ( 8/19) Installing sqlite-libs (3.53.0-r0) ( 9/19) Installing python3 (3.14.3-r0) (10/19) Installing python3-pycache-pyc0 (3.14.3-r0) (11/19) Installing pyc (3.14.3-r0) (12/19) Installing python3-pyc (3.14.3-r0) (13/19) Installing py3-parsing (3.3.2-r1) (14/19) Installing py3-parsing-pyc (3.3.2-r1) (15/19) Installing py3-packaging (26.1-r0) (16/19) Installing py3-packaging-pyc (26.1-r0) (17/19) Installing py3-setuptools (82.0.1-r1) (18/19) Installing py3-setuptools-pyc (82.0.1-r1) (19/19) Installing .makedepends-py3-hjson (20260424.091322) Executing busybox-1.37.0-r31.trigger OK: 430.7 MiB in 122 packages >>> py3-hjson: Cleaning up srcdir >>> py3-hjson: Cleaning up pkgdir >>> py3-hjson: Cleaning up tmpdir >>> py3-hjson: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/hjson-3.1.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.24/hjson-3.1.0.tar.gz.part' hjson-3.1.0.tar.gz.p 100% |********************************| 40541 0:00:00 ETA '/var/cache/distfiles/v3.24/hjson-3.1.0.tar.gz.part' saved /var/cache/distfiles/v3.24/hjson-3.1.0.tar.gz: OK >>> py3-hjson: Fetching https://distfiles.alpinelinux.org/distfiles/v3.24/hjson-3.1.0.tar.gz /var/cache/distfiles/v3.24/hjson-3.1.0.tar.gz: OK >>> py3-hjson: Unpacking /var/cache/distfiles/v3.24/hjson-3.1.0.tar.gz... Warning: 'classifiers' should be a list, got type 'filter' /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License License :: OSI Approved :: Academic Free License (AFL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/hjson copying hjson/compat.py -> build/lib/hjson copying hjson/__init__.py -> build/lib/hjson copying hjson/tool.py -> build/lib/hjson copying hjson/ordered_dict.py -> build/lib/hjson copying hjson/encoderH.py -> build/lib/hjson copying hjson/decoder.py -> build/lib/hjson copying hjson/scanner.py -> build/lib/hjson copying hjson/encoder.py -> build/lib/hjson creating build/lib/hjson/tests copying hjson/tests/test_hjson.py -> build/lib/hjson/tests copying hjson/tests/test_fail.py -> build/lib/hjson/tests copying hjson/tests/test_pass3.py -> build/lib/hjson/tests copying hjson/tests/test_recursion.py -> build/lib/hjson/tests copying hjson/tests/__init__.py -> build/lib/hjson/tests copying hjson/tests/test_unicode.py -> build/lib/hjson/tests copying hjson/tests/test_decode.py -> build/lib/hjson/tests copying hjson/tests/test_namedtuple.py -> build/lib/hjson/tests copying hjson/tests/test_pass2.py -> build/lib/hjson/tests copying hjson/tests/test_pass1.py -> build/lib/hjson/tests copying hjson/tests/test_check_circular.py -> build/lib/hjson/tests copying hjson/tests/test_bitsize_int_as_string.py -> build/lib/hjson/tests copying hjson/tests/test_for_json.py -> build/lib/hjson/tests copying hjson/tests/test_tool.py -> build/lib/hjson/tests copying hjson/tests/test_encode_basestring_ascii.py -> build/lib/hjson/tests copying hjson/tests/test_bigint_as_string.py -> build/lib/hjson/tests copying hjson/tests/test_scanstring.py -> build/lib/hjson/tests copying hjson/tests/test_float.py -> build/lib/hjson/tests copying hjson/tests/test_errors.py -> build/lib/hjson/tests copying hjson/tests/test_default.py -> build/lib/hjson/tests copying hjson/tests/test_decimal.py -> build/lib/hjson/tests copying hjson/tests/test_indent.py -> build/lib/hjson/tests copying hjson/tests/test_item_sort_key.py -> build/lib/hjson/tests copying hjson/tests/test_tuple.py -> build/lib/hjson/tests copying hjson/tests/test_separators.py -> build/lib/hjson/tests copying hjson/tests/test_dump.py -> build/lib/hjson/tests >>> py3-hjson: Entering fakeroot... Warning: 'classifiers' should be a list, got type 'filter' /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License License :: OSI Approved :: Academic Free License (AFL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 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-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson copying build/lib/hjson/compat.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson copying build/lib/hjson/__init__.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson copying build/lib/hjson/tool.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson copying build/lib/hjson/ordered_dict.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson copying build/lib/hjson/encoderH.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_hjson.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_fail.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_pass3.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_recursion.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/__init__.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_unicode.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_decode.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_namedtuple.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_pass2.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_pass1.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_check_circular.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_bitsize_int_as_string.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_for_json.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_tool.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_encode_basestring_ascii.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_bigint_as_string.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_scanstring.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_float.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_errors.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_default.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_decimal.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_indent.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_item_sort_key.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_tuple.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_separators.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/tests/test_dump.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests copying build/lib/hjson/decoder.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson copying build/lib/hjson/scanner.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson copying build/lib/hjson/encoder.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/compat.py to compat.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tool.py to tool.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/ordered_dict.py to ordered_dict.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/encoderH.py to encoderH.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_hjson.py to test_hjson.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_fail.py to test_fail.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_pass3.py to test_pass3.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_recursion.py to test_recursion.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_unicode.py to test_unicode.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_decode.py to test_decode.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_namedtuple.py to test_namedtuple.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_pass2.py to test_pass2.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_pass1.py to test_pass1.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_check_circular.py to test_check_circular.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_bitsize_int_as_string.py to test_bitsize_int_as_string.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_for_json.py to test_for_json.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_tool.py to test_tool.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_encode_basestring_ascii.py to test_encode_basestring_ascii.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_bigint_as_string.py to test_bigint_as_string.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_scanstring.py to test_scanstring.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_float.py to test_float.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_errors.py to test_errors.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_default.py to test_default.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_decimal.py to test_decimal.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_indent.py to test_indent.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_item_sort_key.py to test_item_sort_key.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_tuple.py to test_tuple.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_separators.py to test_separators.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/tests/test_dump.py to test_dump.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/decoder.py to decoder.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/scanner.py to scanner.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson/encoder.py to encoder.cpython-314.pyc running install_egg_info running egg_info writing hjson.egg-info/PKG-INFO writing dependency_links to hjson.egg-info/dependency_links.txt writing entry points to hjson.egg-info/entry_points.txt writing top-level names to hjson.egg-info/top_level.txt reading manifest file 'hjson.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '#*' adding license file 'LICENSE.txt' writing manifest file 'hjson.egg-info/SOURCES.txt' Copying hjson.egg-info to /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.14/site-packages/hjson-3.1.0-py3.14.egg-info running install_scripts Installing hjson script to /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/bin >>> py3-hjson-pyc*: Running split function pyc... libfakeroot internal error: payload not recognized! 'usr/lib/python3.14/site-packages/hjson/__pycache__' -> '/home/buildozer/aports/community/py3-hjson/pkg/py3-hjson-pyc/usr/lib/python3.14/site-packages/hjson/__pycache__' >>> py3-hjson-pyc*: Preparing subpackage py3-hjson-pyc... Please specify at least one package name on the command line. >>> py3-hjson-pyc*: Running postcheck for py3-hjson-pyc >>> py3-hjson*: Running postcheck for py3-hjson >>> py3-hjson*: Preparing package py3-hjson... Please specify at least one package name on the command line. >>> py3-hjson-pyc*: Tracing dependencies... libfakeroot internal error: payload not recognized! python3~3.14 >>> py3-hjson-pyc*: Package size: 97.4 KB >>> py3-hjson-pyc*: Compressing data... >>> py3-hjson-pyc*: Create checksum... >>> py3-hjson-pyc*: Create py3-hjson-pyc-3.1.0-r4.apk >>> py3-hjson*: Tracing dependencies... python3 python3~3.14 >>> py3-hjson*: Package size: 96.5 KB >>> py3-hjson*: Compressing data... >>> py3-hjson*: Create checksum... >>> py3-hjson*: Create py3-hjson-3.1.0-r4.apk >>> py3-hjson: Build complete at Fri, 24 Apr 2026 09:13:25 +0000 elapsed time 0h 0m 6s >>> py3-hjson: Cleaning up srcdir >>> py3-hjson: Cleaning up pkgdir >>> py3-hjson: Uninstalling dependencies... ( 1/19) Purging .makedepends-py3-hjson (20260424.091322) ( 2/19) Purging py3-setuptools-pyc (82.0.1-r1) ( 3/19) Purging py3-setuptools (82.0.1-r1) ( 4/19) Purging py3-packaging-pyc (26.1-r0) ( 5/19) Purging py3-packaging (26.1-r0) ( 6/19) Purging py3-parsing-pyc (3.3.2-r1) ( 7/19) Purging py3-parsing (3.3.2-r1) ( 8/19) Purging python3-pyc (3.14.3-r0) ( 9/19) Purging python3-pycache-pyc0 (3.14.3-r0) (10/19) Purging pyc (3.14.3-r0) (11/19) Purging python3 (3.14.3-r0) (12/19) Purging gdbm (1.26-r0) (13/19) Purging libbz2 (1.0.8-r6) (14/19) Purging libffi (3.5.2-r1) (15/19) Purging libpanelw (6.6_p20260404-r0) (16/19) Purging mpdecimal (4.0.1-r0) (17/19) Purging readline (8.3.3-r1) (18/19) Purging sqlite-libs (3.53.0-r0) (19/19) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 385.3 MiB in 103 packages >>> py3-hjson: Updating the community/s390x repository index... >>> py3-hjson: Signing the index...