>>> py3-pytest-freezer: Building community/py3-pytest-freezer 0.4.9-r0 (using abuild 3.17.0_rc1-r2) started Mon, 20 Apr 2026 22:36:01 +0000 >>> py3-pytest-freezer: Validating /home/buildozer/aports/community/py3-pytest-freezer/APKBUILD... >>> py3-pytest-freezer: Analyzing dependencies... >>> py3-pytest-freezer: Installing for build: build-base py3-pytest py3-freezegun py3-flit-core py3-gpep517 py3-wheel ( 1/39) Installing libbz2 (1.0.8-r6) ( 2/39) Installing libffi (3.5.2-r1) ( 3/39) Installing gdbm (1.26-r0) ( 4/39) Installing xz-libs (5.8.2-r0) ( 5/39) Installing mpdecimal (4.0.1-r0) ( 6/39) Installing libpanelw (6.6_p20260404-r0) ( 7/39) Installing readline (8.3.3-r1) ( 8/39) Installing sqlite-libs (3.53.0-r0) ( 9/39) Installing python3 (3.14.3-r0) (10/39) Installing python3-pycache-pyc0 (3.14.3-r0) (11/39) Installing pyc (3.14.3-r0) (12/39) Installing py3-iniconfig-pyc (2.3.0-r1) (13/39) Installing py3-pytest-pyc (9.0.3-r0) (14/39) Installing python3-pyc (3.14.3-r0) (15/39) Installing py3-iniconfig (2.3.0-r1) (16/39) Installing py3-parsing (3.3.2-r1) (17/39) Installing py3-parsing-pyc (3.3.2-r1) (18/39) Installing py3-packaging (26.0-r1) (19/39) Installing py3-packaging-pyc (26.0-r1) (20/39) Installing py3-pluggy (1.6.0-r1) (21/39) Installing py3-pluggy-pyc (1.6.0-r1) (22/39) Installing py3-py (1.11.0-r5) (23/39) Installing py3-py-pyc (1.11.0-r5) (24/39) Installing py3-pygments (2.20.0-r0) (25/39) Installing py3-pygments-pyc (2.20.0-r0) (26/39) Installing py3-pytest (9.0.3-r0) (27/39) Installing py3-dateutil (2.9.0-r4) (28/39) Installing py3-dateutil-pyc (2.9.0-r4) (29/39) Installing py3-freezegun (1.5.4-r1) (30/39) Installing py3-freezegun-pyc (1.5.4-r1) (31/39) Installing py3-flit-core (3.12.0-r1) (32/39) Installing py3-flit-core-pyc (3.12.0-r1) (33/39) Installing py3-installer (1.0.0-r0) (34/39) Installing py3-installer-pyc (1.0.0-r0) (35/39) Installing py3-gpep517 (19-r2) (36/39) Installing py3-gpep517-pyc (19-r2) (37/39) Installing py3-wheel (0.46.3-r1) (38/39) Installing py3-wheel-pyc (0.46.3-r1) (39/39) Installing .makedepends-py3-pytest-freezer (20260420.223605) Executing busybox-1.37.0-r31.trigger OK: 441.9 MiB in 143 packages >>> py3-pytest-freezer: Cleaning up srcdir >>> py3-pytest-freezer: Cleaning up pkgdir >>> py3-pytest-freezer: Cleaning up tmpdir >>> py3-pytest-freezer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pytest-freezer-0.4.9.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-pytest-freezer: Fetching py3-pytest-freezer-0.4.9.tar.gz::https://github.com/pytest-dev/pytest-freezer/archive/refs/tags/0.4.9.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/edge/py3-pytest-freezer-0.4.9.tar.gz.part' py3-pytest-freezer-0 100% |********************************| 3361 0:00:00 ETA '/var/cache/distfiles/edge/py3-pytest-freezer-0.4.9.tar.gz.part' saved /var/cache/distfiles/edge/py3-pytest-freezer-0.4.9.tar.gz: OK >>> py3-pytest-freezer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pytest-freezer-0.4.9.tar.gz /var/cache/distfiles/edge/py3-pytest-freezer-0.4.9.tar.gz: OK >>> py3-pytest-freezer: Unpacking /var/cache/distfiles/edge/py3-pytest-freezer-0.4.9.tar.gz... 2026-04-20 22:36:08,115 gpep517 INFO Building wheel via backend flit_core.buildapi 2026-04-20 22:36:08,126 flit_core.wheel INFO Zip timestamps will be from SOURCE_DATE_EPOCH: 2026-04-20 22:34:23+00:00 2026-04-20 22:36:08,127 flit_core.wheel INFO Copying package file(s) from pytest_freezer.py 2026-04-20 22:36:08,129 flit_core.wheel INFO Writing metadata files 2026-04-20 22:36:08,132 flit_core.wheel INFO Writing the record of files 2026-04-20 22:36:08,134 flit_core.wheel INFO Built wheel: dist/pytest_freezer-0.4.9-py3-none-any.whl 2026-04-20 22:36:08,134 gpep517 INFO The backend produced dist/pytest_freezer-0.4.9-py3-none-any.whl pytest_freezer-0.4.9-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.3, pluggy-1.6.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-pytest-freezer/src/pytest-freezer-0.4.9 configfile: pyproject.toml plugins: pytest_freezer-0.4.9 collecting ... collected 6 items tests/test_plugin.py::test_freezer_move_to_method PASSED [ 16%] tests/test_plugin.py::test_mark_decorator PASSED [ 33%] tests/test_plugin.py::test_frozen_by_default_with_fixture PASSED [ 50%] tests/test_plugin.py::test_not_frozen_with_no_fixture PASSED [ 66%] tests/test_plugin.py::test_tick_method PASSED [ 83%] tests/test_plugin.py::test_durations PASSED [100%] ============================== 6 passed in 1.24s =============================== /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-b2b20575-e8f4-4b2e-a1a2-888c3912b1f2/popen-gw63/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-b2b20575-e8f4-4b2e-a1a2-888c3912b1f2/popen-gw63/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-b2b20575-e8f4-4b2e-a1a2-888c3912b1f2/popen-gw63 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-b2b20575-e8f4-4b2e-a1a2-888c3912b1f2/popen-gw63' warnings.warn( /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-b2b20575-e8f4-4b2e-a1a2-888c3912b1f2 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-b2b20575-e8f4-4b2e-a1a2-888c3912b1f2' warnings.warn( >>> py3-pytest-freezer: Entering fakeroot... >>> py3-pytest-freezer-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-pytest-freezer/pkg/py3-pytest-freezer-pyc/usr/lib/python3.14/site-packages/__pycache__' >>> py3-pytest-freezer-pyc*: Preparing subpackage py3-pytest-freezer-pyc... Please specify at least one package name on the command line. >>> py3-pytest-freezer-pyc*: Running postcheck for py3-pytest-freezer-pyc >>> py3-pytest-freezer*: Running postcheck for py3-pytest-freezer >>> py3-pytest-freezer*: Preparing package py3-pytest-freezer... Please specify at least one package name on the command line. >>> py3-pytest-freezer-pyc*: Tracing dependencies... python3~3.14 >>> py3-pytest-freezer-pyc*: Package size: 1.6 KB >>> py3-pytest-freezer-pyc*: Compressing data... >>> py3-pytest-freezer-pyc*: Create checksum... >>> py3-pytest-freezer-pyc*: Create py3-pytest-freezer-pyc-0.4.9-r0.apk >>> py3-pytest-freezer*: Tracing dependencies... py3-pytest py3-freezegun python3~3.14 >>> py3-pytest-freezer*: Package size: 4.5 KB >>> py3-pytest-freezer*: Compressing data... >>> py3-pytest-freezer*: Create checksum... >>> py3-pytest-freezer*: Create py3-pytest-freezer-0.4.9-r0.apk >>> py3-pytest-freezer: Build complete at Mon, 20 Apr 2026 22:36:13 +0000 elapsed time 0h 0m 12s >>> py3-pytest-freezer: Cleaning up srcdir >>> py3-pytest-freezer: Cleaning up pkgdir >>> py3-pytest-freezer: Cleaning up tmpdir >>> py3-pytest-freezer: Uninstalling dependencies... ( 1/39) Purging .makedepends-py3-pytest-freezer (20260420.223605) ( 2/39) Purging py3-pytest-pyc (9.0.3-r0) ( 3/39) Purging py3-pytest (9.0.3-r0) ( 4/39) Purging py3-iniconfig-pyc (2.3.0-r1) ( 5/39) Purging py3-iniconfig (2.3.0-r1) ( 6/39) Purging py3-pluggy-pyc (1.6.0-r1) ( 7/39) Purging py3-pluggy (1.6.0-r1) ( 8/39) Purging py3-py-pyc (1.11.0-r5) ( 9/39) Purging py3-py (1.11.0-r5) (10/39) Purging py3-pygments-pyc (2.20.0-r0) (11/39) Purging py3-pygments (2.20.0-r0) (12/39) Purging py3-freezegun-pyc (1.5.4-r1) (13/39) Purging py3-freezegun (1.5.4-r1) (14/39) Purging py3-dateutil-pyc (2.9.0-r4) (15/39) Purging py3-dateutil (2.9.0-r4) (16/39) Purging py3-flit-core-pyc (3.12.0-r1) (17/39) Purging py3-flit-core (3.12.0-r1) (18/39) Purging py3-gpep517-pyc (19-r2) (19/39) Purging py3-gpep517 (19-r2) (20/39) Purging py3-installer-pyc (1.0.0-r0) (21/39) Purging py3-installer (1.0.0-r0) (22/39) Purging py3-wheel-pyc (0.46.3-r1) (23/39) Purging py3-wheel (0.46.3-r1) (24/39) Purging py3-packaging-pyc (26.0-r1) (25/39) Purging py3-packaging (26.0-r1) (26/39) Purging py3-parsing-pyc (3.3.2-r1) (27/39) Purging py3-parsing (3.3.2-r1) (28/39) Purging python3-pyc (3.14.3-r0) (29/39) Purging python3-pycache-pyc0 (3.14.3-r0) (30/39) Purging pyc (3.14.3-r0) (31/39) Purging python3 (3.14.3-r0) (32/39) Purging gdbm (1.26-r0) (33/39) Purging libbz2 (1.0.8-r6) (34/39) Purging libffi (3.5.2-r1) (35/39) Purging libpanelw (6.6_p20260404-r0) (36/39) Purging mpdecimal (4.0.1-r0) (37/39) Purging readline (8.3.3-r1) (38/39) Purging sqlite-libs (3.53.0-r0) (39/39) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 390.8 MiB in 104 packages >>> py3-pytest-freezer: Updating the community/riscv64 repository index... >>> py3-pytest-freezer: Signing the index...