>>> py3-hjson: Building community/py3-hjson 3.1.0-r3 (using abuild 3.14.1-r1) started Wed, 06 Nov 2024 09:14:16 +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/18) Installing libbz2 (1.0.8-r6)
(2/18) Installing libffi (3.4.6-r0)
(3/18) Installing gdbm (1.24-r0)
(4/18) Installing xz-libs (5.6.3-r0)
(5/18) Installing mpdecimal (4.0.0-r0)
(6/18) Installing libpanelw (6.5_p20241006-r2)
(7/18) Installing sqlite-libs (3.47.0-r0)
(8/18) Installing python3 (3.12.7-r1)
(9/18) Installing python3-pycache-pyc0 (3.12.7-r1)
(10/18) Installing pyc (3.12.7-r1)
(11/18) Installing python3-pyc (3.12.7-r1)
(12/18) Installing py3-parsing (3.1.4-r0)
(13/18) Installing py3-parsing-pyc (3.1.4-r0)
(14/18) Installing py3-packaging (24.1-r0)
(15/18) Installing py3-packaging-pyc (24.1-r0)
(16/18) Installing py3-setuptools (70.3.0-r0)
(17/18) Installing py3-setuptools-pyc (70.3.0-r0)
(18/18) Installing .makedepends-py3-hjson (20241106.091427)
Executing busybox-1.37.0-r6.trigger
OK: 437 MiB in 119 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.21/hjson-3.1.0.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/hjson-3.1.0.tar.gz.part'
hjson-3.1.0.tar.gz.p 100% |********************************| 40541  0:00:00 ETA
'/var/cache/distfiles/v3.21/hjson-3.1.0.tar.gz.part' saved
>>> py3-hjson: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/hjson-3.1.0.tar.gz
>>> py3-hjson: Checking sha512sums...
hjson-3.1.0.tar.gz: OK
>>> py3-hjson: Unpacking /var/cache/distfiles/v3.21/hjson-3.1.0.tar.gz...
Warning: 'classifiers' should be a list, got type 'filter'
running build
running build_py
creating build
creating build/lib
creating build/lib/hjson
copying hjson/ordered_dict.py -> build/lib/hjson
copying hjson/encoderH.py -> build/lib/hjson
copying hjson/encoder.py -> build/lib/hjson
copying hjson/scanner.py -> build/lib/hjson
copying hjson/tool.py -> build/lib/hjson
copying hjson/compat.py -> build/lib/hjson
copying hjson/__init__.py -> build/lib/hjson
copying hjson/decoder.py -> build/lib/hjson
creating build/lib/hjson/tests
copying hjson/tests/test_item_sort_key.py -> build/lib/hjson/tests
copying hjson/tests/test_pass2.py -> build/lib/hjson/tests
copying hjson/tests/test_dump.py -> build/lib/hjson/tests
copying hjson/tests/test_decimal.py -> build/lib/hjson/tests
copying hjson/tests/test_bigint_as_string.py -> build/lib/hjson/tests
copying hjson/tests/test_for_json.py -> build/lib/hjson/tests
copying hjson/tests/test_scanstring.py -> build/lib/hjson/tests
copying hjson/tests/test_pass3.py -> build/lib/hjson/tests
copying hjson/tests/test_errors.py -> build/lib/hjson/tests
copying hjson/tests/test_hjson.py -> build/lib/hjson/tests
copying hjson/tests/test_namedtuple.py -> build/lib/hjson/tests
copying hjson/tests/test_pass1.py -> build/lib/hjson/tests
copying hjson/tests/test_recursion.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_encode_basestring_ascii.py -> build/lib/hjson/tests
copying hjson/tests/test_indent.py -> build/lib/hjson/tests
copying hjson/tests/test_default.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_fail.py -> build/lib/hjson/tests
copying hjson/tests/test_tuple.py -> build/lib/hjson/tests
copying hjson/tests/__init__.py -> build/lib/hjson/tests
copying hjson/tests/test_float.py -> build/lib/hjson/tests
copying hjson/tests/test_separators.py -> build/lib/hjson/tests
copying hjson/tests/test_tool.py -> build/lib/hjson/tests
>>> py3-hjson: Entering fakeroot...
Warning: 'classifiers' should be a list, got type 'filter'
running install
/usr/lib/python3.12/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-hjson/pkg
creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson
creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr
creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib
creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12
creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages
creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson
copying build/lib/hjson/ordered_dict.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson
copying build/lib/hjson/encoderH.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson
copying build/lib/hjson/encoder.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson
creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/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.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_pass2.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_dump.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_decimal.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/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.12/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.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_scanstring.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_pass3.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_errors.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_hjson.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_namedtuple.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_pass1.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_recursion.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/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.12/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.12/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.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_indent.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_default.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_unicode.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_decode.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_fail.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_tuple.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/__init__.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_float.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_separators.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/tests/test_tool.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests
copying build/lib/hjson/scanner.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson
copying build/lib/hjson/tool.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson
copying build/lib/hjson/compat.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson
copying build/lib/hjson/__init__.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson
copying build/lib/hjson/decoder.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/ordered_dict.py to ordered_dict.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/encoderH.py to encoderH.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/encoder.py to encoder.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_item_sort_key.py to test_item_sort_key.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_pass2.py to test_pass2.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_dump.py to test_dump.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_decimal.py to test_decimal.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_bigint_as_string.py to test_bigint_as_string.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_for_json.py to test_for_json.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_scanstring.py to test_scanstring.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_pass3.py to test_pass3.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_errors.py to test_errors.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_hjson.py to test_hjson.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_namedtuple.py to test_namedtuple.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_pass1.py to test_pass1.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_recursion.py to test_recursion.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_check_circular.py to test_check_circular.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_bitsize_int_as_string.py to test_bitsize_int_as_string.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_encode_basestring_ascii.py to test_encode_basestring_ascii.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_indent.py to test_indent.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_default.py to test_default.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_unicode.py to test_unicode.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_decode.py to test_decode.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_fail.py to test_fail.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_tuple.py to test_tuple.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_float.py to test_float.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_separators.py to test_separators.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tests/test_tool.py to test_tool.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/scanner.py to scanner.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/tool.py to tool.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/compat.py to compat.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.12/site-packages/hjson/decoder.py to decoder.cpython-312.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.12/site-packages/hjson-3.1.0-py3.12.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...
'usr/lib/python3.12/site-packages/hjson/__pycache__' -> '/home/buildozer/aports/community/py3-hjson/pkg/py3-hjson-pyc/usr/lib/python3.12/site-packages/hjson/__pycache__'
>>> py3-hjson-pyc*: Preparing subpackage py3-hjson-pyc...
>>> py3-hjson-pyc*: Running postcheck for py3-hjson-pyc
>>> py3-hjson*: Running postcheck for py3-hjson
>>> py3-hjson*: Preparing package py3-hjson...
>>> py3-hjson-pyc*: Tracing dependencies...
	python3
	python3~3.12
>>> py3-hjson-pyc*: Package size: 94.2 KB
>>> py3-hjson-pyc*: Compressing data...
>>> py3-hjson-pyc*: Create checksum...
>>> py3-hjson-pyc*: Create py3-hjson-pyc-3.1.0-r3.apk
>>> py3-hjson*: Tracing dependencies...
	python3
	python3~3.12
>>> py3-hjson*: Package size: 96.3 KB
>>> py3-hjson*: Compressing data...
>>> py3-hjson*: Create checksum...
>>> py3-hjson*: Create py3-hjson-3.1.0-r3.apk
>>> py3-hjson: Build complete at Wed, 06 Nov 2024 09:14:28 +0000 elapsed time 0h 0m 12s
>>> py3-hjson: Cleaning up srcdir
>>> py3-hjson: Cleaning up pkgdir
>>> py3-hjson: Uninstalling dependencies...
(1/18) Purging .makedepends-py3-hjson (20241106.091427)
(2/18) Purging py3-setuptools-pyc (70.3.0-r0)
(3/18) Purging py3-setuptools (70.3.0-r0)
(4/18) Purging py3-packaging-pyc (24.1-r0)
(5/18) Purging py3-packaging (24.1-r0)
(6/18) Purging py3-parsing-pyc (3.1.4-r0)
(7/18) Purging py3-parsing (3.1.4-r0)
(8/18) Purging python3-pyc (3.12.7-r1)
(9/18) Purging python3-pycache-pyc0 (3.12.7-r1)
(10/18) Purging pyc (3.12.7-r1)
(11/18) Purging python3 (3.12.7-r1)
(12/18) Purging gdbm (1.24-r0)
(13/18) Purging libbz2 (1.0.8-r6)
(14/18) Purging libffi (3.4.6-r0)
(15/18) Purging libpanelw (6.5_p20241006-r2)
(16/18) Purging mpdecimal (4.0.0-r0)
(17/18) Purging sqlite-libs (3.47.0-r0)
(18/18) Purging xz-libs (5.6.3-r0)
Executing busybox-1.37.0-r6.trigger
OK: 395 MiB in 101 packages
>>> py3-hjson: Updating the community/x86_64 repository index...
>>> py3-hjson: Signing the index...