>>> py3-cachy: Building testing/py3-cachy 0.3.0-r4 (using abuild 3.9.0-r0) started Mon, 20 Dec 2021 17:31:17 +0000 >>> py3-cachy: Checking sanity of /home/buildozer/aports/testing/py3-cachy/APKBUILD... >>> py3-cachy: Analyzing dependencies... >>> py3-cachy: Installing for build: build-base python3 pyproject2setuppy (1/17) Installing libbz2 (1.0.8-r1) (2/17) Installing libffi (3.4.2-r1) (3/17) Installing gdbm (1.22-r0) (4/17) Installing xz-libs (5.2.5-r0) (5/17) Installing mpdecimal (2.5.1-r1) (6/17) Installing readline (8.1.1-r0) (7/17) Installing sqlite-libs (3.37.0-r0) (8/17) Installing python3 (3.10.1-r0) (9/17) Installing py3-toml (0.10.2-r3) (10/17) Installing py3-ordered-set (4.0.2-r3) (11/17) Installing py3-appdirs (1.4.4-r3) (12/17) Installing py3-parsing (2.4.7-r3) (13/17) Installing py3-six (1.16.0-r1) (14/17) Installing py3-packaging (21.3-r0) (15/17) Installing py3-setuptools (52.0.0-r5) (16/17) Installing pyproject2setuppy (17-r1) (17/17) Installing .makedepends-py3-cachy (20211220.173121) Executing busybox-1.34.1-r5.trigger OK: 263 MiB in 95 packages >>> py3-cachy: Cleaning up srcdir >>> py3-cachy: Cleaning up pkgdir >>> py3-cachy: Fetching https://distfiles.alpinelinux.org/distfiles/edge//cachy-0.3.0.tar.gz >>> py3-cachy: Fetching https://distfiles.alpinelinux.org/distfiles/edge//cachy-0.3.0.tar.gz >>> py3-cachy: Checking sha512sums... cachy-0.3.0.tar.gz: OK No-need-to-teardown-flexmock.patch: OK >>> py3-cachy: Unpacking /var/cache/distfiles/cachy-0.3.0.tar.gz... >>> py3-cachy: No-need-to-teardown-flexmock.patch patching file tests/stores/test_dict_store.py patching file tests/stores/test_file_store.py patching file tests/stores/test_redis_store.py patching file tests/test_cache_manager.py patching file tests/test_repository.py patching file tests/test_tagged_cache.py running build running build_py creating build creating build/lib creating build/lib/cachy copying cachy/repository.py -> build/lib/cachy copying cachy/helpers.py -> build/lib/cachy copying cachy/tag_set.py -> build/lib/cachy copying cachy/cache_manager.py -> build/lib/cachy copying cachy/utils.py -> build/lib/cachy copying cachy/tagged_cache.py -> build/lib/cachy copying cachy/redis_tagged_cache.py -> build/lib/cachy copying cachy/__init__.py -> build/lib/cachy creating build/lib/cachy/serializers copying cachy/serializers/pickle_serializer.py -> build/lib/cachy/serializers copying cachy/serializers/serializer.py -> build/lib/cachy/serializers copying cachy/serializers/msgpack_serializer.py -> build/lib/cachy/serializers copying cachy/serializers/__init__.py -> build/lib/cachy/serializers copying cachy/serializers/json_serializer.py -> build/lib/cachy/serializers creating build/lib/cachy/stores copying cachy/stores/dict_store.py -> build/lib/cachy/stores copying cachy/stores/file_store.py -> build/lib/cachy/stores copying cachy/stores/null_store.py -> build/lib/cachy/stores copying cachy/stores/memcached_store.py -> build/lib/cachy/stores copying cachy/stores/redis_store.py -> build/lib/cachy/stores copying cachy/stores/__init__.py -> build/lib/cachy/stores creating build/lib/cachy/contracts copying cachy/contracts/repository.py -> build/lib/cachy/contracts copying cachy/contracts/store.py -> build/lib/cachy/contracts copying cachy/contracts/factory.py -> build/lib/cachy/contracts copying cachy/contracts/taggable_store.py -> build/lib/cachy/contracts copying cachy/contracts/__init__.py -> build/lib/cachy/contracts >>> py3-cachy: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/testing/py3-cachy/pkg creating /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy creating /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr creating /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib creating /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy creating /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/serializers copying build/lib/cachy/serializers/pickle_serializer.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/serializers copying build/lib/cachy/serializers/serializer.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/serializers copying build/lib/cachy/serializers/msgpack_serializer.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/serializers copying build/lib/cachy/serializers/__init__.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/serializers copying build/lib/cachy/serializers/json_serializer.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/serializers creating /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores copying build/lib/cachy/stores/dict_store.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores copying build/lib/cachy/stores/file_store.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores copying build/lib/cachy/stores/null_store.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores copying build/lib/cachy/stores/memcached_store.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores copying build/lib/cachy/stores/redis_store.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores copying build/lib/cachy/stores/__init__.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores copying build/lib/cachy/repository.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy copying build/lib/cachy/helpers.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy copying build/lib/cachy/tag_set.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy copying build/lib/cachy/cache_manager.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy copying build/lib/cachy/utils.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy copying build/lib/cachy/tagged_cache.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy copying build/lib/cachy/redis_tagged_cache.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy creating /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/contracts copying build/lib/cachy/contracts/repository.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/contracts copying build/lib/cachy/contracts/store.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/contracts copying build/lib/cachy/contracts/factory.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/contracts copying build/lib/cachy/contracts/taggable_store.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/contracts copying build/lib/cachy/contracts/__init__.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/contracts copying build/lib/cachy/__init__.py -> /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/serializers/pickle_serializer.py to pickle_serializer.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/serializers/serializer.py to serializer.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/serializers/msgpack_serializer.py to msgpack_serializer.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/serializers/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/serializers/json_serializer.py to json_serializer.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores/dict_store.py to dict_store.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores/file_store.py to file_store.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores/null_store.py to null_store.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores/memcached_store.py to memcached_store.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores/redis_store.py to redis_store.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/stores/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/repository.py to repository.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/helpers.py to helpers.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/tag_set.py to tag_set.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/cache_manager.py to cache_manager.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/utils.py to utils.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/tagged_cache.py to tagged_cache.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/redis_tagged_cache.py to redis_tagged_cache.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/contracts/repository.py to repository.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/contracts/store.py to store.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/contracts/factory.py to factory.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/contracts/taggable_store.py to taggable_store.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/contracts/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy/__init__.py to __init__.cpython-310.pyc running install_egg_info running egg_info creating cachy.egg-info writing cachy.egg-info/PKG-INFO writing dependency_links to cachy.egg-info/dependency_links.txt writing top-level names to cachy.egg-info/top_level.txt writing manifest file 'cachy.egg-info/SOURCES.txt' reading manifest file 'cachy.egg-info/SOURCES.txt' writing manifest file 'cachy.egg-info/SOURCES.txt' Copying cachy.egg-info to /home/buildozer/aports/testing/py3-cachy/pkg/py3-cachy/usr/lib/python3.10/site-packages/cachy-0.3.0-py3.10.egg-info running install_scripts >>> py3-cachy*: Running postcheck for py3-cachy >>> py3-cachy*: Preparing package py3-cachy... >>> py3-cachy*: Tracing dependencies... >>> py3-cachy*: Package size: 304.0 KB >>> py3-cachy*: Compressing data... >>> py3-cachy*: Create checksum... >>> py3-cachy*: Create py3-cachy-0.3.0-r4.apk >>> py3-cachy: Build complete at Mon, 20 Dec 2021 17:31:29 +0000 elapsed time 0h 0m 12s >>> py3-cachy: Cleaning up srcdir >>> py3-cachy: Cleaning up pkgdir >>> py3-cachy: Uninstalling dependencies... (1/17) Purging .makedepends-py3-cachy (20211220.173121) (2/17) Purging pyproject2setuppy (17-r1) (3/17) Purging py3-toml (0.10.2-r3) (4/17) Purging py3-setuptools (52.0.0-r5) (5/17) Purging py3-ordered-set (4.0.2-r3) (6/17) Purging py3-appdirs (1.4.4-r3) (7/17) Purging py3-packaging (21.3-r0) (8/17) Purging py3-parsing (2.4.7-r3) (9/17) Purging py3-six (1.16.0-r1) (10/17) Purging python3 (3.10.1-r0) (11/17) Purging libbz2 (1.0.8-r1) (12/17) Purging libffi (3.4.2-r1) (13/17) Purging gdbm (1.22-r0) (14/17) Purging xz-libs (5.2.5-r0) (15/17) Purging mpdecimal (2.5.1-r1) (16/17) Purging readline (8.1.1-r0) (17/17) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 213 MiB in 78 packages >>> py3-cachy: Updating the testing/riscv64 repository index... >>> py3-cachy: Signing the index...