>>> hy: Building testing/hy 0.24.0-r1 (using abuild 3.9.0-r6) started Sat, 03 Sep 2022 14:54:47 +0000 >>> hy: Checking sanity of /home/buildozer/aports/testing/hy/APKBUILD... >>> hy: Analyzing dependencies... >>> hy: Installing for build: build-base python3 py3-funcparserlib py3-rply py3-colorama py3-setuptools py3-sphinx py3-sphinxcontrib-hydomain py3-sphinx_rtd_theme py3-wheel python3-tests py3-pytest py3-pytest-runner py3-tox (1/58) Installing libbz2 (1.0.8-r2) (2/58) Installing libffi (3.4.2-r1) (3/58) Installing gdbm (1.23-r0) (4/58) Installing xz-libs (5.2.6-r0) (5/58) Installing mpdecimal (2.5.1-r1) (6/58) Installing readline (8.1.2-r0) (7/58) Installing sqlite-libs (3.39.2-r0) (8/58) Installing python3 (3.10.6-r1) (9/58) Installing py3-funcparserlib (1.0.0-r0) (10/58) Installing py3-appdirs (1.4.4-r4) (11/58) Installing py3-rply (0.7.8-r2) (12/58) Installing py3-colorama (0.4.5-r0) (13/58) Installing py3-parsing (3.0.9-r0) (14/58) Installing py3-packaging (21.3-r2) (15/58) Installing py3-setuptools (65.3.0-r0) (16/58) Installing py3-tz (2022.2.1-r0) (17/58) Installing py3-babel (2.10.3-r0) (18/58) Installing py3-docutils (0.19-r1) (19/58) Installing py3-imagesize (1.4.1-r0) (20/58) Installing py3-markupsafe (2.1.1-r1) (21/58) Installing py3-jinja2 (3.1.2-r0) (22/58) Installing py3-pygments (2.13.0-r0) (23/58) Installing py3-certifi (2021.10.8-r0) (24/58) Installing py3-charset-normalizer (2.1.1-r0) (25/58) Installing py3-idna (3.3-r2) (26/58) Installing py3-urllib3 (1.26.12-r0) (27/58) Installing py3-requests (2.28.1-r0) (28/58) Installing py3-snowballstemmer (2.2.0-r0) (29/58) Installing py3-alabaster (0.7.12-r5) (30/58) Installing py3-sphinxcontrib-applehelp (1.0.2-r3) (31/58) Installing py3-sphinxcontrib-devhelp (1.0.2-r3) (32/58) Installing py3-sphinxcontrib-htmlhelp (2.0.0-r2) (33/58) Installing py3-sphinxcontrib-jsmath (1.0.1-r3) (34/58) Installing py3-sphinxcontrib-serializinghtml (1.1.5-r2) (35/58) Installing py3-sphinxcontrib-qthelp (1.0.3-r3) (36/58) Installing py3-sphinx (5.1.1-r0) (37/58) Installing py3-sphinxcontrib-hydomain (0.1.0_git20220623-r0) (38/58) Installing py3-sphinx_rtd_theme (0.4.3-r6) (39/58) Installing py3-wheel (0.37.1-r0) (40/58) Installing python3-tests (3.10.6-r1) (41/58) Installing py3-atomicwrites (1.4.1-r0) (42/58) Installing py3-attrs (22.1.0-r0) (43/58) Installing py3-iniconfig (1.1.1-r3) (44/58) Installing py3-more-itertools (8.13.0-r0) (45/58) Installing py3-pluggy (1.0.0-r0) (46/58) Installing py3-py (1.10.0-r2) (47/58) Installing py3-tomli (2.0.1-r1) (48/58) Installing py3-wcwidth (0.2.5-r2) (49/58) Installing py3-pytest (7.1.3-r0) (50/58) Installing py3-pytest-runner (5.3.2-r1) (51/58) Installing py3-six (1.16.0-r2) (52/58) Installing py3-platformdirs (2.5.2-r0) (53/58) Installing py3-distlib (0.3.4-r2) (54/58) Installing py3-filelock (3.8.0-r0) (55/58) Installing py3-virtualenv (20.16.3-r0) (56/58) Installing py3-toml (0.10.2-r4) (57/58) Installing py3-tox (3.24.3-r1) (58/58) Installing .makedepends-hy (20220903.145448) Executing busybox-1.35.0-r23.trigger OK: 652 MiB in 158 packages >>> hy: Cleaning up srcdir >>> hy: Cleaning up pkgdir >>> hy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hy-0.24.0.tar.gz >>> hy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hy-0.24.0.tar.gz >>> hy: Checking sha512sums... hy-0.24.0.tar.gz: OK >>> hy: Unpacking /var/cache/distfiles/edge/hy-0.24.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/hy copying hy/errors.py -> build/lib/hy copying hy/macros.py -> build/lib/hy copying hy/__main__.py -> build/lib/hy copying hy/compiler.py -> build/lib/hy copying hy/cmdline.py -> build/lib/hy copying hy/completer.py -> build/lib/hy copying hy/importer.py -> build/lib/hy copying hy/model_patterns.py -> build/lib/hy copying hy/scoping.py -> build/lib/hy copying hy/__init__.py -> build/lib/hy copying hy/version.py -> build/lib/hy copying hy/models.py -> build/lib/hy copying hy/_compat.py -> build/lib/hy creating build/lib/hy/core copying hy/core/result_macros.py -> build/lib/hy/core copying hy/core/__init__.py -> build/lib/hy/core creating build/lib/hy/reader copying hy/reader/reader.py -> build/lib/hy/reader copying hy/reader/hy_reader.py -> build/lib/hy/reader copying hy/reader/mangling.py -> build/lib/hy/reader copying hy/reader/__init__.py -> build/lib/hy/reader copying hy/reader/exceptions.py -> build/lib/hy/reader copying hy/reserved.hy -> build/lib/hy copying hy/pyops.hy -> build/lib/hy copying hy/core/hy_repr.hy -> build/lib/hy/core copying hy/core/util.hy -> build/lib/hy/core copying hy/core/macros.hy -> build/lib/hy/core ============================= test session starts ============================== platform linux -- Python 3.10.6, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/hy/src/hy-0.24.0, configfile: setup.cfg collected 487 items tests/test_completer.py .. [ 0%] tests/test_models.py ................ [ 3%] tests/test_reader.py ................................ [ 10%] tests/compilers/test_ast.py ............................................ [ 19%] .............................. [ 25%] tests/compilers/test_compiler.py .. [ 25%] tests/importer/test_importer.py ............... [ 28%] tests/macros/test_macro_processor.py ..... [ 29%] tests/native_tests/comprehensions.hy ............... [ 33%] tests/native_tests/core.hy ...... [ 34%] tests/native_tests/decorators.hy ..... [ 35%] tests/native_tests/defclass.hy .......... [ 37%] tests/native_tests/hy_repr.hy ........... [ 39%] tests/native_tests/language.hy ......................................... [ 48%] ........................................................................ [ 62%] ............ [ 65%] tests/native_tests/let.hy .................................... [ 72%] tests/native_tests/mangling.hy ...................... [ 77%] tests/native_tests/model_patterns.hy .. [ 77%] tests/native_tests/native_macros.hy ..............x.... [ 81%] tests/native_tests/operators.hy ........................................ [ 89%] .................. [ 93%] tests/native_tests/py3_10_only_tests.hy ....... [ 94%] tests/native_tests/py3_8_only_tests.hy ... [ 95%] tests/native_tests/quote.hy .......... [ 97%] tests/native_tests/reader_macros.hy ... [ 98%] tests/native_tests/reserved.hy .. [ 98%] tests/native_tests/when.hy . [ 98%] tests/native_tests/with_test.hy ...... [100%] ======================== 486 passed, 1 xfailed in 9.10s ======================== >>> hy: Entering fakeroot... 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 copying hy/version.py -> build/lib/hy running install_lib creating /home/buildozer/aports/testing/hy/pkg creating /home/buildozer/aports/testing/hy/pkg/hy creating /home/buildozer/aports/testing/hy/pkg/hy/usr creating /home/buildozer/aports/testing/hy/pkg/hy/usr/lib creating /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10 creating /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/errors.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/reserved.hy -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy creating /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core copying build/lib/hy/core/hy_repr.hy -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core copying build/lib/hy/core/util.hy -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core copying build/lib/hy/core/result_macros.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core copying build/lib/hy/core/macros.hy -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core copying build/lib/hy/core/__init__.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core copying build/lib/hy/macros.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/__main__.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/compiler.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/cmdline.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/completer.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/importer.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/model_patterns.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/pyops.hy -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/scoping.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/__init__.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/version.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/models.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy copying build/lib/hy/_compat.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy creating /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/reader copying build/lib/hy/reader/reader.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/reader copying build/lib/hy/reader/hy_reader.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/reader copying build/lib/hy/reader/mangling.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/reader copying build/lib/hy/reader/__init__.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/reader copying build/lib/hy/reader/exceptions.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/reader byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core/result_macros.py to result_macros.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/macros.py to macros.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/__main__.py to __main__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/compiler.py to compiler.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/cmdline.py to cmdline.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/completer.py to completer.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/importer.py to importer.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/model_patterns.py to model_patterns.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/scoping.py to scoping.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/version.py to version.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/models.py to models.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/_compat.py to _compat.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/reader/reader.py to reader.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/reader/hy_reader.py to hy_reader.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/reader/mangling.py to mangling.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/reader/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/reader/exceptions.py to exceptions.cpython-310.pyc running install_data creating /home/buildozer/aports/testing/hy/pkg/hy/usr/get_version copying get_version.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/get_version running install_egg_info running egg_info creating hy.egg-info writing hy.egg-info/PKG-INFO writing dependency_links to hy.egg-info/dependency_links.txt writing entry points to hy.egg-info/entry_points.txt writing requirements to hy.egg-info/requires.txt writing top-level names to hy.egg-info/top_level.txt writing manifest file 'hy.egg-info/SOURCES.txt' reading manifest file 'hy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'hy.egg-info/SOURCES.txt' Copying hy.egg-info to /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy-0.24.0-py3.10.egg-info running install_scripts Installing hy script to /home/buildozer/aports/testing/hy/pkg/hy/usr/bin Installing hy2py script to /home/buildozer/aports/testing/hy/pkg/hy/usr/bin Installing hy2py3 script to /home/buildozer/aports/testing/hy/pkg/hy/usr/bin Installing hy3 script to /home/buildozer/aports/testing/hy/pkg/hy/usr/bin Installing hyc script to /home/buildozer/aports/testing/hy/pkg/hy/usr/bin Installing hyc3 script to /home/buildozer/aports/testing/hy/pkg/hy/usr/bin /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core/macros.hy:1: RuntimeWarning: cond already refers to: `cond` in module: `builtins`, being replaced by: `.cond` ;;; Hy core macros /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core/macros.hy:1: RuntimeWarning: when already refers to: `when` in module: `builtins`, being replaced by: `.when` ;;; Hy core macros /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core/macros.hy:1: RuntimeWarning: defreader already refers to: `defreader` in module: `builtins`, being replaced by: `.defreader` ;;; Hy core macros /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core/macros.hy:1: RuntimeWarning: doc already refers to: `doc` in module: `builtins`, being replaced by: `.doc` ;;; Hy core macros /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core/macros.hy:1: RuntimeWarning: export already refers to: `export` in module: `builtins`, being replaced by: `.export` ;;; Hy core macros /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.10/site-packages/hy/core/macros.hy:1: RuntimeWarning: delmacro already refers to: `delmacro` in module: `builtins`, being replaced by: `.delmacro` ;;; Hy core macros >>> hy*: Running postcheck for hy >>> hy*: Preparing package hy... >>> hy*: Tracing dependencies... >>> hy*: Package size: 676.0 KB >>> hy*: Compressing data... >>> hy*: Create checksum... >>> hy*: Create hy-0.24.0-r1.apk >>> hy: Build complete at Sat, 03 Sep 2022 14:55:03 +0000 elapsed time 0h 0m 16s >>> hy: Cleaning up srcdir >>> hy: Cleaning up pkgdir >>> hy: Uninstalling dependencies... (1/58) Purging .makedepends-hy (20220903.145448) (2/58) Purging py3-funcparserlib (1.0.0-r0) (3/58) Purging py3-rply (0.7.8-r2) (4/58) Purging py3-appdirs (1.4.4-r4) (5/58) Purging py3-colorama (0.4.5-r0) (6/58) Purging py3-sphinxcontrib-hydomain (0.1.0_git20220623-r0) (7/58) Purging py3-sphinx (5.1.1-r0) (8/58) Purging py3-babel (2.10.3-r0) (9/58) Purging py3-tz (2022.2.1-r0) (10/58) Purging py3-docutils (0.19-r1) (11/58) Purging py3-imagesize (1.4.1-r0) (12/58) Purging py3-jinja2 (3.1.2-r0) (13/58) Purging py3-markupsafe (2.1.1-r1) (14/58) Purging py3-requests (2.28.1-r0) (15/58) Purging py3-certifi (2021.10.8-r0) (16/58) Purging py3-charset-normalizer (2.1.1-r0) (17/58) Purging py3-idna (3.3-r2) (18/58) Purging py3-urllib3 (1.26.12-r0) (19/58) Purging py3-snowballstemmer (2.2.0-r0) (20/58) Purging py3-alabaster (0.7.12-r5) (21/58) Purging py3-sphinxcontrib-applehelp (1.0.2-r3) (22/58) Purging py3-sphinxcontrib-devhelp (1.0.2-r3) (23/58) Purging py3-sphinxcontrib-htmlhelp (2.0.0-r2) (24/58) Purging py3-sphinxcontrib-jsmath (1.0.1-r3) (25/58) Purging py3-sphinxcontrib-serializinghtml (1.1.5-r2) (26/58) Purging py3-sphinxcontrib-qthelp (1.0.3-r3) (27/58) Purging py3-sphinx_rtd_theme (0.4.3-r6) (28/58) Purging py3-wheel (0.37.1-r0) (29/58) Purging python3-tests (3.10.6-r1) (30/58) Purging py3-pytest (7.1.3-r0) (31/58) Purging py3-atomicwrites (1.4.1-r0) (32/58) Purging py3-attrs (22.1.0-r0) (33/58) Purging py3-iniconfig (1.1.1-r3) (34/58) Purging py3-more-itertools (8.13.0-r0) (35/58) Purging py3-pygments (2.13.0-r0) (36/58) Purging py3-tomli (2.0.1-r1) (37/58) Purging py3-wcwidth (0.2.5-r2) (38/58) Purging py3-pytest-runner (5.3.2-r1) (39/58) Purging py3-setuptools (65.3.0-r0) (40/58) Purging py3-tox (3.24.3-r1) (41/58) Purging py3-packaging (21.3-r2) (42/58) Purging py3-parsing (3.0.9-r0) (43/58) Purging py3-pluggy (1.0.0-r0) (44/58) Purging py3-py (1.10.0-r2) (45/58) Purging py3-virtualenv (20.16.3-r0) (46/58) Purging py3-platformdirs (2.5.2-r0) (47/58) Purging py3-distlib (0.3.4-r2) (48/58) Purging py3-six (1.16.0-r2) (49/58) Purging py3-toml (0.10.2-r4) (50/58) Purging py3-filelock (3.8.0-r0) (51/58) Purging python3 (3.10.6-r1) (52/58) Purging libbz2 (1.0.8-r2) (53/58) Purging libffi (3.4.2-r1) (54/58) Purging gdbm (1.23-r0) (55/58) Purging xz-libs (5.2.6-r0) (56/58) Purging mpdecimal (2.5.1-r1) (57/58) Purging readline (8.1.2-r0) (58/58) Purging sqlite-libs (3.39.2-r0) Executing busybox-1.35.0-r23.trigger OK: 418 MiB in 100 packages >>> hy: Updating the testing/aarch64 repository index... >>> hy: Signing the index...