>>> py3-utils: Building community/py3-utils 3.9.1-r1 (using abuild 3.16.0-r0) started Sat, 28 Mar 2026 08:35:25 +0000 >>> py3-utils: Validating /home/buildozer/aports/community/py3-utils/APKBUILD... >>> py3-utils: Analyzing dependencies... >>> py3-utils: Installing for build: build-base py3-typing-extensions py3-gpep517 py3-setuptools py3-wheel py3-loguru py3-pytest py3-pytest-asyncio py3-pytest-cov ( 1/46) Installing libbz2 (1.0.8-r6) ( 2/46) Installing libffi (3.5.2-r0) ( 3/46) Installing gdbm (1.26-r0) ( 4/46) Installing xz-libs (5.8.2-r0) ( 5/46) Installing mpdecimal (4.0.1-r0) ( 6/46) Installing libpanelw (6.6_p20251231-r0) ( 7/46) Installing sqlite-libs (3.51.2-r1) ( 8/46) Installing python3 (3.14.3-r0) ( 9/46) Installing python3-pycache-pyc0 (3.14.3-r0) (10/46) Installing pyc (3.14.3-r0) (11/46) Installing py3-typing-extensions-pyc (4.15.0-r1) (12/46) Installing python3-pyc (3.14.3-r0) (13/46) Installing py3-typing-extensions (4.15.0-r1) (14/46) Installing py3-installer (0.7.0-r3) (15/46) Installing py3-installer-pyc (0.7.0-r3) (16/46) Installing py3-gpep517 (19-r2) (17/46) Installing py3-gpep517-pyc (19-r2) (18/46) Installing py3-parsing (3.3.2-r1) (19/46) Installing py3-parsing-pyc (3.3.2-r1) (20/46) Installing py3-packaging (26.0-r1) (21/46) Installing py3-packaging-pyc (26.0-r1) (22/46) Installing py3-setuptools (82.0.1-r1) (23/46) Installing py3-setuptools-pyc (82.0.1-r1) (24/46) Installing py3-wheel (0.46.3-r1) (25/46) Installing py3-wheel-pyc (0.46.3-r1) (26/46) Installing py3-colorama (0.4.6-r7) (27/46) Installing py3-colorama-pyc (0.4.6-r7) (28/46) Installing py3-loguru (0.7.3-r0) (29/46) Installing py3-loguru-pyc (0.7.3-r0) (30/46) Installing py3-iniconfig (2.3.0-r1) (31/46) Installing py3-iniconfig-pyc (2.3.0-r1) (32/46) Installing py3-pluggy (1.6.0-r1) (33/46) Installing py3-pluggy-pyc (1.6.0-r1) (34/46) Installing py3-py (1.11.0-r5) (35/46) Installing py3-py-pyc (1.11.0-r5) (36/46) Installing py3-pygments (2.19.2-r1) (37/46) Installing py3-pygments-pyc (2.19.2-r1) (38/46) Installing py3-pytest (9.0.2-r1) (39/46) Installing py3-pytest-pyc (9.0.2-r1) (40/46) Installing py3-pytest-asyncio (1.3.0-r1) (41/46) Installing py3-pytest-asyncio-pyc (1.3.0-r1) (42/46) Installing py3-coverage (7.13.5-r1) (43/46) Installing py3-coverage-pyc (7.13.5-r1) (44/46) Installing py3-pytest-cov (5.0.0-r2) (45/46) Installing py3-pytest-cov-pyc (5.0.0-r2) (46/46) Installing .makedepends-py3-utils (20260328.083527) Executing busybox-1.37.0-r31.trigger OK: 447.8 MiB in 152 packages >>> py3-utils: Cleaning up srcdir >>> py3-utils: Cleaning up pkgdir >>> py3-utils: Cleaning up tmpdir >>> py3-utils: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-utils-3.9.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-utils: Fetching py3-utils-3.9.1.tar.gz::https://github.com/wolph/python-utils/archive/refs/tags/v3.9.1.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/edge/py3-utils-3.9.1.tar.gz.part' py3-utils-3.9.1.tar. 100% |********************************| 36828 0:00:00 ETA '/var/cache/distfiles/edge/py3-utils-3.9.1.tar.gz.part' saved /var/cache/distfiles/edge/py3-utils-3.9.1.tar.gz: OK >>> py3-utils: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-utils-3.9.1.tar.gz /var/cache/distfiles/edge/py3-utils-3.9.1.tar.gz: OK >>> py3-utils: Unpacking /var/cache/distfiles/edge/py3-utils-3.9.1.tar.gz... 2026-03-28 08:35:29,563 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.14/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. (Affected: python-utils). Available configuration options are listed in: https://setuptools.pypa.io/en/latest/userguide/declarative_config.html This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://github.com/pypa/setuptools/discussions/5011 for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-03-28 08:35:29,581 root INFO running bdist_wheel /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:119: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() 2026-03-28 08:35:29,593 root INFO running build 2026-03-28 08:35:29,593 root INFO running build_py 2026-03-28 08:35:29,596 root INFO creating build/lib/python_utils 2026-03-28 08:35:29,596 root INFO copying python_utils/__init__.py -> build/lib/python_utils 2026-03-28 08:35:29,596 root INFO copying python_utils/exceptions.py -> build/lib/python_utils 2026-03-28 08:35:29,596 root INFO copying python_utils/__about__.py -> build/lib/python_utils 2026-03-28 08:35:29,596 root INFO copying python_utils/generators.py -> build/lib/python_utils 2026-03-28 08:35:29,597 root INFO copying python_utils/decorators.py -> build/lib/python_utils 2026-03-28 08:35:29,597 root INFO copying python_utils/terminal.py -> build/lib/python_utils 2026-03-28 08:35:29,597 root INFO copying python_utils/logger.py -> build/lib/python_utils 2026-03-28 08:35:29,597 root INFO copying python_utils/import_.py -> build/lib/python_utils 2026-03-28 08:35:29,597 root INFO copying python_utils/aio.py -> build/lib/python_utils 2026-03-28 08:35:29,597 root INFO copying python_utils/time.py -> build/lib/python_utils 2026-03-28 08:35:29,597 root INFO copying python_utils/containers.py -> build/lib/python_utils 2026-03-28 08:35:29,597 root INFO copying python_utils/loguru.py -> build/lib/python_utils 2026-03-28 08:35:29,598 root INFO copying python_utils/formatters.py -> build/lib/python_utils 2026-03-28 08:35:29,598 root INFO copying python_utils/converters.py -> build/lib/python_utils 2026-03-28 08:35:29,598 root INFO copying python_utils/types.py -> build/lib/python_utils 2026-03-28 08:35:29,598 root INFO copying python_utils/py.typed -> build/lib/python_utils 2026-03-28 08:35:29,603 root INFO installing to build/bdist.linux-s390x/wheel 2026-03-28 08:35:29,603 root INFO running install 2026-03-28 08:35:29,609 root INFO running install_lib 2026-03-28 08:35:29,611 root INFO creating build/bdist.linux-s390x/wheel 2026-03-28 08:35:29,612 root INFO creating build/bdist.linux-s390x/wheel/python_utils 2026-03-28 08:35:29,612 root INFO copying build/lib/python_utils/__init__.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,612 root INFO copying build/lib/python_utils/exceptions.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,612 root INFO copying build/lib/python_utils/__about__.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,612 root INFO copying build/lib/python_utils/generators.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,612 root INFO copying build/lib/python_utils/decorators.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,612 root INFO copying build/lib/python_utils/py.typed -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,612 root INFO copying build/lib/python_utils/terminal.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,612 root INFO copying build/lib/python_utils/logger.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,612 root INFO copying build/lib/python_utils/import_.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,612 root INFO copying build/lib/python_utils/aio.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,612 root INFO copying build/lib/python_utils/time.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,613 root INFO copying build/lib/python_utils/containers.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,613 root INFO copying build/lib/python_utils/loguru.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,613 root INFO copying build/lib/python_utils/formatters.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,613 root INFO copying build/lib/python_utils/converters.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,613 root INFO copying build/lib/python_utils/types.py -> build/bdist.linux-s390x/wheel/./python_utils 2026-03-28 08:35:29,613 root INFO running install_egg_info 2026-03-28 08:35:29,615 root INFO running egg_info 2026-03-28 08:35:29,617 root INFO creating python_utils.egg-info 2026-03-28 08:35:29,617 root INFO writing python_utils.egg-info/PKG-INFO 2026-03-28 08:35:29,618 root INFO writing dependency_links to python_utils.egg-info/dependency_links.txt 2026-03-28 08:35:29,619 root INFO writing requirements to python_utils.egg-info/requires.txt 2026-03-28 08:35:29,619 root INFO writing top-level names to python_utils.egg-info/top_level.txt 2026-03-28 08:35:29,619 root INFO writing manifest file 'python_utils.egg-info/SOURCES.txt' 2026-03-28 08:35:29,621 root INFO reading manifest file 'python_utils.egg-info/SOURCES.txt' 2026-03-28 08:35:29,621 root INFO reading manifest template 'MANIFEST.in' 2026-03-28 08:35:29,622 root WARNING warning: no previously-included files matching '*' found under directory '__pycache__' 2026-03-28 08:35:29,622 root INFO adding license file 'LICENSE' 2026-03-28 08:35:29,623 root INFO writing manifest file 'python_utils.egg-info/SOURCES.txt' 2026-03-28 08:35:29,623 root INFO Copying python_utils.egg-info to build/bdist.linux-s390x/wheel/./python_utils-3.9.1-py3.14.egg-info 2026-03-28 08:35:29,624 root INFO running install_scripts 2026-03-28 08:35:29,624 root INFO creating build/bdist.linux-s390x/wheel/python_utils-3.9.1.dist-info/WHEEL 2026-03-28 08:35:29,625 wheel INFO creating '/home/buildozer/aports/community/py3-utils/src/python-utils-3.9.1/.dist/.tmp-orfzi_lh/python_utils-3.9.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-s390x/wheel' to it 2026-03-28 08:35:29,625 wheel INFO adding 'python_utils/__about__.py' 2026-03-28 08:35:29,625 wheel INFO adding 'python_utils/__init__.py' 2026-03-28 08:35:29,625 wheel INFO adding 'python_utils/aio.py' 2026-03-28 08:35:29,625 wheel INFO adding 'python_utils/containers.py' 2026-03-28 08:35:29,625 wheel INFO adding 'python_utils/converters.py' 2026-03-28 08:35:29,625 wheel INFO adding 'python_utils/decorators.py' 2026-03-28 08:35:29,626 wheel INFO adding 'python_utils/exceptions.py' 2026-03-28 08:35:29,626 wheel INFO adding 'python_utils/formatters.py' 2026-03-28 08:35:29,626 wheel INFO adding 'python_utils/generators.py' 2026-03-28 08:35:29,626 wheel INFO adding 'python_utils/import_.py' 2026-03-28 08:35:29,626 wheel INFO adding 'python_utils/logger.py' 2026-03-28 08:35:29,626 wheel INFO adding 'python_utils/loguru.py' 2026-03-28 08:35:29,626 wheel INFO adding 'python_utils/py.typed' 2026-03-28 08:35:29,626 wheel INFO adding 'python_utils/terminal.py' 2026-03-28 08:35:29,626 wheel INFO adding 'python_utils/time.py' 2026-03-28 08:35:29,627 wheel INFO adding 'python_utils/types.py' 2026-03-28 08:35:29,627 wheel INFO adding 'python_utils-3.9.1.dist-info/licenses/LICENSE' 2026-03-28 08:35:29,627 wheel INFO adding 'python_utils-3.9.1.dist-info/METADATA' 2026-03-28 08:35:29,627 wheel INFO adding 'python_utils-3.9.1.dist-info/WHEEL' 2026-03-28 08:35:29,627 wheel INFO adding 'python_utils-3.9.1.dist-info/top_level.txt' 2026-03-28 08:35:29,627 wheel INFO adding 'python_utils-3.9.1.dist-info/RECORD' 2026-03-28 08:35:29,627 root INFO removing build/bdist.linux-s390x/wheel 2026-03-28 08:35:29,628 gpep517 INFO The backend produced .dist/python_utils-3.9.1-py2.py3-none-any.whl python_utils-3.9.1-py2.py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/community/py3-utils/src/python-utils-3.9.1 configfile: pytest.ini plugins: cov-5.0.0, asyncio-1.3.0 asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function collected 66 items _python_utils_tests/test_aio.py ... [ 4%] _python_utils_tests/test_containers.py ..... [ 12%] _python_utils_tests/test_decorators.py .... [ 18%] _python_utils_tests/test_generators.py .... [ 24%] _python_utils_tests/test_import.py ...... [ 33%] _python_utils_tests/test_logger.py . [ 34%] _python_utils_tests/test_python_utils.py . [ 36%] _python_utils_tests/test_time.py .............. [ 57%] python_utils/containers.py ...... [ 66%] python_utils/converters.py ...... [ 75%] python_utils/decorators.py ... [ 80%] python_utils/exceptions.py . [ 81%] python_utils/formatters.py ... [ 86%] python_utils/logger.py ... [ 90%] python_utils/loguru.py . [ 92%] python_utils/terminal.py . [ 93%] python_utils/time.py .... [100%] ---------- coverage: platform linux, python 3.14.3-final-0 ----------- Name Stmts Miss Branch BrPart Cover Missing ------------------------------------------------------------------------ python_utils/__about__.py 6 0 0 0 100% python_utils/__init__.py 13 0 0 0 100% python_utils/aio.py 30 0 12 0 100% python_utils/containers.py 120 0 60 0 100% python_utils/converters.py 81 0 40 0 100% python_utils/decorators.py 44 0 10 0 100% python_utils/exceptions.py 7 0 0 0 100% python_utils/formatters.py 37 0 24 0 100% python_utils/generators.py 39 0 18 0 100% python_utils/import_.py 34 0 16 0 100% python_utils/logger.py 47 0 0 0 100% python_utils/loguru.py 10 0 0 0 100% python_utils/terminal.py 9 0 0 0 100% python_utils/time.py 98 0 38 0 100% python_utils/types.py 15 0 0 0 100% ------------------------------------------------------------------------ TOTAL 590 0 218 0 100% Required test coverage of 100.0% reached. Total coverage: 100.00% ============================== 66 passed in 8.99s ============================== >>> py3-utils: Entering fakeroot... >>> py3-utils-pyc*: Running split function pyc... libfakeroot internal error: payload not recognized! 'usr/lib/python3.14/site-packages/python_utils/__pycache__' -> '/home/buildozer/aports/community/py3-utils/pkg/py3-utils-pyc/usr/lib/python3.14/site-packages/python_utils/__pycache__' >>> py3-utils-pyc*: Preparing subpackage py3-utils-pyc... >>> py3-utils-pyc*: Running postcheck for py3-utils-pyc >>> py3-utils*: Running postcheck for py3-utils >>> py3-utils*: Preparing package py3-utils... >>> py3-utils-pyc*: Tracing dependencies... python3~3.14 >>> py3-utils-pyc*: Package size: 131.6 KB >>> py3-utils-pyc*: Compressing data... >>> py3-utils-pyc*: Create checksum... >>> py3-utils-pyc*: Create py3-utils-pyc-3.9.1-r1.apk >>> py3-utils*: Tracing dependencies... py3-typing-extensions python3~3.14 >>> py3-utils*: Package size: 104.6 KB >>> py3-utils*: Compressing data... >>> py3-utils*: Create checksum... >>> py3-utils*: Create py3-utils-3.9.1-r1.apk >>> py3-utils: Build complete at Sat, 28 Mar 2026 08:35:39 +0000 elapsed time 0h 0m 14s >>> py3-utils: Cleaning up srcdir >>> py3-utils: Cleaning up pkgdir >>> py3-utils: Uninstalling dependencies... ( 1/46) Purging .makedepends-py3-utils (20260328.083527) ( 2/46) Purging py3-gpep517-pyc (19-r2) ( 3/46) Purging py3-gpep517 (19-r2) ( 4/46) Purging py3-installer-pyc (0.7.0-r3) ( 5/46) Purging py3-installer (0.7.0-r3) ( 6/46) Purging py3-setuptools-pyc (82.0.1-r1) ( 7/46) Purging py3-setuptools (82.0.1-r1) ( 8/46) Purging py3-wheel-pyc (0.46.3-r1) ( 9/46) Purging py3-wheel (0.46.3-r1) (10/46) Purging py3-loguru-pyc (0.7.3-r0) (11/46) Purging py3-loguru (0.7.3-r0) (12/46) Purging py3-colorama-pyc (0.4.6-r7) (13/46) Purging py3-colorama (0.4.6-r7) (14/46) Purging py3-pytest-asyncio-pyc (1.3.0-r1) (15/46) Purging py3-pytest-asyncio (1.3.0-r1) (16/46) Purging py3-typing-extensions-pyc (4.15.0-r1) (17/46) Purging py3-typing-extensions (4.15.0-r1) (18/46) Purging py3-pytest-cov-pyc (5.0.0-r2) (19/46) Purging py3-pytest-cov (5.0.0-r2) (20/46) Purging py3-pytest-pyc (9.0.2-r1) (21/46) Purging py3-pytest (9.0.2-r1) (22/46) Purging py3-iniconfig-pyc (2.3.0-r1) (23/46) Purging py3-iniconfig (2.3.0-r1) (24/46) Purging py3-packaging-pyc (26.0-r1) (25/46) Purging py3-packaging (26.0-r1) (26/46) Purging py3-parsing-pyc (3.3.2-r1) (27/46) Purging py3-parsing (3.3.2-r1) (28/46) Purging py3-pluggy-pyc (1.6.0-r1) (29/46) Purging py3-pluggy (1.6.0-r1) (30/46) Purging py3-py-pyc (1.11.0-r5) (31/46) Purging py3-py (1.11.0-r5) (32/46) Purging py3-pygments-pyc (2.19.2-r1) (33/46) Purging py3-pygments (2.19.2-r1) (34/46) Purging py3-coverage-pyc (7.13.5-r1) (35/46) Purging py3-coverage (7.13.5-r1) (36/46) Purging python3-pyc (3.14.3-r0) (37/46) Purging python3-pycache-pyc0 (3.14.3-r0) (38/46) Purging pyc (3.14.3-r0) (39/46) Purging python3 (3.14.3-r0) (40/46) Purging gdbm (1.26-r0) (41/46) Purging libbz2 (1.0.8-r6) (42/46) Purging libffi (3.5.2-r0) (43/46) Purging libpanelw (6.6_p20251231-r0) (44/46) Purging mpdecimal (4.0.1-r0) (45/46) Purging sqlite-libs (3.51.2-r1) (46/46) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 386.9 MiB in 106 packages >>> py3-utils: Updating the community/s390x repository index... >>> py3-utils: Signing the index...