>>> py3-utils: Building community/py3-utils 3.9.1-r0 (using abuild 3.14.1-r7) started Fri, 14 Mar 2025 06:36:53 +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/44) Installing libbz2 (1.0.8-r6)
(2/44) Installing libffi (3.4.7-r0)
(3/44) Installing gdbm (1.24-r0)
(4/44) Installing xz-libs (5.6.4-r0)
(5/44) Installing mpdecimal (4.0.0-r0)
(6/44) Installing libpanelw (6.5_p20250216-r0)
(7/44) Installing sqlite-libs (3.49.1-r0)
(8/44) Installing python3 (3.12.9-r0)
(9/44) Installing python3-pycache-pyc0 (3.12.9-r0)
(10/44) Installing pyc (3.12.9-r0)
(11/44) Installing py3-typing-extensions-pyc (4.12.2-r0)
(12/44) Installing python3-pyc (3.12.9-r0)
(13/44) Installing py3-typing-extensions (4.12.2-r0)
(14/44) Installing py3-installer (0.7.0-r2)
(15/44) Installing py3-installer-pyc (0.7.0-r2)
(16/44) Installing py3-gpep517 (16-r0)
(17/44) Installing py3-gpep517-pyc (16-r0)
(18/44) Installing py3-parsing (3.2.0-r0)
(19/44) Installing py3-parsing-pyc (3.2.0-r0)
(20/44) Installing py3-packaging (24.2-r0)
(21/44) Installing py3-packaging-pyc (24.2-r0)
(22/44) Installing py3-setuptools (70.3.0-r0)
(23/44) Installing py3-setuptools-pyc (70.3.0-r0)
(24/44) Installing py3-wheel (0.43.0-r0)
(25/44) Installing py3-wheel-pyc (0.43.0-r0)
(26/44) Installing py3-colorama (0.4.6-r5)
(27/44) Installing py3-colorama-pyc (0.4.6-r5)
(28/44) Installing py3-loguru (0.7.2-r2)
(29/44) Installing py3-loguru-pyc (0.7.2-r2)
(30/44) Installing py3-iniconfig (2.0.0-r1)
(31/44) Installing py3-iniconfig-pyc (2.0.0-r1)
(32/44) Installing py3-pluggy (1.5.0-r0)
(33/44) Installing py3-pluggy-pyc (1.5.0-r0)
(34/44) Installing py3-py (1.11.0-r4)
(35/44) Installing py3-py-pyc (1.11.0-r4)
(36/44) Installing py3-pytest (8.3.5-r0)
(37/44) Installing py3-pytest-pyc (8.3.5-r0)
(38/44) Installing py3-pytest-asyncio (0.25.0-r0)
(39/44) Installing py3-pytest-asyncio-pyc (0.25.0-r0)
(40/44) Installing py3-coverage (7.6.10-r0)
(41/44) Installing py3-coverage-pyc (7.6.10-r0)
(42/44) Installing py3-pytest-cov (5.0.0-r0)
(43/44) Installing py3-pytest-cov-pyc (5.0.0-r0)
(44/44) Installing .makedepends-py3-utils (20250314.063654)
Executing busybox-1.37.0-r14.trigger
OK: 372 MiB in 147 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 (140.82.121.4:443)
Connecting to codeload.github.com (140.82.121.9: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
>>> py3-utils: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-utils-3.9.1.tar.gz
>>> py3-utils: Checking sha512sums...
py3-utils-3.9.1.tar.gz: OK
>>> py3-utils: Unpacking /var/cache/distfiles/edge/py3-utils-3.9.1.tar.gz...
2025-03-14 06:36:55,643 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__
/usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        ********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in future
        versions. Please use the underscore name 'description_file' instead.

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
2025-03-14 06:36:55,676 root INFO running bdist_wheel
2025-03-14 06:36:55,698 root INFO running build
2025-03-14 06:36:55,699 root INFO running build_py
2025-03-14 06:36:55,703 root INFO creating build
2025-03-14 06:36:55,703 root INFO creating build/lib
2025-03-14 06:36:55,703 root INFO creating build/lib/python_utils
2025-03-14 06:36:55,704 root INFO copying python_utils/__init__.py -> build/lib/python_utils
2025-03-14 06:36:55,704 root INFO copying python_utils/containers.py -> build/lib/python_utils
2025-03-14 06:36:55,704 root INFO copying python_utils/decorators.py -> build/lib/python_utils
2025-03-14 06:36:55,705 root INFO copying python_utils/aio.py -> build/lib/python_utils
2025-03-14 06:36:55,705 root INFO copying python_utils/converters.py -> build/lib/python_utils
2025-03-14 06:36:55,705 root INFO copying python_utils/generators.py -> build/lib/python_utils
2025-03-14 06:36:55,705 root INFO copying python_utils/logger.py -> build/lib/python_utils
2025-03-14 06:36:55,705 root INFO copying python_utils/exceptions.py -> build/lib/python_utils
2025-03-14 06:36:55,706 root INFO copying python_utils/formatters.py -> build/lib/python_utils
2025-03-14 06:36:55,706 root INFO copying python_utils/loguru.py -> build/lib/python_utils
2025-03-14 06:36:55,706 root INFO copying python_utils/terminal.py -> build/lib/python_utils
2025-03-14 06:36:55,706 root INFO copying python_utils/types.py -> build/lib/python_utils
2025-03-14 06:36:55,707 root INFO copying python_utils/import_.py -> build/lib/python_utils
2025-03-14 06:36:55,707 root INFO copying python_utils/time.py -> build/lib/python_utils
2025-03-14 06:36:55,707 root INFO copying python_utils/__about__.py -> build/lib/python_utils
2025-03-14 06:36:55,708 root INFO copying python_utils/py.typed -> build/lib/python_utils
2025-03-14 06:36:55,715 root INFO installing to build/bdist.linux-armv8l/wheel
2025-03-14 06:36:55,715 root INFO running install
2025-03-14 06:36:55,725 root INFO running install_lib
2025-03-14 06:36:55,727 root INFO creating build/bdist.linux-armv8l
2025-03-14 06:36:55,727 root INFO creating build/bdist.linux-armv8l/wheel
2025-03-14 06:36:55,728 root INFO creating build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,728 root INFO copying build/lib/python_utils/__init__.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,728 root INFO copying build/lib/python_utils/containers.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,728 root INFO copying build/lib/python_utils/decorators.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,728 root INFO copying build/lib/python_utils/aio.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,729 root INFO copying build/lib/python_utils/converters.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,729 root INFO copying build/lib/python_utils/generators.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,729 root INFO copying build/lib/python_utils/logger.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,729 root INFO copying build/lib/python_utils/exceptions.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,729 root INFO copying build/lib/python_utils/formatters.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,730 root INFO copying build/lib/python_utils/loguru.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,730 root INFO copying build/lib/python_utils/terminal.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,730 root INFO copying build/lib/python_utils/types.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,730 root INFO copying build/lib/python_utils/import_.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,730 root INFO copying build/lib/python_utils/time.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,730 root INFO copying build/lib/python_utils/py.typed -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,731 root INFO copying build/lib/python_utils/__about__.py -> build/bdist.linux-armv8l/wheel/python_utils
2025-03-14 06:36:55,731 root INFO running install_egg_info
2025-03-14 06:36:55,734 root INFO running egg_info
2025-03-14 06:36:55,734 root INFO creating python_utils.egg-info
2025-03-14 06:36:55,736 root INFO writing python_utils.egg-info/PKG-INFO
2025-03-14 06:36:55,739 root INFO writing dependency_links to python_utils.egg-info/dependency_links.txt
2025-03-14 06:36:55,740 root INFO writing requirements to python_utils.egg-info/requires.txt
2025-03-14 06:36:55,740 root INFO writing top-level names to python_utils.egg-info/top_level.txt
2025-03-14 06:36:55,740 root INFO writing manifest file 'python_utils.egg-info/SOURCES.txt'
2025-03-14 06:36:55,743 root INFO reading manifest file 'python_utils.egg-info/SOURCES.txt'
2025-03-14 06:36:55,744 root INFO reading manifest template 'MANIFEST.in'
2025-03-14 06:36:55,745 root WARNING warning: no previously-included files matching '*' found under directory '__pycache__'
2025-03-14 06:36:55,745 root INFO adding license file 'LICENSE'
2025-03-14 06:36:55,745 root INFO writing manifest file 'python_utils.egg-info/SOURCES.txt'
2025-03-14 06:36:55,746 root INFO Copying python_utils.egg-info to build/bdist.linux-armv8l/wheel/python_utils-3.9.1-py3.12.egg-info
2025-03-14 06:36:55,747 root INFO running install_scripts
2025-03-14 06:36:55,750 root INFO creating build/bdist.linux-armv8l/wheel/python_utils-3.9.1.dist-info/WHEEL
2025-03-14 06:36:55,751 wheel INFO creating '/home/buildozer/aports/community/py3-utils/src/python-utils-3.9.1/.dist/.tmp-9tu_jcmv/python_utils-3.9.1-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv8l/wheel' to it
2025-03-14 06:36:55,751 wheel INFO adding 'python_utils/__about__.py'
2025-03-14 06:36:55,751 wheel INFO adding 'python_utils/__init__.py'
2025-03-14 06:36:55,752 wheel INFO adding 'python_utils/aio.py'
2025-03-14 06:36:55,752 wheel INFO adding 'python_utils/containers.py'
2025-03-14 06:36:55,752 wheel INFO adding 'python_utils/converters.py'
2025-03-14 06:36:55,752 wheel INFO adding 'python_utils/decorators.py'
2025-03-14 06:36:55,753 wheel INFO adding 'python_utils/exceptions.py'
2025-03-14 06:36:55,753 wheel INFO adding 'python_utils/formatters.py'
2025-03-14 06:36:55,753 wheel INFO adding 'python_utils/generators.py'
2025-03-14 06:36:55,753 wheel INFO adding 'python_utils/import_.py'
2025-03-14 06:36:55,753 wheel INFO adding 'python_utils/logger.py'
2025-03-14 06:36:55,754 wheel INFO adding 'python_utils/loguru.py'
2025-03-14 06:36:55,754 wheel INFO adding 'python_utils/py.typed'
2025-03-14 06:36:55,754 wheel INFO adding 'python_utils/terminal.py'
2025-03-14 06:36:55,754 wheel INFO adding 'python_utils/time.py'
2025-03-14 06:36:55,754 wheel INFO adding 'python_utils/types.py'
2025-03-14 06:36:55,755 wheel INFO adding 'python_utils-3.9.1.dist-info/LICENSE'
2025-03-14 06:36:55,755 wheel INFO adding 'python_utils-3.9.1.dist-info/METADATA'
2025-03-14 06:36:55,755 wheel INFO adding 'python_utils-3.9.1.dist-info/WHEEL'
2025-03-14 06:36:55,755 wheel INFO adding 'python_utils-3.9.1.dist-info/top_level.txt'
2025-03-14 06:36:55,755 wheel INFO adding 'python_utils-3.9.1.dist-info/RECORD'
2025-03-14 06:36:55,755 root INFO removing build/bdist.linux-armv8l/wheel
2025-03-14 06:36:55,756 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
/usr/lib/python3.12/site-packages/pytest_asyncio/plugin.py:207: PytestDeprecationWarning: The configuration option "asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture caching scope. Future versions of pytest-asyncio will default the loop scope for asynchronous fixtures to function scope. Set the default fixture loop scope explicitly in order to avoid unexpected behavior in the future. Valid fixture loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-8.3.5, pluggy-1.5.0
rootdir: /home/buildozer/aports/community/py3-utils/src/python-utils-3.9.1
configfile: pytest.ini
plugins: asyncio-0.25.0, cov-5.0.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.9-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.57s ==============================
>>> 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...
libfakeroot internal error: payload not recognized!
>>> py3-utils-pyc*: Tracing dependencies...
	py3-typing-extensions
	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.4 KB
>>> py3-utils*: Compressing data...
>>> py3-utils*: Create checksum...
libfakeroot internal error: payload not recognized!
>>> py3-utils*: Create py3-utils-3.9.1-r0.apk
>>> py3-utils: Build complete at Fri, 14 Mar 2025 06:37:09 +0000 elapsed time 0h 0m 16s
>>> py3-utils: Cleaning up srcdir
>>> py3-utils: Cleaning up pkgdir
>>> py3-utils: Uninstalling dependencies...
(1/44) Purging .makedepends-py3-utils (20250314.063654)
(2/44) Purging py3-typing-extensions-pyc (4.12.2-r0)
(3/44) Purging py3-typing-extensions (4.12.2-r0)
(4/44) Purging py3-gpep517-pyc (16-r0)
(5/44) Purging py3-gpep517 (16-r0)
(6/44) Purging py3-installer-pyc (0.7.0-r2)
(7/44) Purging py3-installer (0.7.0-r2)
(8/44) Purging py3-setuptools-pyc (70.3.0-r0)
(9/44) Purging py3-setuptools (70.3.0-r0)
(10/44) Purging py3-wheel-pyc (0.43.0-r0)
(11/44) Purging py3-wheel (0.43.0-r0)
(12/44) Purging py3-loguru-pyc (0.7.2-r2)
(13/44) Purging py3-loguru (0.7.2-r2)
(14/44) Purging py3-colorama-pyc (0.4.6-r5)
(15/44) Purging py3-colorama (0.4.6-r5)
(16/44) Purging py3-pytest-asyncio-pyc (0.25.0-r0)
(17/44) Purging py3-pytest-asyncio (0.25.0-r0)
(18/44) Purging py3-pytest-cov-pyc (5.0.0-r0)
(19/44) Purging py3-pytest-cov (5.0.0-r0)
(20/44) Purging py3-pytest-pyc (8.3.5-r0)
(21/44) Purging py3-pytest (8.3.5-r0)
(22/44) Purging py3-iniconfig-pyc (2.0.0-r1)
(23/44) Purging py3-iniconfig (2.0.0-r1)
(24/44) Purging py3-packaging-pyc (24.2-r0)
(25/44) Purging py3-packaging (24.2-r0)
(26/44) Purging py3-parsing-pyc (3.2.0-r0)
(27/44) Purging py3-parsing (3.2.0-r0)
(28/44) Purging py3-pluggy-pyc (1.5.0-r0)
(29/44) Purging py3-pluggy (1.5.0-r0)
(30/44) Purging py3-py-pyc (1.11.0-r4)
(31/44) Purging py3-py (1.11.0-r4)
(32/44) Purging py3-coverage-pyc (7.6.10-r0)
(33/44) Purging py3-coverage (7.6.10-r0)
(34/44) Purging python3-pyc (3.12.9-r0)
(35/44) Purging python3-pycache-pyc0 (3.12.9-r0)
(36/44) Purging pyc (3.12.9-r0)
(37/44) Purging python3 (3.12.9-r0)
(38/44) Purging gdbm (1.24-r0)
(39/44) Purging libbz2 (1.0.8-r6)
(40/44) Purging libffi (3.4.7-r0)
(41/44) Purging libpanelw (6.5_p20250216-r0)
(42/44) Purging mpdecimal (4.0.0-r0)
(43/44) Purging sqlite-libs (3.49.1-r0)
(44/44) Purging xz-libs (5.6.4-r0)
Executing busybox-1.37.0-r14.trigger
OK: 322 MiB in 103 packages
>>> py3-utils: Updating the community/armhf repository index...
>>> py3-utils: Signing the index...