>>> py3-rply: Building community/py3-rply 0.7.8-r5 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 03:43:21 +0000 >>> py3-rply: Validating /home/udu/aports/community/py3-rply/APKBUILD... >>> py3-rply: Analyzing dependencies... >>> py3-rply: Installing for build: build-base py3-appdirs py3-setuptools py3-pytest py3-pytest-runner WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/19) Installing py3-appdirs-pyc (1.4.4-r8) (2/19) Installing py3-appdirs (1.4.4-r8) (3/19) Installing py3-parsing (3.2.3-r0) (4/19) Installing py3-parsing-pyc (3.2.3-r0) (5/19) Installing py3-packaging (25.0-r0) (6/19) Installing py3-packaging-pyc (25.0-r0) (7/19) Installing py3-setuptools (80.9.0-r0) (8/19) Installing py3-setuptools-pyc (80.9.0-r0) (9/19) Installing py3-iniconfig (2.1.0-r0) (10/19) Installing py3-iniconfig-pyc (2.1.0-r0) (11/19) Installing py3-pluggy (1.5.0-r0) (12/19) Installing py3-pluggy-pyc (1.5.0-r0) (13/19) Installing py3-py (1.11.0-r4) (14/19) Installing py3-py-pyc (1.11.0-r4) (15/19) Installing py3-pytest (8.3.5-r0) (16/19) Installing py3-pytest-pyc (8.3.5-r0) (17/19) Installing py3-pytest-runner (6.0.1-r1) (18/19) Installing py3-pytest-runner-pyc (6.0.1-r1) (19/19) Installing .makedepends-py3-rply (20251013.034322) Executing busybox-1.37.0-r19.trigger OK: 309 MiB in 108 packages >>> py3-rply: Cleaning up srcdir >>> py3-rply: Cleaning up pkgdir >>> py3-rply: Cleaning up tmpdir >>> py3-rply: Fetching py3-rply-0.7.8.tar.gz::https://github.com/alex/rply/archive/v0.7.8.tar.gz >>> py3-rply: Fetching py3-rply-0.7.8.tar.gz::https://github.com/alex/rply/archive/v0.7.8.tar.gz >>> py3-rply: Checking sha512sums... py3-rply-0.7.8.tar.gz: OK >>> py3-rply: Unpacking /var/cache/distfiles/py3-rply-0.7.8.tar.gz... running build running build_py creating build/lib/rply copying rply/parser.py -> build/lib/rply copying rply/lexer.py -> build/lib/rply copying rply/grammar.py -> build/lib/rply copying rply/parsergenerator.py -> build/lib/rply copying rply/token.py -> build/lib/rply copying rply/utils.py -> build/lib/rply copying rply/lexergenerator.py -> build/lib/rply copying rply/errors.py -> build/lib/rply copying rply/__init__.py -> build/lib/rply ============================= test session starts ============================== platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-rply/src/rply-0.7.8 collected 51 items tests/test_both.py . [ 1%] tests/test_lexer.py .......... [ 21%] tests/test_parser.py .......... [ 41%] tests/test_parsergenerator.py ........ [ 56%] tests/test_tokens.py ..... [ 66%] tests/test_utils.py ..... [ 76%] tests/test_warnings.py .... [ 84%] tests/test_ztranslation.py ssssssss [100%] ======================== 43 passed, 8 skipped in 0.09s ========================= >>> py3-rply: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply copying build/lib/rply/parser.py -> /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply copying build/lib/rply/lexer.py -> /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply copying build/lib/rply/grammar.py -> /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply copying build/lib/rply/parsergenerator.py -> /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply copying build/lib/rply/token.py -> /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply copying build/lib/rply/utils.py -> /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply copying build/lib/rply/lexergenerator.py -> /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply copying build/lib/rply/errors.py -> /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply copying build/lib/rply/__init__.py -> /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply byte-compiling /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply/parser.py to parser.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply/lexer.py to lexer.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply/grammar.py to grammar.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply/parsergenerator.py to parsergenerator.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply/token.py to token.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply/utils.py to utils.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply/lexergenerator.py to lexergenerator.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply/errors.py to errors.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply/__init__.py to __init__.cpython-312.pyc running install_egg_info running egg_info creating rply.egg-info writing rply.egg-info/PKG-INFO writing dependency_links to rply.egg-info/dependency_links.txt writing requirements to rply.egg-info/requires.txt writing top-level names to rply.egg-info/top_level.txt writing manifest file 'rply.egg-info/SOURCES.txt' reading manifest file 'rply.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'rply.egg-info/SOURCES.txt' Copying rply.egg-info to /home/udu/aports/community/py3-rply/pkg/py3-rply/usr/lib/python3.12/site-packages/rply-0.7.8-py3.12.egg-info running install_scripts >>> py3-rply-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/rply/__pycache__' -> '/home/udu/aports/community/py3-rply/pkg/py3-rply-pyc/usr/lib/python3.12/site-packages/rply/__pycache__' >>> py3-rply-pyc*: Preparing subpackage py3-rply-pyc... >>> py3-rply-pyc*: Running postcheck for py3-rply-pyc >>> py3-rply*: Running postcheck for py3-rply >>> py3-rply*: Preparing package py3-rply... >>> py3-rply-pyc*: Tracing dependencies... py3-appdirs python3~3.12 >>> py3-rply-pyc*: Package size: 58.9 KB >>> py3-rply-pyc*: Compressing data... >>> py3-rply-pyc*: Create checksum... >>> py3-rply-pyc*: Create py3-rply-pyc-0.7.8-r5.apk >>> py3-rply*: Tracing dependencies... py3-appdirs python3~3.12 >>> py3-rply*: Package size: 46.1 KB >>> py3-rply*: Compressing data... >>> py3-rply*: Create checksum... >>> py3-rply*: Create py3-rply-0.7.8-r5.apk >>> py3-rply: Build complete at Mon, 13 Oct 2025 03:43:23 +0000 elapsed time 0h 0m 2s >>> py3-rply: Cleaning up srcdir >>> py3-rply: Cleaning up pkgdir >>> py3-rply: Uninstalling dependencies... (1/19) Purging .makedepends-py3-rply (20251013.034322) (2/19) Purging py3-appdirs-pyc (1.4.4-r8) (3/19) Purging py3-appdirs (1.4.4-r8) (4/19) Purging py3-pytest-runner-pyc (6.0.1-r1) (5/19) Purging py3-pytest-runner (6.0.1-r1) (6/19) Purging py3-pytest-pyc (8.3.5-r0) (7/19) Purging py3-pytest (8.3.5-r0) (8/19) Purging py3-iniconfig-pyc (2.1.0-r0) (9/19) Purging py3-iniconfig (2.1.0-r0) (10/19) Purging py3-pluggy-pyc (1.5.0-r0) (11/19) Purging py3-pluggy (1.5.0-r0) (12/19) Purging py3-py-pyc (1.11.0-r4) (13/19) Purging py3-py (1.11.0-r4) (14/19) Purging py3-setuptools-pyc (80.9.0-r0) (15/19) Purging py3-setuptools (80.9.0-r0) (16/19) Purging py3-packaging-pyc (25.0-r0) (17/19) Purging py3-packaging (25.0-r0) (18/19) Purging py3-parsing-pyc (3.2.3-r0) (19/19) Purging py3-parsing (3.2.3-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-rply: Updating the community/x86_64 repository index... >>> py3-rply: Signing the index...