>>> py3-aiostream: Building community/py3-aiostream 0.5.0-r0 (using abuild 3.11.21-r0) started Wed, 27 Sep 2023 20:24:28 +0000 >>> py3-aiostream: Checking sanity of /home/buildozer/aports/community/py3-aiostream/APKBUILD... >>> py3-aiostream: Analyzing dependencies... >>> py3-aiostream: Installing for build: build-base python3 py3-typing-extensions py3-gpep517 py3-setuptools py3-wheel py3-pytest py3-pytest-asyncio py3-pytest-cov (1/39) Installing libffi (3.4.4-r3) (2/39) Installing gdbm (1.23-r1) (3/39) Installing mpdecimal (2.5.1-r2) (4/39) Installing libpanelw (6.4_p20230918-r0) (5/39) Installing readline (8.2.1-r2) (6/39) Installing sqlite-libs (3.43.1-r0) (7/39) Installing python3 (3.11.5-r0) (8/39) Installing python3-pycache-pyc0 (3.11.5-r0) (9/39) Installing pyc (0.1-r0) (10/39) Installing python3-pyc (3.11.5-r0) (11/39) Installing py3-typing-extensions (4.8.0-r0) (12/39) Installing py3-typing-extensions-pyc (4.8.0-r0) (13/39) Installing py3-installer (0.7.0-r1) (14/39) Installing py3-installer-pyc (0.7.0-r1) (15/39) Installing py3-gpep517 (15-r0) (16/39) Installing py3-gpep517-pyc (15-r0) (17/39) Installing py3-parsing (3.1.1-r0) (18/39) Installing py3-parsing-pyc (3.1.1-r0) (19/39) Installing py3-packaging (23.1-r3) (20/39) Installing py3-packaging-pyc (23.1-r3) (21/39) Installing py3-setuptools (68.2.2-r0) (22/39) Installing py3-setuptools-pyc (68.2.2-r0) (23/39) Installing py3-wheel (0.41.2-r0) (24/39) Installing py3-wheel-pyc (0.41.2-r0) (25/39) Installing py3-iniconfig (1.1.1-r6) (26/39) Installing py3-iniconfig-pyc (1.1.1-r6) (27/39) Installing py3-pluggy (1.3.0-r0) (28/39) Installing py3-pluggy-pyc (1.3.0-r0) (29/39) Installing py3-py (1.11.0-r2) (30/39) Installing py3-py-pyc (1.11.0-r2) (31/39) Installing py3-pytest (7.4.2-r0) (32/39) Installing py3-pytest-pyc (7.4.2-r0) (33/39) Installing py3-pytest-asyncio (0.21.1-r0) (34/39) Installing py3-pytest-asyncio-pyc (0.21.1-r0) (35/39) Installing py3-coverage (6.5.0-r4) (36/39) Installing py3-coverage-pyc (6.5.0-r4) (37/39) Installing py3-pytest-cov (4.1.0-r0) (38/39) Installing py3-pytest-cov-pyc (4.1.0-r0) (39/39) Installing .makedepends-py3-aiostream (20230927.202429) Executing busybox-1.36.1-r8.trigger OK: 436 MiB in 149 packages >>> py3-aiostream: Cleaning up srcdir >>> py3-aiostream: Cleaning up pkgdir >>> py3-aiostream: Cleaning up tmpdir >>> py3-aiostream: Fetching https://distfiles.alpinelinux.org/distfiles/edge/aiostream-0.5.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-aiostream: Fetching aiostream-0.5.0.tar.gz::https://github.com/vxgmichel/aiostream/archive/refs/tags/v0.5.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 42508 0 42508 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k >>> py3-aiostream: Fetching https://distfiles.alpinelinux.org/distfiles/edge/aiostream-0.5.0.tar.gz >>> py3-aiostream: Checking sha512sums... aiostream-0.5.0.tar.gz: OK >>> py3-aiostream: Unpacking /var/cache/distfiles/edge/aiostream-0.5.0.tar.gz... 2023-09-27 20:24:31,439 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-09-27 20:24:31,488 root INFO running bdist_wheel 2023-09-27 20:24:31,516 root INFO running build 2023-09-27 20:24:31,516 root INFO running build_py 2023-09-27 20:24:31,520 root INFO creating build 2023-09-27 20:24:31,520 root INFO creating build/lib 2023-09-27 20:24:31,521 root INFO creating build/lib/aiostream 2023-09-27 20:24:31,521 root INFO copying aiostream/pipe.py -> build/lib/aiostream 2023-09-27 20:24:31,521 root INFO copying aiostream/__init__.py -> build/lib/aiostream 2023-09-27 20:24:31,522 root INFO copying aiostream/core.py -> build/lib/aiostream 2023-09-27 20:24:31,522 root INFO copying aiostream/aiter_utils.py -> build/lib/aiostream 2023-09-27 20:24:31,522 root INFO copying aiostream/test_utils.py -> build/lib/aiostream 2023-09-27 20:24:31,523 root INFO copying aiostream/manager.py -> build/lib/aiostream 2023-09-27 20:24:31,523 root INFO creating build/lib/aiostream/stream 2023-09-27 20:24:31,524 root INFO copying aiostream/stream/select.py -> build/lib/aiostream/stream 2023-09-27 20:24:31,524 root INFO copying aiostream/stream/__init__.py -> build/lib/aiostream/stream 2023-09-27 20:24:31,524 root INFO copying aiostream/stream/aggregate.py -> build/lib/aiostream/stream 2023-09-27 20:24:31,525 root INFO copying aiostream/stream/combine.py -> build/lib/aiostream/stream 2023-09-27 20:24:31,525 root INFO copying aiostream/stream/transform.py -> build/lib/aiostream/stream 2023-09-27 20:24:31,525 root INFO copying aiostream/stream/time.py -> build/lib/aiostream/stream 2023-09-27 20:24:31,526 root INFO copying aiostream/stream/advanced.py -> build/lib/aiostream/stream 2023-09-27 20:24:31,526 root INFO copying aiostream/stream/misc.py -> build/lib/aiostream/stream 2023-09-27 20:24:31,526 root INFO copying aiostream/stream/create.py -> build/lib/aiostream/stream 2023-09-27 20:24:31,527 root INFO copying aiostream/py.typed -> build/lib/aiostream 2023-09-27 20:24:31,535 wheel INFO installing to build/bdist.linux-i686/wheel 2023-09-27 20:24:31,535 root INFO running install 2023-09-27 20:24:31,550 root INFO running install_lib 2023-09-27 20:24:31,553 root INFO creating build/bdist.linux-i686 2023-09-27 20:24:31,553 root INFO creating build/bdist.linux-i686/wheel 2023-09-27 20:24:31,554 root INFO creating build/bdist.linux-i686/wheel/aiostream 2023-09-27 20:24:31,554 root INFO copying build/lib/aiostream/pipe.py -> build/bdist.linux-i686/wheel/aiostream 2023-09-27 20:24:31,554 root INFO creating build/bdist.linux-i686/wheel/aiostream/stream 2023-09-27 20:24:31,555 root INFO copying build/lib/aiostream/stream/select.py -> build/bdist.linux-i686/wheel/aiostream/stream 2023-09-27 20:24:31,555 root INFO copying build/lib/aiostream/stream/__init__.py -> build/bdist.linux-i686/wheel/aiostream/stream 2023-09-27 20:24:31,555 root INFO copying build/lib/aiostream/stream/aggregate.py -> build/bdist.linux-i686/wheel/aiostream/stream 2023-09-27 20:24:31,556 root INFO copying build/lib/aiostream/stream/combine.py -> build/bdist.linux-i686/wheel/aiostream/stream 2023-09-27 20:24:31,556 root INFO copying build/lib/aiostream/stream/transform.py -> build/bdist.linux-i686/wheel/aiostream/stream 2023-09-27 20:24:31,556 root INFO copying build/lib/aiostream/stream/time.py -> build/bdist.linux-i686/wheel/aiostream/stream 2023-09-27 20:24:31,557 root INFO copying build/lib/aiostream/stream/advanced.py -> build/bdist.linux-i686/wheel/aiostream/stream 2023-09-27 20:24:31,557 root INFO copying build/lib/aiostream/stream/misc.py -> build/bdist.linux-i686/wheel/aiostream/stream 2023-09-27 20:24:31,557 root INFO copying build/lib/aiostream/stream/create.py -> build/bdist.linux-i686/wheel/aiostream/stream 2023-09-27 20:24:31,558 root INFO copying build/lib/aiostream/__init__.py -> build/bdist.linux-i686/wheel/aiostream 2023-09-27 20:24:31,558 root INFO copying build/lib/aiostream/core.py -> build/bdist.linux-i686/wheel/aiostream 2023-09-27 20:24:31,558 root INFO copying build/lib/aiostream/py.typed -> build/bdist.linux-i686/wheel/aiostream 2023-09-27 20:24:31,558 root INFO copying build/lib/aiostream/aiter_utils.py -> build/bdist.linux-i686/wheel/aiostream 2023-09-27 20:24:31,559 root INFO copying build/lib/aiostream/test_utils.py -> build/bdist.linux-i686/wheel/aiostream 2023-09-27 20:24:31,559 root INFO copying build/lib/aiostream/manager.py -> build/bdist.linux-i686/wheel/aiostream 2023-09-27 20:24:31,559 root INFO running install_egg_info 2023-09-27 20:24:31,565 root INFO running egg_info 2023-09-27 20:24:31,566 root INFO creating aiostream.egg-info 2023-09-27 20:24:31,568 root INFO writing aiostream.egg-info/PKG-INFO 2023-09-27 20:24:31,569 root INFO writing dependency_links to aiostream.egg-info/dependency_links.txt 2023-09-27 20:24:31,569 root INFO writing requirements to aiostream.egg-info/requires.txt 2023-09-27 20:24:31,570 root INFO writing top-level names to aiostream.egg-info/top_level.txt 2023-09-27 20:24:31,570 root INFO writing manifest file 'aiostream.egg-info/SOURCES.txt' 2023-09-27 20:24:31,574 root INFO reading manifest file 'aiostream.egg-info/SOURCES.txt' 2023-09-27 20:24:31,574 root INFO adding license file 'LICENSE' 2023-09-27 20:24:31,576 root INFO writing manifest file 'aiostream.egg-info/SOURCES.txt' 2023-09-27 20:24:31,576 root INFO Copying aiostream.egg-info to build/bdist.linux-i686/wheel/aiostream-0.5.0-py3.11.egg-info 2023-09-27 20:24:31,577 root INFO running install_scripts 2023-09-27 20:24:31,581 wheel INFO creating build/bdist.linux-i686/wheel/aiostream-0.5.0.dist-info/WHEEL 2023-09-27 20:24:31,581 wheel INFO creating '/home/buildozer/aports/community/py3-aiostream/src/aiostream-0.5.0/dist/.tmp-ntcb1jqu/aiostream-0.5.0-py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2023-09-27 20:24:31,582 wheel INFO adding 'aiostream/__init__.py' 2023-09-27 20:24:31,582 wheel INFO adding 'aiostream/aiter_utils.py' 2023-09-27 20:24:31,583 wheel INFO adding 'aiostream/core.py' 2023-09-27 20:24:31,583 wheel INFO adding 'aiostream/manager.py' 2023-09-27 20:24:31,583 wheel INFO adding 'aiostream/pipe.py' 2023-09-27 20:24:31,584 wheel INFO adding 'aiostream/py.typed' 2023-09-27 20:24:31,584 wheel INFO adding 'aiostream/test_utils.py' 2023-09-27 20:24:31,585 wheel INFO adding 'aiostream/stream/__init__.py' 2023-09-27 20:24:31,585 wheel INFO adding 'aiostream/stream/advanced.py' 2023-09-27 20:24:31,585 wheel INFO adding 'aiostream/stream/aggregate.py' 2023-09-27 20:24:31,586 wheel INFO adding 'aiostream/stream/combine.py' 2023-09-27 20:24:31,586 wheel INFO adding 'aiostream/stream/create.py' 2023-09-27 20:24:31,586 wheel INFO adding 'aiostream/stream/misc.py' 2023-09-27 20:24:31,587 wheel INFO adding 'aiostream/stream/select.py' 2023-09-27 20:24:31,587 wheel INFO adding 'aiostream/stream/time.py' 2023-09-27 20:24:31,587 wheel INFO adding 'aiostream/stream/transform.py' 2023-09-27 20:24:31,588 wheel INFO adding 'aiostream-0.5.0.dist-info/LICENSE' 2023-09-27 20:24:31,589 wheel INFO adding 'aiostream-0.5.0.dist-info/METADATA' 2023-09-27 20:24:31,589 wheel INFO adding 'aiostream-0.5.0.dist-info/WHEEL' 2023-09-27 20:24:31,589 wheel INFO adding 'aiostream-0.5.0.dist-info/top_level.txt' 2023-09-27 20:24:31,589 wheel INFO adding 'aiostream-0.5.0.dist-info/RECORD' 2023-09-27 20:24:31,590 wheel INFO removing build/bdist.linux-i686/wheel 2023-09-27 20:24:31,591 gpep517 INFO The backend produced dist/aiostream-0.5.0-py3-none-any.whl aiostream-0.5.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0 rootdir: /home/buildozer/aports/community/py3-aiostream/src/aiostream-0.5.0 configfile: setup.cfg plugins: cov-4.1.0, asyncio-0.21.1 asyncio: mode=Mode.STRICT collected 96 items tests/test_advanced.py ...... [ 6%] tests/test_aggregate.py ...... [ 12%] tests/test_aiter.py ........ [ 20%] tests/test_combine.py .......... [ 31%] tests/test_core.py ..... [ 36%] tests/test_create.py ........................ [ 61%] tests/test_misc.py .... [ 65%] tests/test_select.py ........................ [ 90%] tests/test_task_group.py . [ 91%] tests/test_time.py .. [ 93%] tests/test_transform.py ...... [100%] ---------- coverage: platform linux, python 3.11.5-final-0 ----------- Name Stmts Miss Cover --------------------------------------------------- aiostream/__init__.py 0 0 100% aiostream/aiter_utils.py 0 0 100% aiostream/core.py 0 0 100% aiostream/manager.py 0 0 100% aiostream/pipe.py 0 0 100% aiostream/stream/__init__.py 0 0 100% aiostream/stream/advanced.py 0 0 100% aiostream/stream/aggregate.py 0 0 100% aiostream/stream/combine.py 0 0 100% aiostream/stream/create.py 0 0 100% aiostream/stream/misc.py 0 0 100% aiostream/stream/select.py 0 0 100% aiostream/stream/time.py 0 0 100% aiostream/stream/transform.py 0 0 100% aiostream/test_utils.py 0 0 100% --------------------------------------------------- TOTAL 0 0 100% Coverage HTML written to dir htmlcov ============================== 96 passed in 1.75s ============================== >>> py3-aiostream: Entering fakeroot... >>> py3-aiostream-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-aiostream/pkg/py3-aiostream/usr/lib/python3.11/site-packages/aiostream/__pycache__' -> '/home/buildozer/aports/community/py3-aiostream/pkg/py3-aiostream-pyc/usr/lib/python3.11/site-packages/aiostream/__pycache__' '/home/buildozer/aports/community/py3-aiostream/pkg/py3-aiostream/usr/lib/python3.11/site-packages/aiostream/stream/__pycache__' -> '/home/buildozer/aports/community/py3-aiostream/pkg/py3-aiostream-pyc/usr/lib/python3.11/site-packages/aiostream/stream/__pycache__' >>> py3-aiostream-pyc*: Preparing subpackage py3-aiostream-pyc... >>> py3-aiostream-pyc*: Running postcheck for py3-aiostream-pyc >>> py3-aiostream*: Running postcheck for py3-aiostream >>> py3-aiostream*: Preparing package py3-aiostream... >>> py3-aiostream-pyc*: Tracing dependencies... python3 py3-typing-extensions python3~3.11 >>> py3-aiostream-pyc*: Package size: 192.0 KB >>> py3-aiostream-pyc*: Compressing data... >>> py3-aiostream-pyc*: Create checksum... >>> py3-aiostream-pyc*: Create py3-aiostream-pyc-0.5.0-r0.apk >>> py3-aiostream*: Tracing dependencies... python3 py3-typing-extensions python3~3.11 >>> py3-aiostream*: Package size: 204.0 KB >>> py3-aiostream*: Compressing data... >>> py3-aiostream*: Create checksum... >>> py3-aiostream*: Create py3-aiostream-0.5.0-r0.apk >>> py3-aiostream: Build complete at Wed, 27 Sep 2023 20:24:40 +0000 elapsed time 0h 0m 12s >>> py3-aiostream: Cleaning up srcdir >>> py3-aiostream: Cleaning up pkgdir >>> py3-aiostream: Uninstalling dependencies... (1/39) Purging .makedepends-py3-aiostream (20230927.202429) (2/39) Purging py3-typing-extensions-pyc (4.8.0-r0) (3/39) Purging py3-typing-extensions (4.8.0-r0) (4/39) Purging py3-gpep517-pyc (15-r0) (5/39) Purging py3-gpep517 (15-r0) (6/39) Purging py3-installer-pyc (0.7.0-r1) (7/39) Purging py3-installer (0.7.0-r1) (8/39) Purging py3-setuptools-pyc (68.2.2-r0) (9/39) Purging py3-setuptools (68.2.2-r0) (10/39) Purging py3-wheel-pyc (0.41.2-r0) (11/39) Purging py3-wheel (0.41.2-r0) (12/39) Purging py3-pytest-asyncio-pyc (0.21.1-r0) (13/39) Purging py3-pytest-asyncio (0.21.1-r0) (14/39) Purging py3-pytest-cov-pyc (4.1.0-r0) (15/39) Purging py3-pytest-cov (4.1.0-r0) (16/39) Purging py3-pytest-pyc (7.4.2-r0) (17/39) Purging py3-pytest (7.4.2-r0) (18/39) Purging py3-iniconfig-pyc (1.1.1-r6) (19/39) Purging py3-iniconfig (1.1.1-r6) (20/39) Purging py3-packaging-pyc (23.1-r3) (21/39) Purging py3-packaging (23.1-r3) (22/39) Purging py3-parsing-pyc (3.1.1-r0) (23/39) Purging py3-parsing (3.1.1-r0) (24/39) Purging py3-pluggy-pyc (1.3.0-r0) (25/39) Purging py3-pluggy (1.3.0-r0) (26/39) Purging py3-py-pyc (1.11.0-r2) (27/39) Purging py3-py (1.11.0-r2) (28/39) Purging py3-coverage-pyc (6.5.0-r4) (29/39) Purging py3-coverage (6.5.0-r4) (30/39) Purging python3-pyc (3.11.5-r0) (31/39) Purging python3-pycache-pyc0 (3.11.5-r0) (32/39) Purging pyc (0.1-r0) (33/39) Purging python3 (3.11.5-r0) (34/39) Purging gdbm (1.23-r1) (35/39) Purging libffi (3.4.4-r3) (36/39) Purging libpanelw (6.4_p20230918-r0) (37/39) Purging mpdecimal (2.5.1-r2) (38/39) Purging readline (8.2.1-r2) (39/39) Purging sqlite-libs (3.43.1-r0) Executing busybox-1.36.1-r8.trigger OK: 379 MiB in 110 packages >>> py3-aiostream: Updating the community/x86 repository index... >>> py3-aiostream: Signing the index...