>>> py3-pytest-freezer: Building community/py3-pytest-freezer 0.4.8-r1 (using abuild 3.16.0-r0) started Sat, 28 Mar 2026 03:01:02 +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/38) Installing libbz2 (1.0.8-r6) ( 2/38) Installing libffi (3.5.2-r0) ( 3/38) Installing gdbm (1.26-r0) ( 4/38) Installing xz-libs (5.8.2-r0) ( 5/38) Installing mpdecimal (4.0.1-r0) ( 6/38) Installing libpanelw (6.6_p20251231-r0) ( 7/38) Installing sqlite-libs (3.51.2-r1) ( 8/38) Installing python3 (3.14.3-r0) ( 9/38) Installing python3-pycache-pyc0 (3.14.3-r0) (10/38) Installing pyc (3.14.3-r0) (11/38) Installing py3-iniconfig-pyc (2.3.0-r1) (12/38) Installing py3-pytest-pyc (9.0.2-r1) (13/38) Installing python3-pyc (3.14.3-r0) (14/38) Installing py3-iniconfig (2.3.0-r1) (15/38) Installing py3-parsing (3.3.2-r1) (16/38) Installing py3-parsing-pyc (3.3.2-r1) (17/38) Installing py3-packaging (26.0-r1) (18/38) Installing py3-packaging-pyc (26.0-r1) (19/38) Installing py3-pluggy (1.6.0-r1) (20/38) Installing py3-pluggy-pyc (1.6.0-r1) (21/38) Installing py3-py (1.11.0-r5) (22/38) Installing py3-py-pyc (1.11.0-r5) (23/38) Installing py3-pygments (2.19.2-r1) (24/38) Installing py3-pygments-pyc (2.19.2-r1) (25/38) Installing py3-pytest (9.0.2-r1) (26/38) Installing py3-dateutil (2.9.0-r4) (27/38) Installing py3-dateutil-pyc (2.9.0-r4) (28/38) Installing py3-freezegun (1.5.4-r1) (29/38) Installing py3-freezegun-pyc (1.5.4-r1) (30/38) Installing py3-flit-core (3.12.0-r1) (31/38) Installing py3-flit-core-pyc (3.12.0-r1) (32/38) Installing py3-installer (0.7.0-r3) (33/38) Installing py3-installer-pyc (0.7.0-r3) (34/38) Installing py3-gpep517 (19-r2) (35/38) Installing py3-gpep517-pyc (19-r2) (36/38) Installing py3-wheel (0.46.3-r1) (37/38) Installing py3-wheel-pyc (0.46.3-r1) (38/38) Installing .makedepends-py3-pytest-freezer (20260328.030104) Executing busybox-1.37.0-r31.trigger OK: 393.3 MiB in 142 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.8.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.8.tar.gz::https://github.com/pytest-dev/pytest-freezer/archive/refs/tags/0.4.8.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/edge/py3-pytest-freezer-0.4.8.tar.gz.part' py3-pytest-freezer-0 100% |********************************| 3384 0:00:00 ETA '/var/cache/distfiles/edge/py3-pytest-freezer-0.4.8.tar.gz.part' saved /var/cache/distfiles/edge/py3-pytest-freezer-0.4.8.tar.gz: OK >>> py3-pytest-freezer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pytest-freezer-0.4.8.tar.gz /var/cache/distfiles/edge/py3-pytest-freezer-0.4.8.tar.gz: OK >>> py3-pytest-freezer: Unpacking /var/cache/distfiles/edge/py3-pytest-freezer-0.4.8.tar.gz... 2026-03-28 03:01:05,593 gpep517 INFO Building wheel via backend flit_core.buildapi 2026-03-28 03:01:05,596 flit_core.wheel INFO Zip timestamps will be from SOURCE_DATE_EPOCH: 2026-03-27 19:40:03+00:00 2026-03-28 03:01:05,596 flit_core.wheel INFO Copying package file(s) from pytest_freezer.py 2026-03-28 03:01:05,596 flit_core.wheel INFO Writing metadata files 2026-03-28 03:01:05,597 flit_core.wheel INFO Writing the record of files 2026-03-28 03:01:05,597 flit_core.wheel INFO Built wheel: dist/pytest_freezer-0.4.8-py3-none-any.whl 2026-03-28 03:01:05,597 gpep517 INFO The backend produced dist/pytest_freezer-0.4.8-py3-none-any.whl pytest_freezer-0.4.8-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-pytest-freezer/src/pytest-freezer-0.4.8 configfile: pyproject.toml plugins: pytest_freezer-0.4.8 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 0.28s =============================== /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-71adc97d-d103-4979-9c0c-d5c85b96e839/popen-gw50/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-71adc97d-d103-4979-9c0c-d5c85b96e839/popen-gw50/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-71adc97d-d103-4979-9c0c-d5c85b96e839/popen-gw50 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-71adc97d-d103-4979-9c0c-d5c85b96e839/popen-gw50' warnings.warn( /usr/lib/python3.14/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-71adc97d-d103-4979-9c0c-d5c85b96e839 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-71adc97d-d103-4979-9c0c-d5c85b96e839' 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... >>> 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... >>> 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.8-r1.apk >>> py3-pytest-freezer*: Tracing dependencies... py3-pytest py3-freezegun python3~3.14 >>> py3-pytest-freezer*: Package size: 4.7 KB >>> py3-pytest-freezer*: Compressing data... >>> py3-pytest-freezer*: Create checksum... >>> py3-pytest-freezer*: Create py3-pytest-freezer-0.4.8-r1.apk >>> py3-pytest-freezer: Build complete at Sat, 28 Mar 2026 03:01:06 +0000 elapsed time 0h 0m 4s >>> py3-pytest-freezer: Cleaning up srcdir >>> py3-pytest-freezer: Cleaning up pkgdir >>> py3-pytest-freezer: Cleaning up tmpdir >>> py3-pytest-freezer: Uninstalling dependencies... ( 1/38) Purging .makedepends-py3-pytest-freezer (20260328.030104) ( 2/38) Purging py3-pytest-pyc (9.0.2-r1) ( 3/38) Purging py3-pytest (9.0.2-r1) ( 4/38) Purging py3-iniconfig-pyc (2.3.0-r1) ( 5/38) Purging py3-iniconfig (2.3.0-r1) ( 6/38) Purging py3-pluggy-pyc (1.6.0-r1) ( 7/38) Purging py3-pluggy (1.6.0-r1) ( 8/38) Purging py3-py-pyc (1.11.0-r5) ( 9/38) Purging py3-py (1.11.0-r5) (10/38) Purging py3-pygments-pyc (2.19.2-r1) (11/38) Purging py3-pygments (2.19.2-r1) (12/38) Purging py3-freezegun-pyc (1.5.4-r1) (13/38) Purging py3-freezegun (1.5.4-r1) (14/38) Purging py3-dateutil-pyc (2.9.0-r4) (15/38) Purging py3-dateutil (2.9.0-r4) (16/38) Purging py3-flit-core-pyc (3.12.0-r1) (17/38) Purging py3-flit-core (3.12.0-r1) (18/38) Purging py3-gpep517-pyc (19-r2) (19/38) Purging py3-gpep517 (19-r2) (20/38) Purging py3-installer-pyc (0.7.0-r3) (21/38) Purging py3-installer (0.7.0-r3) (22/38) Purging py3-wheel-pyc (0.46.3-r1) (23/38) Purging py3-wheel (0.46.3-r1) (24/38) Purging py3-packaging-pyc (26.0-r1) (25/38) Purging py3-packaging (26.0-r1) (26/38) Purging py3-parsing-pyc (3.3.2-r1) (27/38) Purging py3-parsing (3.3.2-r1) (28/38) Purging python3-pyc (3.14.3-r0) (29/38) Purging python3-pycache-pyc0 (3.14.3-r0) (30/38) Purging pyc (3.14.3-r0) (31/38) Purging python3 (3.14.3-r0) (32/38) Purging gdbm (1.26-r0) (33/38) Purging libbz2 (1.0.8-r6) (34/38) Purging libffi (3.5.2-r0) (35/38) Purging libpanelw (6.6_p20251231-r0) (36/38) Purging mpdecimal (4.0.1-r0) (37/38) Purging sqlite-libs (3.51.2-r1) (38/38) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 343.0 MiB in 104 packages >>> py3-pytest-freezer: Updating the community/armhf repository index... >>> py3-pytest-freezer: Signing the index...