>>> py3-pep440: Building community/py3-pep440 0.1.2-r4 (using abuild 3.14.1-r1) started Mon, 04 Nov 2024 11:02:56 +0000
>>> py3-pep440: Validating /home/buildozer/aports/community/py3-pep440/APKBUILD...
>>> py3-pep440: Analyzing dependencies...
>>> py3-pep440: Installing for build: build-base py3-gpep517 py3-flit-core py3-pytest py3-pytest-console-scripts
(1/32) Installing libbz2 (1.0.8-r6)
(2/32) Installing libffi (3.4.6-r0)
(3/32) Installing gdbm (1.24-r0)
(4/32) Installing xz-libs (5.6.3-r0)
(5/32) Installing mpdecimal (4.0.0-r0)
(6/32) Installing libpanelw (6.5_p20241006-r2)
(7/32) Installing sqlite-libs (3.47.0-r0)
(8/32) Installing python3 (3.12.7-r1)
(9/32) Installing python3-pycache-pyc0 (3.12.7-r1)
(10/32) Installing pyc (3.12.7-r1)
(11/32) Installing py3-installer-pyc (0.7.0-r2)
(12/32) Installing py3-gpep517-pyc (16-r0)
(13/32) Installing python3-pyc (3.12.7-r1)
(14/32) Installing py3-installer (0.7.0-r2)
(15/32) Installing py3-gpep517 (16-r0)
(16/32) Installing py3-flit-core (3.9.0-r1)
(17/32) Installing py3-flit-core-pyc (3.9.0-r1)
(18/32) Installing py3-iniconfig (2.0.0-r1)
(19/32) Installing py3-iniconfig-pyc (2.0.0-r1)
(20/32) Installing py3-parsing (3.1.4-r0)
(21/32) Installing py3-parsing-pyc (3.1.4-r0)
(22/32) Installing py3-packaging (24.1-r0)
(23/32) Installing py3-packaging-pyc (24.1-r0)
(24/32) Installing py3-pluggy (1.5.0-r0)
(25/32) Installing py3-pluggy-pyc (1.5.0-r0)
(26/32) Installing py3-py (1.11.0-r4)
(27/32) Installing py3-py-pyc (1.11.0-r4)
(28/32) Installing py3-pytest (8.3.3-r0)
(29/32) Installing py3-pytest-pyc (8.3.3-r0)
(30/32) Installing py3-pytest-console-scripts (1.4.1-r2)
(31/32) Installing py3-pytest-console-scripts-pyc (1.4.1-r2)
(32/32) Installing .makedepends-py3-pep440 (20241104.110303)
Executing busybox-1.37.0-r6.trigger
OK: 373 MiB in 130 packages
>>> py3-pep440: Cleaning up srcdir
>>> py3-pep440: Cleaning up pkgdir
>>> py3-pep440: Cleaning up tmpdir
>>> py3-pep440: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-pep440-0.1.2.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/py3-pep440-0.1.2.tar.gz.part'
py3-pep440-0.1.2.tar 100% |********************************|  4047  0:00:00 ETA
'/var/cache/distfiles/v3.21/py3-pep440-0.1.2.tar.gz.part' saved
>>> py3-pep440: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/py3-pep440-0.1.2.tar.gz
>>> py3-pep440: Checking sha512sums...
py3-pep440-0.1.2.tar.gz: OK
>>> py3-pep440: Unpacking /var/cache/distfiles/v3.21/py3-pep440-0.1.2.tar.gz...
2024-11-04 11:03:05,279 gpep517 INFO Building wheel via backend flit_core.buildapi
2024-11-04 11:03:05,310 flit_core.wheel INFO Zip timestamps will be from SOURCE_DATE_EPOCH: 2024-10-16 16:20:45
2024-11-04 11:03:05,310 flit_core.wheel INFO Copying package file(s) from pep440
2024-11-04 11:03:05,314 flit_core.wheel INFO Writing metadata files
2024-11-04 11:03:05,318 flit_core.wheel INFO Writing the record of files
2024-11-04 11:03:05,320 flit_core.wheel INFO Built wheel: .dist/pep440-0.1.2-py3-none-any.whl
2024-11-04 11:03:05,320 gpep517 INFO The backend produced .dist/pep440-0.1.2-py3-none-any.whl
pep440-0.1.2-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-pep440/src/pep440-0.1.2
configfile: pyproject.toml
testpaths: tests/
plugins: console-scripts-1.4.1
collected 7 items

tests/test_cli.py ....                                                   [ 57%]
tests/test_pep.py ...                                                    [100%]

=============================== warnings summary ===============================
tests/test_cli.py::test_cli_help[subprocess-args0-0]
tests/test_cli.py::test_cli_help[subprocess-args0-0]
tests/test_cli.py::test_cli_version[subprocess-0.0.0-0]
tests/test_cli.py::test_cli_version[subprocess-0.0.0-0]
tests/test_cli.py::test_cli_version[subprocess-not-a-version-1]
tests/test_cli.py::test_cli_version[subprocess-not-a-version-1]
  /home/buildozer/aports/community/py3-pep440/src/pep440-0.1.2/tests/test_cli.py:15: DeprecationWarning: script_runner commands should be passed as a single sequence, not as multiple arguments.
  Replace `script_runner.run(a, b, c)` calls with `script_runner.run([a, b, c])`
    return script_runner.run(NAME, *map(str, args), **kwargs)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 7 passed, 6 warnings in 0.72s =========================
/usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-1f215682-3a41-4127-9eac-9307619c1593/popen-gw53/test_discovery_via_path_in_non0
<class 'OSError'>: [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-1f215682-3a41-4127-9eac-9307619c1593/popen-gw53/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-1f215682-3a41-4127-9eac-9307619c1593/popen-gw53
<class 'OSError'>: [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-1f215682-3a41-4127-9eac-9307619c1593/popen-gw53'
  warnings.warn(
/usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-1f215682-3a41-4127-9eac-9307619c1593
<class 'OSError'>: [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-1f215682-3a41-4127-9eac-9307619c1593'
  warnings.warn(
>>> py3-pep440: Entering fakeroot...
>>> py3-pep440-pyc*: Running split function pyc...
'usr/lib/python3.12/site-packages/pep440/__pycache__' -> '/home/buildozer/aports/community/py3-pep440/pkg/py3-pep440-pyc/usr/lib/python3.12/site-packages/pep440/__pycache__'
>>> py3-pep440-pyc*: Preparing subpackage py3-pep440-pyc...
>>> py3-pep440-pyc*: Running postcheck for py3-pep440-pyc
>>> py3-pep440*: Running postcheck for py3-pep440
>>> py3-pep440*: Preparing package py3-pep440...
>>> py3-pep440-pyc*: Tracing dependencies...
	python3~3.12
>>> py3-pep440-pyc*: Package size: 3.0 KB
>>> py3-pep440-pyc*: Compressing data...
>>> py3-pep440-pyc*: Create checksum...
>>> py3-pep440-pyc*: Create py3-pep440-pyc-0.1.2-r4.apk
>>> py3-pep440*: Tracing dependencies...
	python3~3.12
>>> py3-pep440*: Package size: 6.5 KB
>>> py3-pep440*: Compressing data...
>>> py3-pep440*: Create checksum...
>>> py3-pep440*: Create py3-pep440-0.1.2-r4.apk
>>> py3-pep440: Build complete at Mon, 04 Nov 2024 11:03:09 +0000 elapsed time 0h 0m 13s
>>> py3-pep440: Cleaning up srcdir
>>> py3-pep440: Cleaning up pkgdir
>>> py3-pep440: Uninstalling dependencies...
(1/32) Purging .makedepends-py3-pep440 (20241104.110303)
(2/32) Purging py3-gpep517-pyc (16-r0)
(3/32) Purging py3-gpep517 (16-r0)
(4/32) Purging py3-installer-pyc (0.7.0-r2)
(5/32) Purging py3-installer (0.7.0-r2)
(6/32) Purging py3-flit-core-pyc (3.9.0-r1)
(7/32) Purging py3-flit-core (3.9.0-r1)
(8/32) Purging py3-pytest-console-scripts-pyc (1.4.1-r2)
(9/32) Purging py3-pytest-console-scripts (1.4.1-r2)
(10/32) Purging py3-pytest-pyc (8.3.3-r0)
(11/32) Purging py3-pytest (8.3.3-r0)
(12/32) Purging py3-iniconfig-pyc (2.0.0-r1)
(13/32) Purging py3-iniconfig (2.0.0-r1)
(14/32) Purging py3-packaging-pyc (24.1-r0)
(15/32) Purging py3-packaging (24.1-r0)
(16/32) Purging py3-parsing-pyc (3.1.4-r0)
(17/32) Purging py3-parsing (3.1.4-r0)
(18/32) Purging py3-pluggy-pyc (1.5.0-r0)
(19/32) Purging py3-pluggy (1.5.0-r0)
(20/32) Purging py3-py-pyc (1.11.0-r4)
(21/32) Purging py3-py (1.11.0-r4)
(22/32) Purging python3-pyc (3.12.7-r1)
(23/32) Purging python3-pycache-pyc0 (3.12.7-r1)
(24/32) Purging pyc (3.12.7-r1)
(25/32) Purging python3 (3.12.7-r1)
(26/32) Purging gdbm (1.24-r0)
(27/32) Purging libbz2 (1.0.8-r6)
(28/32) Purging libffi (3.4.6-r0)
(29/32) Purging libpanelw (6.5_p20241006-r2)
(30/32) Purging mpdecimal (4.0.0-r0)
(31/32) Purging sqlite-libs (3.47.0-r0)
(32/32) Purging xz-libs (5.6.3-r0)
Executing busybox-1.37.0-r6.trigger
OK: 333 MiB in 98 packages
>>> py3-pep440: Updating the community/riscv64 repository index...
>>> py3-pep440: Signing the index...