>>> py3-async-timeout: Building community/py3-async-timeout 3.0.1-r4 (using abuild 3.9.0_rc2-r1) started Sun, 17 Oct 2021 21:58:48 +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 python3-dev py3-setuptools py3-pytest py3-pytest-cov py3-pytest-asyncio (1/28) Installing libbz2 (1.0.8-r1) (2/28) Installing libffi (3.4.2-r1) (3/28) Installing gdbm (1.20-r2) (4/28) Installing xz-libs (5.2.5-r0) (5/28) Installing mpdecimal (2.5.1-r1) (6/28) Installing readline (8.1.1-r0) (7/28) Installing sqlite-libs (3.36.0-r0) (8/28) Installing python3 (3.9.7-r3) (9/28) Installing python3-dev (3.9.7-r3) (10/28) Installing py3-ordered-set (4.0.2-r2) (11/28) Installing py3-appdirs (1.4.4-r2) (12/28) Installing py3-parsing (2.4.7-r2) (13/28) Installing py3-six (1.15.0-r1) (14/28) Installing py3-packaging (20.9-r1) (15/28) Installing py3-setuptools (52.0.0-r4) (16/28) Installing py3-atomicwrites (1.4.0-r1) (17/28) Installing py3-attrs (20.3.0-r1) (18/28) Installing py3-more-itertools (8.10.0-r0) (19/28) Installing py3-iniconfig (1.1.1-r1) (20/28) Installing py3-pluggy (0.13.1-r4) (21/28) Installing py3-py (1.10.0-r1) (22/28) Installing py3-wcwidth (0.2.5-r1) (23/28) Installing py3-toml (0.10.2-r2) (24/28) Installing py3-pytest (6.2.5-r0) (25/28) Installing py3-coverage (5.5-r0) (26/28) Installing py3-pytest-cov (2.12.1-r0) (27/28) Installing py3-pytest-asyncio (0.15.1-r0) (28/28) Installing .makedepends-py3-async-timeout (20211017.215856) Executing busybox-1.34.1-r1.trigger OK: 405 MiB in 117 packages >>> py3-async-timeout: Cleaning up srcdir >>> py3-async-timeout: Cleaning up pkgdir >>> py3-async-timeout: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-async-timeout-3.0.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-async-timeout: Fetching py3-async-timeout-3.0.1.tar.gz::https://files.pythonhosted.org/packages/source/a/async-timeout/async-timeout-3.0.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9724 100 9724 0 0 133k 0 --:--:-- --:--:-- --:--:-- 133k >>> py3-async-timeout: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-async-timeout-3.0.1.tar.gz >>> py3-async-timeout: Checking sha512sums... py3-async-timeout-3.0.1.tar.gz: OK >>> py3-async-timeout: Unpacking /var/cache/distfiles/v3.15/py3-async-timeout-3.0.1.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 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 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.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1, configfile: setup.cfg plugins: cov-2.12.1, asyncio-0.15.1 collected 25 items tests/test_py35.py .... [ 16%] tests/test_timeout.py ..................... [100%] =============================== warnings summary =============================== tests/test_py35.py::test_async_timeout /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_py35.py:13: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(10, loop=loop) tests/test_py35.py::test_async_no_timeout /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_py35.py:19: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(0, loop=loop) tests/test_py35.py::test_async_zero /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_py35.py:26: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(10, loop=loop) tests/test_py35.py::test_async_zero_coro_not_started /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_py35.py:39: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(0, loop=loop) tests/test_timeout.py::test_timeout /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:27: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(10, loop=loop) tests/test_timeout.py::test_timeout_finish_in_time /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:43: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(0.01, loop=loop) tests/test_timeout.py::test_timeout_disable /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:65: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(0.1, loop=loop) tests/test_timeout.py::test_timeout_enable_zero /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:85: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(0.1, loop=loop) tests/test_timeout.py::test_timeout_enable_zero_coro_not_started /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:100: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(0, loop=loop) tests/test_timeout.py::test_timeout_not_relevant_exception /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:109: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(0, loop=loop) tests/test_timeout.py::test_timeout_canceled_error_is_not_converted_to_timeout /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:117: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(0, loop=loop) tests/test_timeout.py::test_timeout_time /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:152: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(0.2, loop=loop) tests/test_timeout.py::test_outer_coro_is_not_cancelled /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:178: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(1, loop=loop) tests/test_timeout.py::test_cancel_outer_coro /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:195: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(1, loop=loop) tests/test_timeout.py::test_timeout_suppress_exception_chain /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:210: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(10, loop=loop) tests/test_timeout.py::test_timeout_expired /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:218: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(10, loop=loop) tests/test_timeout.py::test_timeout_remaining /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:247: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(0.1, loop=loop) tests/test_timeout.py::test_timeout_remaining /home/buildozer/aports/community/py3-async-timeout/src/async-timeout-3.0.1/tests/test_timeout.py:252: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(0.5, loop=loop) -- Docs: https://docs.pytest.org/en/stable/warnings.html ----------- coverage: platform linux, python 3.9.7-final-0 ----------- Name Stmts Miss Branch BrPart Cover ------------------------------------------------------------- async_timeout/__init__.py 67 2 22 2 96% ------------------------------------------------------------- TOTAL 67 2 22 2 96% Coverage HTML written to dir htmlcov ======================= 25 passed, 18 warnings in 1.01s ======================== >>> py3-async-timeout: Entering fakeroot... running install 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 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 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.9 creating /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout/usr/lib/python3.9/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.9/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.9/site-packages/async_timeout byte-compiling /home/buildozer/aports/community/py3-async-timeout/pkg/py3-async-timeout/usr/lib/python3.9/site-packages/async_timeout/__init__.py to __init__.cpython-39.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.9/site-packages/async_timeout-3.0.1-py3.9.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: 64.0 KB >>> py3-async-timeout*: Compressing data... >>> py3-async-timeout*: Create checksum... >>> py3-async-timeout*: Create py3-async-timeout-3.0.1-r4.apk >>> py3-async-timeout: Build complete at Sun, 17 Oct 2021 21:59:01 +0000 elapsed time 0h 0m 13s >>> py3-async-timeout: Cleaning up srcdir >>> py3-async-timeout: Cleaning up pkgdir >>> py3-async-timeout: Uninstalling dependencies... (1/28) Purging .makedepends-py3-async-timeout (20211017.215856) (2/28) Purging python3-dev (3.9.7-r3) (3/28) Purging py3-setuptools (52.0.0-r4) (4/28) Purging py3-ordered-set (4.0.2-r2) (5/28) Purging py3-appdirs (1.4.4-r2) (6/28) Purging py3-pytest-cov (2.12.1-r0) (7/28) Purging py3-coverage (5.5-r0) (8/28) Purging py3-pytest-asyncio (0.15.1-r0) (9/28) Purging py3-pytest (6.2.5-r0) (10/28) Purging py3-atomicwrites (1.4.0-r1) (11/28) Purging py3-attrs (20.3.0-r1) (12/28) Purging py3-more-itertools (8.10.0-r0) (13/28) Purging py3-iniconfig (1.1.1-r1) (14/28) Purging py3-pluggy (0.13.1-r4) (15/28) Purging py3-py (1.10.0-r1) (16/28) Purging py3-wcwidth (0.2.5-r1) (17/28) Purging py3-packaging (20.9-r1) (18/28) Purging py3-parsing (2.4.7-r2) (19/28) Purging py3-six (1.15.0-r1) (20/28) Purging py3-toml (0.10.2-r2) (21/28) Purging python3 (3.9.7-r3) (22/28) Purging libbz2 (1.0.8-r1) (23/28) Purging libffi (3.4.2-r1) (24/28) Purging gdbm (1.20-r2) (25/28) Purging xz-libs (5.2.5-r0) (26/28) Purging mpdecimal (2.5.1-r1) (27/28) Purging readline (8.1.1-r0) (28/28) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> py3-async-timeout: Updating the community/x86 repository index... >>> py3-async-timeout: Signing the index...