>>> py3-async-timeout: Building community/py3-async-timeout 4.0.2-r0 (using abuild 3.9.0-r0) started Fri, 15 Apr 2022 18:15:03 +0000 >>> py3-async-timeout: Checking sanity of /home/buildozer/aports/community/py3-async-timeout/APKBUILD... >>> py3-async-timeout: Analyzing dependencies... >>> py3-async-timeout: Installing for build: build-base python3 py3-typing-extensions python3-dev py3-setuptools py3-pytest py3-pytest-cov py3-pytest-asyncio (1/42) Installing libbz2 (1.0.8-r1) (2/42) Installing gdbm (1.23-r0) (3/42) Installing mpdecimal (2.5.1-r1) (4/42) Installing readline (8.1.2-r0) (5/42) Installing sqlite-libs (3.38.0-r0) (6/42) Installing python3 (3.10.3-r0) (7/42) Installing py3-typing-extensions (4.1.1-r0) (8/42) Installing python3-dev (3.10.3-r0) (9/42) Installing py3-appdirs (1.4.4-r3) (10/42) Installing py3-more-itertools (8.12.0-r2) (11/42) Installing py3-ordered-set (4.0.2-r3) (12/42) Installing py3-parsing (2.4.7-r3) (13/42) Installing py3-six (1.16.0-r1) (14/42) Installing py3-packaging (21.3-r0) (15/42) Installing py3-setuptools (59.4.0-r0) (16/42) Installing py3-atomicwrites (1.4.0-r2) (17/42) Installing py3-attrs (21.4.0-r0) (18/42) Installing py3-iniconfig (1.1.1-r2) (19/42) Installing py3-pluggy (0.13.1-r5) (20/42) Installing py3-py (1.10.0-r2) (21/42) Installing py3-wcwidth (0.2.5-r2) (22/42) Installing py3-toml (0.10.2-r3) (23/42) Installing py3-pygments (2.11.2-r0) (24/42) Installing py3-pytest (6.2.5-r2) (25/42) Installing py3-coverage (5.5-r1) (26/42) Installing py3-pytest-cov (2.12.1-r1) (27/42) Installing py3-flaky (3.7.0-r2) (28/42) Installing py3-idna (3.3-r2) (29/42) Installing py3-cparser (2.20-r2) (30/42) Installing py3-cffi (1.15.0-r0) (31/42) Installing py3-asn1crypto (1.4.0-r2) (32/42) Installing py3-cryptography (3.4.8-r0) (33/42) Installing py3-openssl (21.0.0-r1) (34/42) Installing py3-async_generator (1.10-r3) (35/42) Installing py3-outcome (1.1.0-r3) (36/42) Installing py3-curio (1.5-r2) (37/42) Installing py3-sniffio (1.2.0-r2) (38/42) Installing py3-sortedcontainers (2.4.0-r1) (39/42) Installing py3-trio (0.19.0-r1) (40/42) Installing py3-pytest-trio (0.7.0-r2) (41/42) Installing py3-pytest-asyncio (0.18.3-r0) (42/42) Installing .makedepends-py3-async-timeout (20220415.181506) Executing busybox-1.35.0-r8.trigger OK: 1211 MiB in 139 packages >>> py3-async-timeout: Cleaning up srcdir >>> py3-async-timeout: Cleaning up pkgdir >>> py3-async-timeout: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-async-timeout-4.0.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8221 100 8221 0 0 144k 0 --:--:-- --:--:-- --:--:-- 145k >>> py3-async-timeout: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-async-timeout-4.0.2.tar.gz >>> py3-async-timeout: Checking sha512sums... py3-async-timeout-4.0.2.tar.gz: OK >>> py3-async-timeout: Unpacking /var/cache/distfiles/v3.16/py3-async-timeout-4.0.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/async_timeout copying async_timeout/__init__.py -> build/lib/async_timeout running egg_info writing async_timeout.egg-info/PKG-INFO writing dependency_links to async_timeout.egg-info/dependency_links.txt writing requirements to async_timeout.egg-info/requires.txt writing top-level names to async_timeout.egg-info/top_level.txt reading manifest file 'async_timeout.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.cache' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'async_timeout.egg-info/SOURCES.txt' copying async_timeout/py.typed -> build/lib/async_timeout ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-4.0.2, configfile: setup.cfg plugins: flaky-3.7.0, asyncio-0.18.3, trio-0.7.0, cov-2.12.1 asyncio: mode=legacy collected 33 items tests/test_timeout.py ................................. [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.10/site-packages/pytest_asyncio/plugin.py:191 /usr/lib/python3.10/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file. config.issue_config_time_warning(LEGACY_MODE, stacklevel=2) -- Docs: https://docs.pytest.org/en/stable/warnings.html ---------- coverage: platform linux, python 3.10.3-final-0 ----------- Name Stmts Miss Branch BrPart Cover ------------------------------------------------------------- async_timeout/__init__.py 118 8 38 3 92% ------------------------------------------------------------- TOTAL 118 8 38 3 92% Coverage HTML written to dir htmlcov ======================== 33 passed, 1 warning in 0.96s ========================= >>> py3-async-timeout: Entering fakeroot... running install /usr/lib/python3.10/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 build running build_py running egg_info writing async_timeout.egg-info/PKG-INFO writing dependency_links to async_timeout.egg-info/dependency_links.txt writing requirements to async_timeout.egg-info/requires.txt writing top-level names to async_timeout.egg-info/top_level.txt reading manifest file 'async_timeout.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.cache' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'async_timeout.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-async-timeout/pkg creating /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout creating /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout/usr creating /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout/usr/lib creating /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout/usr/lib/python3.10/site-packages/async_timeout copying build/lib/async_timeout/__init__.py -> /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout/usr/lib/python3.10/site-packages/async_timeout copying build/lib/async_timeout/py.typed -> /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout/usr/lib/python3.10/site-packages/async_timeout byte-compiling /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout/usr/lib/python3.10/site-packages/async_timeout/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying async_timeout.egg-info to /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout/usr/lib/python3.10/site-packages/async_timeout-4.0.2-py3.10.egg-info running install_scripts >>> py3-async-timeout*: Running postcheck for py3-async-timeout >>> py3-async-timeout*: Preparing package py3-async-timeout... >>> py3-async-timeout*: Tracing dependencies... >>> py3-async-timeout*: Package size: 80.0 KB >>> py3-async-timeout*: Compressing data... >>> py3-async-timeout*: Create checksum... >>> py3-async-timeout*: Create py3-async-timeout-4.0.2-r0.apk >>> py3-async-timeout: Build complete at Fri, 15 Apr 2022 18:15:11 +0000 elapsed time 0h 0m 8s >>> py3-async-timeout: Cleaning up srcdir >>> py3-async-timeout: Cleaning up pkgdir >>> py3-async-timeout: Uninstalling dependencies... (1/42) Purging .makedepends-py3-async-timeout (20220415.181506) (2/42) Purging py3-typing-extensions (4.1.1-r0) (3/42) Purging python3-dev (3.10.3-r0) (4/42) Purging py3-setuptools (59.4.0-r0) (5/42) Purging py3-appdirs (1.4.4-r3) (6/42) Purging py3-ordered-set (4.0.2-r3) (7/42) Purging py3-pytest-cov (2.12.1-r1) (8/42) Purging py3-coverage (5.5-r1) (9/42) Purging py3-pytest-asyncio (0.18.3-r0) (10/42) Purging py3-flaky (3.7.0-r2) (11/42) Purging py3-pytest-trio (0.7.0-r2) (12/42) Purging py3-pytest (6.2.5-r2) (13/42) Purging py3-atomicwrites (1.4.0-r2) (14/42) Purging py3-more-itertools (8.12.0-r2) (15/42) Purging py3-iniconfig (1.1.1-r2) (16/42) Purging py3-pluggy (0.13.1-r5) (17/42) Purging py3-py (1.10.0-r2) (18/42) Purging py3-wcwidth (0.2.5-r2) (19/42) Purging py3-packaging (21.3-r0) (20/42) Purging py3-parsing (2.4.7-r3) (21/42) Purging py3-toml (0.10.2-r3) (22/42) Purging py3-pygments (2.11.2-r0) (23/42) Purging py3-trio (0.19.0-r1) (24/42) Purging py3-openssl (21.0.0-r1) (25/42) Purging py3-cryptography (3.4.8-r0) (26/42) Purging py3-cffi (1.15.0-r0) (27/42) Purging py3-cparser (2.20-r2) (28/42) Purging py3-idna (3.3-r2) (29/42) Purging py3-asn1crypto (1.4.0-r2) (30/42) Purging py3-six (1.16.0-r1) (31/42) Purging py3-sniffio (1.2.0-r2) (32/42) Purging py3-curio (1.5-r2) (33/42) Purging py3-sortedcontainers (2.4.0-r1) (34/42) Purging py3-outcome (1.1.0-r3) (35/42) Purging py3-attrs (21.4.0-r0) (36/42) Purging py3-async_generator (1.10-r3) (37/42) Purging python3 (3.10.3-r0) (38/42) Purging libbz2 (1.0.8-r1) (39/42) Purging gdbm (1.23-r0) (40/42) Purging mpdecimal (2.5.1-r1) (41/42) Purging readline (8.1.2-r0) (42/42) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 1091 MiB in 97 packages >>> py3-async-timeout: Updating the community/x86_64 repository index... >>> py3-async-timeout: Signing the index...