>>> py3-h11: Building community/py3-h11 0.13.0-r1 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 00:09:44 +0000 >>> py3-h11: Checking sanity of /home/buildozer/aports/community/py3-h11/APKBUILD... >>> WARNING: py3-h11: No maintainer >>> py3-h11: Analyzing dependencies... >>> py3-h11: Installing for build: build-base python3 py3-setuptools py3-pytest py3-pytest-cov (1/27) Installing libbz2 (1.0.8-r1) (2/27) Installing libffi (3.4.2-r1) (3/27) Installing gdbm (1.23-r0) (4/27) Installing xz-libs (5.2.5-r1) (5/27) Installing mpdecimal (2.5.1-r1) (6/27) Installing readline (8.1.2-r0) (7/27) Installing sqlite-libs (3.38.0-r0) (8/27) Installing python3 (3.10.3-r0) (9/27) Installing py3-appdirs (1.4.4-r3) (10/27) Installing py3-more-itertools (8.12.0-r2) (11/27) Installing py3-ordered-set (4.0.2-r3) (12/27) Installing py3-parsing (2.4.7-r3) (13/27) Installing py3-six (1.16.0-r1) (14/27) Installing py3-packaging (21.3-r0) (15/27) Installing py3-setuptools (59.4.0-r0) (16/27) Installing py3-atomicwrites (1.4.0-r2) (17/27) Installing py3-attrs (21.4.0-r0) (18/27) Installing py3-iniconfig (1.1.1-r2) (19/27) Installing py3-pluggy (0.13.1-r5) (20/27) Installing py3-py (1.10.0-r2) (21/27) Installing py3-wcwidth (0.2.5-r2) (22/27) Installing py3-toml (0.10.2-r3) (23/27) Installing py3-pygments (2.11.2-r0) (24/27) Installing py3-pytest (6.2.5-r2) (25/27) Installing py3-coverage (5.5-r1) (26/27) Installing py3-pytest-cov (2.12.1-r1) (27/27) Installing .makedepends-py3-h11 (20220414.000945) Executing busybox-1.35.0-r8.trigger OK: 318 MiB in 115 packages >>> py3-h11: Cleaning up srcdir >>> py3-h11: Cleaning up pkgdir >>> py3-h11: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-h11-0.13.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-h11: Fetching py3-h11-0.13.0.tar.gz::https://github.com/python-hyper/h11/archive/v0.13.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 100 135 100 135 0 0 746 0 --:--:-- --:--:-- --:--:-- 745 100 103k 0 103k 0 0 203k 0 --:--:-- --:--:-- --:--:-- 203k >>> py3-h11: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-h11-0.13.0.tar.gz >>> py3-h11: Checking sha512sums... py3-h11-0.13.0.tar.gz: OK >>> py3-h11: Unpacking /var/cache/distfiles/v3.16/py3-h11-0.13.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/h11 copying h11/_abnf.py -> build/lib/h11 copying h11/_events.py -> build/lib/h11 copying h11/_connection.py -> build/lib/h11 copying h11/_receivebuffer.py -> build/lib/h11 copying h11/_util.py -> build/lib/h11 copying h11/_headers.py -> build/lib/h11 copying h11/__init__.py -> build/lib/h11 copying h11/_readers.py -> build/lib/h11 copying h11/_writers.py -> build/lib/h11 copying h11/_state.py -> build/lib/h11 copying h11/_version.py -> build/lib/h11 creating build/lib/h11/tests copying h11/tests/test_against_stdlib_http.py -> build/lib/h11/tests copying h11/tests/helpers.py -> build/lib/h11/tests copying h11/tests/test_receivebuffer.py -> build/lib/h11/tests copying h11/tests/test_connection.py -> build/lib/h11/tests copying h11/tests/test_state.py -> build/lib/h11/tests copying h11/tests/test_helpers.py -> build/lib/h11/tests copying h11/tests/test_events.py -> build/lib/h11/tests copying h11/tests/test_io.py -> build/lib/h11/tests copying h11/tests/test_headers.py -> build/lib/h11/tests copying h11/tests/test_util.py -> build/lib/h11/tests copying h11/tests/__init__.py -> build/lib/h11/tests running egg_info creating h11.egg-info writing h11.egg-info/PKG-INFO writing dependency_links to h11.egg-info/dependency_links.txt writing requirements to h11.egg-info/requires.txt writing top-level names to h11.egg-info/top_level.txt writing manifest file 'h11.egg-info/SOURCES.txt' reading manifest file 'h11.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tiny-client-demo.py' no previously-included directories found matching 'docs/build' adding license file 'LICENSE.txt' writing manifest file 'h11.egg-info/SOURCES.txt' copying h11/py.typed -> build/lib/h11 creating build/lib/h11/tests/data copying h11/tests/data/test-file -> build/lib/h11/tests/data ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-h11/src/h11-0.13.0 plugins: cov-2.12.1 collected 78 items h11/tests/test_against_stdlib_http.py .. [ 2%] h11/tests/test_connection.py ................................ [ 43%] h11/tests/test_events.py ... [ 47%] h11/tests/test_headers.py ... [ 51%] h11/tests/test_helpers.py . [ 52%] h11/tests/test_io.py ................. [ 74%] h11/tests/test_receivebuffer.py .... [ 79%] h11/tests/test_state.py .......... [ 92%] h11/tests/test_util.py ...... [100%] ============================== 78 passed in 0.62s ============================== >>> py3-h11: 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 h11.egg-info/PKG-INFO writing dependency_links to h11.egg-info/dependency_links.txt writing requirements to h11.egg-info/requires.txt writing top-level names to h11.egg-info/top_level.txt reading manifest file 'h11.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'tiny-client-demo.py' no previously-included directories found matching 'docs/build' adding license file 'LICENSE.txt' writing manifest file 'h11.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-h11/pkg creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11 creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 copying build/lib/h11/_abnf.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 copying build/lib/h11/py.typed -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests copying build/lib/h11/tests/test_against_stdlib_http.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/data copying build/lib/h11/tests/data/test-file -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/data copying build/lib/h11/tests/helpers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests copying build/lib/h11/tests/test_receivebuffer.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests copying build/lib/h11/tests/test_connection.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests copying build/lib/h11/tests/test_state.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests copying build/lib/h11/tests/test_helpers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests copying build/lib/h11/tests/test_events.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests copying build/lib/h11/tests/test_io.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests copying build/lib/h11/tests/test_headers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests copying build/lib/h11/tests/test_util.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests copying build/lib/h11/tests/__init__.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests copying build/lib/h11/_events.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 copying build/lib/h11/_connection.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 copying build/lib/h11/_receivebuffer.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 copying build/lib/h11/_util.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 copying build/lib/h11/_headers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 copying build/lib/h11/__init__.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 copying build/lib/h11/_readers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 copying build/lib/h11/_writers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 copying build/lib/h11/_state.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 copying build/lib/h11/_version.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11 byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/_abnf.py to _abnf.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/test_against_stdlib_http.py to test_against_stdlib_http.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/helpers.py to helpers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/test_receivebuffer.py to test_receivebuffer.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/test_connection.py to test_connection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/test_state.py to test_state.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/test_helpers.py to test_helpers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/test_events.py to test_events.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/test_io.py to test_io.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/test_headers.py to test_headers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/test_util.py to test_util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/tests/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/_events.py to _events.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/_connection.py to _connection.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/_receivebuffer.py to _receivebuffer.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/_util.py to _util.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/_headers.py to _headers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/_readers.py to _readers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/_writers.py to _writers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/_state.py to _state.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11/_version.py to _version.cpython-310.pyc running install_egg_info Copying h11.egg-info to /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.10/site-packages/h11-0.13.0-py3.10.egg-info running install_scripts >>> py3-h11*: Running postcheck for py3-h11 >>> py3-h11*: Preparing package py3-h11... >>> py3-h11*: Tracing dependencies... >>> py3-h11*: Package size: 260.0 KB >>> py3-h11*: Compressing data... >>> py3-h11*: Create checksum... >>> py3-h11*: Create py3-h11-0.13.0-r1.apk >>> py3-h11: Build complete at Thu, 14 Apr 2022 00:09:48 +0000 elapsed time 0h 0m 4s >>> py3-h11: Cleaning up srcdir >>> py3-h11: Cleaning up pkgdir >>> py3-h11: Uninstalling dependencies... (1/27) Purging .makedepends-py3-h11 (20220414.000945) (2/27) Purging py3-setuptools (59.4.0-r0) (3/27) Purging py3-appdirs (1.4.4-r3) (4/27) Purging py3-ordered-set (4.0.2-r3) (5/27) Purging py3-pytest-cov (2.12.1-r1) (6/27) Purging py3-pytest (6.2.5-r2) (7/27) Purging py3-atomicwrites (1.4.0-r2) (8/27) Purging py3-attrs (21.4.0-r0) (9/27) Purging py3-more-itertools (8.12.0-r2) (10/27) Purging py3-iniconfig (1.1.1-r2) (11/27) Purging py3-pluggy (0.13.1-r5) (12/27) Purging py3-py (1.10.0-r2) (13/27) Purging py3-wcwidth (0.2.5-r2) (14/27) Purging py3-packaging (21.3-r0) (15/27) Purging py3-parsing (2.4.7-r3) (16/27) Purging py3-six (1.16.0-r1) (17/27) Purging py3-toml (0.10.2-r3) (18/27) Purging py3-pygments (2.11.2-r0) (19/27) Purging python3 (3.10.3-r0) (20/27) Purging py3-coverage (5.5-r1) (21/27) Purging libbz2 (1.0.8-r1) (22/27) Purging libffi (3.4.2-r1) (23/27) Purging gdbm (1.23-r0) (24/27) Purging xz-libs (5.2.5-r1) (25/27) Purging mpdecimal (2.5.1-r1) (26/27) Purging readline (8.1.2-r0) (27/27) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-h11: Updating the community/armv7 repository index... >>> py3-h11: Signing the index...