>>> py3-cachetools: Building community/py3-cachetools 4.1.1-r2 (using abuild 3.9.0-r0) started Wed, 15 Dec 2021 23:36:44 +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/22) Installing libffi (3.4.2-r1) (2/22) Installing gdbm (1.22-r0) (3/22) Installing mpdecimal (2.5.1-r1) (4/22) Installing readline (8.1.1-r0) (5/22) Installing sqlite-libs (3.37.0-r0) (6/22) Installing python3 (3.10.1-r0) (7/22) Installing py3-ordered-set (4.0.2-r3) (8/22) Installing py3-appdirs (1.4.4-r3) (9/22) Installing py3-parsing (2.4.7-r3) (10/22) Installing py3-six (1.16.0-r1) (11/22) Installing py3-packaging (21.3-r0) (12/22) Installing py3-setuptools (52.0.0-r5) (13/22) Installing py3-atomicwrites (1.4.0-r2) (14/22) Installing py3-attrs (21.2.0-r1) (15/22) Installing py3-more-itertools (8.12.0-r1) (16/22) Installing py3-iniconfig (1.1.1-r2) (17/22) Installing py3-pluggy (0.13.1-r5) (18/22) Installing py3-py (1.10.0-r2) (19/22) Installing py3-wcwidth (0.2.5-r2) (20/22) Installing py3-toml (0.10.2-r3) (21/22) Installing py3-pytest (6.2.5-r1) (22/22) Installing .makedepends-py3-cachetools (20211215.233645) Executing busybox-1.34.1-r5.trigger OK: 362 MiB in 123 packages >>> py3-cachetools: Cleaning up srcdir >>> py3-cachetools: Cleaning up pkgdir >>> py3-cachetools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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 100 20956 100 20956 0 0 41221 0 --:--:-- --:--:-- --:--:-- 41251 >>> py3-cachetools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/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.1, 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.37s ============================== >>> py3-cachetools: Entering fakeroot... running install 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' 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 Wed, 15 Dec 2021 23:36:47 +0000 elapsed time 0h 0m 3s >>> py3-cachetools: Cleaning up srcdir >>> py3-cachetools: Cleaning up pkgdir >>> py3-cachetools: Uninstalling dependencies... (1/22) Purging .makedepends-py3-cachetools (20211215.233645) (2/22) Purging py3-setuptools (52.0.0-r5) (3/22) Purging py3-ordered-set (4.0.2-r3) (4/22) Purging py3-appdirs (1.4.4-r3) (5/22) Purging py3-pytest (6.2.5-r1) (6/22) Purging py3-atomicwrites (1.4.0-r2) (7/22) Purging py3-attrs (21.2.0-r1) (8/22) Purging py3-more-itertools (8.12.0-r1) (9/22) Purging py3-iniconfig (1.1.1-r2) (10/22) Purging py3-pluggy (0.13.1-r5) (11/22) Purging py3-py (1.10.0-r2) (12/22) Purging py3-wcwidth (0.2.5-r2) (13/22) Purging py3-packaging (21.3-r0) (14/22) Purging py3-parsing (2.4.7-r3) (15/22) Purging py3-six (1.16.0-r1) (16/22) Purging py3-toml (0.10.2-r3) (17/22) Purging python3 (3.10.1-r0) (18/22) Purging libffi (3.4.2-r1) (19/22) Purging gdbm (1.22-r0) (20/22) Purging mpdecimal (2.5.1-r1) (21/22) Purging readline (8.1.1-r0) (22/22) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 307 MiB in 101 packages >>> py3-cachetools: Updating the community/armhf repository index... >>> py3-cachetools: Signing the index...