>>> py3-outcome: Building community/py3-outcome 1.1.0-r1 (using abuild 3.9.0_rc2-r1) started Thu, 21 Oct 2021 17:07:46 +0000 >>> py3-outcome: Checking sanity of /home/buildozer/aports/community/py3-outcome/APKBUILD... >>> py3-outcome: Analyzing dependencies... >>> py3-outcome: Installing for build: build-base py3-async_generator py3-attrs python3 py3-setuptools py3-pytest (1/23) Installing libffi (3.4.2-r1) (2/23) Installing gdbm (1.20-r2) (3/23) Installing mpdecimal (2.5.1-r1) (4/23) Installing readline (8.1.1-r0) (5/23) Installing sqlite-libs (3.36.0-r0) (6/23) Installing python3 (3.9.7-r3) (7/23) Installing py3-async_generator (1.10-r2) (8/23) Installing py3-attrs (20.3.0-r1) (9/23) Installing py3-ordered-set (4.0.2-r2) (10/23) Installing py3-appdirs (1.4.4-r2) (11/23) Installing py3-parsing (2.4.7-r2) (12/23) Installing py3-six (1.16.0-r0) (13/23) Installing py3-packaging (20.9-r1) (14/23) Installing py3-setuptools (52.0.0-r4) (15/23) Installing py3-atomicwrites (1.4.0-r1) (16/23) Installing py3-more-itertools (8.10.0-r0) (17/23) Installing py3-iniconfig (1.1.1-r1) (18/23) Installing py3-pluggy (0.13.1-r4) (19/23) Installing py3-py (1.10.0-r1) (20/23) Installing py3-wcwidth (0.2.5-r1) (21/23) Installing py3-toml (0.10.2-r2) (22/23) Installing py3-pytest (6.2.5-r0) (23/23) Installing .makedepends-py3-outcome (20211021.170755) Executing busybox-1.34.1-r1.trigger OK: 400 MiB in 118 packages >>> py3-outcome: Cleaning up srcdir >>> py3-outcome: Cleaning up pkgdir >>> py3-outcome: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/outcome-1.1.0.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 curl: (22) The requested URL returned error: 404 >>> py3-outcome: Fetching https://pypi.python.org/packages/source/o/outcome/outcome-1.1.0.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 122 100 122 0 0 2959 0 --:--:-- --:--:-- --:--:-- 2975 100 274 100 274 0 0 1543 0 --:--:-- --:--:-- --:--:-- 1543 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18164 100 18164 0 0 71656 0 --:--:-- --:--:-- --:--:-- 71656 >>> py3-outcome: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/outcome-1.1.0.tar.gz >>> py3-outcome: Checking sha512sums... outcome-1.1.0.tar.gz: OK >>> py3-outcome: Unpacking /var/cache/distfiles/v3.15/outcome-1.1.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/outcome copying src/outcome/_impl.py -> build/lib/outcome copying src/outcome/_util.py -> build/lib/outcome copying src/outcome/__init__.py -> build/lib/outcome copying src/outcome/_version.py -> build/lib/outcome ============================= 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-outcome/src/outcome-1.1.0 collected 10 items tests/test_async.py sss [ 30%] tests/test_sync.py ....... [100%] =============================== warnings summary =============================== tests/test_async.py:9 /home/buildozer/aports/community/py3-outcome/src/outcome-1.1.0/tests/test_async.py:9: PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html pytestmark = pytest.mark.asyncio tests/test_async.py::test_acapture tests/test_async.py::test_asend tests/test_async.py::test_traceback_frame_removal /usr/lib/python3.9/site-packages/_pytest/python.py:172: PytestUnhandledCoroutineWarning: async def functions are not natively supported and have been skipped. You need to install a suitable plugin for your async framework, for example: - anyio - pytest-asyncio - pytest-tornasync - pytest-trio - pytest-twisted warnings.warn(PytestUnhandledCoroutineWarning(msg.format(nodeid))) -- Docs: https://docs.pytest.org/en/stable/warnings.html =================== 7 passed, 3 skipped, 4 warnings in 0.19s =================== >>> py3-outcome: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-outcome/pkg creating /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome creating /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr creating /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib creating /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9/site-packages/outcome copying build/lib/outcome/_impl.py -> /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9/site-packages/outcome copying build/lib/outcome/_util.py -> /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9/site-packages/outcome copying build/lib/outcome/__init__.py -> /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9/site-packages/outcome copying build/lib/outcome/_version.py -> /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9/site-packages/outcome creating /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9/site-packages/outcome/__pycache__ copying build/lib/outcome/__pycache__/_util.cpython-39.pyc -> /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9/site-packages/outcome/__pycache__ copying build/lib/outcome/__pycache__/__init__.cpython-39.pyc -> /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9/site-packages/outcome/__pycache__ copying build/lib/outcome/__pycache__/_impl.cpython-39.pyc -> /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9/site-packages/outcome/__pycache__ copying build/lib/outcome/__pycache__/_version.cpython-39.pyc -> /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9/site-packages/outcome/__pycache__ running install_egg_info running egg_info writing src/outcome.egg-info/PKG-INFO writing dependency_links to src/outcome.egg-info/dependency_links.txt writing requirements to src/outcome.egg-info/requires.txt writing top-level names to src/outcome.egg-info/top_level.txt reading manifest file 'src/outcome.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.coveragerc' no previously-included directories found matching 'docs/build' writing manifest file 'src/outcome.egg-info/SOURCES.txt' Copying src/outcome.egg-info to /home/buildozer/aports/community/py3-outcome/pkg/py3-outcome/usr/lib/python3.9/site-packages/outcome-1.1.0-py3.9.egg-info running install_scripts >>> py3-outcome*: Running postcheck for py3-outcome >>> py3-outcome*: Preparing package py3-outcome... >>> py3-outcome*: Tracing dependencies... >>> py3-outcome*: Package size: 92.0 KB >>> py3-outcome*: Compressing data... >>> py3-outcome*: Create checksum... >>> py3-outcome*: Create py3-outcome-1.1.0-r1.apk >>> py3-outcome: Build complete at Thu, 21 Oct 2021 17:07:58 +0000 elapsed time 0h 0m 12s >>> py3-outcome: Cleaning up srcdir >>> py3-outcome: Cleaning up pkgdir >>> py3-outcome: Uninstalling dependencies... (1/23) Purging .makedepends-py3-outcome (20211021.170755) (2/23) Purging py3-async_generator (1.10-r2) (3/23) Purging py3-setuptools (52.0.0-r4) (4/23) Purging py3-ordered-set (4.0.2-r2) (5/23) Purging py3-appdirs (1.4.4-r2) (6/23) Purging py3-pytest (6.2.5-r0) (7/23) Purging py3-atomicwrites (1.4.0-r1) (8/23) Purging py3-attrs (20.3.0-r1) (9/23) Purging py3-more-itertools (8.10.0-r0) (10/23) Purging py3-iniconfig (1.1.1-r1) (11/23) Purging py3-pluggy (0.13.1-r4) (12/23) Purging py3-py (1.10.0-r1) (13/23) Purging py3-wcwidth (0.2.5-r1) (14/23) Purging py3-packaging (20.9-r1) (15/23) Purging py3-parsing (2.4.7-r2) (16/23) Purging py3-six (1.16.0-r0) (17/23) Purging py3-toml (0.10.2-r2) (18/23) Purging python3 (3.9.7-r3) (19/23) Purging libffi (3.4.2-r1) (20/23) Purging gdbm (1.20-r2) (21/23) Purging mpdecimal (2.5.1-r1) (22/23) Purging readline (8.1.1-r0) (23/23) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 344 MiB in 95 packages >>> py3-outcome: Updating the community/x86_64 repository index... >>> py3-outcome: Signing the index...