>>> py3-redbaron: Building community/py3-redbaron 0.9.2-r4 (using abuild 3.12.0-r5) started Sat, 13 Apr 2024 23:08:25 +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/31) Installing libffi (3.4.6-r0) (2/31) Installing gdbm (1.23-r1) (3/31) Installing mpdecimal (4.0.0-r0) (4/31) Installing libpanelw (6.4_p20240330-r0) (5/31) Installing readline (8.2.10-r0) (6/31) Installing sqlite-libs (3.45.2-r0) (7/31) Installing python3 (3.12.3-r0) (8/31) Installing python3-pycache-pyc0 (3.12.3-r0) (9/31) Installing pyc (3.12.3-r0) (10/31) Installing python3-pyc (3.12.3-r0) (11/31) Installing py3-appdirs (1.4.4-r8) (12/31) Installing py3-appdirs-pyc (1.4.4-r8) (13/31) Installing py3-rply (0.7.8-r5) (14/31) Installing py3-rply-pyc (0.7.8-r5) (15/31) Installing py3-baron (0.10.1-r2) (16/31) Installing py3-baron-pyc (0.10.1-r2) (17/31) Installing py3-parsing (3.1.2-r1) (18/31) Installing py3-parsing-pyc (3.1.2-r1) (19/31) Installing py3-packaging (24.0-r1) (20/31) Installing py3-packaging-pyc (24.0-r1) (21/31) Installing py3-setuptools (69.2.0-r2) (22/31) Installing py3-setuptools-pyc (69.2.0-r2) (23/31) Installing py3-iniconfig (2.0.0-r1) (24/31) Installing py3-iniconfig-pyc (2.0.0-r1) (25/31) Installing py3-pluggy (1.4.0-r1) (26/31) Installing py3-pluggy-pyc (1.4.0-r1) (27/31) Installing py3-py (1.11.0-r3) (28/31) Installing py3-py-pyc (1.11.0-r3) (29/31) Installing py3-pytest (8.1.1-r1) (30/31) Installing py3-pytest-pyc (8.1.1-r1) (31/31) Installing .makedepends-py3-redbaron (20240413.230827) Executing busybox-1.36.1-r25.trigger OK: 431 MiB in 144 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 2476k 0 --:--:-- --:--:-- --:--:-- 2483k >>> 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/utils.py -> build/lib/redbaron copying redbaron/private_config.py -> build/lib/redbaron copying redbaron/__init__.py -> build/lib/redbaron copying redbaron/redbaron.py -> build/lib/redbaron copying redbaron/base_nodes.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 9.33s ================ >>> 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/utils.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/__init__.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/base_nodes.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/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/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/__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/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/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/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 23:08:40 +0000 elapsed time 0h 0m 15s >>> py3-redbaron: Cleaning up srcdir >>> py3-redbaron: Cleaning up pkgdir >>> py3-redbaron: Uninstalling dependencies... (1/31) Purging .makedepends-py3-redbaron (20240413.230827) (2/31) Purging py3-baron-pyc (0.10.1-r2) (3/31) Purging py3-baron (0.10.1-r2) (4/31) Purging py3-rply-pyc (0.7.8-r5) (5/31) Purging py3-rply (0.7.8-r5) (6/31) Purging py3-appdirs-pyc (1.4.4-r8) (7/31) Purging py3-appdirs (1.4.4-r8) (8/31) Purging py3-setuptools-pyc (69.2.0-r2) (9/31) Purging py3-setuptools (69.2.0-r2) (10/31) Purging py3-pytest-pyc (8.1.1-r1) (11/31) Purging py3-pytest (8.1.1-r1) (12/31) Purging py3-iniconfig-pyc (2.0.0-r1) (13/31) Purging py3-iniconfig (2.0.0-r1) (14/31) Purging py3-packaging-pyc (24.0-r1) (15/31) Purging py3-packaging (24.0-r1) (16/31) Purging py3-parsing-pyc (3.1.2-r1) (17/31) Purging py3-parsing (3.1.2-r1) (18/31) Purging py3-pluggy-pyc (1.4.0-r1) (19/31) Purging py3-pluggy (1.4.0-r1) (20/31) Purging py3-py-pyc (1.11.0-r3) (21/31) Purging py3-py (1.11.0-r3) (22/31) Purging python3-pyc (3.12.3-r0) (23/31) Purging python3-pycache-pyc0 (3.12.3-r0) (24/31) Purging pyc (3.12.3-r0) (25/31) Purging python3 (3.12.3-r0) (26/31) Purging gdbm (1.23-r1) (27/31) Purging libffi (3.4.6-r0) (28/31) Purging libpanelw (6.4_p20240330-r0) (29/31) Purging mpdecimal (4.0.0-r0) (30/31) Purging readline (8.2.10-r0) (31/31) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-redbaron: Updating the community/x86 repository index... >>> py3-redbaron: Signing the index...