>>> py3-pyee: Building community/py3-pyee 8.2.2-r2 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 16:11:09 +0000 >>> py3-pyee: Checking sanity of /home/buildozer/aports/community/py3-pyee/APKBUILD... >>> py3-pyee: Analyzing dependencies... >>> py3-pyee: Installing for build: build-base py3-async_generator py3-trio py3-twisted py3-vcversioner python3 py3-pytest-asyncio py3-pytest-runner py3-pytest-trio py3-setuptools py3-mock pytest (1/50) Installing libffi (3.4.4-r0) (2/50) Installing gdbm (1.23-r0) (3/50) Installing mpdecimal (2.5.1-r1) (4/50) Installing readline (8.2.0-r0) (5/50) Installing sqlite-libs (3.40.0-r0) (6/50) Installing python3 (3.11.0-r2) (7/50) Installing py3-async_generator (1.10-r4) (8/50) Installing py3-attrs (22.1.0-r1) (9/50) Installing py3-idna (3.4-r3) (10/50) Installing py3-cparser (2.21-r1) (11/50) Installing py3-cffi (1.15.1-r1) (12/50) Installing py3-cryptography (38.0.3-r1) (13/50) Installing py3-openssl (22.1.0-r2) (14/50) Installing py3-outcome (1.2.0-r1) (15/50) Installing py3-curio (1.5-r3) (16/50) Installing py3-sniffio (1.3.0-r1) (17/50) Installing py3-sortedcontainers (2.4.0-r2) (18/50) Installing py3-trio (0.21.0-r2) (19/50) Installing py3-zope-interface (5.5.1-r1) (20/50) Installing py3-constantly (15.1.0-r6) (21/50) Installing py3-incremental (22.10.0-r1) (22/50) Installing py3-six (1.16.0-r4) (23/50) Installing py3-automat (22.10.0-r1) (24/50) Installing py3-hyperlink (21.0.0-r3) (25/50) Installing py3-typing-extensions (4.4.0-r1) (26/50) Installing py3-pyhamcrest (2.0.4-r1) (27/50) Installing py3-asn1 (0.4.8-r3) (28/50) Installing py3-asn1-modules (0.2.8-r3) (29/50) Installing py3-characteristic (14.3.0-r9) (30/50) Installing py3-service_identity (21.1.0-r3) (31/50) Installing py3-pyserial (3.5-r5) (32/50) Installing py3-hyperframe (6.0.1-r1) (33/50) Installing py3-hpack (4.0.0-r5) (34/50) Installing py3-h2 (4.1.0-r1) (35/50) Installing py3-twisted (22.10.0-r1) (36/50) Installing py3-vcversioner (2.16.0.0-r5) (37/50) Installing py3-flaky (3.7.0-r3) (38/50) Installing py3-iniconfig (1.1.1-r4) (39/50) Installing py3-parsing (3.0.9-r1) (40/50) Installing py3-packaging (21.3-r3) (41/50) Installing py3-pluggy (1.0.0-r2) (42/50) Installing py3-py (1.11.0-r1) (43/50) Installing py3-pytest (7.2.0-r2) (44/50) Installing py3-pytest-trio (0.8.0-r1) (45/50) Installing py3-pytest-asyncio (0.20.2-r1) (46/50) Installing py3-setuptools (65.6.0-r1) (47/50) Installing py3-pytest-runner (6.0.0-r1) (48/50) Installing py3-pbr (5.11.0-r1) (49/50) Installing py3-mock (4.0.3-r4) (50/50) Installing .makedepends-py3-pyee (20221123.161111) Executing busybox-1.35.0-r29.trigger OK: 517 MiB in 153 packages >>> py3-pyee: Cleaning up srcdir >>> py3-pyee: Cleaning up pkgdir >>> py3-pyee: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyee-8.2.2.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 16938 100 16938 0 0 105k 0 --:--:-- --:--:-- --:--:-- 106k >>> py3-pyee: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyee-8.2.2.tar.gz >>> py3-pyee: Checking sha512sums... pyee-8.2.2.tar.gz: OK >>> py3-pyee: Unpacking /var/cache/distfiles/edge/pyee-8.2.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pyee copying pyee/_base.py -> build/lib/pyee copying pyee/_compat.py -> build/lib/pyee copying pyee/_asyncio.py -> build/lib/pyee copying pyee/_executor.py -> build/lib/pyee copying pyee/_twisted.py -> build/lib/pyee copying pyee/__init__.py -> build/lib/pyee copying pyee/uplift.py -> build/lib/pyee copying pyee/_trio.py -> build/lib/pyee running egg_info writing pyee.egg-info/PKG-INFO writing dependency_links to pyee.egg-info/dependency_links.txt writing top-level names to pyee.egg-info/top_level.txt reading manifest file 'pyee.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyee.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-pyee/src/pyee-8.2.2 plugins: flaky-3.7.0, asyncio-0.20.2, trio-0.8.0 asyncio: mode=Mode.STRICT collected 36 items tests/test_async.py ........ [ 22%] tests/test_executor.py ... [ 30%] tests/test_sync.py .......... [ 58%] tests/test_trio.py .... [ 69%] tests/test_twisted.py ... [ 77%] tests/test_uplift.py ........ [100%] ============================== 36 passed in 0.67s ============================== >>> py3-pyee: Entering fakeroot... running install /usr/lib/python3.11/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 pyee.egg-info/PKG-INFO writing dependency_links to pyee.egg-info/dependency_links.txt writing top-level names to pyee.egg-info/top_level.txt reading manifest file 'pyee.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pyee.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-pyee/pkg creating /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee creating /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr creating /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib creating /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee copying build/lib/pyee/_base.py -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee copying build/lib/pyee/_compat.py -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee copying build/lib/pyee/_asyncio.py -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee copying build/lib/pyee/_executor.py -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee creating /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee/__pycache__ copying build/lib/pyee/__pycache__/_trio.cpython-311.pyc -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee/__pycache__ copying build/lib/pyee/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee/__pycache__ copying build/lib/pyee/__pycache__/_base.cpython-311.pyc -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee/__pycache__ copying build/lib/pyee/__pycache__/_asyncio.cpython-311.pyc -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee/__pycache__ copying build/lib/pyee/__pycache__/_twisted.cpython-311.pyc -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee/__pycache__ copying build/lib/pyee/__pycache__/_executor.cpython-311.pyc -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee/__pycache__ copying build/lib/pyee/__pycache__/uplift.cpython-311.pyc -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee/__pycache__ copying build/lib/pyee/_twisted.py -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee copying build/lib/pyee/__init__.py -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee copying build/lib/pyee/uplift.py -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee copying build/lib/pyee/_trio.py -> /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee byte-compiling /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee/_compat.py to _compat.cpython-311.pyc running install_egg_info Copying pyee.egg-info to /home/buildozer/aports/community/py3-pyee/pkg/py3-pyee/usr/lib/python3.11/site-packages/pyee-8.2.2-py3.11.egg-info running install_scripts >>> py3-pyee*: Running postcheck for py3-pyee >>> py3-pyee*: Preparing package py3-pyee... >>> py3-pyee*: Tracing dependencies... >>> py3-pyee*: Package size: 136.0 KB >>> py3-pyee*: Compressing data... >>> py3-pyee*: Create checksum... >>> py3-pyee*: Create py3-pyee-8.2.2-r2.apk >>> py3-pyee: Build complete at Wed, 23 Nov 2022 16:11:15 +0000 elapsed time 0h 0m 6s >>> py3-pyee: Cleaning up srcdir >>> py3-pyee: Cleaning up pkgdir >>> py3-pyee: Uninstalling dependencies... (1/50) Purging .makedepends-py3-pyee (20221123.161111) (2/50) Purging py3-twisted (22.10.0-r1) (3/50) Purging py3-zope-interface (5.5.1-r1) (4/50) Purging py3-constantly (15.1.0-r6) (5/50) Purging py3-incremental (22.10.0-r1) (6/50) Purging py3-automat (22.10.0-r1) (7/50) Purging py3-hyperlink (21.0.0-r3) (8/50) Purging py3-typing-extensions (4.4.0-r1) (9/50) Purging py3-pyhamcrest (2.0.4-r1) (10/50) Purging py3-service_identity (21.1.0-r3) (11/50) Purging py3-six (1.16.0-r4) (12/50) Purging py3-asn1-modules (0.2.8-r3) (13/50) Purging py3-asn1 (0.4.8-r3) (14/50) Purging py3-characteristic (14.3.0-r9) (15/50) Purging py3-pyserial (3.5-r5) (16/50) Purging py3-h2 (4.1.0-r1) (17/50) Purging py3-hyperframe (6.0.1-r1) (18/50) Purging py3-hpack (4.0.0-r5) (19/50) Purging py3-vcversioner (2.16.0.0-r5) (20/50) Purging py3-pytest-asyncio (0.20.2-r1) (21/50) Purging py3-flaky (3.7.0-r3) (22/50) Purging py3-pytest-runner (6.0.0-r1) (23/50) Purging py3-pytest-trio (0.8.0-r1) (24/50) Purging py3-trio (0.21.0-r2) (25/50) Purging py3-idna (3.4-r3) (26/50) Purging py3-openssl (22.1.0-r2) (27/50) Purging py3-cryptography (38.0.3-r1) (28/50) Purging py3-cffi (1.15.1-r1) (29/50) Purging py3-cparser (2.21-r1) (30/50) Purging py3-sniffio (1.3.0-r1) (31/50) Purging py3-curio (1.5-r3) (32/50) Purging py3-sortedcontainers (2.4.0-r2) (33/50) Purging py3-outcome (1.2.0-r1) (34/50) Purging py3-async_generator (1.10-r4) (35/50) Purging py3-setuptools (65.6.0-r1) (36/50) Purging py3-mock (4.0.3-r4) (37/50) Purging py3-pbr (5.11.0-r1) (38/50) Purging py3-pytest (7.2.0-r2) (39/50) Purging py3-attrs (22.1.0-r1) (40/50) Purging py3-iniconfig (1.1.1-r4) (41/50) Purging py3-packaging (21.3-r3) (42/50) Purging py3-parsing (3.0.9-r1) (43/50) Purging py3-pluggy (1.0.0-r2) (44/50) Purging py3-py (1.11.0-r1) (45/50) Purging python3 (3.11.0-r2) (46/50) Purging libffi (3.4.4-r0) (47/50) Purging gdbm (1.23-r0) (48/50) Purging mpdecimal (2.5.1-r1) (49/50) Purging readline (8.2.0-r0) (50/50) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 380 MiB in 103 packages >>> py3-pyee: Updating the community/x86 repository index... >>> py3-pyee: Signing the index...