>>> py3-enrich: Building community/py3-enrich 1.2.7-r3 (using abuild 3.11.0_rc10-r0) started Wed, 19 Apr 2023 13:11:05 +0000 >>> py3-enrich: Checking sanity of /home/buildozer/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 (1/38) Installing libbz2 (1.0.8-r5) (2/38) Installing libffi (3.4.4-r2) (3/38) Installing gdbm (1.23-r1) (4/38) Installing xz-libs (5.4.2-r1) (5/38) Installing mpdecimal (2.5.1-r2) (6/38) Installing libpanelw (6.4_p20230401-r4) (7/38) Installing readline (8.2.1-r1) (8/38) Installing sqlite-libs (3.41.2-r2) (9/38) Installing python3 (3.11.3-r10) (10/38) Installing python3-pycache-pyc0 (3.11.3-r10) (11/38) Installing pyc (0.1-r0) (12/38) Installing python3-pyc (3.11.3-r10) (13/38) Installing py3-attrs (23.1.0-r0) (14/38) Installing py3-mdurl (0.1.2-r1) (15/38) Installing py3-markdown-it-py (2.2.0-r0) (16/38) Installing py3-pygments (2.15.0-r1) (17/38) Installing py3-pygments-pyc (2.15.0-r1) (18/38) Installing py3-rich (13.3.4-r0) (19/38) Installing py3-iniconfig (1.1.1-r6) (20/38) Installing py3-iniconfig-pyc (1.1.1-r6) (21/38) Installing py3-parsing (3.0.9-r2) (22/38) Installing py3-parsing-pyc (3.0.9-r2) (23/38) Installing py3-packaging (23.1-r1) (24/38) Installing py3-packaging-pyc (23.1-r1) (25/38) Installing py3-pluggy (1.0.0-r3) (26/38) Installing py3-pluggy-pyc (1.0.0-r3) (27/38) Installing py3-py (1.11.0-r2) (28/38) Installing py3-py-pyc (1.11.0-r2) (29/38) Installing py3-pytest (7.3.1-r1) (30/38) Installing py3-pytest-pyc (7.3.1-r1) (31/38) Installing py3-mock (5.0.2-r1) (32/38) Installing py3-mock-pyc (5.0.2-r1) (33/38) Installing py3-pytest-mock (3.10.0-r1) (34/38) Installing py3-setuptools (67.6.1-r1) (35/38) Installing py3-setuptools-pyc (67.6.1-r1) (36/38) Installing py3-typing-extensions (4.5.0-r0) (37/38) Installing py3-setuptools_scm (7.1.0-r0) (38/38) Installing .makedepends-py3-enrich (20230419.131106) Executing busybox-1.36.0-r7.trigger OK: 363 MiB in 136 packages >>> py3-enrich: Cleaning up srcdir >>> py3-enrich: Cleaning up pkgdir >>> py3-enrich: Fetching https://distfiles.alpinelinux.org/distfiles/edge/enrich-1.2.7.tar.gz >>> py3-enrich: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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.11/site-packages/setuptools/config/setupcfg.py:516: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) /usr/lib/python3.11/site-packages/setuptools/__init__.py:85: _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`. dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:516: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running build running build_py creating build creating build/lib creating build/lib/enrich copying src/enrich/console.py -> build/lib/enrich copying src/enrich/logging.py -> build/lib/enrich copying src/enrich/__init__.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 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.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'enrich.test' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'enrich.test' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'enrich.test' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'enrich.test' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! 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.11.3, pytest-7.3.1, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/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.13s ======================== >>> py3-enrich: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:516: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) /usr/lib/python3.11/site-packages/setuptools/__init__.py:85: _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`. dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:516: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/community/py3-enrich/pkg creating /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich creating /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr creating /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib creating /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich copying build/lib/enrich/console.py -> /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich creating /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich/test copying build/lib/enrich/test/test_logging.py -> /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich/test copying build/lib/enrich/test/test_console.py -> /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich/test copying build/lib/enrich/logging.py -> /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich copying build/lib/enrich/py.typed -> /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich copying build/lib/enrich/__init__.py -> /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich byte-compiling /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich/console.py to console.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich/test/test_logging.py to test_logging.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich/test/test_console.py to test_console.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich/logging.py to logging.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich/__init__.py to __init__.cpython-311.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 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/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich-1.2.7-py3.11.egg-info running install_scripts >>> py3-enrich-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich/test/__pycache__' -> '/home/buildozer/aports/community/py3-enrich/pkg/py3-enrich-pyc/usr/lib/python3.11/site-packages/enrich/test/__pycache__' '/home/buildozer/aports/community/py3-enrich/pkg/py3-enrich/usr/lib/python3.11/site-packages/enrich/__pycache__' -> '/home/buildozer/aports/community/py3-enrich/pkg/py3-enrich-pyc/usr/lib/python3.11/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.11 >>> py3-enrich-pyc*: Package size: 68.0 KB >>> py3-enrich-pyc*: Compressing data... >>> py3-enrich-pyc*: Create checksum... >>> py3-enrich-pyc*: Create py3-enrich-pyc-1.2.7-r3.apk >>> py3-enrich*: Tracing dependencies... py3-rich python3~3.11 >>> py3-enrich*: Package size: 72.0 KB >>> py3-enrich*: Compressing data... >>> py3-enrich*: Create checksum... >>> py3-enrich*: Create py3-enrich-1.2.7-r3.apk >>> py3-enrich: Build complete at Wed, 19 Apr 2023 13:11:13 +0000 elapsed time 0h 0m 8s >>> py3-enrich: Cleaning up srcdir >>> py3-enrich: Cleaning up pkgdir >>> py3-enrich: Uninstalling dependencies... (1/38) Purging .makedepends-py3-enrich (20230419.131106) (2/38) Purging py3-rich (13.3.4-r0) (3/38) Purging py3-markdown-it-py (2.2.0-r0) (4/38) Purging py3-attrs (23.1.0-r0) (5/38) Purging py3-mdurl (0.1.2-r1) (6/38) Purging py3-pygments-pyc (2.15.0-r1) (7/38) Purging py3-pygments (2.15.0-r1) (8/38) Purging py3-pytest-mock (3.10.0-r1) (9/38) Purging py3-mock-pyc (5.0.2-r1) (10/38) Purging py3-mock (5.0.2-r1) (11/38) Purging py3-pytest-pyc (7.3.1-r1) (12/38) Purging py3-pytest (7.3.1-r1) (13/38) Purging py3-iniconfig-pyc (1.1.1-r6) (14/38) Purging py3-iniconfig (1.1.1-r6) (15/38) Purging py3-pluggy-pyc (1.0.0-r3) (16/38) Purging py3-pluggy (1.0.0-r3) (17/38) Purging py3-py-pyc (1.11.0-r2) (18/38) Purging py3-py (1.11.0-r2) (19/38) Purging py3-setuptools_scm (7.1.0-r0) (20/38) Purging py3-setuptools-pyc (67.6.1-r1) (21/38) Purging py3-setuptools (67.6.1-r1) (22/38) Purging py3-packaging-pyc (23.1-r1) (23/38) Purging py3-packaging (23.1-r1) (24/38) Purging py3-parsing-pyc (3.0.9-r2) (25/38) Purging py3-parsing (3.0.9-r2) (26/38) Purging py3-typing-extensions (4.5.0-r0) (27/38) Purging python3-pyc (3.11.3-r10) (28/38) Purging python3-pycache-pyc0 (3.11.3-r10) (29/38) Purging pyc (0.1-r0) (30/38) Purging python3 (3.11.3-r10) (31/38) Purging gdbm (1.23-r1) (32/38) Purging libbz2 (1.0.8-r5) (33/38) Purging libffi (3.4.4-r2) (34/38) Purging libpanelw (6.4_p20230401-r4) (35/38) Purging mpdecimal (2.5.1-r2) (36/38) Purging readline (8.2.1-r1) (37/38) Purging sqlite-libs (3.41.2-r2) (38/38) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 292 MiB in 98 packages >>> py3-enrich: Updating the community/ppc64le repository index... >>> py3-enrich: Signing the index...