>>> py3-hjson: Building community/py3-hjson 3.0.2-r4 (using abuild 3.9.0-r0) started Tue, 10 May 2022 00:10:42 +0000 >>> py3-hjson: Checking sanity of /home/buildozer/aports/community/py3-hjson/APKBUILD... >>> py3-hjson: Analyzing dependencies... >>> py3-hjson: Installing for build: build-base python3 py3-setuptools py3-pytest (1/25) Installing libbz2 (1.0.8-r1) (2/25) Installing libffi (3.4.2-r1) (3/25) Installing gdbm (1.23-r0) (4/25) Installing xz-libs (5.2.5-r1) (5/25) Installing mpdecimal (2.5.1-r1) (6/25) Installing readline (8.1.2-r0) (7/25) Installing sqlite-libs (3.38.5-r0) (8/25) Installing python3 (3.10.4-r0) (9/25) Installing py3-appdirs (1.4.4-r3) (10/25) Installing py3-more-itertools (8.13.0-r0) (11/25) Installing py3-ordered-set (4.0.2-r3) (12/25) Installing py3-parsing (2.4.7-r3) (13/25) Installing py3-six (1.16.0-r1) (14/25) Installing py3-packaging (21.3-r0) (15/25) Installing py3-setuptools (59.4.0-r0) (16/25) Installing py3-atomicwrites (1.4.0-r2) (17/25) Installing py3-attrs (21.4.0-r0) (18/25) Installing py3-iniconfig (1.1.1-r2) (19/25) Installing py3-pluggy (1.0.0-r0) (20/25) Installing py3-py (1.10.0-r2) (21/25) Installing py3-wcwidth (0.2.5-r2) (22/25) Installing py3-toml (0.10.2-r3) (23/25) Installing py3-pygments (2.11.2-r0) (24/25) Installing py3-pytest (6.2.5-r2) (25/25) Installing .makedepends-py3-hjson (20220510.001042) Executing busybox-1.35.0-r13.trigger OK: 317 MiB in 114 packages >>> py3-hjson: Cleaning up srcdir >>> py3-hjson: Cleaning up pkgdir >>> py3-hjson: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-hjson-3.0.2.tar.gz >>> py3-hjson: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-hjson-3.0.2.tar.gz >>> py3-hjson: Checking sha512sums... py3-hjson-3.0.2.tar.gz: OK fix-python-shebang.patch: OK dont-depend-on-setuptools.patch: OK >>> py3-hjson: Unpacking /var/cache/distfiles/v3.16/py3-hjson-3.0.2.tar.gz... >>> py3-hjson: fix-python-shebang.patch patching file bin/hjson >>> py3-hjson: dont-depend-on-setuptools.patch patching file hjson/tool.py 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/scanner.py -> build/lib/hjson copying hjson/encoderH.py -> build/lib/hjson copying hjson/compat.py -> build/lib/hjson copying hjson/ordered_dict.py -> build/lib/hjson copying hjson/encoder.py -> build/lib/hjson copying hjson/tool.py -> build/lib/hjson copying hjson/decoder.py -> build/lib/hjson copying hjson/__init__.py -> build/lib/hjson creating build/lib/hjson/tests copying hjson/tests/test_unicode.py -> build/lib/hjson/tests copying hjson/tests/test_check_circular.py -> build/lib/hjson/tests copying hjson/tests/test_pass2.py -> build/lib/hjson/tests copying hjson/tests/test_pass3.py -> build/lib/hjson/tests copying hjson/tests/test_default.py -> build/lib/hjson/tests copying hjson/tests/test_fail.py -> build/lib/hjson/tests copying hjson/tests/test_scanstring.py -> build/lib/hjson/tests copying hjson/tests/test_hjson.py -> build/lib/hjson/tests copying hjson/tests/test_bitsize_int_as_string.py -> build/lib/hjson/tests copying hjson/tests/test_recursion.py -> build/lib/hjson/tests copying hjson/tests/test_for_json.py -> build/lib/hjson/tests copying hjson/tests/test_tuple.py -> build/lib/hjson/tests copying hjson/tests/test_float.py -> build/lib/hjson/tests copying hjson/tests/test_encode_basestring_ascii.py -> build/lib/hjson/tests copying hjson/tests/test_namedtuple.py -> build/lib/hjson/tests copying hjson/tests/test_tool.py -> build/lib/hjson/tests copying hjson/tests/test_decimal.py -> build/lib/hjson/tests copying hjson/tests/test_pass1.py -> build/lib/hjson/tests copying hjson/tests/test_separators.py -> build/lib/hjson/tests copying hjson/tests/test_errors.py -> build/lib/hjson/tests copying hjson/tests/__init__.py -> build/lib/hjson/tests copying hjson/tests/test_decode.py -> build/lib/hjson/tests copying hjson/tests/test_bigint_as_string.py -> build/lib/hjson/tests copying hjson/tests/test_dump.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 running build_scripts creating build/scripts-3.10 copying bin/hjson -> build/scripts-3.10 copying bin/hjson.cmd -> build/scripts-3.10 changing mode of build/scripts-3.10/hjson.cmd from 644 to 755 ============================= test session starts ============================== platform linux -- Python 3.10.4, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-hjson/src/hjson-py-3.0.2 collected 110 items hjson/tests/test_bigint_as_string.py .... [ 3%] hjson/tests/test_bitsize_int_as_string.py ...... [ 9%] hjson/tests/test_check_circular.py ..... [ 13%] hjson/tests/test_decimal.py ...... [ 19%] hjson/tests/test_decode.py ........... [ 29%] hjson/tests/test_default.py . [ 30%] hjson/tests/test_dump.py ......... [ 38%] hjson/tests/test_encode_basestring_ascii.py .. [ 40%] hjson/tests/test_errors.py .... [ 43%] hjson/tests/test_fail.py ... [ 46%] hjson/tests/test_float.py ... [ 49%] hjson/tests/test_for_json.py ........... [ 59%] hjson/tests/test_hjson.py . [ 60%] hjson/tests/test_indent.py ... [ 62%] hjson/tests/test_item_sort_key.py .. [ 64%] hjson/tests/test_namedtuple.py ...... [ 70%] hjson/tests/test_pass1.py . [ 70%] hjson/tests/test_pass2.py . [ 71%] hjson/tests/test_pass3.py . [ 72%] hjson/tests/test_recursion.py ... [ 75%] hjson/tests/test_scanstring.py ... [ 78%] hjson/tests/test_separators.py . [ 79%] hjson/tests/test_tool.py .. [ 80%] hjson/tests/test_tuple.py ... [ 83%] hjson/tests/test_unicode.py .................. [100%] ============================= 110 passed in 3.38s ============================== >>> py3-hjson: Entering fakeroot... Warning: 'classifiers' should be a list, got type 'filter' running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_scripts 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.10 creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson copying build/lib/hjson/scanner.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson copying build/lib/hjson/encoderH.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson copying build/lib/hjson/compat.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson copying build/lib/hjson/ordered_dict.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_unicode.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/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.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_pass2.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_pass3.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_default.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_fail.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_scanstring.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_hjson.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/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.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_recursion.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/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.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_tuple.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_float.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/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.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_namedtuple.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_tool.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_decimal.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_pass1.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_separators.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_errors.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/__init__.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_decode.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/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.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_dump.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests copying build/lib/hjson/tests/test_indent.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/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.10/site-packages/hjson/tests copying build/lib/hjson/encoder.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson copying build/lib/hjson/tool.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson copying build/lib/hjson/decoder.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson copying build/lib/hjson/__init__.py -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/scanner.py to scanner.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/encoderH.py to encoderH.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/compat.py to compat.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/ordered_dict.py to ordered_dict.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_unicode.py to test_unicode.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_check_circular.py to test_check_circular.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_pass2.py to test_pass2.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_pass3.py to test_pass3.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_default.py to test_default.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_fail.py to test_fail.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_scanstring.py to test_scanstring.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_hjson.py to test_hjson.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_bitsize_int_as_string.py to test_bitsize_int_as_string.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_recursion.py to test_recursion.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_for_json.py to test_for_json.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_tuple.py to test_tuple.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_float.py to test_float.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_encode_basestring_ascii.py to test_encode_basestring_ascii.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_namedtuple.py to test_namedtuple.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_tool.py to test_tool.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_decimal.py to test_decimal.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_pass1.py to test_pass1.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_separators.py to test_separators.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_errors.py to test_errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_decode.py to test_decode.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_bigint_as_string.py to test_bigint_as_string.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_dump.py to test_dump.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_indent.py to test_indent.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tests/test_item_sort_key.py to test_item_sort_key.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/encoder.py to encoder.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/tool.py to tool.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/decoder.py to decoder.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/lib/python3.10/site-packages/hjson/__init__.py to __init__.cpython-310.pyc running install_egg_info running egg_info creating hjson.egg-info writing hjson.egg-info/PKG-INFO writing dependency_links to hjson.egg-info/dependency_links.txt writing top-level names to hjson.egg-info/top_level.txt writing manifest file 'hjson.egg-info/SOURCES.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.10/site-packages/hjson-3.0.2-py3.10.egg-info running install_scripts creating /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/bin copying build/scripts-3.10/hjson.cmd -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/bin copying build/scripts-3.10/hjson -> /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/bin changing mode of /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/bin/hjson.cmd to 755 changing mode of /home/buildozer/aports/community/py3-hjson/pkg/py3-hjson/usr/bin/hjson to 755 >>> py3-hjson*: Running postcheck for py3-hjson >>> py3-hjson*: Preparing package py3-hjson... >>> py3-hjson*: Tracing dependencies... >>> py3-hjson*: Package size: 252.0 KB >>> py3-hjson*: Compressing data... >>> py3-hjson*: Create checksum... >>> py3-hjson*: Create py3-hjson-3.0.2-r4.apk >>> py3-hjson: Build complete at Tue, 10 May 2022 00:10:48 +0000 elapsed time 0h 0m 6s >>> py3-hjson: Cleaning up srcdir >>> py3-hjson: Cleaning up pkgdir >>> py3-hjson: Uninstalling dependencies... (1/25) Purging .makedepends-py3-hjson (20220510.001042) (2/25) Purging py3-setuptools (59.4.0-r0) (3/25) Purging py3-appdirs (1.4.4-r3) (4/25) Purging py3-ordered-set (4.0.2-r3) (5/25) Purging py3-pytest (6.2.5-r2) (6/25) Purging py3-atomicwrites (1.4.0-r2) (7/25) Purging py3-attrs (21.4.0-r0) (8/25) Purging py3-more-itertools (8.13.0-r0) (9/25) Purging py3-iniconfig (1.1.1-r2) (10/25) Purging py3-pluggy (1.0.0-r0) (11/25) Purging py3-py (1.10.0-r2) (12/25) Purging py3-wcwidth (0.2.5-r2) (13/25) Purging py3-packaging (21.3-r0) (14/25) Purging py3-parsing (2.4.7-r3) (15/25) Purging py3-six (1.16.0-r1) (16/25) Purging py3-toml (0.10.2-r3) (17/25) Purging py3-pygments (2.11.2-r0) (18/25) Purging python3 (3.10.4-r0) (19/25) Purging libbz2 (1.0.8-r1) (20/25) Purging libffi (3.4.2-r1) (21/25) Purging gdbm (1.23-r0) (22/25) Purging xz-libs (5.2.5-r1) (23/25) Purging mpdecimal (2.5.1-r1) (24/25) Purging readline (8.1.2-r0) (25/25) Purging sqlite-libs (3.38.5-r0) Executing busybox-1.35.0-r13.trigger OK: 255 MiB in 89 packages >>> py3-hjson: Updating the community/armv7 repository index... >>> py3-hjson: Signing the index...