>>> py3-redbaron: Building community/py3-redbaron 0.9.2-r0 (using abuild 3.9.0_rc2-r1) started Tue, 19 Oct 2021 20:36: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/26) Installing libbz2 (1.0.8-r1) (2/26) Installing libffi (3.4.2-r1) (3/26) Installing gdbm (1.20-r2) (4/26) Installing xz-libs (5.2.5-r0) (5/26) Installing mpdecimal (2.5.1-r1) (6/26) Installing readline (8.1.1-r0) (7/26) Installing sqlite-libs (3.36.0-r0) (8/26) Installing python3 (3.9.7-r3) (9/26) Installing py3-appdirs (1.4.4-r2) (10/26) Installing py3-rply (0.7.8-r1) (11/26) Installing py3-baron (0.9-r0) (12/26) Installing py3-ordered-set (4.0.2-r2) (13/26) Installing py3-parsing (2.4.7-r2) (14/26) Installing py3-six (1.16.0-r0) (15/26) Installing py3-packaging (20.9-r1) (16/26) Installing py3-setuptools (52.0.0-r4) (17/26) Installing py3-atomicwrites (1.4.0-r1) (18/26) Installing py3-attrs (20.3.0-r1) (19/26) Installing py3-more-itertools (8.10.0-r0) (20/26) Installing py3-iniconfig (1.1.1-r1) (21/26) Installing py3-pluggy (0.13.1-r4) (22/26) Installing py3-py (1.10.0-r1) (23/26) Installing py3-wcwidth (0.2.5-r1) (24/26) Installing py3-toml (0.10.2-r2) (25/26) Installing py3-pytest (6.2.5-r0) (26/26) Installing .makedepends-py3-redbaron (20211019.203629) Executing busybox-1.34.1-r1.trigger OK: 372 MiB in 115 packages >>> py3-redbaron: Cleaning up srcdir >>> py3-redbaron: Cleaning up pkgdir >>> py3-redbaron: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-redbaron: Fetching https://files.pythonhosted.org/packages/source/r/redbaron/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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 692k 100 692k 0 0 6842k 0 --:--:-- --:--:-- --:--:-- 6842k >>> py3-redbaron: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/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/v3.15/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.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-redbaron/src/redbaron-0.9.2 collected 1464 items 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 ........s [ 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 .... [ 34%] 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: DeprecationWarning: 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 a literal. Did you mean "=="? if self.on_attribute is "root": -- Docs: https://docs.pytest.org/en/stable/warnings.html ================= 1463 passed, 1 skipped, 2 warnings in 14.81s ================= >>> py3-redbaron: Entering fakeroot... warning: pypandoc module not found, could not convert Markdown to RST running install running build running build_py 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.9 creating /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron copying build/lib/redbaron/utils.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron copying build/lib/redbaron/private_config.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron copying build/lib/redbaron/__init__.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron copying build/lib/redbaron/redbaron.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron copying build/lib/redbaron/base_nodes.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron copying build/lib/redbaron/syntax_highlight.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron copying build/lib/redbaron/nodes.py -> /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron/utils.py to utils.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron/private_config.py to private_config.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron/redbaron.py to redbaron.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron/base_nodes.py to base_nodes.cpython-39.pyc /usr/lib/python3.9/site-packages/redbaron/base_nodes.py:690: SyntaxWarning: "is" with a literal. Did you mean "=="? byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron/syntax_highlight.py to syntax_highlight.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-redbaron/pkg/py3-redbaron/usr/lib/python3.9/site-packages/redbaron/nodes.py to nodes.cpython-39.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.9/site-packages/redbaron-0.9.2-py3.9.egg-info running install_scripts >>> py3-redbaron*: Running postcheck for py3-redbaron >>> py3-redbaron*: Preparing package py3-redbaron... >>> py3-redbaron*: Tracing dependencies... >>> py3-redbaron*: Package size: 344.0 KB >>> py3-redbaron*: Compressing data... >>> py3-redbaron*: Create checksum... >>> py3-redbaron*: Create py3-redbaron-0.9.2-r0.apk >>> py3-redbaron: Build complete at Tue, 19 Oct 2021 20:36:47 +0000 elapsed time 0h 0m 22s >>> py3-redbaron: Cleaning up srcdir >>> py3-redbaron: Cleaning up pkgdir >>> py3-redbaron: Uninstalling dependencies... (1/26) Purging .makedepends-py3-redbaron (20211019.203629) (2/26) Purging py3-baron (0.9-r0) (3/26) Purging py3-rply (0.7.8-r1) (4/26) Purging py3-setuptools (52.0.0-r4) (5/26) Purging py3-ordered-set (4.0.2-r2) (6/26) Purging py3-appdirs (1.4.4-r2) (7/26) Purging py3-pytest (6.2.5-r0) (8/26) Purging py3-atomicwrites (1.4.0-r1) (9/26) Purging py3-attrs (20.3.0-r1) (10/26) Purging py3-more-itertools (8.10.0-r0) (11/26) Purging py3-iniconfig (1.1.1-r1) (12/26) Purging py3-pluggy (0.13.1-r4) (13/26) Purging py3-py (1.10.0-r1) (14/26) Purging py3-wcwidth (0.2.5-r1) (15/26) Purging py3-packaging (20.9-r1) (16/26) Purging py3-parsing (2.4.7-r2) (17/26) Purging py3-six (1.16.0-r0) (18/26) Purging py3-toml (0.10.2-r2) (19/26) Purging python3 (3.9.7-r3) (20/26) Purging libbz2 (1.0.8-r1) (21/26) Purging libffi (3.4.2-r1) (22/26) Purging gdbm (1.20-r2) (23/26) Purging xz-libs (5.2.5-r0) (24/26) Purging mpdecimal (2.5.1-r1) (25/26) Purging readline (8.1.1-r0) (26/26) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> py3-redbaron: Updating the community/x86 repository index... >>> py3-redbaron: Signing the index...