>>> hy: Building testing/hy 0.26.0-r0 (using abuild 3.10.0-r0) started Mon, 13 Feb 2023 18:51:12 +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/55) Installing libbz2 (1.0.8-r4) (2/55) Installing libffi (3.4.4-r0) (3/55) Installing gdbm (1.23-r0) (4/55) Installing xz-libs (5.4.1-r0) (5/55) Installing mpdecimal (2.5.1-r1) (6/55) Installing readline (8.2.001-r0) (7/55) Installing sqlite-libs (3.40.1-r0) (8/55) Installing python3 (3.11.2-r0) (9/55) Installing py3-funcparserlib (1.0.1-r1) (10/55) Installing py3-appdirs (1.4.4-r5) (11/55) Installing py3-rply (0.7.8-r3) (12/55) Installing py3-colorama (0.4.6-r1) (13/55) Installing py3-parsing (3.0.9-r1) (14/55) Installing py3-packaging (23.0-r0) (15/55) Installing py3-setuptools (67.2.0-r0) (16/55) Installing py3-tz (2022.7.1-r0) (17/55) Installing py3-babel (2.11.0-r1) (18/55) Installing py3-docutils (0.19-r2) (19/55) Installing py3-imagesize (1.4.1-r1) (20/55) Installing py3-markupsafe (2.1.2-r0) (21/55) Installing py3-jinja2 (3.1.2-r1) (22/55) Installing py3-pygments (2.14.0-r0) (23/55) Installing py3-certifi (2022.12.7-r0) (24/55) Installing py3-charset-normalizer (3.0.1-r1) (25/55) Installing py3-idna (3.4-r3) (26/55) Installing py3-urllib3 (1.26.14-r0) (27/55) Installing py3-requests (2.28.2-r0) (28/55) Installing py3-snowballstemmer (2.2.0-r1) (29/55) Installing py3-alabaster (0.7.13-r0) (30/55) Installing py3-sphinxcontrib-applehelp (1.0.4-r0) (31/55) Installing py3-sphinxcontrib-devhelp (1.0.2-r4) (32/55) Installing py3-sphinxcontrib-htmlhelp (2.0.1-r0) (33/55) Installing py3-sphinxcontrib-jsmath (1.0.1-r4) (34/55) Installing py3-sphinxcontrib-serializinghtml (1.1.5-r3) (35/55) Installing py3-sphinxcontrib-qthelp (1.0.3-r4) (36/55) Installing py3-sphinx (6.1.3-r0) (37/55) Installing py3-sphinxcontrib-hydomain (0.1.0_git20220623-r1) (38/55) Installing py3-sphinx_rtd_theme (1.2.0-r0) (39/55) Installing py3-wheel (0.38.4-r1) (40/55) Installing python3-tests (3.11.2-r0) (41/55) Installing py3-attrs (22.2.0-r0) (42/55) Installing py3-iniconfig (1.1.1-r4) (43/55) Installing py3-pluggy (1.0.0-r2) (44/55) Installing py3-py (1.11.0-r1) (45/55) Installing py3-pytest (7.2.1-r0) (46/55) Installing py3-pytest-runner (6.0.0-r1) (47/55) Installing py3-cachetools (5.2.0-r0) (48/55) Installing py3-chardet (5.1.0-r0) (49/55) Installing py3-filelock (3.8.2-r0) (50/55) Installing py3-platformdirs (3.0.0-r0) (51/55) Installing py3-pyproject-api (1.5.0-r0) (52/55) Installing py3-distlib (0.3.6-r1) (53/55) Installing py3-virtualenv (20.19.0-r0) (54/55) Installing py3-tox (4.4.5-r0) (55/55) Installing .makedepends-hy (20230213.185113) Executing busybox-1.36.0-r4.trigger OK: 718 MiB in 151 packages >>> hy: Cleaning up srcdir >>> hy: Cleaning up pkgdir >>> hy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hy-0.26.0.tar.gz >>> hy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hy-0.26.0.tar.gz >>> hy: Checking sha512sums... hy-0.26.0.tar.gz: OK >>> hy: Unpacking /var/cache/distfiles/edge/hy-0.26.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/repl.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.11.2, pytest-7.2.1, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/hy/src/hy-0.26.0, configfile: setup.cfg collected 487 items tests/test_completer.py .. [ 0%] tests/test_models.py ................ [ 3%] tests/test_reader.py .................................... [ 11%] tests/compilers/test_ast.py ............................................ [ 20%] .............................. [ 26%] tests/compilers/test_compiler.py .. [ 26%] tests/importer/test_importer.py ................ [ 29%] tests/macros/test_macro_processor.py ..... [ 31%] tests/native_tests/break_continue.hy .. [ 31%] tests/native_tests/comprehensions.hy ................... [ 35%] tests/native_tests/conditional.hy ............. [ 37%] tests/native_tests/cut.hy . [ 38%] tests/native_tests/decorators.hy ...... [ 39%] tests/native_tests/defclass.hy ............ [ 41%] tests/native_tests/del.hy . [ 42%] tests/native_tests/do.hy .. [ 42%] tests/native_tests/doc.hy . [ 42%] tests/native_tests/dots.hy .... [ 43%] tests/native_tests/eval_foo_compile.hy .. [ 43%] tests/native_tests/functions.hy .......................... [ 49%] tests/native_tests/hy_eval.hy ..... [ 50%] tests/native_tests/hy_misc.hy ....... [ 51%] tests/native_tests/hy_repr.hy ........... [ 54%] tests/native_tests/import.hy ..........x.. [ 56%] tests/native_tests/keywords.hy ......... [ 58%] tests/native_tests/let.hy .................................... [ 65%] tests/native_tests/logic_short_circuit.hy ........ [ 67%] tests/native_tests/macros.hy ............ [ 70%] tests/native_tests/mangling.hy ...................... [ 74%] tests/native_tests/match.hy ........ [ 76%] tests/native_tests/model_patterns.hy .. [ 76%] tests/native_tests/operators.hy ........................................ [ 84%] ................... [ 88%] tests/native_tests/other.hy .... [ 89%] tests/native_tests/quote.hy .......... [ 91%] tests/native_tests/reader_macros.hy ... [ 92%] tests/native_tests/repl.hy . [ 92%] tests/native_tests/reserved.hy .. [ 92%] tests/native_tests/setv.hy ... [ 93%] tests/native_tests/setx.hy s... [ 94%] tests/native_tests/strings.hy ....... [ 95%] tests/native_tests/try.hy ..... [ 96%] tests/native_tests/unpack.hy .... [ 97%] tests/native_tests/with.hy ............ [100%] =============================== warnings summary =============================== tests/native_tests/mangling.hy::test_mangle_bad_indent /usr/lib/python3.11/site-packages/_pytest/python.py:199: PytestReturnNotNoneWarning: Expected None, but tests/native_tests/mangling.hy::test_mangle_bad_indent returned 'hyx_XspaceXXspaceX0XUaXXspaceX0', which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`? warnings.warn( tests/native_tests/match.hy::test_let_match_guard /usr/lib/python3.11/site-packages/_pytest/python.py:199: PytestReturnNotNoneWarning: Expected None, but tests/native_tests/match.hy::test_let_match_guard returned True, which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`? warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============ 485 passed, 1 skipped, 1 xfailed, 2 warnings in 8.52s ============= >>> hy: Entering fakeroot... running install /usr/lib/python3.11/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 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.11 creating /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/errors.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/reserved.hy -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/repl.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy creating /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/core copying build/lib/hy/core/hy_repr.hy -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/core copying build/lib/hy/core/util.hy -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/core copying build/lib/hy/core/result_macros.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/core copying build/lib/hy/core/macros.hy -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/core copying build/lib/hy/core/__init__.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/core copying build/lib/hy/macros.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/__main__.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/compiler.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/cmdline.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/completer.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/importer.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/model_patterns.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/pyops.hy -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/scoping.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/__init__.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/version.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/models.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy copying build/lib/hy/_compat.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy creating /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/reader copying build/lib/hy/reader/reader.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/reader copying build/lib/hy/reader/hy_reader.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/reader copying build/lib/hy/reader/mangling.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/reader copying build/lib/hy/reader/__init__.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/reader copying build/lib/hy/reader/exceptions.py -> /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/reader byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/repl.py to repl.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/core/result_macros.py to result_macros.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/core/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/macros.py to macros.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/__main__.py to __main__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/compiler.py to compiler.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/cmdline.py to cmdline.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/completer.py to completer.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/importer.py to importer.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/model_patterns.py to model_patterns.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/scoping.py to scoping.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/models.py to models.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/_compat.py to _compat.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/reader/reader.py to reader.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/reader/hy_reader.py to hy_reader.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/reader/mangling.py to mangling.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/reader/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/site-packages/hy/reader/exceptions.py to exceptions.cpython-311.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.11/site-packages/hy-0.26.0-py3.11.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 hyc script to /home/buildozer/aports/testing/hy/pkg/hy/usr/bin /home/buildozer/aports/testing/hy/pkg/hy/usr/lib/python3.11/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.11/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.11/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.11/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.11/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.11/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: 848.0 KB >>> hy*: Compressing data... >>> hy*: Create checksum... >>> hy*: Create hy-0.26.0-r0.apk >>> hy: Build complete at Mon, 13 Feb 2023 18:51:27 +0000 elapsed time 0h 0m 15s >>> hy: Cleaning up srcdir >>> hy: Cleaning up pkgdir >>> hy: Uninstalling dependencies... (1/55) Purging .makedepends-hy (20230213.185113) (2/55) Purging py3-funcparserlib (1.0.1-r1) (3/55) Purging py3-rply (0.7.8-r3) (4/55) Purging py3-appdirs (1.4.4-r5) (5/55) Purging py3-sphinxcontrib-hydomain (0.1.0_git20220623-r1) (6/55) Purging py3-sphinx_rtd_theme (1.2.0-r0) (7/55) Purging py3-sphinx (6.1.3-r0) (8/55) Purging py3-babel (2.11.0-r1) (9/55) Purging py3-tz (2022.7.1-r0) (10/55) Purging py3-docutils (0.19-r2) (11/55) Purging py3-imagesize (1.4.1-r1) (12/55) Purging py3-jinja2 (3.1.2-r1) (13/55) Purging py3-markupsafe (2.1.2-r0) (14/55) Purging py3-pygments (2.14.0-r0) (15/55) Purging py3-requests (2.28.2-r0) (16/55) Purging py3-certifi (2022.12.7-r0) (17/55) Purging py3-charset-normalizer (3.0.1-r1) (18/55) Purging py3-idna (3.4-r3) (19/55) Purging py3-urllib3 (1.26.14-r0) (20/55) Purging py3-snowballstemmer (2.2.0-r1) (21/55) Purging py3-alabaster (0.7.13-r0) (22/55) Purging py3-sphinxcontrib-applehelp (1.0.4-r0) (23/55) Purging py3-sphinxcontrib-devhelp (1.0.2-r4) (24/55) Purging py3-sphinxcontrib-htmlhelp (2.0.1-r0) (25/55) Purging py3-sphinxcontrib-jsmath (1.0.1-r4) (26/55) Purging py3-sphinxcontrib-serializinghtml (1.1.5-r3) (27/55) Purging py3-sphinxcontrib-qthelp (1.0.3-r4) (28/55) Purging py3-wheel (0.38.4-r1) (29/55) Purging python3-tests (3.11.2-r0) (30/55) Purging py3-pytest-runner (6.0.0-r1) (31/55) Purging py3-pytest (7.2.1-r0) (32/55) Purging py3-attrs (22.2.0-r0) (33/55) Purging py3-iniconfig (1.1.1-r4) (34/55) Purging py3-py (1.11.0-r1) (35/55) Purging py3-setuptools (67.2.0-r0) (36/55) Purging py3-tox (4.4.5-r0) (37/55) Purging py3-cachetools (5.2.0-r0) (38/55) Purging py3-chardet (5.1.0-r0) (39/55) Purging py3-colorama (0.4.6-r1) (40/55) Purging py3-pluggy (1.0.0-r2) (41/55) Purging py3-pyproject-api (1.5.0-r0) (42/55) Purging py3-packaging (23.0-r0) (43/55) Purging py3-parsing (3.0.9-r1) (44/55) Purging py3-virtualenv (20.19.0-r0) (45/55) Purging py3-platformdirs (3.0.0-r0) (46/55) Purging py3-distlib (0.3.6-r1) (47/55) Purging py3-filelock (3.8.2-r0) (48/55) Purging python3 (3.11.2-r0) (49/55) Purging libbz2 (1.0.8-r4) (50/55) Purging libffi (3.4.4-r0) (51/55) Purging gdbm (1.23-r0) (52/55) Purging xz-libs (5.4.1-r0) (53/55) Purging mpdecimal (2.5.1-r1) (54/55) Purging readline (8.2.001-r0) (55/55) Purging sqlite-libs (3.40.1-r0) Executing busybox-1.36.0-r4.trigger OK: 406 MiB in 96 packages >>> hy: Updating the testing/aarch64 repository index... >>> hy: Signing the index...