>>> py3-asgiref: Building community/py3-asgiref 3.3.1-r1 (using abuild 3.8.0_rc3-r2) started Sun, 23 May 2021 11:48:14 +0000 >>> py3-asgiref: Checking sanity of /home/buildozer/aports/community/py3-asgiref/APKBUILD... >>> py3-asgiref: Analyzing dependencies... >>> py3-asgiref: Installing for build: build-base py3-setuptools py3-pytest py3-pytest-asyncio (1/25) Installing libbz2 (1.0.8-r1) (2/25) Installing libffi (3.3-r2) (3/25) Installing gdbm (1.19-r0) (4/25) Installing xz-libs (5.2.5-r0) (5/25) Installing mpdecimal (2.5.1-r1) (6/25) Installing readline (8.1.0-r0) (7/25) Installing sqlite-libs (3.35.5-r0) (8/25) Installing python3 (3.9.5-r1) (9/25) Installing py3-ordered-set (4.0.2-r1) (10/25) Installing py3-appdirs (1.4.4-r2) (11/25) Installing py3-parsing (2.4.7-r2) (12/25) Installing py3-six (1.15.0-r1) (13/25) Installing py3-packaging (20.9-r1) (14/25) Installing py3-setuptools (52.0.0-r3) (15/25) Installing py3-atomicwrites (1.4.0-r1) (16/25) Installing py3-attrs (20.3.0-r1) (17/25) Installing py3-more-itertools (8.8.0-r0) (18/25) Installing py3-iniconfig (1.1.1-r1) (19/25) Installing py3-pluggy (0.13.1-r4) (20/25) Installing py3-py (1.10.0-r1) (21/25) Installing py3-wcwidth (0.2.5-r1) (22/25) Installing py3-toml (0.10.2-r2) (23/25) Installing py3-pytest (6.2.4-r0) (24/25) Installing py3-pytest-asyncio (0.14.0-r1) (25/25) Installing .makedepends-py3-asgiref (20210523.114817) Executing busybox-1.33.1-r1.trigger OK: 367 MiB in 114 packages >>> py3-asgiref: Cleaning up srcdir >>> py3-asgiref: Cleaning up pkgdir >>> py3-asgiref: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/asgiref-3.3.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 341 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-asgiref: Fetching https://files.pythonhosted.org/packages/source/a/asgiref/asgiref-3.3.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 27197 100 27197 0 0 358k 0 --:--:-- --:--:-- --:--:-- 358k >>> py3-asgiref: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/asgiref-3.3.1.tar.gz >>> py3-asgiref: Checking sha512sums... asgiref-3.3.1.tar.gz: OK >>> py3-asgiref: Unpacking /var/cache/distfiles/v3.14/asgiref-3.3.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/asgiref copying asgiref/sync.py -> build/lib/asgiref copying asgiref/testing.py -> build/lib/asgiref copying asgiref/__init__.py -> build/lib/asgiref copying asgiref/local.py -> build/lib/asgiref copying asgiref/wsgi.py -> build/lib/asgiref copying asgiref/server.py -> build/lib/asgiref copying asgiref/compatibility.py -> build/lib/asgiref copying asgiref/timeout.py -> build/lib/asgiref copying asgiref/current_thread_executor.py -> build/lib/asgiref running egg_info writing asgiref.egg-info/PKG-INFO writing dependency_links to asgiref.egg-info/dependency_links.txt writing requirements to asgiref.egg-info/requires.txt writing top-level names to asgiref.egg-info/top_level.txt reading manifest file 'asgiref.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'asgiref.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.9.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-asgiref/src/asgiref-3.3.1, configfile: setup.cfg, testpaths: tests plugins: asyncio-0.14.0 collected 46 items tests/test_compatibility.py ... [ 6%] tests/test_local.py ............ [ 32%] tests/test_server.py . [ 34%] tests/test_sync.py .................... [ 78%] tests/test_sync_contextvars.py .. [ 82%] tests/test_testing.py . [ 84%] tests/test_wsgi.py ....... [100%] =============================== warnings summary =============================== tests/test_sync.py::test_sync_to_async /home/buildozer/aports/community/py3-asgiref/src/asgiref-3.3.1/tests/test_sync.py:40: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait([async_function(), async_function()]) tests/test_sync.py::test_sync_to_async /home/buildozer/aports/community/py3-asgiref/src/asgiref-3.3.1/tests/test_sync.py:45: DeprecationWarning: Using the default executor that is not an instance of ThreadPoolExecutor is deprecated and will be prohibited in Python 3.9 loop.set_default_executor(old_executor) tests/test_sync.py::test_nested_sync_to_async_retains_wrapped_function_attributes /usr/lib/python3.9/functools.py:76: RuntimeWarning: coroutine 'test_stateless_server..app' was never awaited return partial(update_wrapper, wrapped=wrapped, tests/test_sync.py::test_thread_sensitive_outside_async /home/buildozer/aports/community/py3-asgiref/src/asgiref-3.3.1/tests/test_sync.py:318: DeprecationWarning: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8, and scheduled for removal in Python 3.11. await asyncio.wait([outer(result_1), inner(result_2)]) -- Docs: https://docs.pytest.org/en/stable/warnings.html ======================== 46 passed, 4 warnings in 7.80s ======================== >>> py3-asgiref: Entering fakeroot... running install running build running build_py running egg_info writing asgiref.egg-info/PKG-INFO writing dependency_links to asgiref.egg-info/dependency_links.txt writing requirements to asgiref.egg-info/requires.txt writing top-level names to asgiref.egg-info/top_level.txt reading manifest file 'asgiref.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'asgiref.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-asgiref/pkg creating /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref creating /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr creating /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib creating /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref copying build/lib/asgiref/sync.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref copying build/lib/asgiref/testing.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref creating /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/timeout.cpython-39.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/__init__.cpython-39.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/compatibility.cpython-39.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/sync.cpython-39.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/wsgi.cpython-39.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/testing.cpython-39.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/local.cpython-39.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/current_thread_executor.cpython-39.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/server.cpython-39.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__init__.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref copying build/lib/asgiref/local.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref copying build/lib/asgiref/wsgi.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref copying build/lib/asgiref/server.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref copying build/lib/asgiref/compatibility.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref copying build/lib/asgiref/timeout.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref copying build/lib/asgiref/current_thread_executor.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref running install_egg_info Copying asgiref.egg-info to /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.9/site-packages/asgiref-3.3.1-py3.9.egg-info running install_scripts >>> py3-asgiref*: Running postcheck for py3-asgiref >>> py3-asgiref*: Preparing package py3-asgiref... >>> py3-asgiref*: Tracing dependencies... >>> py3-asgiref*: Package size: 180.0 KB >>> py3-asgiref*: Compressing data... >>> py3-asgiref*: Create checksum... >>> py3-asgiref*: Create py3-asgiref-3.3.1-r1.apk >>> py3-asgiref: Build complete at Sun, 23 May 2021 11:48:28 +0000 elapsed time 0h 0m 14s >>> py3-asgiref: Cleaning up srcdir >>> py3-asgiref: Cleaning up pkgdir >>> py3-asgiref: Uninstalling dependencies... (1/25) Purging .makedepends-py3-asgiref (20210523.114817) (2/25) Purging py3-setuptools (52.0.0-r3) (3/25) Purging py3-ordered-set (4.0.2-r1) (4/25) Purging py3-appdirs (1.4.4-r2) (5/25) Purging py3-pytest-asyncio (0.14.0-r1) (6/25) Purging py3-pytest (6.2.4-r0) (7/25) Purging py3-atomicwrites (1.4.0-r1) (8/25) Purging py3-attrs (20.3.0-r1) (9/25) Purging py3-more-itertools (8.8.0-r0) (10/25) Purging py3-iniconfig (1.1.1-r1) (11/25) Purging py3-pluggy (0.13.1-r4) (12/25) Purging py3-py (1.10.0-r1) (13/25) Purging py3-wcwidth (0.2.5-r1) (14/25) Purging py3-packaging (20.9-r1) (15/25) Purging py3-parsing (2.4.7-r2) (16/25) Purging py3-six (1.15.0-r1) (17/25) Purging py3-toml (0.10.2-r2) (18/25) Purging python3 (3.9.5-r1) (19/25) Purging libbz2 (1.0.8-r1) (20/25) Purging libffi (3.3-r2) (21/25) Purging gdbm (1.19-r0) (22/25) Purging xz-libs (5.2.5-r0) (23/25) Purging mpdecimal (2.5.1-r1) (24/25) Purging readline (8.1.0-r0) (25/25) Purging sqlite-libs (3.35.5-r0) Executing busybox-1.33.1-r1.trigger OK: 312 MiB in 89 packages >>> py3-asgiref: Updating the community/x86 repository index... >>> py3-asgiref: Signing the index...