>>> py3-freezegun: Building community/py3-freezegun 1.1.0-r2 (using abuild 3.9.0-r0) started Wed, 13 Apr 2022 23:59:18 +0000 >>> py3-freezegun: Checking sanity of /home/buildozer/aports/community/py3-freezegun/APKBUILD... >>> py3-freezegun: Analyzing dependencies... >>> py3-freezegun: Installing for build: build-base python3 py3-dateutil py3-six py3-setuptools py3-mock py3-pytest py3-nose (1/29) Installing libbz2 (1.0.8-r1) (2/29) Installing libffi (3.4.2-r1) (3/29) Installing gdbm (1.23-r0) (4/29) Installing xz-libs (5.2.5-r1) (5/29) Installing mpdecimal (2.5.1-r1) (6/29) Installing readline (8.1.2-r0) (7/29) Installing sqlite-libs (3.38.0-r0) (8/29) Installing python3 (3.10.3-r0) (9/29) Installing py3-six (1.16.0-r1) (10/29) Installing py3-dateutil (2.8.2-r1) (11/29) Installing py3-appdirs (1.4.4-r3) (12/29) Installing py3-more-itertools (8.12.0-r2) (13/29) Installing py3-ordered-set (4.0.2-r3) (14/29) Installing py3-parsing (2.4.7-r3) (15/29) Installing py3-packaging (21.3-r0) (16/29) Installing py3-setuptools (59.4.0-r0) (17/29) Installing py3-pbr (5.8.1-r0) (18/29) Installing py3-mock (4.0.3-r2) (19/29) Installing py3-atomicwrites (1.4.0-r2) (20/29) Installing py3-attrs (21.4.0-r0) (21/29) Installing py3-iniconfig (1.1.1-r2) (22/29) Installing py3-pluggy (0.13.1-r5) (23/29) Installing py3-py (1.10.0-r2) (24/29) Installing py3-wcwidth (0.2.5-r2) (25/29) Installing py3-toml (0.10.2-r3) (26/29) Installing py3-pygments (2.11.2-r0) (27/29) Installing py3-pytest (6.2.5-r2) (28/29) Installing py3-nose (1.3.7-r9) (29/29) Installing .makedepends-py3-freezegun (20220413.235922) Executing busybox-1.35.0-r8.trigger OK: 320 MiB in 117 packages >>> py3-freezegun: Cleaning up srcdir >>> py3-freezegun: Cleaning up pkgdir >>> py3-freezegun: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/freezegun-1.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-freezegun: Fetching https://files.pythonhosted.org/packages/source/f/freezegun/freezegun-1.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29923 100 29923 0 0 286k 0 --:--:-- --:--:-- --:--:-- 286k >>> py3-freezegun: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/freezegun-1.1.0.tar.gz >>> py3-freezegun: Checking sha512sums... freezegun-1.1.0.tar.gz: OK python3.10-staticmethods.patch: OK >>> py3-freezegun: Unpacking /var/cache/distfiles/v3.16/freezegun-1.1.0.tar.gz... >>> py3-freezegun: python3.10-staticmethods.patch patching file freezegun/api.py running build running build_py creating build creating build/lib creating build/lib/freezegun copying freezegun/_async_coroutine.py -> build/lib/freezegun copying freezegun/_async.py -> build/lib/freezegun copying freezegun/config.py -> build/lib/freezegun copying freezegun/api.py -> build/lib/freezegun copying freezegun/__init__.py -> build/lib/freezegun running egg_info writing freezegun.egg-info/PKG-INFO writing dependency_links to freezegun.egg-info/dependency_links.txt writing requirements to freezegun.egg-info/requires.txt writing top-level names to freezegun.egg-info/top_level.txt reading manifest file 'freezegun.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'freezegun.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-freezegun/src/freezegun-1.1.0 collected 115 items tests/test_asyncio.py .. [ 1%] tests/test_class_import.py .............. [ 13%] tests/test_configure.py .. [ 15%] tests/test_datetimes.py ..............s...........s........s............ [ 57%] ..................s [ 73%] tests/test_errors.py .. [ 75%] tests/test_import_alias.py ... [ 78%] tests/test_operations.py ......... [ 86%] tests/test_pickle.py ... [ 88%] tests/test_sqlite3.py .. [ 90%] tests/test_ticking.py .s..... [ 96%] tests/test_utils.py .. [ 98%] tests/test_warnings.py .. [100%] =============================== warnings summary =============================== tests/test_asyncio.py::test_time_freeze_coroutine /home/buildozer/aports/community/py3-freezegun/src/freezegun-1.1.0/tests/test_asyncio.py:17: DeprecationWarning: There is no current event loop asyncio.get_event_loop().run_until_complete(frozen_coroutine()) tests/test_asyncio.py::test_time_freeze_async_def :5: DeprecationWarning: There is no current event loop -- Docs: https://docs.pytest.org/en/stable/warnings.html ================== 110 passed, 5 skipped, 2 warnings in 1.34s ================== >>> py3-freezegun: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing freezegun.egg-info/PKG-INFO writing dependency_links to freezegun.egg-info/dependency_links.txt writing requirements to freezegun.egg-info/requires.txt writing top-level names to freezegun.egg-info/top_level.txt reading manifest file 'freezegun.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS.rst' writing manifest file 'freezegun.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-freezegun/pkg creating /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun creating /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr creating /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib creating /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages/freezegun copying build/lib/freezegun/_async_coroutine.py -> /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages/freezegun copying build/lib/freezegun/_async.py -> /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages/freezegun copying build/lib/freezegun/config.py -> /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages/freezegun copying build/lib/freezegun/api.py -> /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages/freezegun copying build/lib/freezegun/__init__.py -> /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages/freezegun byte-compiling /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages/freezegun/_async_coroutine.py to _async_coroutine.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages/freezegun/_async.py to _async.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages/freezegun/config.py to config.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages/freezegun/api.py to api.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages/freezegun/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying freezegun.egg-info to /home/buildozer/aports/community/py3-freezegun/pkg/py3-freezegun/usr/lib/python3.10/site-packages/freezegun-1.1.0-py3.10.egg-info running install_scripts >>> py3-freezegun*: Running postcheck for py3-freezegun >>> py3-freezegun*: Preparing package py3-freezegun... >>> py3-freezegun*: Tracing dependencies... >>> py3-freezegun*: Package size: 144.0 KB >>> py3-freezegun*: Compressing data... >>> py3-freezegun*: Create checksum... >>> py3-freezegun*: Create py3-freezegun-1.1.0-r2.apk >>> py3-freezegun: Build complete at Wed, 13 Apr 2022 23:59:26 +0000 elapsed time 0h 0m 8s >>> py3-freezegun: Cleaning up srcdir >>> py3-freezegun: Cleaning up pkgdir >>> py3-freezegun: Uninstalling dependencies... (1/29) Purging .makedepends-py3-freezegun (20220413.235922) (2/29) Purging py3-dateutil (2.8.2-r1) (3/29) Purging py3-setuptools (59.4.0-r0) (4/29) Purging py3-appdirs (1.4.4-r3) (5/29) Purging py3-ordered-set (4.0.2-r3) (6/29) Purging py3-mock (4.0.3-r2) (7/29) Purging py3-pbr (5.8.1-r0) (8/29) Purging py3-pytest (6.2.5-r2) (9/29) Purging py3-atomicwrites (1.4.0-r2) (10/29) Purging py3-attrs (21.4.0-r0) (11/29) Purging py3-more-itertools (8.12.0-r2) (12/29) Purging py3-iniconfig (1.1.1-r2) (13/29) Purging py3-pluggy (0.13.1-r5) (14/29) Purging py3-py (1.10.0-r2) (15/29) Purging py3-wcwidth (0.2.5-r2) (16/29) Purging py3-packaging (21.3-r0) (17/29) Purging py3-parsing (2.4.7-r3) (18/29) Purging py3-six (1.16.0-r1) (19/29) Purging py3-toml (0.10.2-r3) (20/29) Purging py3-pygments (2.11.2-r0) (21/29) Purging py3-nose (1.3.7-r9) (22/29) Purging python3 (3.10.3-r0) (23/29) Purging libbz2 (1.0.8-r1) (24/29) Purging libffi (3.4.2-r1) (25/29) Purging gdbm (1.23-r0) (26/29) Purging xz-libs (5.2.5-r1) (27/29) Purging mpdecimal (2.5.1-r1) (28/29) Purging readline (8.1.2-r0) (29/29) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-freezegun: Updating the community/armv7 repository index... >>> py3-freezegun: Signing the index...