>>> py3-cachetools: Building community/py3-cachetools 4.1.1-r2 (using abuild 3.9.0-r0) started Sun, 17 Apr 2022 16:32:49 +0000 >>> py3-cachetools: Checking sanity of /home/buildozer/aports/community/py3-cachetools/APKBUILD... >>> py3-cachetools: Analyzing dependencies... >>> py3-cachetools: Installing for build: build-base python3 py3-setuptools py3-pytest (1/24) Installing libffi (3.4.2-r1) (2/24) Installing gdbm (1.23-r0) (3/24) Installing xz-libs (5.2.5-r1) (4/24) Installing mpdecimal (2.5.1-r1) (5/24) Installing readline (8.1.2-r0) (6/24) Installing sqlite-libs (3.38.2-r0) (7/24) Installing python3 (3.10.3-r1) (8/24) Installing py3-appdirs (1.4.4-r3) (9/24) Installing py3-more-itertools (8.12.0-r2) (10/24) Installing py3-ordered-set (4.0.2-r3) (11/24) Installing py3-parsing (2.4.7-r3) (12/24) Installing py3-six (1.16.0-r1) (13/24) Installing py3-packaging (21.3-r0) (14/24) Installing py3-setuptools (59.4.0-r0) (15/24) Installing py3-atomicwrites (1.4.0-r2) (16/24) Installing py3-attrs (21.4.0-r0) (17/24) Installing py3-iniconfig (1.1.1-r2) (18/24) Installing py3-pluggy (0.13.1-r5) (19/24) Installing py3-py (1.10.0-r2) (20/24) Installing py3-wcwidth (0.2.5-r2) (21/24) Installing py3-toml (0.10.2-r3) (22/24) Installing py3-pygments (2.11.2-r0) (23/24) Installing py3-pytest (6.2.5-r2) (24/24) Installing .makedepends-py3-cachetools (20220417.163253) Executing busybox-1.35.0-r8.trigger OK: 461 MiB in 125 packages >>> py3-cachetools: Cleaning up srcdir >>> py3-cachetools: Cleaning up pkgdir >>> py3-cachetools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-cachetools-4.1.1.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 20956 100 20956 0 0 42596 0 --:--:-- --:--:-- --:--:-- 42593 >>> py3-cachetools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-cachetools-4.1.1.tar.gz >>> py3-cachetools: Checking sha512sums... py3-cachetools-4.1.1.tar.gz: OK >>> py3-cachetools: Unpacking /var/cache/distfiles/v3.16/py3-cachetools-4.1.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/cachetools copying cachetools/ttl.py -> build/lib/cachetools copying cachetools/decorators.py -> build/lib/cachetools copying cachetools/lfu.py -> build/lib/cachetools copying cachetools/func.py -> build/lib/cachetools copying cachetools/lru.py -> build/lib/cachetools copying cachetools/__init__.py -> build/lib/cachetools copying cachetools/cache.py -> build/lib/cachetools copying cachetools/keys.py -> build/lib/cachetools copying cachetools/rr.py -> build/lib/cachetools copying cachetools/abc.py -> build/lib/cachetools ============================= 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-cachetools/src/cachetools-4.1.1 collected 117 items tests/test_cache.py ............ [ 10%] tests/test_func.py ........................ [ 30%] tests/test_keys.py .... [ 34%] tests/test_lfu.py .............. [ 46%] tests/test_lru.py .............. [ 58%] tests/test_method.py .......... [ 66%] tests/test_rr.py ............. [ 77%] tests/test_ttl.py ................. [ 92%] tests/test_wrapper.py ......... [100%] ============================= 117 passed in 0.39s ============================== >>> py3-cachetools: 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 install_lib creating /home/buildozer/aports/community/py3-cachetools/pkg creating /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools creating /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr creating /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib creating /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools copying build/lib/cachetools/ttl.py -> /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools copying build/lib/cachetools/decorators.py -> /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools copying build/lib/cachetools/lfu.py -> /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools copying build/lib/cachetools/func.py -> /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools copying build/lib/cachetools/lru.py -> /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools copying build/lib/cachetools/__init__.py -> /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools copying build/lib/cachetools/cache.py -> /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools copying build/lib/cachetools/keys.py -> /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools copying build/lib/cachetools/rr.py -> /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools copying build/lib/cachetools/abc.py -> /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools byte-compiling /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools/ttl.py to ttl.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools/decorators.py to decorators.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools/lfu.py to lfu.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools/func.py to func.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools/lru.py to lru.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools/cache.py to cache.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools/keys.py to keys.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools/rr.py to rr.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools/abc.py to abc.cpython-310.pyc running install_egg_info running egg_info creating cachetools.egg-info writing cachetools.egg-info/PKG-INFO writing dependency_links to cachetools.egg-info/dependency_links.txt writing top-level names to cachetools.egg-info/top_level.txt writing manifest file 'cachetools.egg-info/SOURCES.txt' reading manifest file 'cachetools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'cachetools.egg-info/SOURCES.txt' Copying cachetools.egg-info to /home/buildozer/aports/community/py3-cachetools/pkg/py3-cachetools/usr/lib/python3.10/site-packages/cachetools-4.1.1-py3.10.egg-info running install_scripts >>> py3-cachetools*: Running postcheck for py3-cachetools >>> py3-cachetools*: Preparing package py3-cachetools... >>> py3-cachetools*: Tracing dependencies... >>> py3-cachetools*: Package size: 144.0 KB >>> py3-cachetools*: Compressing data... >>> py3-cachetools*: Create checksum... >>> py3-cachetools*: Create py3-cachetools-4.1.1-r2.apk >>> py3-cachetools: Build complete at Sun, 17 Apr 2022 16:32:56 +0000 elapsed time 0h 0m 7s >>> py3-cachetools: Cleaning up srcdir >>> py3-cachetools: Cleaning up pkgdir >>> py3-cachetools: Uninstalling dependencies... (1/24) Purging .makedepends-py3-cachetools (20220417.163253) (2/24) Purging py3-setuptools (59.4.0-r0) (3/24) Purging py3-appdirs (1.4.4-r3) (4/24) Purging py3-ordered-set (4.0.2-r3) (5/24) Purging py3-pytest (6.2.5-r2) (6/24) Purging py3-atomicwrites (1.4.0-r2) (7/24) Purging py3-attrs (21.4.0-r0) (8/24) Purging py3-more-itertools (8.12.0-r2) (9/24) Purging py3-iniconfig (1.1.1-r2) (10/24) Purging py3-pluggy (0.13.1-r5) (11/24) Purging py3-py (1.10.0-r2) (12/24) Purging py3-wcwidth (0.2.5-r2) (13/24) Purging py3-packaging (21.3-r0) (14/24) Purging py3-parsing (2.4.7-r3) (15/24) Purging py3-six (1.16.0-r1) (16/24) Purging py3-toml (0.10.2-r3) (17/24) Purging py3-pygments (2.11.2-r0) (18/24) Purging python3 (3.10.3-r1) (19/24) Purging libffi (3.4.2-r1) (20/24) Purging gdbm (1.23-r0) (21/24) Purging xz-libs (5.2.5-r1) (22/24) Purging mpdecimal (2.5.1-r1) (23/24) Purging readline (8.1.2-r0) (24/24) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r8.trigger OK: 396 MiB in 101 packages >>> py3-cachetools: Updating the community/aarch64 repository index... >>> py3-cachetools: Signing the index...