>>> py3-h11: Building community/py3-h11 0.14.0-r0 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 01:42:55 +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/20) Installing libbz2 (1.0.8-r3) (2/20) Installing libffi (3.4.4-r0) (3/20) Installing gdbm (1.23-r0) (4/20) Installing xz-libs (5.2.7-r0) (5/20) Installing mpdecimal (2.5.1-r1) (6/20) Installing readline (8.2.0-r0) (7/20) Installing sqlite-libs (3.39.4-r0) (8/20) Installing python3 (3.10.8-r3) (9/20) Installing py3-parsing (3.0.9-r0) (10/20) Installing py3-packaging (21.3-r2) (11/20) Installing py3-setuptools (65.5.0-r0) (12/20) Installing py3-attrs (22.1.0-r0) (13/20) Installing py3-iniconfig (1.1.1-r3) (14/20) Installing py3-pluggy (1.0.0-r1) (15/20) Installing py3-py (1.11.0-r0) (16/20) Installing py3-tomli (2.0.1-r1) (17/20) Installing py3-pytest (7.1.3-r1) (18/20) Installing py3-coverage (5.5-r2) (19/20) Installing py3-pytest-cov (2.12.1-r1) (20/20) Installing .makedepends-py3-h11 (20221028.014256) Executing busybox-1.35.0-r27.trigger OK: 252 MiB in 113 packages >>> py3-h11: Cleaning up srcdir >>> py3-h11: Cleaning up pkgdir >>> py3-h11: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-h11-0.14.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 104k 100 104k 0 0 132k 0 --:--:-- --:--:-- --:--:-- 132k >>> py3-h11: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-h11-0.14.0.tar.gz >>> py3-h11: Checking sha512sums... py3-h11-0.14.0.tar.gz: OK >>> py3-h11: Unpacking /var/cache/distfiles/v3.17/py3-h11-0.14.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' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'h11.tests.data' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'h11.tests.data' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'h11.tests.data' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'h11.tests.data' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) 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.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-h11/src/h11-0.14.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.45s ============================== >>> 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' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'h11.tests.data' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'h11.tests.data' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'h11.tests.data' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'h11.tests.data' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) 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.14.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.14.0-r0.apk >>> py3-h11: Build complete at Fri, 28 Oct 2022 01:42:59 +0000 elapsed time 0h 0m 4s >>> py3-h11: Cleaning up srcdir >>> py3-h11: Cleaning up pkgdir >>> py3-h11: Uninstalling dependencies... (1/20) Purging .makedepends-py3-h11 (20221028.014256) (2/20) Purging py3-setuptools (65.5.0-r0) (3/20) Purging py3-pytest-cov (2.12.1-r1) (4/20) Purging py3-pytest (7.1.3-r1) (5/20) Purging py3-attrs (22.1.0-r0) (6/20) Purging py3-iniconfig (1.1.1-r3) (7/20) Purging py3-packaging (21.3-r2) (8/20) Purging py3-parsing (3.0.9-r0) (9/20) Purging py3-pluggy (1.0.0-r1) (10/20) Purging py3-py (1.11.0-r0) (11/20) Purging py3-tomli (2.0.1-r1) (12/20) Purging python3 (3.10.8-r3) (13/20) Purging py3-coverage (5.5-r2) (14/20) Purging libbz2 (1.0.8-r3) (15/20) Purging libffi (3.4.4-r0) (16/20) Purging gdbm (1.23-r0) (17/20) Purging xz-libs (5.2.7-r0) (18/20) Purging mpdecimal (2.5.1-r1) (19/20) Purging readline (8.2.0-r0) (20/20) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-h11: Updating the community/armv7 repository index... >>> py3-h11: Signing the index...