>>> py3-enrich: Building community/py3-enrich 1.2.7-r4 (using abuild 3.15.0-r0) started Sun, 12 Oct 2025 17:43:43 +0000 >>> py3-enrich: Validating /home/udu/aports/community/py3-enrich/APKBUILD... >>> py3-enrich: Analyzing dependencies... >>> py3-enrich: Installing for build: build-base py3-rich py3-pytest py3-pytest-mock py3-setuptools py3-setuptools_scm 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/31) Installing py3-attrs (25.3.0-r0) (2/31) Installing py3-attrs-pyc (25.3.0-r0) (3/31) Installing py3-mdurl (0.1.2-r3) (4/31) Installing py3-mdurl-pyc (0.1.2-r3) (5/31) Installing py3-markdown-it-py-pyc (3.0.0-r1) (6/31) Installing py3-pygments (2.19.1-r1) (7/31) Installing py3-pygments-pyc (2.19.1-r1) (8/31) Installing py3-rich-pyc (14.0.0-r0) (9/31) Installing py3-markdown-it-py (3.0.0-r1) (10/31) Installing py3-rich (14.0.0-r0) (11/31) Installing py3-iniconfig (2.1.0-r0) (12/31) Installing py3-iniconfig-pyc (2.1.0-r0) (13/31) Installing py3-parsing (3.2.3-r0) (14/31) Installing py3-parsing-pyc (3.2.3-r0) (15/31) Installing py3-packaging (25.0-r0) (16/31) Installing py3-packaging-pyc (25.0-r0) (17/31) Installing py3-pluggy (1.5.0-r0) (18/31) Installing py3-pluggy-pyc (1.5.0-r0) (19/31) Installing py3-py (1.11.0-r4) (20/31) Installing py3-py-pyc (1.11.0-r4) (21/31) Installing py3-pytest (8.3.5-r0) (22/31) Installing py3-pytest-pyc (8.3.5-r0) (23/31) Installing py3-mock (5.2.0-r0) (24/31) Installing py3-mock-pyc (5.2.0-r0) (25/31) Installing py3-pytest-mock (3.10.0-r3) (26/31) Installing py3-pytest-mock-pyc (3.10.0-r3) (27/31) Installing py3-setuptools (80.9.0-r0) (28/31) Installing py3-setuptools-pyc (80.9.0-r0) (29/31) Installing py3-setuptools_scm (8.3.1-r0) (30/31) Installing py3-setuptools_scm-pyc (8.3.1-r0) (31/31) Installing .makedepends-py3-enrich (20251012.174345) Executing busybox-1.37.0-r19.trigger OK: 320 MiB in 120 packages >>> py3-enrich: Cleaning up srcdir >>> py3-enrich: Cleaning up pkgdir >>> py3-enrich: Cleaning up tmpdir >>> py3-enrich: Fetching https://files.pythonhosted.org/packages/source/e/enrich/enrich-1.2.7.tar.gz >>> py3-enrich: Fetching https://files.pythonhosted.org/packages/source/e/enrich/enrich-1.2.7.tar.gz >>> py3-enrich: Checking sha512sums... enrich-1.2.7.tar.gz: OK >>> py3-enrich: Unpacking /var/cache/distfiles/enrich-1.2.7.tar.gz... /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() /usr/lib/python3.12/site-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.12/site-packages/setuptools_scm/_integration/setuptools.py:92: UserWarning: version of None already set warnings.warn(f"version of {dist_name} already set") running build running build_py creating build/lib/enrich copying src/enrich/console.py -> build/lib/enrich copying src/enrich/__init__.py -> build/lib/enrich copying src/enrich/logging.py -> build/lib/enrich running egg_info writing src/enrich.egg-info/PKG-INFO writing dependency_links to src/enrich.egg-info/dependency_links.txt writing requirements to src/enrich.egg-info/requires.txt writing top-level names to src/enrich.egg-info/top_level.txt [10/12/25 17:43:47] ERROR listing git files failed - pretending there aren't any git.py:26 reading manifest file 'src/enrich.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'asset' adding license file 'LICENSE' writing manifest file 'src/enrich.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'enrich.test' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'enrich.test' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'enrich.test' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'enrich.test' to be distributed and are already explicitly excluding 'enrich.test' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying src/enrich/py.typed -> build/lib/enrich creating build/lib/enrich/test copying src/enrich/test/test_console.py -> build/lib/enrich/test copying src/enrich/test/test_logging.py -> build/lib/enrich/test ============================= test session starts ============================== platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/udu/aports/community/py3-enrich/src/enrich-1.2.7 configfile: setup.cfg testpaths: src plugins: mock-3.10.0 collecting ... collected 9 items / 2 deselected / 7 selected src/enrich/test/test_console.py::test_console_soft_wrap PASSED [ 14%] src/enrich/test/test_console.py::test_console_print_ansi PASSED [ 28%] src/enrich/test/test_console.py::test_markup_detection_pycolors0 PASSED [ 42%] src/enrich/test/test_console.py::test_markup_detection_pycolors1 PASSED [ 57%] src/enrich/test/test_console.py::test_markup_detection_tty_yes PASSED [ 71%] src/enrich/test/test_console.py::test_markup_detection_tty_no PASSED [ 85%] src/enrich/test/test_logging.py::test_logging PASSED [100%] ============================= slowest 10 durations ============================= (10 durations < 3s hidden. Use -vv to show these durations.) ======================= 7 passed, 2 deselected in 0.25s ======================== >>> py3-enrich: Entering fakeroot... /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() /usr/lib/python3.12/site-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.12/site-packages/setuptools_scm/_integration/setuptools.py:92: UserWarning: version of None already set warnings.warn(f"version of {dist_name} already set") 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-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich copying build/lib/enrich/py.typed -> /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich copying build/lib/enrich/console.py -> /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich creating /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich/test copying build/lib/enrich/test/test_console.py -> /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich/test copying build/lib/enrich/test/test_logging.py -> /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich/test copying build/lib/enrich/__init__.py -> /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich copying build/lib/enrich/logging.py -> /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich byte-compiling /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich/console.py to console.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich/test/test_console.py to test_console.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich/test/test_logging.py to test_logging.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich/logging.py to logging.cpython-312.pyc running install_egg_info running egg_info writing src/enrich.egg-info/PKG-INFO writing dependency_links to src/enrich.egg-info/dependency_links.txt writing requirements to src/enrich.egg-info/requires.txt writing top-level names to src/enrich.egg-info/top_level.txt [10/12/25 17:43:48] ERROR listing git files failed - pretending there aren't any git.py:26 reading manifest file 'src/enrich.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'asset' adding license file 'LICENSE' writing manifest file 'src/enrich.egg-info/SOURCES.txt' Copying src/enrich.egg-info to /home/udu/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.12/site-packages/enrich-1.2.7-py3.12.egg-info running install_scripts >>> py3-enrich-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/enrich/test/__pycache__' -> '/home/udu/aports/community/py3-enrich/pkg/py3-enrich-pyc/usr/lib/python3.12/site-packages/enrich/test/__pycache__' 'usr/lib/python3.12/site-packages/enrich/__pycache__' -> '/home/udu/aports/community/py3-enrich/pkg/py3-enrich-pyc/usr/lib/python3.12/site-packages/enrich/__pycache__' >>> py3-enrich-pyc*: Preparing subpackage py3-enrich-pyc... >>> py3-enrich-pyc*: Running postcheck for py3-enrich-pyc >>> py3-enrich*: Running postcheck for py3-enrich >>> py3-enrich*: Preparing package py3-enrich... >>> py3-enrich-pyc*: Tracing dependencies... py3-rich python3~3.12 >>> py3-enrich-pyc*: Package size: 15.2 KB >>> py3-enrich-pyc*: Compressing data... >>> py3-enrich-pyc*: Create checksum... >>> py3-enrich-pyc*: Create py3-enrich-pyc-1.2.7-r4.apk >>> py3-enrich*: Tracing dependencies... py3-rich python3~3.12 >>> py3-enrich*: Package size: 16.3 KB >>> py3-enrich*: Compressing data... >>> py3-enrich*: Create checksum... >>> py3-enrich*: Create py3-enrich-1.2.7-r4.apk >>> py3-enrich: Build complete at Sun, 12 Oct 2025 17:43:49 +0000 elapsed time 0h 0m 6s >>> py3-enrich: Cleaning up srcdir >>> py3-enrich: Cleaning up pkgdir >>> py3-enrich: Uninstalling dependencies... (1/31) Purging .makedepends-py3-enrich (20251012.174345) (2/31) Purging py3-rich-pyc (14.0.0-r0) (3/31) Purging py3-rich (14.0.0-r0) (4/31) Purging py3-markdown-it-py-pyc (3.0.0-r1) (5/31) Purging py3-markdown-it-py (3.0.0-r1) (6/31) Purging py3-attrs-pyc (25.3.0-r0) (7/31) Purging py3-attrs (25.3.0-r0) (8/31) Purging py3-mdurl-pyc (0.1.2-r3) (9/31) Purging py3-mdurl (0.1.2-r3) (10/31) Purging py3-pygments-pyc (2.19.1-r1) (11/31) Purging py3-pygments (2.19.1-r1) (12/31) Purging py3-pytest-mock-pyc (3.10.0-r3) (13/31) Purging py3-pytest-mock (3.10.0-r3) (14/31) Purging py3-mock-pyc (5.2.0-r0) (15/31) Purging py3-mock (5.2.0-r0) (16/31) Purging py3-pytest-pyc (8.3.5-r0) (17/31) Purging py3-pytest (8.3.5-r0) (18/31) Purging py3-iniconfig-pyc (2.1.0-r0) (19/31) Purging py3-iniconfig (2.1.0-r0) (20/31) Purging py3-pluggy-pyc (1.5.0-r0) (21/31) Purging py3-pluggy (1.5.0-r0) (22/31) Purging py3-py-pyc (1.11.0-r4) (23/31) Purging py3-py (1.11.0-r4) (24/31) Purging py3-setuptools_scm-pyc (8.3.1-r0) (25/31) Purging py3-setuptools_scm (8.3.1-r0) (26/31) Purging py3-setuptools-pyc (80.9.0-r0) (27/31) Purging py3-setuptools (80.9.0-r0) (28/31) Purging py3-packaging-pyc (25.0-r0) (29/31) Purging py3-packaging (25.0-r0) (30/31) Purging py3-parsing-pyc (3.2.3-r0) (31/31) Purging py3-parsing (3.2.3-r0) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-enrich: Updating the community/x86_64 repository index... >>> py3-enrich: Signing the index...