>>> py3-hatch-fancy-pypi-readme: Building community/py3-hatch-fancy-pypi-readme 24.1.0-r1 (using abuild 3.14.1-r1) started Tue, 29 Oct 2024 23:23:13 +0000 >>> py3-hatch-fancy-pypi-readme: Validating /home/buildozer/aports/community/py3-hatch-fancy-pypi-readme/APKBUILD... >>> py3-hatch-fancy-pypi-readme: Analyzing dependencies... >>> py3-hatch-fancy-pypi-readme: Installing for build: build-base py3-gpep517 py3-installer py3-hatchling py3-hatch-vcs py3-pytest (1/42) Installing libbz2 (1.0.8-r6) (2/42) Installing libffi (3.4.6-r0) (3/42) Installing gdbm (1.24-r0) (4/42) Installing xz-libs (5.6.3-r0) (5/42) Installing mpdecimal (4.0.0-r0) (6/42) Installing libpanelw (6.5_p20241006-r1) (7/42) Installing sqlite-libs (3.47.0-r0) (8/42) Installing python3 (3.12.7-r1) (9/42) Installing python3-pycache-pyc0 (3.12.7-r1) (10/42) Installing pyc (3.12.7-r1) (11/42) Installing py3-installer-pyc (0.7.0-r2) (12/42) Installing py3-gpep517-pyc (16-r0) (13/42) Installing python3-pyc (3.12.7-r1) (14/42) Installing py3-installer (0.7.0-r2) (15/42) Installing py3-gpep517 (16-r0) (16/42) Installing py3-editables (0.5-r2) (17/42) Installing py3-editables-pyc (0.5-r2) (18/42) Installing py3-parsing (3.1.4-r0) (19/42) Installing py3-parsing-pyc (3.1.4-r0) (20/42) Installing py3-packaging (24.1-r0) (21/42) Installing py3-packaging-pyc (24.1-r0) (22/42) Installing py3-pathspec (0.12.1-r2) (23/42) Installing py3-pathspec-pyc (0.12.1-r2) (24/42) Installing py3-pluggy (1.5.0-r0) (25/42) Installing py3-pluggy-pyc (1.5.0-r0) (26/42) Installing py3-trove-classifiers (2024.10.21.16-r0) (27/42) Installing py3-trove-classifiers-pyc (2024.10.21.16-r0) (28/42) Installing py3-hatchling (1.25.0-r0) (29/42) Installing py3-hatchling-pyc (1.25.0-r0) (30/42) Installing py3-setuptools (70.3.0-r0) (31/42) Installing py3-setuptools-pyc (70.3.0-r0) (32/42) Installing py3-setuptools_scm (8.1.0-r0) (33/42) Installing py3-setuptools_scm-pyc (8.1.0-r0) (34/42) Installing py3-hatch-vcs (0.4.0-r2) (35/42) Installing py3-hatch-vcs-pyc (0.4.0-r2) (36/42) Installing py3-iniconfig (2.0.0-r1) (37/42) Installing py3-iniconfig-pyc (2.0.0-r1) (38/42) Installing py3-py (1.11.0-r4) (39/42) Installing py3-py-pyc (1.11.0-r4) (40/42) Installing py3-pytest (8.3.3-r0) (41/42) Installing py3-pytest-pyc (8.3.3-r0) (42/42) Installing .makedepends-py3-hatch-fancy-pypi-readme (20241029.232324) Executing busybox-1.37.0-r3.trigger OK: 316 MiB in 143 packages >>> py3-hatch-fancy-pypi-readme: Cleaning up srcdir >>> py3-hatch-fancy-pypi-readme: Cleaning up pkgdir >>> py3-hatch-fancy-pypi-readme: Cleaning up tmpdir >>> py3-hatch-fancy-pypi-readme: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/py3-hatch-fancy-pypi-readme-24.1.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-hatch-fancy-pypi-readme: Fetching py3-hatch-fancy-pypi-readme-24.1.0.tar.gz::https://github.com/hynek/hatch-fancy-pypi-readme/archive/refs/tags/24.1.0.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.21/py3-hatch-fancy-pypi-readme-24.1.0.tar.gz.part' py3-hatch-fancy-pypi 100% |********************************| 28370 0:00:00 ETA '/var/cache/distfiles/v3.21/py3-hatch-fancy-pypi-readme-24.1.0.tar.gz.part' saved >>> py3-hatch-fancy-pypi-readme: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/py3-hatch-fancy-pypi-readme-24.1.0.tar.gz >>> py3-hatch-fancy-pypi-readme: Checking sha512sums... py3-hatch-fancy-pypi-readme-24.1.0.tar.gz: OK >>> py3-hatch-fancy-pypi-readme: Unpacking /var/cache/distfiles/v3.21/py3-hatch-fancy-pypi-readme-24.1.0.tar.gz... 2024-10-29 23:23:25,902 gpep517 INFO Building wheel via backend hatchling.build 2024-10-29 23:23:25,985 gpep517 INFO The backend produced .dist/hatch_fancy_pypi_readme-24.1.0-py3-none-any.whl hatch_fancy_pypi_readme-24.1.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.7, pytest-8.3.3, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-hatch-fancy-pypi-readme/src/hatch-fancy-pypi-readme-24.1.0 configfile: pyproject.toml testpaths: tests collected 48 items / 2 deselected / 46 selected tests/test_builder.py .. [ 4%] tests/test_cli.py ............. [ 32%] tests/test_config.py ............... [ 65%] tests/test_fragments.py ............ [ 91%] tests/test_substitutions.py .... [100%] ======================= 46 passed, 2 deselected in 0.50s ======================= /usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-9424fd10-5b87-4843-9d83-425aa6c37954/popen-gw69/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-9424fd10-5b87-4843-9d83-425aa6c37954/popen-gw69/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-9424fd10-5b87-4843-9d83-425aa6c37954/popen-gw69 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-9424fd10-5b87-4843-9d83-425aa6c37954/popen-gw69' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-9424fd10-5b87-4843-9d83-425aa6c37954 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-9424fd10-5b87-4843-9d83-425aa6c37954' warnings.warn( >>> py3-hatch-fancy-pypi-readme: Entering fakeroot... >>> py3-hatch-fancy-pypi-readme-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/hatch_fancy_pypi_readme/__pycache__' -> '/home/buildozer/aports/community/py3-hatch-fancy-pypi-readme/pkg/py3-hatch-fancy-pypi-readme-pyc/usr/lib/python3.12/site-packages/hatch_fancy_pypi_readme/__pycache__' >>> py3-hatch-fancy-pypi-readme-pyc*: Preparing subpackage py3-hatch-fancy-pypi-readme-pyc... >>> py3-hatch-fancy-pypi-readme-pyc*: Running postcheck for py3-hatch-fancy-pypi-readme-pyc >>> py3-hatch-fancy-pypi-readme*: Running postcheck for py3-hatch-fancy-pypi-readme >>> py3-hatch-fancy-pypi-readme*: Preparing package py3-hatch-fancy-pypi-readme... >>> py3-hatch-fancy-pypi-readme-pyc*: Tracing dependencies... python3~3.12 >>> py3-hatch-fancy-pypi-readme-pyc*: Package size: 19.4 KB >>> py3-hatch-fancy-pypi-readme-pyc*: Compressing data... >>> py3-hatch-fancy-pypi-readme-pyc*: Create checksum... >>> py3-hatch-fancy-pypi-readme-pyc*: Create py3-hatch-fancy-pypi-readme-pyc-24.1.0-r1.apk >>> py3-hatch-fancy-pypi-readme*: Tracing dependencies... python3~3.12 >>> py3-hatch-fancy-pypi-readme*: Package size: 18.8 KB >>> py3-hatch-fancy-pypi-readme*: Compressing data... >>> py3-hatch-fancy-pypi-readme*: Create checksum... >>> py3-hatch-fancy-pypi-readme*: Create py3-hatch-fancy-pypi-readme-24.1.0-r1.apk >>> py3-hatch-fancy-pypi-readme: Build complete at Tue, 29 Oct 2024 23:23:27 +0000 elapsed time 0h 0m 14s >>> py3-hatch-fancy-pypi-readme: Cleaning up srcdir >>> py3-hatch-fancy-pypi-readme: Cleaning up pkgdir >>> py3-hatch-fancy-pypi-readme: Uninstalling dependencies... (1/42) Purging .makedepends-py3-hatch-fancy-pypi-readme (20241029.232324) (2/42) Purging py3-gpep517-pyc (16-r0) (3/42) Purging py3-gpep517 (16-r0) (4/42) Purging py3-installer-pyc (0.7.0-r2) (5/42) Purging py3-installer (0.7.0-r2) (6/42) Purging py3-hatch-vcs-pyc (0.4.0-r2) (7/42) Purging py3-hatch-vcs (0.4.0-r2) (8/42) Purging py3-hatchling-pyc (1.25.0-r0) (9/42) Purging py3-hatchling (1.25.0-r0) (10/42) Purging py3-editables-pyc (0.5-r2) (11/42) Purging py3-editables (0.5-r2) (12/42) Purging py3-pathspec-pyc (0.12.1-r2) (13/42) Purging py3-pathspec (0.12.1-r2) (14/42) Purging py3-trove-classifiers-pyc (2024.10.21.16-r0) (15/42) Purging py3-trove-classifiers (2024.10.21.16-r0) (16/42) Purging py3-setuptools_scm-pyc (8.1.0-r0) (17/42) Purging py3-setuptools_scm (8.1.0-r0) (18/42) Purging py3-setuptools-pyc (70.3.0-r0) (19/42) Purging py3-setuptools (70.3.0-r0) (20/42) Purging py3-pytest-pyc (8.3.3-r0) (21/42) Purging py3-pytest (8.3.3-r0) (22/42) Purging py3-iniconfig-pyc (2.0.0-r1) (23/42) Purging py3-iniconfig (2.0.0-r1) (24/42) Purging py3-packaging-pyc (24.1-r0) (25/42) Purging py3-packaging (24.1-r0) (26/42) Purging py3-parsing-pyc (3.1.4-r0) (27/42) Purging py3-parsing (3.1.4-r0) (28/42) Purging py3-pluggy-pyc (1.5.0-r0) (29/42) Purging py3-pluggy (1.5.0-r0) (30/42) Purging py3-py-pyc (1.11.0-r4) (31/42) Purging py3-py (1.11.0-r4) (32/42) Purging python3-pyc (3.12.7-r1) (33/42) Purging python3-pycache-pyc0 (3.12.7-r1) (34/42) Purging pyc (3.12.7-r1) (35/42) Purging python3 (3.12.7-r1) (36/42) Purging gdbm (1.24-r0) (37/42) Purging libbz2 (1.0.8-r6) (38/42) Purging libffi (3.4.6-r0) (39/42) Purging libpanelw (6.5_p20241006-r1) (40/42) Purging mpdecimal (4.0.0-r0) (41/42) Purging sqlite-libs (3.47.0-r0) (42/42) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r3.trigger OK: 271 MiB in 101 packages >>> py3-hatch-fancy-pypi-readme: Updating the community/armv7 repository index... >>> py3-hatch-fancy-pypi-readme: Signing the index...