>>> py3-h11: Building community/py3-h11 0.12.0-r1 (using abuild 3.9.0_rc2-r1) started Tue, 19 Oct 2021 20:28:02 +0000 >>> py3-h11: Checking sanity of /home/buildozer/aports/community/py3-h11/APKBUILD... >>> py3-h11: Analyzing dependencies... >>> py3-h11: Installing for build: build-base python3 py3-setuptools py3-pytest py3-pytest-cov (1/26) Installing libbz2 (1.0.8-r1) (2/26) Installing libffi (3.4.2-r1) (3/26) Installing gdbm (1.20-r2) (4/26) Installing xz-libs (5.2.5-r0) (5/26) Installing mpdecimal (2.5.1-r1) (6/26) Installing readline (8.1.1-r0) (7/26) Installing sqlite-libs (3.36.0-r0) (8/26) Installing python3 (3.9.7-r3) (9/26) Installing py3-ordered-set (4.0.2-r2) (10/26) Installing py3-appdirs (1.4.4-r2) (11/26) Installing py3-parsing (2.4.7-r2) (12/26) Installing py3-six (1.16.0-r0) (13/26) Installing py3-packaging (20.9-r1) (14/26) Installing py3-setuptools (52.0.0-r4) (15/26) Installing py3-atomicwrites (1.4.0-r1) (16/26) Installing py3-attrs (20.3.0-r1) (17/26) Installing py3-more-itertools (8.10.0-r0) (18/26) Installing py3-iniconfig (1.1.1-r1) (19/26) Installing py3-pluggy (0.13.1-r4) (20/26) Installing py3-py (1.10.0-r1) (21/26) Installing py3-wcwidth (0.2.5-r1) (22/26) Installing py3-toml (0.10.2-r2) (23/26) Installing py3-pytest (6.2.5-r0) (24/26) Installing py3-coverage (5.5-r0) (25/26) Installing py3-pytest-cov (2.12.1-r0) (26/26) Installing .makedepends-py3-h11 (20211019.202810) Executing busybox-1.34.1-r1.trigger OK: 373 MiB in 115 packages >>> py3-h11: Cleaning up srcdir >>> py3-h11: Cleaning up pkgdir >>> py3-h11: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-h11-0.12.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-h11: Fetching py3-h11-0.12.0.tar.gz::https://github.com/python-hyper/h11/archive/v0.12.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 125 100 125 0 0 469 0 --:--:-- --:--:-- --:--:-- 468 100 101k 0 101k 0 0 186k 0 --:--:-- --:--:-- --:--:-- 186k >>> py3-h11: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-h11-0.12.0.tar.gz >>> py3-h11: Checking sha512sums... py3-h11-0.12.0.tar.gz: OK >>> py3-h11: Unpacking /var/cache/distfiles/v3.15/py3-h11-0.12.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/h11 copying h11/_util.py -> build/lib/h11 copying h11/_headers.py -> build/lib/h11 copying h11/_receivebuffer.py -> build/lib/h11 copying h11/__init__.py -> build/lib/h11 copying h11/_events.py -> build/lib/h11 copying h11/_version.py -> build/lib/h11 copying h11/_abnf.py -> build/lib/h11 copying h11/_connection.py -> build/lib/h11 copying h11/_writers.py -> build/lib/h11 copying h11/_readers.py -> build/lib/h11 copying h11/_state.py -> build/lib/h11 creating build/lib/h11/tests copying h11/tests/test_against_stdlib_http.py -> build/lib/h11/tests copying h11/tests/test_helpers.py -> build/lib/h11/tests copying h11/tests/helpers.py -> build/lib/h11/tests copying h11/tests/__init__.py -> build/lib/h11/tests copying h11/tests/test_receivebuffer.py -> build/lib/h11/tests copying h11/tests/test_headers.py -> build/lib/h11/tests copying h11/tests/test_io.py -> build/lib/h11/tests copying h11/tests/test_events.py -> build/lib/h11/tests copying h11/tests/test_state.py -> build/lib/h11/tests copying h11/tests/test_util.py -> build/lib/h11/tests copying h11/tests/test_connection.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 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' writing manifest file 'h11.egg-info/SOURCES.txt' creating build/lib/h11/tests/data copying h11/tests/data/test-file -> build/lib/h11/tests/data ============================= 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-h11/src/h11-0.12.0 plugins: cov-2.12.1 collected 79 items h11/tests/test_against_stdlib_http.py .. [ 2%] h11/tests/test_connection.py ................................ [ 43%] h11/tests/test_events.py .... [ 48%] h11/tests/test_headers.py ... [ 51%] h11/tests/test_helpers.py . [ 53%] h11/tests/test_io.py ................. [ 74%] h11/tests/test_receivebuffer.py .... [ 79%] h11/tests/test_state.py .......... [ 92%] h11/tests/test_util.py ...... [100%] ============================== 79 passed in 0.88s ============================== >>> py3-h11: Entering fakeroot... running install 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 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' 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.9 creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11 creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/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.9/site-packages/h11/tests copying build/lib/h11/tests/test_helpers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests copying build/lib/h11/tests/helpers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests copying build/lib/h11/tests/__init__.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests copying build/lib/h11/tests/test_receivebuffer.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests copying build/lib/h11/tests/test_headers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests copying build/lib/h11/tests/test_io.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests copying build/lib/h11/tests/test_events.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/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.9/site-packages/h11/tests/data copying build/lib/h11/tests/test_state.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests copying build/lib/h11/tests/test_util.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests copying build/lib/h11/tests/test_connection.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests copying build/lib/h11/_util.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11 copying build/lib/h11/_headers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11 copying build/lib/h11/_receivebuffer.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11 copying build/lib/h11/__init__.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11 copying build/lib/h11/_events.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11 copying build/lib/h11/_version.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11 copying build/lib/h11/_abnf.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11 copying build/lib/h11/_connection.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11 copying build/lib/h11/_writers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11 copying build/lib/h11/_readers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11 copying build/lib/h11/_state.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11 byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests/test_against_stdlib_http.py to test_against_stdlib_http.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests/test_helpers.py to test_helpers.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests/helpers.py to helpers.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests/test_receivebuffer.py to test_receivebuffer.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests/test_headers.py to test_headers.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests/test_io.py to test_io.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests/test_events.py to test_events.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests/test_state.py to test_state.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests/test_util.py to test_util.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/tests/test_connection.py to test_connection.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/_util.py to _util.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/_headers.py to _headers.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/_receivebuffer.py to _receivebuffer.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/_events.py to _events.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/_version.py to _version.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/_abnf.py to _abnf.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/_connection.py to _connection.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/_writers.py to _writers.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/_readers.py to _readers.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11/_state.py to _state.cpython-39.pyc running install_egg_info Copying h11.egg-info to /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.9/site-packages/h11-0.12.0-py3.9.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: 240.0 KB >>> py3-h11*: Compressing data... >>> py3-h11*: Create checksum... >>> py3-h11*: Create py3-h11-0.12.0-r1.apk >>> py3-h11: Build complete at Tue, 19 Oct 2021 20:28:15 +0000 elapsed time 0h 0m 13s >>> py3-h11: Cleaning up srcdir >>> py3-h11: Cleaning up pkgdir >>> py3-h11: Uninstalling dependencies... (1/26) Purging .makedepends-py3-h11 (20211019.202810) (2/26) Purging py3-setuptools (52.0.0-r4) (3/26) Purging py3-ordered-set (4.0.2-r2) (4/26) Purging py3-appdirs (1.4.4-r2) (5/26) Purging py3-pytest-cov (2.12.1-r0) (6/26) Purging py3-pytest (6.2.5-r0) (7/26) Purging py3-atomicwrites (1.4.0-r1) (8/26) Purging py3-attrs (20.3.0-r1) (9/26) Purging py3-more-itertools (8.10.0-r0) (10/26) Purging py3-iniconfig (1.1.1-r1) (11/26) Purging py3-pluggy (0.13.1-r4) (12/26) Purging py3-py (1.10.0-r1) (13/26) Purging py3-wcwidth (0.2.5-r1) (14/26) Purging py3-packaging (20.9-r1) (15/26) Purging py3-parsing (2.4.7-r2) (16/26) Purging py3-six (1.16.0-r0) (17/26) Purging py3-toml (0.10.2-r2) (18/26) Purging python3 (3.9.7-r3) (19/26) Purging py3-coverage (5.5-r0) (20/26) Purging libbz2 (1.0.8-r1) (21/26) Purging libffi (3.4.2-r1) (22/26) Purging gdbm (1.20-r2) (23/26) Purging xz-libs (5.2.5-r0) (24/26) Purging mpdecimal (2.5.1-r1) (25/26) Purging readline (8.1.1-r0) (26/26) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> py3-h11: Updating the community/x86 repository index... >>> py3-h11: Signing the index...