>>> py3-redbaron: Building community/py3-redbaron 0.9.2-r4 (using abuild 3.13.0-r5) started Sun, 01 Sep 2024 07:23:17 +0000 >>> py3-redbaron: Checking sanity of /home/buildozer/aports/community/py3-redbaron/APKBUILD... >>> py3-redbaron: Analyzing dependencies... >>> py3-redbaron: Installing for build: build-base python3 py3-baron py3-setuptools py3-pytest (1/32) Installing libbz2 (1.0.8-r6) (2/32) Installing libffi (3.4.6-r0) (3/32) Installing gdbm (1.24-r0) (4/32) Installing xz-libs (5.6.2-r0) (5/32) Installing mpdecimal (4.0.0-r0) (6/32) Installing libpanelw (6.5_p20240601-r0) (7/32) Installing sqlite-libs (3.46.1-r0) (8/32) Installing python3 (3.12.5-r1) (9/32) Installing python3-pycache-pyc0 (3.12.5-r1) (10/32) Installing pyc (3.12.5-r1) (11/32) Installing python3-pyc (3.12.5-r1) (12/32) Installing py3-appdirs (1.4.4-r8) (13/32) Installing py3-appdirs-pyc (1.4.4-r8) (14/32) Installing py3-rply (0.7.8-r5) (15/32) Installing py3-rply-pyc (0.7.8-r5) (16/32) Installing py3-baron (0.10.1-r2) (17/32) Installing py3-baron-pyc (0.10.1-r2) (18/32) Installing py3-parsing (3.1.2-r1) (19/32) Installing py3-parsing-pyc (3.1.2-r1) (20/32) Installing py3-packaging (24.1-r0) (21/32) Installing py3-packaging-pyc (24.1-r0) (22/32) Installing py3-setuptools (70.3.0-r0) (23/32) Installing py3-setuptools-pyc (70.3.0-r0) (24/32) Installing py3-iniconfig (2.0.0-r1) (25/32) Installing py3-iniconfig-pyc (2.0.0-r1) (26/32) Installing py3-pluggy (1.5.0-r0) (27/32) Installing py3-pluggy-pyc (1.5.0-r0) (28/32) Installing py3-py (1.11.0-r3) (29/32) Installing py3-py-pyc (1.11.0-r3) (30/32) Installing py3-pytest (8.3.2-r0) (31/32) Installing py3-pytest-pyc (8.3.2-r0) (32/32) Installing .makedepends-py3-redbaron (20240901.072334) Executing busybox-1.36.1-r31.trigger OK: 304 MiB in 133 packages >>> py3-redbaron: Cleaning up srcdir >>> py3-redbaron: Cleaning up pkgdir >>> py3-redbaron: Cleaning up tmpdir >>> py3-redbaron: Fetching https://distfiles.alpinelinux.org/distfiles/edge/redbaron-0.9.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 96 692k 96 671k 0 0 3127k 0 --:--:-- --:--:-- --:--:-- 3125k 100 692k 100 692k 0 0 2593k 0 --:--:-- --:--:-- --:--:-- 2594k >>> py3-redbaron: Fetching https://distfiles.alpinelinux.org/distfiles/edge/redbaron-0.9.2.tar.gz >>> py3-redbaron: Checking sha512sums... redbaron-0.9.2.tar.gz: OK 0001-Fix-tests-under-pytest-4.patch: OK >>> py3-redbaron: Unpacking /var/cache/distfiles/redbaron-0.9.2.tar.gz... >>> py3-redbaron: 0001-Fix-tests-under-pytest-4.patch patching file tests/test_bounding_box.py warning: pypandoc module not found, could not convert Markdown to RST running build running build_py creating build creating build/lib creating build/lib/redbaron copying redbaron/syntax_highlight.py -> build/lib/redbaron copying redbaron/utils.py -> build/lib/redbaron copying redbaron/base_nodes.py -> build/lib/redbaron copying redbaron/redbaron.py -> build/lib/redbaron copying redbaron/__init__.py -> build/lib/redbaron copying redbaron/nodes.py -> build/lib/redbaron copying redbaron/private_config.py -> build/lib/redbaron ============================= test session starts ============================== platform linux -- Python 3.12.5, pytest-8.3.2, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-redbaron/src/redbaron-0.9.2 collected 1464 items / 1 deselected / 1463 selected tests/test_at.py . [ 0%] tests/test_bounding_box.py ................................. [ 2%] tests/test_helpers.py .............................. [ 4%] tests/test_indentation.py .... [ 4%] tests/test_initial_parsing.py .......................................... [ 7%] ........................................................................ [ 12%] ................................... [ 14%] tests/test_insert.py ............................. [ 16%] tests/test_no_pygments.py ........ [ 17%] tests/test_path.py ............................ [ 19%] tests/test_position.py ............................ [ 21%] tests/test_proxy_list.py ............................................... [ 24%] ........................................................................ [ 29%] ........................................................... [ 33%] tests/test_redbaron.py ..... [ 33%] tests/test_regressions.py .... [ 33%] tests/test_render.py .... [ 34%] tests/test_root.py .. [ 34%] tests/test_setter.py ................................................... [ 37%] ........................................................................ [ 42%] ........................................................................ [ 47%] ........................................................................ [ 52%] ........................................................................ [ 57%] ........................................................................ [ 62%] ........................................................................ [ 67%] ........................................................................ [ 72%] ........................................................................ [ 77%] ........................................................................ [ 82%] ........................................................................ [ 87%] ........................................................................ [ 92%] ........................................................................ [ 96%] ............................................. [100%] =============================== warnings summary =============================== redbaron/base_nodes.py:1256 /home/buildozer/aports/community/py3-redbaron/src/redbaron-0.9.2/redbaron/base_nodes.py:1256: SyntaxWarning: invalid escape sequence '\s' if re.match("^\s*%s" % indented_type, string): redbaron/base_nodes.py:690 /home/buildozer/aports/community/py3-redbaron/src/redbaron-0.9.2/redbaron/base_nodes.py:690: SyntaxWarning: "is" with 'str' literal. Did you mean "=="? if self.on_attribute is "root": -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================ 1463 passed, 1 deselected, 2 warnings in 8.04s ================ >>> py3-redbaron: Entering fakeroot... warning: pypandoc module not found, could not convert Markdown to RST 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-redbaron/pkg creating /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron creating /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr creating /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib creating /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron copying build/lib/redbaron/syntax_highlight.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron copying build/lib/redbaron/utils.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron copying build/lib/redbaron/base_nodes.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron copying build/lib/redbaron/redbaron.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron copying build/lib/redbaron/__init__.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron copying build/lib/redbaron/nodes.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron copying build/lib/redbaron/private_config.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron/syntax_highlight.py to syntax_highlight.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron/utils.py to utils.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron/base_nodes.py to base_nodes.cpython-312.pyc /usr/lib/python3.12/site-packages/redbaron/base_nodes.py:1256: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/redbaron/base_nodes.py:690: SyntaxWarning: "is" with 'str' literal. Did you mean "=="? byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron/redbaron.py to redbaron.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron/nodes.py to nodes.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron/private_config.py to private_config.cpython-312.pyc running install_egg_info running egg_info writing redbaron.egg-info/PKG-INFO writing dependency_links to redbaron.egg-info/dependency_links.txt writing requirements to redbaron.egg-info/requires.txt writing top-level names to redbaron.egg-info/top_level.txt reading manifest file 'redbaron.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'redbaron.egg-info/SOURCES.txt' Copying redbaron.egg-info to /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron-0.9.2-py3.12.egg-info running install_scripts >>> py3-redbaron-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.12/site-packages/redbaron/__pycache__' -> '/home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron-pyc/usr/lib/python3.12/site-packages/redbaron/__pycache__' >>> py3-redbaron-pyc*: Preparing subpackage py3-redbaron-pyc... >>> py3-redbaron-pyc*: Running postcheck for py3-redbaron-pyc >>> py3-redbaron*: Running postcheck for py3-redbaron >>> py3-redbaron*: Preparing package py3-redbaron... >>> py3-redbaron-pyc*: Tracing dependencies... python3 py3-baron python3~3.12 >>> py3-redbaron-pyc*: Package size: 224.0 KB >>> py3-redbaron-pyc*: Compressing data... >>> py3-redbaron-pyc*: Create checksum... >>> py3-redbaron-pyc*: Create py3-redbaron-pyc-0.9.2-r4.apk >>> py3-redbaron*: Tracing dependencies... python3 py3-baron python3~3.12 >>> py3-redbaron*: Package size: 212.0 KB >>> py3-redbaron*: Compressing data... >>> py3-redbaron*: Create checksum... >>> py3-redbaron*: Create py3-redbaron-0.9.2-r4.apk >>> py3-redbaron: Build complete at Sun, 01 Sep 2024 07:23:45 +0000 elapsed time 0h 0m 28s >>> py3-redbaron: Cleaning up srcdir >>> py3-redbaron: Cleaning up pkgdir >>> py3-redbaron: Uninstalling dependencies... (1/32) Purging .makedepends-py3-redbaron (20240901.072334) (2/32) Purging py3-baron-pyc (0.10.1-r2) (3/32) Purging py3-baron (0.10.1-r2) (4/32) Purging py3-rply-pyc (0.7.8-r5) (5/32) Purging py3-rply (0.7.8-r5) (6/32) Purging py3-appdirs-pyc (1.4.4-r8) (7/32) Purging py3-appdirs (1.4.4-r8) (8/32) Purging py3-setuptools-pyc (70.3.0-r0) (9/32) Purging py3-setuptools (70.3.0-r0) (10/32) Purging py3-pytest-pyc (8.3.2-r0) (11/32) Purging py3-pytest (8.3.2-r0) (12/32) Purging py3-iniconfig-pyc (2.0.0-r1) (13/32) Purging py3-iniconfig (2.0.0-r1) (14/32) Purging py3-packaging-pyc (24.1-r0) (15/32) Purging py3-packaging (24.1-r0) (16/32) Purging py3-parsing-pyc (3.1.2-r1) (17/32) Purging py3-parsing (3.1.2-r1) (18/32) Purging py3-pluggy-pyc (1.5.0-r0) (19/32) Purging py3-pluggy (1.5.0-r0) (20/32) Purging py3-py-pyc (1.11.0-r3) (21/32) Purging py3-py (1.11.0-r3) (22/32) Purging python3-pyc (3.12.5-r1) (23/32) Purging python3-pycache-pyc0 (3.12.5-r1) (24/32) Purging pyc (3.12.5-r1) (25/32) Purging python3 (3.12.5-r1) (26/32) Purging gdbm (1.24-r0) (27/32) Purging libbz2 (1.0.8-r6) (28/32) Purging libffi (3.4.6-r0) (29/32) Purging libpanelw (6.5_p20240601-r0) (30/32) Purging mpdecimal (4.0.0-r0) (31/32) Purging sqlite-libs (3.46.1-r0) (32/32) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 250 MiB in 101 packages >>> py3-redbaron: Updating the community/loongarch64 repository index... >>> py3-redbaron: Signing the index...