>>> py3-redbaron: Building community/py3-redbaron 0.9.2-r4 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 10:04:10 +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/33) Installing libbz2 (1.0.8-r6) (2/33) Installing libffi (3.4.6-r0) (3/33) Installing gdbm (1.23-r1) (4/33) Installing xz-libs (5.6.1-r3) (5/33) Installing mpdecimal (4.0.0-r0) (6/33) Installing libpanelw (6.4_p20240330-r0) (7/33) Installing readline (8.2.10-r0) (8/33) Installing sqlite-libs (3.45.2-r0) (9/33) Installing python3 (3.12.3-r0) (10/33) Installing python3-pycache-pyc0 (3.12.3-r0) (11/33) Installing pyc (3.12.3-r0) (12/33) Installing python3-pyc (3.12.3-r0) (13/33) Installing py3-appdirs (1.4.4-r8) (14/33) Installing py3-appdirs-pyc (1.4.4-r8) (15/33) Installing py3-rply (0.7.8-r5) (16/33) Installing py3-rply-pyc (0.7.8-r5) (17/33) Installing py3-baron (0.10.1-r2) (18/33) Installing py3-baron-pyc (0.10.1-r2) (19/33) Installing py3-parsing (3.1.2-r1) (20/33) Installing py3-parsing-pyc (3.1.2-r1) (21/33) Installing py3-packaging (24.0-r1) (22/33) Installing py3-packaging-pyc (24.0-r1) (23/33) Installing py3-setuptools (69.2.0-r2) (24/33) Installing py3-setuptools-pyc (69.2.0-r2) (25/33) Installing py3-iniconfig (2.0.0-r1) (26/33) Installing py3-iniconfig-pyc (2.0.0-r1) (27/33) Installing py3-pluggy (1.4.0-r1) (28/33) Installing py3-pluggy-pyc (1.4.0-r1) (29/33) Installing py3-py (1.11.0-r3) (30/33) Installing py3-py-pyc (1.11.0-r3) (31/33) Installing py3-pytest (8.1.1-r1) (32/33) Installing py3-pytest-pyc (8.1.1-r1) (33/33) Installing .makedepends-py3-redbaron (20240413.100411) Executing busybox-1.36.1-r25.trigger OK: 399 MiB in 140 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 100 692k 100 692k 0 0 1066k 0 --:--:-- --:--:-- --:--:-- 1067k >>> 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/edge/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/redbaron.py -> build/lib/redbaron copying redbaron/__init__.py -> build/lib/redbaron copying redbaron/private_config.py -> build/lib/redbaron copying redbaron/base_nodes.py -> build/lib/redbaron copying redbaron/utils.py -> build/lib/redbaron copying redbaron/syntax_highlight.py -> build/lib/redbaron copying redbaron/nodes.py -> build/lib/redbaron ============================= test session starts ============================== platform linux -- Python 3.12.3, pytest-8.1.1, pluggy-1.4.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 4.44s ================ >>> 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/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/private_config.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/utils.py -> /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/nodes.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/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/private_config.py to private_config.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/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/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/nodes.py to nodes.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 Sat, 13 Apr 2024 10:04:17 +0000 elapsed time 0h 0m 7s >>> py3-redbaron: Cleaning up srcdir >>> py3-redbaron: Cleaning up pkgdir >>> py3-redbaron: Uninstalling dependencies... (1/33) Purging .makedepends-py3-redbaron (20240413.100411) (2/33) Purging py3-baron-pyc (0.10.1-r2) (3/33) Purging py3-baron (0.10.1-r2) (4/33) Purging py3-rply-pyc (0.7.8-r5) (5/33) Purging py3-rply (0.7.8-r5) (6/33) Purging py3-appdirs-pyc (1.4.4-r8) (7/33) Purging py3-appdirs (1.4.4-r8) (8/33) Purging py3-setuptools-pyc (69.2.0-r2) (9/33) Purging py3-setuptools (69.2.0-r2) (10/33) Purging py3-pytest-pyc (8.1.1-r1) (11/33) Purging py3-pytest (8.1.1-r1) (12/33) Purging py3-iniconfig-pyc (2.0.0-r1) (13/33) Purging py3-iniconfig (2.0.0-r1) (14/33) Purging py3-packaging-pyc (24.0-r1) (15/33) Purging py3-packaging (24.0-r1) (16/33) Purging py3-parsing-pyc (3.1.2-r1) (17/33) Purging py3-parsing (3.1.2-r1) (18/33) Purging py3-pluggy-pyc (1.4.0-r1) (19/33) Purging py3-pluggy (1.4.0-r1) (20/33) Purging py3-py-pyc (1.11.0-r3) (21/33) Purging py3-py (1.11.0-r3) (22/33) Purging python3-pyc (3.12.3-r0) (23/33) Purging python3-pycache-pyc0 (3.12.3-r0) (24/33) Purging pyc (3.12.3-r0) (25/33) Purging python3 (3.12.3-r0) (26/33) Purging gdbm (1.23-r1) (27/33) Purging libbz2 (1.0.8-r6) (28/33) Purging libffi (3.4.6-r0) (29/33) Purging libpanelw (6.4_p20240330-r0) (30/33) Purging mpdecimal (4.0.0-r0) (31/33) Purging readline (8.2.10-r0) (32/33) Purging sqlite-libs (3.45.2-r0) (33/33) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 346 MiB in 107 packages >>> py3-redbaron: Updating the community/s390x repository index... >>> py3-redbaron: Signing the index...