>>> py3-h11: Building community/py3-h11 0.12.0-r0 (using abuild 3.7.0_rc1-r2) started Fri, 01 Jan 2021 12:44:53 +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/25) Installing libbz2 (1.0.8-r1) (2/25) Installing libffi (3.3-r2) (3/25) Installing gdbm (1.19-r0) (4/25) Installing xz-libs (5.2.5-r0) (5/25) Installing readline (8.1.0-r0) (6/25) Installing sqlite-libs (3.34.0-r0) (7/25) Installing python3 (3.8.7-r0) (8/25) Installing py3-ordered-set (4.0.2-r0) (9/25) Installing py3-appdirs (1.4.4-r1) (10/25) Installing py3-parsing (2.4.7-r1) (11/25) Installing py3-six (1.15.0-r0) (12/25) Installing py3-packaging (20.8-r0) (13/25) Installing py3-setuptools (51.0.0-r0) (14/25) Installing py3-atomicwrites (1.4.0-r0) (15/25) Installing py3-attrs (20.3.0-r0) (16/25) Installing py3-more-itertools (8.6.0-r0) (17/25) Installing py3-iniconfig (1.1.1-r0) (18/25) Installing py3-pluggy (0.13.1-r1) (19/25) Installing py3-py (1.10.0-r0) (20/25) Installing py3-wcwidth (0.2.5-r0) (21/25) Installing py3-toml (0.10.2-r0) (22/25) Installing py3-pytest (6.2.1-r0) (23/25) Installing py3-coverage (5.3-r0) (24/25) Installing py3-pytest-cov (2.10.1-r0) (25/25) Installing .makedepends-py3-h11 (20210101.124454) Executing busybox-1.32.0-r8.trigger OK: 366 MiB in 111 packages >>> py3-h11: Cleaning up srcdir >>> py3-h11: Cleaning up pkgdir >>> py3-h11: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/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 100 125 100 125 0 0 1923 0 --:--:-- --:--:-- --:--:-- 1923 100 101k 0 101k 0 0 298k 0 --:--:-- --:--:-- --:--:-- 298k >>> py3-h11: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/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.13/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.8.7, pytest-6.2.1, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-h11/src/h11-0.12.0 plugins: cov-2.10.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.92s ============================== >>> 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.8 creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11 creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/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.8/site-packages/h11/tests copying build/lib/h11/tests/test_helpers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests copying build/lib/h11/tests/helpers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests copying build/lib/h11/tests/__init__.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests copying build/lib/h11/tests/test_receivebuffer.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests copying build/lib/h11/tests/test_headers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests copying build/lib/h11/tests/test_io.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests copying build/lib/h11/tests/test_events.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/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.8/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.8/site-packages/h11/tests copying build/lib/h11/tests/test_util.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests copying build/lib/h11/tests/test_connection.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests copying build/lib/h11/_util.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11 copying build/lib/h11/_headers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11 copying build/lib/h11/_receivebuffer.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11 copying build/lib/h11/__init__.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11 copying build/lib/h11/_events.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11 copying build/lib/h11/_version.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11 copying build/lib/h11/_abnf.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11 copying build/lib/h11/_connection.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11 copying build/lib/h11/_writers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11 copying build/lib/h11/_readers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11 copying build/lib/h11/_state.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11 byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests/test_against_stdlib_http.py to test_against_stdlib_http.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests/test_helpers.py to test_helpers.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests/helpers.py to helpers.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests/test_receivebuffer.py to test_receivebuffer.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests/test_headers.py to test_headers.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests/test_io.py to test_io.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests/test_events.py to test_events.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests/test_state.py to test_state.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests/test_util.py to test_util.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/tests/test_connection.py to test_connection.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/_util.py to _util.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/_headers.py to _headers.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/_receivebuffer.py to _receivebuffer.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/_events.py to _events.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/_version.py to _version.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/_abnf.py to _abnf.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/_connection.py to _connection.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/_writers.py to _writers.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/_readers.py to _readers.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11/_state.py to _state.cpython-38.pyc running install_egg_info Copying h11.egg-info to /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.8/site-packages/h11-0.12.0-py3.8.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-r0.apk >>> py3-h11: Build complete at Fri, 01 Jan 2021 12:44:59 +0000 elapsed time 0h 0m 6s >>> py3-h11: Cleaning up srcdir >>> py3-h11: Cleaning up pkgdir >>> py3-h11: Uninstalling dependencies... (1/25) Purging .makedepends-py3-h11 (20210101.124454) (2/25) Purging py3-pytest-cov (2.10.1-r0) (3/25) Purging py3-pytest (6.2.1-r0) (4/25) Purging py3-atomicwrites (1.4.0-r0) (5/25) Purging py3-attrs (20.3.0-r0) (6/25) Purging py3-more-itertools (8.6.0-r0) (7/25) Purging py3-iniconfig (1.1.1-r0) (8/25) Purging py3-pluggy (0.13.1-r1) (9/25) Purging py3-py (1.10.0-r0) (10/25) Purging py3-wcwidth (0.2.5-r0) (11/25) Purging py3-setuptools (51.0.0-r0) (12/25) Purging py3-ordered-set (4.0.2-r0) (13/25) Purging py3-appdirs (1.4.4-r1) (14/25) Purging py3-packaging (20.8-r0) (15/25) Purging py3-parsing (2.4.7-r1) (16/25) Purging py3-six (1.15.0-r0) (17/25) Purging py3-toml (0.10.2-r0) (18/25) Purging python3 (3.8.7-r0) (19/25) Purging py3-coverage (5.3-r0) (20/25) Purging libbz2 (1.0.8-r1) (21/25) Purging libffi (3.3-r2) (22/25) Purging gdbm (1.19-r0) (23/25) Purging xz-libs (5.2.5-r0) (24/25) Purging readline (8.1.0-r0) (25/25) Purging sqlite-libs (3.34.0-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> py3-h11: Updating the community/x86 repository index... >>> py3-h11: Signing the index...