>>> py3-utils: Building community/py3-utils 3.9.1-r0 (using abuild 3.16.0_rc4-r0) started Wed, 05 Nov 2025 14:42:34 +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.1-r0) ( 5/46) Installing mpdecimal (4.0.1-r0) ( 6/46) Installing libpanelw (6.5_p20251010-r0) ( 7/46) Installing sqlite-libs (3.51.0-r0) ( 8/46) Installing python3 (3.12.12-r0) ( 9/46) Installing python3-pycache-pyc0 (3.12.12-r0) (10/46) Installing pyc (3.12.12-r0) (11/46) Installing py3-typing-extensions-pyc (4.15.0-r0) (12/46) Installing python3-pyc (3.12.12-r0) (13/46) Installing py3-typing-extensions (4.15.0-r0) (14/46) Installing py3-installer (0.7.0-r2) (15/46) Installing py3-installer-pyc (0.7.0-r2) (16/46) Installing py3-gpep517 (19-r1) (17/46) Installing py3-gpep517-pyc (19-r1) (18/46) Installing py3-parsing (3.2.3-r0) (19/46) Installing py3-parsing-pyc (3.2.3-r0) (20/46) Installing py3-packaging (25.0-r0) (21/46) Installing py3-packaging-pyc (25.0-r0) (22/46) Installing py3-setuptools (80.9.0-r2) (23/46) Installing py3-setuptools-pyc (80.9.0-r2) (24/46) Installing py3-wheel (0.46.1-r0) (25/46) Installing py3-wheel-pyc (0.46.1-r0) (26/46) Installing py3-colorama (0.4.6-r6) (27/46) Installing py3-colorama-pyc (0.4.6-r6) (28/46) Installing py3-loguru (0.7.2-r2) (29/46) Installing py3-loguru-pyc (0.7.2-r2) (30/46) Installing py3-iniconfig (2.3.0-r0) (31/46) Installing py3-iniconfig-pyc (2.3.0-r0) (32/46) Installing py3-pluggy (1.6.0-r0) (33/46) Installing py3-pluggy-pyc (1.6.0-r0) (34/46) Installing py3-py (1.11.0-r4) (35/46) Installing py3-py-pyc (1.11.0-r4) (36/46) Installing py3-pygments (2.19.2-r0) (37/46) Installing py3-pygments-pyc (2.19.2-r0) (38/46) Installing py3-pytest (8.4.2-r1) (39/46) Installing py3-pytest-pyc (8.4.2-r1) (40/46) Installing py3-pytest-asyncio (0.25.0-r1) (41/46) Installing py3-pytest-asyncio-pyc (0.25.0-r1) (42/46) Installing py3-coverage (7.11.0-r0) (43/46) Installing py3-coverage-pyc (7.11.0-r0) (44/46) Installing py3-pytest-cov (5.0.0-r1) (45/46) Installing py3-pytest-cov-pyc (5.0.0-r1) (46/46) Installing .makedepends-py3-utils (20251105.144249) busybox-1.37.0-r24.trigger: Executing script... OK: 494 MiB in 151 packages >>> py3-utils: Cleaning up srcdir >>> py3-utils: Cleaning up pkgdir >>> py3-utils: Cleaning up tmpdir >>> py3-utils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-utils-3.9.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.23/py3-utils-3.9.1.tar.gz.part' py3-utils-3.9.1.tar. 100% |********************************| 36828 0:00:00 ETA '/var/cache/distfiles/v3.23/py3-utils-3.9.1.tar.gz.part' saved /var/cache/distfiles/v3.23/py3-utils-3.9.1.tar.gz: OK >>> py3-utils: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/py3-utils-3.9.1.tar.gz /var/cache/distfiles/v3.23/py3-utils-3.9.1.tar.gz: OK >>> py3-utils: Unpacking /var/cache/distfiles/v3.23/py3-utils-3.9.1.tar.gz... 2025-11-05 14:42:50,488 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/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). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) /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 :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-11-05 14:42:50,513 root INFO running bdist_wheel /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:135: 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() 2025-11-05 14:42:50,531 root INFO running build 2025-11-05 14:42:50,532 root INFO running build_py 2025-11-05 14:42:50,536 root INFO creating build/lib/python_utils 2025-11-05 14:42:50,536 root INFO copying python_utils/__init__.py -> build/lib/python_utils 2025-11-05 14:42:50,536 root INFO copying python_utils/containers.py -> build/lib/python_utils 2025-11-05 14:42:50,536 root INFO copying python_utils/decorators.py -> build/lib/python_utils 2025-11-05 14:42:50,537 root INFO copying python_utils/aio.py -> build/lib/python_utils 2025-11-05 14:42:50,537 root INFO copying python_utils/converters.py -> build/lib/python_utils 2025-11-05 14:42:50,537 root INFO copying python_utils/generators.py -> build/lib/python_utils 2025-11-05 14:42:50,538 root INFO copying python_utils/logger.py -> build/lib/python_utils 2025-11-05 14:42:50,538 root INFO copying python_utils/exceptions.py -> build/lib/python_utils 2025-11-05 14:42:50,538 root INFO copying python_utils/formatters.py -> build/lib/python_utils 2025-11-05 14:42:50,538 root INFO copying python_utils/loguru.py -> build/lib/python_utils 2025-11-05 14:42:50,539 root INFO copying python_utils/terminal.py -> build/lib/python_utils 2025-11-05 14:42:50,539 root INFO copying python_utils/types.py -> build/lib/python_utils 2025-11-05 14:42:50,539 root INFO copying python_utils/import_.py -> build/lib/python_utils 2025-11-05 14:42:50,539 root INFO copying python_utils/time.py -> build/lib/python_utils 2025-11-05 14:42:50,540 root INFO copying python_utils/__about__.py -> build/lib/python_utils 2025-11-05 14:42:50,540 root INFO copying python_utils/py.typed -> build/lib/python_utils 2025-11-05 14:42:50,548 root INFO installing to build/bdist.linux-aarch64/wheel 2025-11-05 14:42:50,548 root INFO running install 2025-11-05 14:42:50,558 root INFO running install_lib 2025-11-05 14:42:50,561 root INFO creating build/bdist.linux-aarch64/wheel 2025-11-05 14:42:50,561 root INFO creating build/bdist.linux-aarch64/wheel/python_utils 2025-11-05 14:42:50,561 root INFO copying build/lib/python_utils/__init__.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,562 root INFO copying build/lib/python_utils/containers.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,562 root INFO copying build/lib/python_utils/decorators.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,562 root INFO copying build/lib/python_utils/aio.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,562 root INFO copying build/lib/python_utils/converters.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,562 root INFO copying build/lib/python_utils/generators.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,563 root INFO copying build/lib/python_utils/logger.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,563 root INFO copying build/lib/python_utils/exceptions.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,563 root INFO copying build/lib/python_utils/formatters.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,563 root INFO copying build/lib/python_utils/loguru.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,563 root INFO copying build/lib/python_utils/terminal.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,563 root INFO copying build/lib/python_utils/types.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,564 root INFO copying build/lib/python_utils/import_.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,564 root INFO copying build/lib/python_utils/time.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,564 root INFO copying build/lib/python_utils/py.typed -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,564 root INFO copying build/lib/python_utils/__about__.py -> build/bdist.linux-aarch64/wheel/./python_utils 2025-11-05 14:42:50,564 root INFO running install_egg_info 2025-11-05 14:42:50,568 root INFO running egg_info 2025-11-05 14:42:50,571 root INFO creating python_utils.egg-info 2025-11-05 14:42:50,571 root INFO writing python_utils.egg-info/PKG-INFO 2025-11-05 14:42:50,573 root INFO writing dependency_links to python_utils.egg-info/dependency_links.txt 2025-11-05 14:42:50,574 root INFO writing requirements to python_utils.egg-info/requires.txt 2025-11-05 14:42:50,574 root INFO writing top-level names to python_utils.egg-info/top_level.txt 2025-11-05 14:42:50,574 root INFO writing manifest file 'python_utils.egg-info/SOURCES.txt' 2025-11-05 14:42:50,578 root INFO reading manifest file 'python_utils.egg-info/SOURCES.txt' 2025-11-05 14:42:50,578 root INFO reading manifest template 'MANIFEST.in' 2025-11-05 14:42:50,579 root WARNING warning: no previously-included files matching '*' found under directory '__pycache__' 2025-11-05 14:42:50,579 root INFO adding license file 'LICENSE' 2025-11-05 14:42:50,580 root INFO writing manifest file 'python_utils.egg-info/SOURCES.txt' 2025-11-05 14:42:50,580 root INFO Copying python_utils.egg-info to build/bdist.linux-aarch64/wheel/./python_utils-3.9.1-py3.12.egg-info 2025-11-05 14:42:50,581 root INFO running install_scripts 2025-11-05 14:42:50,582 root INFO creating build/bdist.linux-aarch64/wheel/python_utils-3.9.1.dist-info/WHEEL 2025-11-05 14:42:50,583 wheel INFO creating '/home/buildozer/aports/community/py3-utils/src/python-utils-3.9.1/.dist/.tmp-ruggz0s1/python_utils-3.9.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2025-11-05 14:42:50,583 wheel INFO adding 'python_utils/__about__.py' 2025-11-05 14:42:50,584 wheel INFO adding 'python_utils/__init__.py' 2025-11-05 14:42:50,584 wheel INFO adding 'python_utils/aio.py' 2025-11-05 14:42:50,584 wheel INFO adding 'python_utils/containers.py' 2025-11-05 14:42:50,584 wheel INFO adding 'python_utils/converters.py' 2025-11-05 14:42:50,585 wheel INFO adding 'python_utils/decorators.py' 2025-11-05 14:42:50,585 wheel INFO adding 'python_utils/exceptions.py' 2025-11-05 14:42:50,585 wheel INFO adding 'python_utils/formatters.py' 2025-11-05 14:42:50,585 wheel INFO adding 'python_utils/generators.py' 2025-11-05 14:42:50,585 wheel INFO adding 'python_utils/import_.py' 2025-11-05 14:42:50,586 wheel INFO adding 'python_utils/logger.py' 2025-11-05 14:42:50,586 wheel INFO adding 'python_utils/loguru.py' 2025-11-05 14:42:50,586 wheel INFO adding 'python_utils/py.typed' 2025-11-05 14:42:50,586 wheel INFO adding 'python_utils/terminal.py' 2025-11-05 14:42:50,586 wheel INFO adding 'python_utils/time.py' 2025-11-05 14:42:50,587 wheel INFO adding 'python_utils/types.py' 2025-11-05 14:42:50,587 wheel INFO adding 'python_utils-3.9.1.dist-info/licenses/LICENSE' 2025-11-05 14:42:50,587 wheel INFO adding 'python_utils-3.9.1.dist-info/METADATA' 2025-11-05 14:42:50,587 wheel INFO adding 'python_utils-3.9.1.dist-info/WHEEL' 2025-11-05 14:42:50,588 wheel INFO adding 'python_utils-3.9.1.dist-info/top_level.txt' 2025-11-05 14:42:50,588 wheel INFO adding 'python_utils-3.9.1.dist-info/RECORD' 2025-11-05 14:42:50,588 root INFO removing build/bdist.linux-aarch64/wheel 2025-11-05 14:42:50,589 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.12.12, pytest-8.4.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-0.25.0 asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=None 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.12.12-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 123 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 48 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 594 0 218 0 100% Required test coverage of 100.0% reached. Total coverage: 100.00% ============================== 66 passed in 9.33s ============================== >>> py3-utils: Entering fakeroot... >>> py3-utils-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/python_utils/__pycache__' -> '/home/buildozer/aports/community/py3-utils/pkg/py3-utils-pyc/usr/lib/python3.12/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.12 >>> py3-utils-pyc*: Package size: 111.4 KB >>> py3-utils-pyc*: Compressing data... >>> py3-utils-pyc*: Create checksum... >>> py3-utils-pyc*: Create py3-utils-pyc-3.9.1-r0.apk >>> py3-utils*: Tracing dependencies... py3-typing-extensions python3~3.12 >>> py3-utils*: Package size: 104.6 KB >>> py3-utils*: Compressing data... >>> py3-utils*: Create checksum... >>> py3-utils*: Create py3-utils-3.9.1-r0.apk >>> py3-utils: Build complete at Wed, 05 Nov 2025 14:43:01 +0000 elapsed time 0h 0m 27s >>> py3-utils: Cleaning up srcdir >>> py3-utils: Cleaning up pkgdir >>> py3-utils: Cleaning up tmpdir >>> py3-utils: Uninstalling dependencies... ( 1/46) Purging .makedepends-py3-utils (20251105.144249) ( 2/46) Purging py3-typing-extensions-pyc (4.15.0-r0) ( 3/46) Purging py3-typing-extensions (4.15.0-r0) ( 4/46) Purging py3-gpep517-pyc (19-r1) ( 5/46) Purging py3-gpep517 (19-r1) ( 6/46) Purging py3-installer-pyc (0.7.0-r2) ( 7/46) Purging py3-installer (0.7.0-r2) ( 8/46) Purging py3-setuptools-pyc (80.9.0-r2) ( 9/46) Purging py3-setuptools (80.9.0-r2) (10/46) Purging py3-wheel-pyc (0.46.1-r0) (11/46) Purging py3-wheel (0.46.1-r0) (12/46) Purging py3-loguru-pyc (0.7.2-r2) (13/46) Purging py3-loguru (0.7.2-r2) (14/46) Purging py3-colorama-pyc (0.4.6-r6) (15/46) Purging py3-colorama (0.4.6-r6) (16/46) Purging py3-pytest-asyncio-pyc (0.25.0-r1) (17/46) Purging py3-pytest-asyncio (0.25.0-r1) (18/46) Purging py3-pytest-cov-pyc (5.0.0-r1) (19/46) Purging py3-pytest-cov (5.0.0-r1) (20/46) Purging py3-pytest-pyc (8.4.2-r1) (21/46) Purging py3-pytest (8.4.2-r1) (22/46) Purging py3-iniconfig-pyc (2.3.0-r0) (23/46) Purging py3-iniconfig (2.3.0-r0) (24/46) Purging py3-packaging-pyc (25.0-r0) (25/46) Purging py3-packaging (25.0-r0) (26/46) Purging py3-parsing-pyc (3.2.3-r0) (27/46) Purging py3-parsing (3.2.3-r0) (28/46) Purging py3-pluggy-pyc (1.6.0-r0) (29/46) Purging py3-pluggy (1.6.0-r0) (30/46) Purging py3-py-pyc (1.11.0-r4) (31/46) Purging py3-py (1.11.0-r4) (32/46) Purging py3-pygments-pyc (2.19.2-r0) (33/46) Purging py3-pygments (2.19.2-r0) (34/46) Purging py3-coverage-pyc (7.11.0-r0) (35/46) Purging py3-coverage (7.11.0-r0) (36/46) Purging python3-pyc (3.12.12-r0) (37/46) Purging python3-pycache-pyc0 (3.12.12-r0) (38/46) Purging pyc (3.12.12-r0) (39/46) Purging python3 (3.12.12-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.5_p20251010-r0) (44/46) Purging mpdecimal (4.0.1-r0) (45/46) Purging sqlite-libs (3.51.0-r0) (46/46) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 431 MiB in 105 packages >>> py3-utils: Updating the community/aarch64 repository index... >>> py3-utils: Signing the index...