>>> py3-cachy: Building community/py3-cachy 0.3.0-r8 (using abuild 3.11.0_rc10-r0) started Wed, 19 Apr 2023 17:26:27 +0000 >>> py3-cachy: Checking sanity of /home/buildozer/aports/community/py3-cachy/APKBUILD... >>> py3-cachy: Analyzing dependencies... >>> py3-cachy: Installing for build: build-base python3 py3-gpep517 py3-installer py3-poetry-core py3-setuptools py3-wheel (1/29) Installing libbz2 (1.0.8-r5) (2/29) Installing gdbm (1.23-r1) (3/29) Installing mpdecimal (2.5.1-r2) (4/29) Installing libpanelw (6.4_p20230401-r4) (5/29) Installing readline (8.2.1-r1) (6/29) Installing sqlite-libs (3.41.2-r2) (7/29) Installing python3 (3.11.3-r10) (8/29) Installing python3-pycache-pyc0 (3.11.3-r10) (9/29) Installing pyc (0.1-r0) (10/29) Installing python3-pyc (3.11.3-r10) (11/29) Installing py3-installer (0.7.0-r1) (12/29) Installing py3-installer-pyc (0.7.0-r1) (13/29) Installing py3-gpep517 (13-r2) (14/29) Installing py3-gpep517-pyc (13-r2) (15/29) Installing py3-pyrsistent (0.19.3-r0) (16/29) Installing py3-attrs (23.1.0-r0) (17/29) Installing py3-jsonschema (4.7.2-r3) (18/29) Installing py3-lark-parser (0.11.3-r2) (19/29) Installing py3-parsing (3.0.9-r2) (20/29) Installing py3-parsing-pyc (3.0.9-r2) (21/29) Installing py3-packaging (23.1-r1) (22/29) Installing py3-packaging-pyc (23.1-r1) (23/29) Installing py3-tomlkit (0.11.6-r1) (24/29) Installing py3-poetry-core (1.5.2-r0) (25/29) Installing py3-setuptools (67.6.1-r1) (26/29) Installing py3-setuptools-pyc (67.6.1-r1) (27/29) Installing py3-wheel (0.40.0-r1) (28/29) Installing py3-wheel-pyc (0.40.0-r1) (29/29) Installing .makedepends-py3-cachy (20230419.172630) Executing busybox-1.36.0-r7.trigger OK: 1054 MiB in 132 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 2023-04-19 17:26:33,061 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2023-04-19 17:26:33,241 root INFO running bdist_wheel 2023-04-19 17:26:33,296 root INFO running build 2023-04-19 17:26:33,297 root INFO running build_py 2023-04-19 17:26:33,309 root INFO creating build 2023-04-19 17:26:33,309 root INFO creating build/lib 2023-04-19 17:26:33,310 root INFO creating build/lib/cachy 2023-04-19 17:26:33,310 root INFO copying cachy/__init__.py -> build/lib/cachy 2023-04-19 17:26:33,312 root INFO copying cachy/helpers.py -> build/lib/cachy 2023-04-19 17:26:33,313 root INFO copying cachy/cache_manager.py -> build/lib/cachy 2023-04-19 17:26:33,313 root INFO copying cachy/utils.py -> build/lib/cachy 2023-04-19 17:26:33,314 root INFO copying cachy/redis_tagged_cache.py -> build/lib/cachy 2023-04-19 17:26:33,315 root INFO copying cachy/tagged_cache.py -> build/lib/cachy 2023-04-19 17:26:33,316 root INFO copying cachy/repository.py -> build/lib/cachy 2023-04-19 17:26:33,316 root INFO copying cachy/tag_set.py -> build/lib/cachy 2023-04-19 17:26:33,318 root INFO creating build/lib/cachy/contracts 2023-04-19 17:26:33,318 root INFO copying cachy/contracts/factory.py -> build/lib/cachy/contracts 2023-04-19 17:26:33,319 root INFO copying cachy/contracts/__init__.py -> build/lib/cachy/contracts 2023-04-19 17:26:33,320 root INFO copying cachy/contracts/taggable_store.py -> build/lib/cachy/contracts 2023-04-19 17:26:33,320 root INFO copying cachy/contracts/store.py -> build/lib/cachy/contracts 2023-04-19 17:26:33,321 root INFO copying cachy/contracts/repository.py -> build/lib/cachy/contracts 2023-04-19 17:26:33,322 root INFO creating build/lib/cachy/serializers 2023-04-19 17:26:33,323 root INFO copying cachy/serializers/msgpack_serializer.py -> build/lib/cachy/serializers 2023-04-19 17:26:33,323 root INFO copying cachy/serializers/serializer.py -> build/lib/cachy/serializers 2023-04-19 17:26:33,324 root INFO copying cachy/serializers/__init__.py -> build/lib/cachy/serializers 2023-04-19 17:26:33,325 root INFO copying cachy/serializers/json_serializer.py -> build/lib/cachy/serializers 2023-04-19 17:26:33,325 root INFO copying cachy/serializers/pickle_serializer.py -> build/lib/cachy/serializers 2023-04-19 17:26:33,327 root INFO creating build/lib/cachy/stores 2023-04-19 17:26:33,327 root INFO copying cachy/stores/null_store.py -> build/lib/cachy/stores 2023-04-19 17:26:33,328 root INFO copying cachy/stores/__init__.py -> build/lib/cachy/stores 2023-04-19 17:26:33,329 root INFO copying cachy/stores/file_store.py -> build/lib/cachy/stores 2023-04-19 17:26:33,329 root INFO copying cachy/stores/dict_store.py -> build/lib/cachy/stores 2023-04-19 17:26:33,330 root INFO copying cachy/stores/redis_store.py -> build/lib/cachy/stores 2023-04-19 17:26:33,331 root INFO copying cachy/stores/memcached_store.py -> build/lib/cachy/stores 2023-04-19 17:26:33,332 root INFO creating build/lib/tests 2023-04-19 17:26:33,332 root INFO copying tests/test_cache_manager.py -> build/lib/tests 2023-04-19 17:26:33,333 root INFO copying tests/__init__.py -> build/lib/tests 2023-04-19 17:26:33,334 root INFO copying tests/test_repository.py -> build/lib/tests 2023-04-19 17:26:33,334 root INFO copying tests/test_tagged_cache.py -> build/lib/tests 2023-04-19 17:26:33,336 root INFO creating build/lib/tests/stores 2023-04-19 17:26:33,336 root INFO copying tests/stores/__init__.py -> build/lib/tests/stores 2023-04-19 17:26:33,337 root INFO copying tests/stores/test_memcached_store.py -> build/lib/tests/stores 2023-04-19 17:26:33,337 root INFO copying tests/stores/test_file_store.py -> build/lib/tests/stores 2023-04-19 17:26:33,338 root INFO copying tests/stores/test_redis_store.py -> build/lib/tests/stores 2023-04-19 17:26:33,339 root INFO copying tests/stores/test_null_store.py -> build/lib/tests/stores 2023-04-19 17:26:33,340 root INFO copying tests/stores/test_dict_store.py -> build/lib/tests/stores 2023-04-19 17:26:33,381 wheel INFO installing to build/bdist.linux-riscv64/wheel 2023-04-19 17:26:33,381 root INFO running install 2023-04-19 17:26:33,437 root INFO running install_lib 2023-04-19 17:26:33,447 root INFO creating build/bdist.linux-riscv64 2023-04-19 17:26:33,447 root INFO creating build/bdist.linux-riscv64/wheel 2023-04-19 17:26:33,448 root INFO creating build/bdist.linux-riscv64/wheel/cachy 2023-04-19 17:26:33,448 root INFO creating build/bdist.linux-riscv64/wheel/cachy/contracts 2023-04-19 17:26:33,448 root INFO copying build/lib/cachy/contracts/factory.py -> build/bdist.linux-riscv64/wheel/cachy/contracts 2023-04-19 17:26:33,449 root INFO copying build/lib/cachy/contracts/__init__.py -> build/bdist.linux-riscv64/wheel/cachy/contracts 2023-04-19 17:26:33,450 root INFO copying build/lib/cachy/contracts/taggable_store.py -> build/bdist.linux-riscv64/wheel/cachy/contracts 2023-04-19 17:26:33,450 root INFO copying build/lib/cachy/contracts/store.py -> build/bdist.linux-riscv64/wheel/cachy/contracts 2023-04-19 17:26:33,451 root INFO copying build/lib/cachy/contracts/repository.py -> build/bdist.linux-riscv64/wheel/cachy/contracts 2023-04-19 17:26:33,452 root INFO copying build/lib/cachy/__init__.py -> build/bdist.linux-riscv64/wheel/cachy 2023-04-19 17:26:33,452 root INFO copying build/lib/cachy/helpers.py -> build/bdist.linux-riscv64/wheel/cachy 2023-04-19 17:26:33,453 root INFO creating build/bdist.linux-riscv64/wheel/cachy/serializers 2023-04-19 17:26:33,454 root INFO copying build/lib/cachy/serializers/msgpack_serializer.py -> build/bdist.linux-riscv64/wheel/cachy/serializers 2023-04-19 17:26:33,454 root INFO copying build/lib/cachy/serializers/serializer.py -> build/bdist.linux-riscv64/wheel/cachy/serializers 2023-04-19 17:26:33,455 root INFO copying build/lib/cachy/serializers/__init__.py -> build/bdist.linux-riscv64/wheel/cachy/serializers 2023-04-19 17:26:33,456 root INFO copying build/lib/cachy/serializers/json_serializer.py -> build/bdist.linux-riscv64/wheel/cachy/serializers 2023-04-19 17:26:33,456 root INFO copying build/lib/cachy/serializers/pickle_serializer.py -> build/bdist.linux-riscv64/wheel/cachy/serializers 2023-04-19 17:26:33,457 root INFO creating build/bdist.linux-riscv64/wheel/cachy/stores 2023-04-19 17:26:33,457 root INFO copying build/lib/cachy/stores/null_store.py -> build/bdist.linux-riscv64/wheel/cachy/stores 2023-04-19 17:26:33,458 root INFO copying build/lib/cachy/stores/__init__.py -> build/bdist.linux-riscv64/wheel/cachy/stores 2023-04-19 17:26:33,459 root INFO copying build/lib/cachy/stores/file_store.py -> build/bdist.linux-riscv64/wheel/cachy/stores 2023-04-19 17:26:33,459 root INFO copying build/lib/cachy/stores/dict_store.py -> build/bdist.linux-riscv64/wheel/cachy/stores 2023-04-19 17:26:33,460 root INFO copying build/lib/cachy/stores/redis_store.py -> build/bdist.linux-riscv64/wheel/cachy/stores 2023-04-19 17:26:33,460 root INFO copying build/lib/cachy/stores/memcached_store.py -> build/bdist.linux-riscv64/wheel/cachy/stores 2023-04-19 17:26:33,461 root INFO copying build/lib/cachy/cache_manager.py -> build/bdist.linux-riscv64/wheel/cachy 2023-04-19 17:26:33,462 root INFO copying build/lib/cachy/utils.py -> build/bdist.linux-riscv64/wheel/cachy 2023-04-19 17:26:33,462 root INFO copying build/lib/cachy/redis_tagged_cache.py -> build/bdist.linux-riscv64/wheel/cachy 2023-04-19 17:26:33,463 root INFO copying build/lib/cachy/tagged_cache.py -> build/bdist.linux-riscv64/wheel/cachy 2023-04-19 17:26:33,463 root INFO copying build/lib/cachy/repository.py -> build/bdist.linux-riscv64/wheel/cachy 2023-04-19 17:26:33,464 root INFO copying build/lib/cachy/tag_set.py -> build/bdist.linux-riscv64/wheel/cachy 2023-04-19 17:26:33,465 root INFO creating build/bdist.linux-riscv64/wheel/tests 2023-04-19 17:26:33,465 root INFO copying build/lib/tests/test_cache_manager.py -> build/bdist.linux-riscv64/wheel/tests 2023-04-19 17:26:33,466 root INFO copying build/lib/tests/__init__.py -> build/bdist.linux-riscv64/wheel/tests 2023-04-19 17:26:33,466 root INFO copying build/lib/tests/test_repository.py -> build/bdist.linux-riscv64/wheel/tests 2023-04-19 17:26:33,467 root INFO copying build/lib/tests/test_tagged_cache.py -> build/bdist.linux-riscv64/wheel/tests 2023-04-19 17:26:33,468 root INFO creating build/bdist.linux-riscv64/wheel/tests/stores 2023-04-19 17:26:33,468 root INFO copying build/lib/tests/stores/__init__.py -> build/bdist.linux-riscv64/wheel/tests/stores 2023-04-19 17:26:33,469 root INFO copying build/lib/tests/stores/test_memcached_store.py -> build/bdist.linux-riscv64/wheel/tests/stores 2023-04-19 17:26:33,469 root INFO copying build/lib/tests/stores/test_file_store.py -> build/bdist.linux-riscv64/wheel/tests/stores 2023-04-19 17:26:33,470 root INFO copying build/lib/tests/stores/test_redis_store.py -> build/bdist.linux-riscv64/wheel/tests/stores 2023-04-19 17:26:33,470 root INFO copying build/lib/tests/stores/test_null_store.py -> build/bdist.linux-riscv64/wheel/tests/stores 2023-04-19 17:26:33,471 root INFO copying build/lib/tests/stores/test_dict_store.py -> build/bdist.linux-riscv64/wheel/tests/stores 2023-04-19 17:26:33,472 root INFO running install_egg_info 2023-04-19 17:26:33,508 root INFO running egg_info 2023-04-19 17:26:33,509 root INFO creating cachy.egg-info 2023-04-19 17:26:33,516 root INFO writing cachy.egg-info/PKG-INFO 2023-04-19 17:26:33,517 root INFO writing dependency_links to cachy.egg-info/dependency_links.txt 2023-04-19 17:26:33,519 root INFO writing requirements to cachy.egg-info/requires.txt 2023-04-19 17:26:33,519 root INFO writing top-level names to cachy.egg-info/top_level.txt 2023-04-19 17:26:33,520 root INFO writing manifest file 'cachy.egg-info/SOURCES.txt' 2023-04-19 17:26:33,539 root INFO reading manifest file 'cachy.egg-info/SOURCES.txt' 2023-04-19 17:26:33,541 root INFO adding license file 'LICENSE' 2023-04-19 17:26:33,546 root INFO writing manifest file 'cachy.egg-info/SOURCES.txt' 2023-04-19 17:26:33,547 root INFO Copying cachy.egg-info to build/bdist.linux-riscv64/wheel/cachy-0.3.0-py3.11.egg-info 2023-04-19 17:26:33,550 root INFO running install_scripts 2023-04-19 17:26:33,562 wheel INFO creating build/bdist.linux-riscv64/wheel/cachy-0.3.0.dist-info/WHEEL 2023-04-19 17:26:33,565 wheel INFO creating '/home/buildozer/aports/community/py3-cachy/src/cachy-0.3.0/dist/.tmp-pqqj8xt6/cachy-0.3.0-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2023-04-19 17:26:33,568 wheel INFO adding 'cachy/__init__.py' 2023-04-19 17:26:33,571 wheel INFO adding 'cachy/cache_manager.py' 2023-04-19 17:26:33,572 wheel INFO adding 'cachy/helpers.py' 2023-04-19 17:26:33,573 wheel INFO adding 'cachy/redis_tagged_cache.py' 2023-04-19 17:26:33,574 wheel INFO adding 'cachy/repository.py' 2023-04-19 17:26:33,575 wheel INFO adding 'cachy/tag_set.py' 2023-04-19 17:26:33,576 wheel INFO adding 'cachy/tagged_cache.py' 2023-04-19 17:26:33,577 wheel INFO adding 'cachy/utils.py' 2023-04-19 17:26:33,578 wheel INFO adding 'cachy/contracts/__init__.py' 2023-04-19 17:26:33,579 wheel INFO adding 'cachy/contracts/factory.py' 2023-04-19 17:26:33,580 wheel INFO adding 'cachy/contracts/repository.py' 2023-04-19 17:26:33,581 wheel INFO adding 'cachy/contracts/store.py' 2023-04-19 17:26:33,581 wheel INFO adding 'cachy/contracts/taggable_store.py' 2023-04-19 17:26:33,582 wheel INFO adding 'cachy/serializers/__init__.py' 2023-04-19 17:26:33,583 wheel INFO adding 'cachy/serializers/json_serializer.py' 2023-04-19 17:26:33,584 wheel INFO adding 'cachy/serializers/msgpack_serializer.py' 2023-04-19 17:26:33,585 wheel INFO adding 'cachy/serializers/pickle_serializer.py' 2023-04-19 17:26:33,585 wheel INFO adding 'cachy/serializers/serializer.py' 2023-04-19 17:26:33,586 wheel INFO adding 'cachy/stores/__init__.py' 2023-04-19 17:26:33,587 wheel INFO adding 'cachy/stores/dict_store.py' 2023-04-19 17:26:33,588 wheel INFO adding 'cachy/stores/file_store.py' 2023-04-19 17:26:33,589 wheel INFO adding 'cachy/stores/memcached_store.py' 2023-04-19 17:26:33,590 wheel INFO adding 'cachy/stores/null_store.py' 2023-04-19 17:26:33,591 wheel INFO adding 'cachy/stores/redis_store.py' 2023-04-19 17:26:33,592 wheel INFO adding 'tests/__init__.py' 2023-04-19 17:26:33,593 wheel INFO adding 'tests/test_cache_manager.py' 2023-04-19 17:26:33,594 wheel INFO adding 'tests/test_repository.py' 2023-04-19 17:26:33,595 wheel INFO adding 'tests/test_tagged_cache.py' 2023-04-19 17:26:33,596 wheel INFO adding 'tests/stores/__init__.py' 2023-04-19 17:26:33,596 wheel INFO adding 'tests/stores/test_dict_store.py' 2023-04-19 17:26:33,597 wheel INFO adding 'tests/stores/test_file_store.py' 2023-04-19 17:26:33,598 wheel INFO adding 'tests/stores/test_memcached_store.py' 2023-04-19 17:26:33,599 wheel INFO adding 'tests/stores/test_null_store.py' 2023-04-19 17:26:33,600 wheel INFO adding 'tests/stores/test_redis_store.py' 2023-04-19 17:26:33,600 wheel INFO adding 'cachy-0.3.0.dist-info/LICENSE' 2023-04-19 17:26:33,601 wheel INFO adding 'cachy-0.3.0.dist-info/METADATA' 2023-04-19 17:26:33,601 wheel INFO adding 'cachy-0.3.0.dist-info/WHEEL' 2023-04-19 17:26:33,602 wheel INFO adding 'cachy-0.3.0.dist-info/top_level.txt' 2023-04-19 17:26:33,604 wheel INFO adding 'cachy-0.3.0.dist-info/RECORD' 2023-04-19 17:26:33,606 wheel INFO removing build/bdist.linux-riscv64/wheel 2023-04-19 17:26:33,609 gpep517 INFO The backend produced dist/cachy-0.3.0-py3-none-any.whl cachy-0.3.0-py3-none-any.whl >>> py3-cachy: Entering fakeroot... >>> py3-cachy-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-cachy/pkg/py3-cachy/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__' -> '/home/buildozer/aports/community/py3-cachy/pkg/py3-cachy-pyc/usr/lib/python3.11/site-packages/cachy/contracts/__pycache__' '/home/buildozer/aports/community/py3-cachy/pkg/py3-cachy/usr/lib/python3.11/site-packages/cachy/__pycache__' -> '/home/buildozer/aports/community/py3-cachy/pkg/py3-cachy-pyc/usr/lib/python3.11/site-packages/cachy/__pycache__' '/home/buildozer/aports/community/py3-cachy/pkg/py3-cachy/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__' -> '/home/buildozer/aports/community/py3-cachy/pkg/py3-cachy-pyc/usr/lib/python3.11/site-packages/cachy/serializers/__pycache__' '/home/buildozer/aports/community/py3-cachy/pkg/py3-cachy/usr/lib/python3.11/site-packages/cachy/stores/__pycache__' -> '/home/buildozer/aports/community/py3-cachy/pkg/py3-cachy-pyc/usr/lib/python3.11/site-packages/cachy/stores/__pycache__' >>> py3-cachy-pyc*: Preparing subpackage py3-cachy-pyc... >>> py3-cachy-pyc*: Running postcheck for py3-cachy-pyc >>> py3-cachy*: Running postcheck for py3-cachy >>> py3-cachy*: Preparing package py3-cachy... >>> py3-cachy-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-cachy-pyc*: Package size: 200.0 KB >>> py3-cachy-pyc*: Compressing data... >>> py3-cachy-pyc*: Create checksum... >>> py3-cachy-pyc*: Create py3-cachy-pyc-0.3.0-r8.apk >>> py3-cachy*: Tracing dependencies... python3 python3~3.11 >>> py3-cachy*: Package size: 176.0 KB >>> py3-cachy*: Compressing data... >>> py3-cachy*: Create checksum... >>> py3-cachy*: Create py3-cachy-0.3.0-r8.apk >>> py3-cachy: Build complete at Wed, 19 Apr 2023 17:26:38 +0000 elapsed time 0h 0m 11s >>> py3-cachy: Cleaning up srcdir >>> py3-cachy: Cleaning up pkgdir >>> py3-cachy: Uninstalling dependencies... (1/29) Purging .makedepends-py3-cachy (20230419.172630) (2/29) Purging py3-gpep517-pyc (13-r2) (3/29) Purging py3-gpep517 (13-r2) (4/29) Purging py3-installer-pyc (0.7.0-r1) (5/29) Purging py3-installer (0.7.0-r1) (6/29) Purging py3-poetry-core (1.5.2-r0) (7/29) Purging py3-jsonschema (4.7.2-r3) (8/29) Purging py3-pyrsistent (0.19.3-r0) (9/29) Purging py3-attrs (23.1.0-r0) (10/29) Purging py3-lark-parser (0.11.3-r2) (11/29) Purging py3-tomlkit (0.11.6-r1) (12/29) Purging py3-setuptools-pyc (67.6.1-r1) (13/29) Purging py3-setuptools (67.6.1-r1) (14/29) Purging py3-wheel-pyc (0.40.0-r1) (15/29) Purging py3-wheel (0.40.0-r1) (16/29) Purging py3-packaging-pyc (23.1-r1) (17/29) Purging py3-packaging (23.1-r1) (18/29) Purging py3-parsing-pyc (3.0.9-r2) (19/29) Purging py3-parsing (3.0.9-r2) (20/29) Purging python3-pyc (3.11.3-r10) (21/29) Purging python3-pycache-pyc0 (3.11.3-r10) (22/29) Purging pyc (0.1-r0) (23/29) Purging python3 (3.11.3-r10) (24/29) Purging gdbm (1.23-r1) (25/29) Purging libbz2 (1.0.8-r5) (26/29) Purging libpanelw (6.4_p20230401-r4) (27/29) Purging mpdecimal (2.5.1-r2) (28/29) Purging readline (8.2.1-r1) (29/29) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r7.trigger OK: 1000 MiB in 103 packages >>> py3-cachy: Updating the community/riscv64 repository index... >>> py3-cachy: Signing the index...