>>> py3-asgiref: Building community/py3-asgiref 3.4.1-r1 (using abuild 3.9.0-r0) started Sun, 17 Apr 2022 21:51:55 +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/40) Installing libbz2 (1.0.8-r1) (2/40) Installing libffi (3.4.2-r1) (3/40) Installing gdbm (1.23-r0) (4/40) Installing xz-libs (5.2.5-r1) (5/40) Installing mpdecimal (2.5.1-r1) (6/40) Installing readline (8.1.2-r0) (7/40) Installing sqlite-libs (3.38.2-r0) (8/40) Installing python3 (3.10.3-r1) (9/40) Installing py3-appdirs (1.4.4-r3) (10/40) Installing py3-more-itertools (8.12.0-r2) (11/40) Installing py3-ordered-set (4.0.2-r3) (12/40) Installing py3-parsing (2.4.7-r3) (13/40) Installing py3-six (1.16.0-r1) (14/40) Installing py3-packaging (21.3-r0) (15/40) Installing py3-setuptools (59.4.0-r0) (16/40) Installing py3-atomicwrites (1.4.0-r2) (17/40) Installing py3-attrs (21.4.0-r0) (18/40) Installing py3-iniconfig (1.1.1-r2) (19/40) Installing py3-pluggy (1.0.0-r0) (20/40) Installing py3-py (1.10.0-r2) (21/40) Installing py3-wcwidth (0.2.5-r2) (22/40) Installing py3-toml (0.10.2-r3) (23/40) Installing py3-pygments (2.11.2-r0) (24/40) Installing py3-pytest (6.2.5-r2) (25/40) Installing py3-flaky (3.7.0-r2) (26/40) Installing py3-idna (3.3-r2) (27/40) Installing py3-cparser (2.20-r2) (28/40) Installing py3-cffi (1.15.0-r0) (29/40) Installing py3-asn1crypto (1.4.0-r2) (30/40) Installing py3-cryptography (3.4.8-r0) (31/40) Installing py3-openssl (21.0.0-r1) (32/40) Installing py3-async_generator (1.10-r3) (33/40) Installing py3-outcome (1.1.0-r3) (34/40) Installing py3-curio (1.5-r2) (35/40) Installing py3-sniffio (1.2.0-r2) (36/40) Installing py3-sortedcontainers (2.4.0-r1) (37/40) Installing py3-trio (0.19.0-r1) (38/40) Installing py3-pytest-trio (0.7.0-r2) (39/40) Installing py3-pytest-asyncio (0.18.3-r0) (40/40) Installing .makedepends-py3-asgiref (20220417.215200) Executing busybox-1.35.0-r8.trigger OK: 447 MiB in 129 packages >>> py3-asgiref: Cleaning up srcdir >>> py3-asgiref: Cleaning up pkgdir >>> py3-asgiref: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/asgiref-3.4.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 32529 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32529 100 32529 0 0 36102 0 --:--:-- --:--:-- --:--:-- 36103 >>> py3-asgiref: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/asgiref-3.4.1.tar.gz >>> py3-asgiref: Checking sha512sums... asgiref-3.4.1.tar.gz: OK >>> py3-asgiref: Unpacking /var/cache/distfiles/v3.16/asgiref-3.4.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/asgiref copying asgiref/_pep562.py -> build/lib/asgiref copying asgiref/typing.py -> build/lib/asgiref copying asgiref/timeout.py -> build/lib/asgiref copying asgiref/local.py -> build/lib/asgiref copying asgiref/server.py -> build/lib/asgiref copying asgiref/current_thread_executor.py -> build/lib/asgiref copying asgiref/__init__.py -> build/lib/asgiref copying asgiref/testing.py -> build/lib/asgiref copying asgiref/wsgi.py -> build/lib/asgiref copying asgiref/sync.py -> build/lib/asgiref copying asgiref/compatibility.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' adding license file 'LICENSE' writing manifest file 'asgiref.egg-info/SOURCES.txt' copying asgiref/py.typed -> build/lib/asgiref ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-asgiref/src/asgiref-3.4.1, configfile: setup.cfg, testpaths: tests plugins: trio-0.7.0, flaky-3.7.0, asyncio-0.18.3 asyncio: mode=legacy collected 101 items tests/test_compatibility.py ... [ 2%] tests/test_deprecated_types.py ......................................... [ 43%] [ 43%] tests/test_local.py ............ [ 55%] tests/test_server.py . [ 56%] tests/test_sync.py ................................. [ 89%] tests/test_sync_contextvars.py ... [ 92%] tests/test_testing.py . [ 93%] tests/test_wsgi.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 ======================== 101 passed, 1 warning in 7.92s ======================== >>> py3-asgiref: 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 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' adding license file 'LICENSE' 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.10 creating /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref copying build/lib/asgiref/_pep562.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref copying build/lib/asgiref/py.typed -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref copying build/lib/asgiref/typing.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref copying build/lib/asgiref/timeout.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref copying build/lib/asgiref/local.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref copying build/lib/asgiref/server.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref copying build/lib/asgiref/current_thread_executor.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref creating /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/wsgi.cpython-310.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/sync.cpython-310.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/local.cpython-310.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/typing.cpython-310.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/server.cpython-310.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/testing.cpython-310.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/compatibility.cpython-310.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/current_thread_executor.cpython-310.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/_pep562.cpython-310.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__pycache__/timeout.cpython-310.pyc -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref/__pycache__ copying build/lib/asgiref/__init__.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref copying build/lib/asgiref/testing.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref copying build/lib/asgiref/wsgi.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref copying build/lib/asgiref/sync.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref copying build/lib/asgiref/compatibility.py -> /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref running install_egg_info Copying asgiref.egg-info to /home/buildozer/aports/community/py3-asgiref/pkg/py3-asgiref/usr/lib/python3.10/site-packages/asgiref-3.4.1-py3.10.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: 212.0 KB >>> py3-asgiref*: Compressing data... >>> py3-asgiref*: Create checksum... >>> py3-asgiref*: Create py3-asgiref-3.4.1-r1.apk >>> py3-asgiref: Build complete at Sun, 17 Apr 2022 21:52:12 +0000 elapsed time 0h 0m 17s >>> py3-asgiref: Cleaning up srcdir >>> py3-asgiref: Cleaning up pkgdir >>> py3-asgiref: Uninstalling dependencies... (1/40) Purging .makedepends-py3-asgiref (20220417.215200) (2/40) Purging py3-setuptools (59.4.0-r0) (3/40) Purging py3-appdirs (1.4.4-r3) (4/40) Purging py3-ordered-set (4.0.2-r3) (5/40) Purging py3-pytest-asyncio (0.18.3-r0) (6/40) Purging py3-flaky (3.7.0-r2) (7/40) Purging py3-pytest-trio (0.7.0-r2) (8/40) Purging py3-pytest (6.2.5-r2) (9/40) Purging py3-atomicwrites (1.4.0-r2) (10/40) Purging py3-more-itertools (8.12.0-r2) (11/40) Purging py3-iniconfig (1.1.1-r2) (12/40) Purging py3-pluggy (1.0.0-r0) (13/40) Purging py3-py (1.10.0-r2) (14/40) Purging py3-wcwidth (0.2.5-r2) (15/40) Purging py3-packaging (21.3-r0) (16/40) Purging py3-parsing (2.4.7-r3) (17/40) Purging py3-toml (0.10.2-r3) (18/40) Purging py3-pygments (2.11.2-r0) (19/40) Purging py3-trio (0.19.0-r1) (20/40) Purging py3-openssl (21.0.0-r1) (21/40) Purging py3-cryptography (3.4.8-r0) (22/40) Purging py3-cffi (1.15.0-r0) (23/40) Purging py3-cparser (2.20-r2) (24/40) Purging py3-idna (3.3-r2) (25/40) Purging py3-asn1crypto (1.4.0-r2) (26/40) Purging py3-six (1.16.0-r1) (27/40) Purging py3-sniffio (1.2.0-r2) (28/40) Purging py3-curio (1.5-r2) (29/40) Purging py3-sortedcontainers (2.4.0-r1) (30/40) Purging py3-outcome (1.1.0-r3) (31/40) Purging py3-attrs (21.4.0-r0) (32/40) Purging py3-async_generator (1.10-r3) (33/40) Purging python3 (3.10.3-r1) (34/40) Purging libbz2 (1.0.8-r1) (35/40) Purging libffi (3.4.2-r1) (36/40) Purging gdbm (1.23-r0) (37/40) Purging xz-libs (5.2.5-r1) (38/40) Purging mpdecimal (2.5.1-r1) (39/40) Purging readline (8.1.2-r0) (40/40) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r8.trigger OK: 367 MiB in 89 packages >>> py3-asgiref: Updating the community/ppc64le repository index... >>> py3-asgiref: Signing the index...