>>> py3-h11: Building community/py3-h11 0.14.0-r4 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 20:48:21 +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/31) Installing libbz2 (1.0.8-r6) (2/31) Installing libffi (3.4.6-r0) (3/31) Installing gdbm (1.23-r1) (4/31) Installing xz-libs (5.6.1-r3) (5/31) Installing mpdecimal (4.0.0-r0) (6/31) Installing libpanelw (6.4_p20240330-r0) (7/31) Installing readline (8.2.10-r0) (8/31) Installing sqlite-libs (3.45.2-r0) (9/31) Installing python3 (3.12.2-r1) (10/31) Installing python3-pycache-pyc0 (3.12.2-r1) (11/31) Installing pyc (3.12.2-r1) (12/31) Installing python3-pyc (3.12.2-r1) (13/31) Installing py3-parsing (3.1.2-r1) (14/31) Installing py3-parsing-pyc (3.1.2-r1) (15/31) Installing py3-packaging (24.0-r1) (16/31) Installing py3-packaging-pyc (24.0-r1) (17/31) Installing py3-setuptools (69.2.0-r2) (18/31) Installing py3-setuptools-pyc (69.2.0-r2) (19/31) Installing py3-iniconfig (2.0.0-r1) (20/31) Installing py3-iniconfig-pyc (2.0.0-r1) (21/31) Installing py3-pluggy (1.4.0-r1) (22/31) Installing py3-pluggy-pyc (1.4.0-r1) (23/31) Installing py3-py (1.11.0-r3) (24/31) Installing py3-py-pyc (1.11.0-r3) (25/31) Installing py3-pytest (8.1.1-r1) (26/31) Installing py3-pytest-pyc (8.1.1-r1) (27/31) Installing py3-coverage (6.5.0-r6) (28/31) Installing py3-coverage-pyc (6.5.0-r6) (29/31) Installing py3-pytest-cov (4.1.0-r1) (30/31) Installing py3-pytest-cov-pyc (4.1.0-r1) (31/31) Installing .makedepends-py3-h11 (20240412.204822) Executing busybox-1.36.1-r25.trigger OK: 366 MiB in 134 packages >>> py3-h11: Cleaning up srcdir >>> py3-h11: Cleaning up pkgdir >>> py3-h11: Cleaning up tmpdir >>> py3-h11: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-h11-0.14.0.tar.gz >>> py3-h11: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/py3-h11-0.14.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/h11 copying h11/__init__.py -> build/lib/h11 copying h11/_connection.py -> build/lib/h11 copying h11/_writers.py -> build/lib/h11 copying h11/_receivebuffer.py -> build/lib/h11 copying h11/_util.py -> build/lib/h11 copying h11/_readers.py -> build/lib/h11 copying h11/_abnf.py -> build/lib/h11 copying h11/_events.py -> build/lib/h11 copying h11/_state.py -> build/lib/h11 copying h11/_headers.py -> build/lib/h11 copying h11/_version.py -> build/lib/h11 creating build/lib/h11/tests copying h11/tests/__init__.py -> build/lib/h11/tests copying h11/tests/test_headers.py -> build/lib/h11/tests copying h11/tests/test_receivebuffer.py -> build/lib/h11/tests copying h11/tests/test_helpers.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 copying h11/tests/test_against_stdlib_http.py -> build/lib/h11/tests copying h11/tests/test_io.py -> build/lib/h11/tests copying h11/tests/helpers.py -> build/lib/h11/tests copying h11/tests/test_state.py -> build/lib/h11/tests copying h11/tests/test_events.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.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'h11.tests.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'h11.tests.data' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'h11.tests.data' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'h11.tests.data' to be distributed and are already explicitly excluding 'h11.tests.data' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! 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.12.2, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/community/py3-h11/src/h11-0.14.0 configfile: pyproject.toml plugins: cov-4.1.0 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.50s ============================== >>> py3-h11: Entering fakeroot... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'h11.tests.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'h11.tests.data' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'h11.tests.data' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'h11.tests.data' to be distributed and are already explicitly excluding 'h11.tests.data' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! 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.12 creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 copying build/lib/h11/__init__.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 copying build/lib/h11/_connection.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 copying build/lib/h11/_writers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 copying build/lib/h11/_receivebuffer.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 copying build/lib/h11/_util.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 copying build/lib/h11/_readers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests copying build/lib/h11/tests/__init__.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests copying build/lib/h11/tests/test_headers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests copying build/lib/h11/tests/test_receivebuffer.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests copying build/lib/h11/tests/test_helpers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests copying build/lib/h11/tests/test_util.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests creating /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/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.12/site-packages/h11/tests/data copying build/lib/h11/tests/test_connection.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/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.12/site-packages/h11/tests copying build/lib/h11/tests/test_io.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests copying build/lib/h11/tests/helpers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests copying build/lib/h11/tests/test_state.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests copying build/lib/h11/tests/test_events.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests copying build/lib/h11/_abnf.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 copying build/lib/h11/_events.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 copying build/lib/h11/py.typed -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 copying build/lib/h11/_state.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 copying build/lib/h11/_headers.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 copying build/lib/h11/_version.py -> /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11 byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/_connection.py to _connection.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/_writers.py to _writers.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/_receivebuffer.py to _receivebuffer.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/_util.py to _util.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/_readers.py to _readers.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests/__init__.py to __init__.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests/test_headers.py to test_headers.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests/test_receivebuffer.py to test_receivebuffer.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests/test_helpers.py to test_helpers.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests/test_util.py to test_util.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests/test_connection.py to test_connection.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests/test_against_stdlib_http.py to test_against_stdlib_http.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests/test_io.py to test_io.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests/helpers.py to helpers.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests/test_state.py to test_state.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/tests/test_events.py to test_events.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/_abnf.py to _abnf.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/_events.py to _events.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/_state.py to _state.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/_headers.py to _headers.cpython-312.pyc byte-compiling /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/_version.py to _version.cpython-312.pyc running install_egg_info Copying h11.egg-info to /home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11-0.14.0-py3.12.egg-info running install_scripts >>> py3-h11-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-h11/pkg/py3-h11/usr/lib/python3.12/site-packages/h11/__pycache__' -> '/home/buildozer/aports/community/py3-h11/pkg/py3-h11-pyc/usr/lib/python3.12/site-packages/h11/__pycache__' >>> py3-h11-pyc*: Preparing subpackage py3-h11-pyc... >>> py3-h11-pyc*: Running postcheck for py3-h11-pyc >>> py3-h11*: Running postcheck for py3-h11 >>> py3-h11*: Preparing package py3-h11... >>> py3-h11-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-h11-pyc*: Package size: 136.0 KB >>> py3-h11-pyc*: Compressing data... >>> py3-h11-pyc*: Create checksum... >>> py3-h11-pyc*: Create py3-h11-pyc-0.14.0-r4.apk >>> py3-h11*: Tracing dependencies... python3 python3~3.12 >>> py3-h11*: Package size: 176.0 KB >>> py3-h11*: Compressing data... >>> py3-h11*: Create checksum... >>> py3-h11*: Create py3-h11-0.14.0-r4.apk >>> py3-h11: Build complete at Fri, 12 Apr 2024 20:48:25 +0000 elapsed time 0h 0m 4s >>> py3-h11: Cleaning up srcdir >>> py3-h11: Cleaning up pkgdir >>> py3-h11: Uninstalling dependencies... (1/31) Purging .makedepends-py3-h11 (20240412.204822) (2/31) Purging py3-setuptools-pyc (69.2.0-r2) (3/31) Purging py3-setuptools (69.2.0-r2) (4/31) Purging py3-pytest-cov-pyc (4.1.0-r1) (5/31) Purging py3-pytest-cov (4.1.0-r1) (6/31) Purging py3-pytest-pyc (8.1.1-r1) (7/31) Purging py3-pytest (8.1.1-r1) (8/31) Purging py3-iniconfig-pyc (2.0.0-r1) (9/31) Purging py3-iniconfig (2.0.0-r1) (10/31) Purging py3-packaging-pyc (24.0-r1) (11/31) Purging py3-packaging (24.0-r1) (12/31) Purging py3-parsing-pyc (3.1.2-r1) (13/31) Purging py3-parsing (3.1.2-r1) (14/31) Purging py3-pluggy-pyc (1.4.0-r1) (15/31) Purging py3-pluggy (1.4.0-r1) (16/31) Purging py3-py-pyc (1.11.0-r3) (17/31) Purging py3-py (1.11.0-r3) (18/31) Purging py3-coverage-pyc (6.5.0-r6) (19/31) Purging py3-coverage (6.5.0-r6) (20/31) Purging python3-pyc (3.12.2-r1) (21/31) Purging python3-pycache-pyc0 (3.12.2-r1) (22/31) Purging pyc (3.12.2-r1) (23/31) Purging python3 (3.12.2-r1) (24/31) Purging gdbm (1.23-r1) (25/31) Purging libbz2 (1.0.8-r6) (26/31) Purging libffi (3.4.6-r0) (27/31) Purging libpanelw (6.4_p20240330-r0) (28/31) Purging mpdecimal (4.0.0-r0) (29/31) Purging readline (8.2.10-r0) (30/31) Purging sqlite-libs (3.45.2-r0) (31/31) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r25.trigger OK: 315 MiB in 103 packages >>> py3-h11: Updating the community/armhf repository index... >>> py3-h11: Signing the index...