>>> py3-hjson: Building community/py3-hjson 3.0.2-r4 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 05:02:09 +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/18) Installing libbz2 (1.0.8-r3) (2/18) Installing libffi (3.4.4-r0) (3/18) Installing gdbm (1.23-r0) (4/18) Installing xz-libs (5.2.7-r0) (5/18) Installing mpdecimal (2.5.1-r1) (6/18) Installing readline (8.2.0-r0) (7/18) Installing sqlite-libs (3.39.4-r0) (8/18) Installing python3 (3.10.8-r3) (9/18) Installing py3-parsing (3.0.9-r0) (10/18) Installing py3-packaging (21.3-r2) (11/18) Installing py3-setuptools (65.5.0-r0) (12/18) Installing py3-attrs (22.1.0-r0) (13/18) Installing py3-iniconfig (1.1.1-r3) (14/18) Installing py3-pluggy (1.0.0-r1) (15/18) Installing py3-py (1.11.0-r0) (16/18) Installing py3-tomli (2.0.1-r1) (17/18) Installing py3-pytest (7.1.3-r1) (18/18) Installing .makedepends-py3-hjson (20221028.050217) Executing busybox-1.35.0-r27.trigger OK: 251 MiB in 111 packages >>> py3-hjson: Cleaning up srcdir >>> py3-hjson: Cleaning up pkgdir >>> py3-hjson: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-hjson-3.0.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-hjson: Fetching https://github.com/hjson/hjson-py/archive/v3.0.2/py3-hjson-3.0.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 72965 0 72965 0 0 44207 0 --:--:-- 0:00:01 --:--:-- 173k >>> py3-hjson: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/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.17/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.8, pytest-7.1.3, 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 1.81s ============================== >>> 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 Fri, 28 Oct 2022 05:02:22 +0000 elapsed time 0h 0m 13s >>> py3-hjson: Cleaning up srcdir >>> py3-hjson: Cleaning up pkgdir >>> py3-hjson: Uninstalling dependencies... (1/18) Purging .makedepends-py3-hjson (20221028.050217) (2/18) Purging py3-setuptools (65.5.0-r0) (3/18) Purging py3-pytest (7.1.3-r1) (4/18) Purging py3-attrs (22.1.0-r0) (5/18) Purging py3-iniconfig (1.1.1-r3) (6/18) Purging py3-packaging (21.3-r2) (7/18) Purging py3-parsing (3.0.9-r0) (8/18) Purging py3-pluggy (1.0.0-r1) (9/18) Purging py3-py (1.11.0-r0) (10/18) Purging py3-tomli (2.0.1-r1) (11/18) Purging python3 (3.10.8-r3) (12/18) Purging libbz2 (1.0.8-r3) (13/18) Purging libffi (3.4.4-r0) (14/18) Purging gdbm (1.23-r0) (15/18) Purging xz-libs (5.2.7-r0) (16/18) Purging mpdecimal (2.5.1-r1) (17/18) Purging readline (8.2.0-r0) (18/18) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-hjson: Updating the community/armv7 repository index... >>> py3-hjson: Signing the index...