>>> py3-rebulk: Building community/py3-rebulk 3.2.0-r2 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 04:01:25 +0000 >>> py3-rebulk: Validating /home/udu/aports/community/py3-rebulk/APKBUILD... >>> py3-rebulk: Analyzing dependencies... >>> py3-rebulk: Installing for build: build-base python3 py3-regex py3-setuptools py3-pytest 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/17) Installing py3-regex (2024.11.7-r0) (2/17) Installing py3-regex-pyc (2024.11.7-r0) (3/17) Installing py3-parsing (3.2.3-r0) (4/17) Installing py3-parsing-pyc (3.2.3-r0) (5/17) Installing py3-packaging (25.0-r0) (6/17) Installing py3-packaging-pyc (25.0-r0) (7/17) Installing py3-setuptools (80.9.0-r0) (8/17) Installing py3-setuptools-pyc (80.9.0-r0) (9/17) Installing py3-iniconfig (2.1.0-r0) (10/17) Installing py3-iniconfig-pyc (2.1.0-r0) (11/17) Installing py3-pluggy (1.5.0-r0) (12/17) Installing py3-pluggy-pyc (1.5.0-r0) (13/17) Installing py3-py (1.11.0-r4) (14/17) Installing py3-py-pyc (1.11.0-r4) (15/17) Installing py3-pytest (8.3.5-r0) (16/17) Installing py3-pytest-pyc (8.3.5-r0) (17/17) Installing .makedepends-py3-rebulk (20251013.040126) Executing busybox-1.37.0-r19.trigger OK: 310 MiB in 106 packages >>> py3-rebulk: Cleaning up srcdir >>> py3-rebulk: Cleaning up pkgdir >>> py3-rebulk: Cleaning up tmpdir >>> py3-rebulk: Fetching https://files.pythonhosted.org/packages/source/r/rebulk/rebulk-3.2.0.tar.gz >>> py3-rebulk: Fetching https://files.pythonhosted.org/packages/source/r/rebulk/rebulk-3.2.0.tar.gz >>> py3-rebulk: Checking sha512sums... rebulk-3.2.0.tar.gz: OK >>> py3-rebulk: Unpacking /var/cache/distfiles/rebulk-3.2.0.tar.gz... /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/rebulk copying rebulk/rules.py -> build/lib/rebulk copying rebulk/remodule.py -> build/lib/rebulk copying rebulk/loose.py -> build/lib/rebulk copying rebulk/rebulk.py -> build/lib/rebulk copying rebulk/debug.py -> build/lib/rebulk copying rebulk/processors.py -> build/lib/rebulk copying rebulk/pattern.py -> build/lib/rebulk copying rebulk/formatters.py -> build/lib/rebulk copying rebulk/utils.py -> build/lib/rebulk copying rebulk/builder.py -> build/lib/rebulk copying rebulk/introspector.py -> build/lib/rebulk copying rebulk/validators.py -> build/lib/rebulk copying rebulk/match.py -> build/lib/rebulk copying rebulk/__init__.py -> build/lib/rebulk copying rebulk/__version__.py -> build/lib/rebulk copying rebulk/chain.py -> build/lib/rebulk copying rebulk/toposort.py -> build/lib/rebulk creating build/lib/rebulk/test copying rebulk/test/default_rules_module.py -> build/lib/rebulk/test copying rebulk/test/test_pattern.py -> build/lib/rebulk/test copying rebulk/test/test_debug.py -> build/lib/rebulk/test copying rebulk/test/test_processors.py -> build/lib/rebulk/test copying rebulk/test/test_toposort.py -> build/lib/rebulk/test copying rebulk/test/test_rebulk.py -> build/lib/rebulk/test copying rebulk/test/test_chain.py -> build/lib/rebulk/test copying rebulk/test/rebulk_rules_module.py -> build/lib/rebulk/test copying rebulk/test/rules_module.py -> build/lib/rebulk/test copying rebulk/test/test_validators.py -> build/lib/rebulk/test copying rebulk/test/test_introspector.py -> build/lib/rebulk/test copying rebulk/test/test_match.py -> build/lib/rebulk/test copying rebulk/test/test_rules.py -> build/lib/rebulk/test copying rebulk/test/__init__.py -> build/lib/rebulk/test copying rebulk/test/test_loose.py -> build/lib/rebulk/test running egg_info writing rebulk.egg-info/PKG-INFO writing dependency_links to rebulk.egg-info/dependency_links.txt writing requirements to rebulk.egg-info/requires.txt writing top-level names to rebulk.egg-info/top_level.txt reading manifest file 'rebulk.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'rebulk.egg-info/SOURCES.txt' ============================================================================================================================================ test session starts ============================================================================================================================================= platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-rebulk/src/rebulk-3.2.0 configfile: pytest.ini collected 165 items rebulk/rebulk.py . [ 0%] rebulk/test/test_chain.py ............... [ 9%] rebulk/test/test_debug.py ..... [ 12%] rebulk/test/test_introspector.py .... [ 15%] rebulk/test/test_loose.py ...... [ 18%] rebulk/test/test_match.py .......................... [ 34%] rebulk/test/test_pattern.py ............................................... [ 63%] rebulk/test/test_processors.py .............. [ 71%] rebulk/test/test_rebulk.py ...................... [ 84%] rebulk/test/test_rules.py ........... [ 91%] rebulk/test/test_toposort.py ......... [ 96%] rebulk/test/test_validators.py .... [ 99%] rebulk/utils.py . [100%] ============================================================================================================================================ 165 passed in 0.51s ============================================================================================================================================= >>> py3-rebulk: Entering fakeroot... /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 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-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/rules.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/remodule.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/loose.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/rebulk.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/debug.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/processors.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/pattern.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/formatters.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/utils.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/builder.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/introspector.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk creating /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/default_rules_module.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/test_pattern.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/test_debug.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/test_processors.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/test_toposort.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/test_rebulk.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/test_chain.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/rebulk_rules_module.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/rules_module.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/test_validators.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/test_introspector.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/test_match.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/test_rules.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/__init__.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/test/test_loose.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test copying build/lib/rebulk/validators.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/match.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/__init__.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/__version__.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/chain.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk copying build/lib/rebulk/toposort.py -> /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/rules.py to rules.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/remodule.py to remodule.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/loose.py to loose.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/rebulk.py to rebulk.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/debug.py to debug.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/processors.py to processors.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/pattern.py to pattern.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/formatters.py to formatters.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/utils.py to utils.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/builder.py to builder.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/introspector.py to introspector.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/default_rules_module.py to default_rules_module.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/test_pattern.py to test_pattern.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/test_debug.py to test_debug.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/test_processors.py to test_processors.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/test_toposort.py to test_toposort.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/test_rebulk.py to test_rebulk.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/test_chain.py to test_chain.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/rebulk_rules_module.py to rebulk_rules_module.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/rules_module.py to rules_module.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/test_validators.py to test_validators.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/test_introspector.py to test_introspector.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/test_match.py to test_match.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/test_rules.py to test_rules.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/test/test_loose.py to test_loose.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/validators.py to validators.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/match.py to match.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/__version__.py to __version__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/chain.py to chain.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk/toposort.py to toposort.cpython-312.pyc running install_egg_info running egg_info writing rebulk.egg-info/PKG-INFO writing dependency_links to rebulk.egg-info/dependency_links.txt writing requirements to rebulk.egg-info/requires.txt writing top-level names to rebulk.egg-info/top_level.txt reading manifest file 'rebulk.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'rebulk.egg-info/SOURCES.txt' Copying rebulk.egg-info to /home/udu/aports/community/py3-rebulk/pkg/py3-rebulk/usr/lib/python3.12/site-packages/rebulk-3.2.0-py3.12.egg-info running install_scripts >>> py3-rebulk-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/rebulk/__pycache__' -> '/home/udu/aports/community/py3-rebulk/pkg/py3-rebulk-pyc/usr/lib/python3.12/site-packages/rebulk/__pycache__' >>> py3-rebulk-pyc*: Preparing subpackage py3-rebulk-pyc... >>> py3-rebulk-pyc*: Running postcheck for py3-rebulk-pyc >>> py3-rebulk*: Running postcheck for py3-rebulk >>> py3-rebulk*: Preparing package py3-rebulk... >>> py3-rebulk-pyc*: Tracing dependencies... python3 py3-regex python3~3.12 >>> py3-rebulk-pyc*: Package size: 139.6 KB >>> py3-rebulk-pyc*: Compressing data... >>> py3-rebulk-pyc*: Create checksum... >>> py3-rebulk-pyc*: Create py3-rebulk-pyc-3.2.0-r2.apk >>> py3-rebulk*: Tracing dependencies... python3 py3-regex python3~3.12 >>> py3-rebulk*: Package size: 129.7 KB >>> py3-rebulk*: Compressing data... >>> py3-rebulk*: Create checksum... >>> py3-rebulk*: Create py3-rebulk-3.2.0-r2.apk >>> py3-rebulk: Build complete at Mon, 13 Oct 2025 04:01:27 +0000 elapsed time 0h 0m 2s >>> py3-rebulk: Cleaning up srcdir >>> py3-rebulk: Cleaning up pkgdir >>> py3-rebulk: Uninstalling dependencies... (1/17) Purging .makedepends-py3-rebulk (20251013.040126) (2/17) Purging py3-regex-pyc (2024.11.7-r0) (3/17) Purging py3-regex (2024.11.7-r0) (4/17) Purging py3-setuptools-pyc (80.9.0-r0) (5/17) Purging py3-setuptools (80.9.0-r0) (6/17) Purging py3-pytest-pyc (8.3.5-r0) (7/17) Purging py3-pytest (8.3.5-r0) (8/17) Purging py3-iniconfig-pyc (2.1.0-r0) (9/17) Purging py3-iniconfig (2.1.0-r0) (10/17) Purging py3-packaging-pyc (25.0-r0) (11/17) Purging py3-packaging (25.0-r0) (12/17) Purging py3-parsing-pyc (3.2.3-r0) (13/17) Purging py3-parsing (3.2.3-r0) (14/17) Purging py3-pluggy-pyc (1.5.0-r0) (15/17) Purging py3-pluggy (1.5.0-r0) (16/17) Purging py3-py-pyc (1.11.0-r4) (17/17) Purging py3-py (1.11.0-r4) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-rebulk: Updating the community/x86_64 repository index... >>> py3-rebulk: Signing the index...