>>> py3-cachy: Building community/py3-cachy 0.3.0-r6 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 09:36:09 +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-build py3-installer py3-poetry-core py3-setuptools py3-wheel py3-pytest py3-flexmock py3-fakeredis (1/34) Installing libbz2 (1.0.8-r4) (2/34) Installing libffi (3.4.4-r0) (3/34) Installing gdbm (1.23-r0) (4/34) Installing xz-libs (5.2.8-r0) (5/34) Installing mpdecimal (2.5.1-r1) (6/34) Installing readline (8.2.0-r0) (7/34) Installing sqlite-libs (3.40.0-r0) (8/34) Installing python3 (3.11.0-r2) (9/34) Installing py3-parsing (3.0.9-r1) (10/34) Installing py3-packaging (21.3-r3) (11/34) Installing py3-pep517 (0.13.0-r2) (12/34) Installing py3-build (0.9.0-r1) (13/34) Installing py3-installer (0.5.1-r2) (14/34) Installing py3-pyrsistent (0.19.2-r1) (15/34) Installing py3-attrs (22.1.0-r1) (16/34) Installing py3-jsonschema (4.7.2-r3) (17/34) Installing py3-lark-parser (0.11.3-r2) (18/34) Installing py3-tomlkit (0.11.6-r1) (19/34) Installing py3-poetry-core (1.3.2-r1) (20/34) Installing py3-setuptools (65.6.0-r1) (21/34) Installing py3-wheel (0.38.4-r1) (22/34) Installing py3-iniconfig (1.1.1-r4) (23/34) Installing py3-pluggy (1.0.0-r2) (24/34) Installing py3-py (1.11.0-r1) (25/34) Installing py3-pytest (7.2.0-r2) (26/34) Installing py3-flexmock (0.11.3-r1) (27/34) Installing py3-six (1.16.0-r4) (28/34) Installing py3-wrapt (1.14.1-r1) (29/34) Installing py3-deprecated (1.2.13-r2) (30/34) Installing py3-hiredis (1.1.0-r3) (31/34) Installing py3-redis (4.1.0-r1) (32/34) Installing py3-sortedcontainers (2.4.0-r2) (33/34) Installing py3-fakeredis (1.7.1-r1) (34/34) Installing .makedepends-py3-cachy (20221123.093610) Executing busybox-1.35.0-r29.trigger OK: 420 MiB in 130 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 % 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 15654 100 15654 0 0 28874 0 --:--:-- --:--:-- --:--:-- 28935 >>> 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/edge/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 * Getting build dependencies for wheel... * Building wheel... Successfully built cachy-0.3.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-cachy/src/cachy-0.3.0 collecting ... collected 64 items / 9 deselected / 55 selected tests/test_cache_manager.py::RepositoryTestCase::test_decorator PASSED [ 1%] tests/test_cache_manager.py::RepositoryTestCase::test_default_store_with_one_store PASSED [ 3%] tests/test_cache_manager.py::RepositoryTestCase::test_extend_accepts_a_callable_returning_a_repository PASSED [ 5%] tests/test_cache_manager.py::RepositoryTestCase::test_extend_accepts_a_callable_returning_a_store PASSED [ 7%] tests/test_cache_manager.py::RepositoryTestCase::test_extend_accepts_a_store_class PASSED [ 9%] tests/test_cache_manager.py::RepositoryTestCase::test_full_decorator PASSED [ 10%] tests/test_cache_manager.py::RepositoryTestCase::test_set_default_driver_changes_driver PASSED [ 12%] tests/test_cache_manager.py::RepositoryTestCase::test_store_get_the_correct_store PASSED [ 14%] tests/test_repository.py::RepositoryTestCase::test_add PASSED [ 16%] tests/test_repository.py::RepositoryTestCase::test_default_value_is_returned PASSED [ 18%] tests/test_repository.py::RepositoryTestCase::test_forever PASSED [ 20%] tests/test_repository.py::RepositoryTestCase::test_get_returns_value_from_cache PASSED [ 21%] tests/test_repository.py::RepositoryTestCase::test_has_method PASSED [ 23%] tests/test_repository.py::RepositoryTestCase::test_pull PASSED [ 25%] tests/test_repository.py::RepositoryTestCase::test_put PASSED [ 27%] tests/test_repository.py::RepositoryTestCase::test_put_supports_datetime_as_minutes PASSED [ 29%] tests/test_repository.py::RepositoryTestCase::test_put_with_minutes_to_zero_doesnt_store PASSED [ 30%] tests/test_repository.py::RepositoryTestCase::test_remember_calls_put_and_returns_default PASSED [ 32%] tests/test_repository.py::RepositoryTestCase::test_remember_forever_calls_forever_and_returns_default PASSED [ 34%] tests/test_repository.py::RepositoryTestCase::test_repository_can_serve_as_a_decorator PASSED [ 36%] tests/test_repository.py::RepositoryTestCase::test_repository_can_serve_as_a_decorator_with_key_and_minutes PASSED [ 38%] tests/test_repository.py::RepositoryTestCase::test_set_default_cache_time PASSED [ 40%] tests/test_tagged_cache.py::TaggedCacheTestCase::test_cache_can_be_saved_with_multiple_tags PASSED [ 41%] tests/test_tagged_cache.py::TaggedCacheTestCase::test_cache_can_be_set_with_datetime PASSED [ 43%] tests/test_tagged_cache.py::TaggedCacheTestCase::test_cache_saved_with_multiple_tags_can_be_flushed PASSED [ 45%] tests/test_tagged_cache.py::TaggedCacheTestCase::test_redis_cache_forever_tags_can_be_flushed PASSED [ 47%] tests/test_tagged_cache.py::TaggedCacheTestCase::test_redis_cache_tags_push_forever_keys_correctly PASSED [ 49%] tests/test_tagged_cache.py::TaggedCacheTestCase::test_tags_cache_forever PASSED [ 50%] tests/test_tagged_cache.py::TaggedCacheTestCase::test_tags_can_be_flushed PASSED [ 52%] tests/stores/test_dict_store.py::DictStoreTestCase::test_cache_key PASSED [ 54%] tests/stores/test_dict_store.py::DictStoreTestCase::test_items_can_be_flushed PASSED [ 56%] tests/stores/test_dict_store.py::DictStoreTestCase::test_items_can_be_set_and_retrieved PASSED [ 58%] tests/stores/test_dict_store.py::DictStoreTestCase::test_store_item_forever_properly_stores_in_dict PASSED [ 60%] tests/stores/test_dict_store.py::DictStoreTestCase::test_values_can_be_decremented PASSED [ 61%] tests/stores/test_dict_store.py::DictStoreTestCase::test_values_can_be_incremented PASSED [ 63%] tests/stores/test_dict_store.py::DictStoreTestCase::test_values_can_be_removed PASSED [ 65%] tests/stores/test_file_store.py::DictStoreTestCase::test_expired_items_return_none PASSED [ 67%] tests/stores/test_file_store.py::DictStoreTestCase::test_forever_store_values_with_high_timestamp PASSED [ 69%] tests/stores/test_file_store.py::DictStoreTestCase::test_forget_removes_file PASSED [ 70%] tests/stores/test_file_store.py::DictStoreTestCase::test_forget_with_missing_file PASSED [ 72%] tests/stores/test_file_store.py::DictStoreTestCase::test_get_with_json_serializer PASSED [ 74%] tests/stores/test_file_store.py::DictStoreTestCase::test_none_is_returned_if_file_doesnt_exist PASSED [ 76%] tests/stores/test_file_store.py::DictStoreTestCase::test_put_creates_missing_directories PASSED [ 78%] tests/stores/test_file_store.py::DictStoreTestCase::test_set_hash_type PASSED [ 80%] tests/stores/test_file_store.py::DictStoreTestCase::test_store_items_properly_store_values PASSED [ 81%] tests/stores/test_null_store.py::NullStoreTestCase::test_items_cannot_be_cached PASSED [ 83%] tests/stores/test_redis_store.py::RedisStoreTestCase::test_decrement PASSED [ 85%] tests/stores/test_redis_store.py::RedisStoreTestCase::test_forever PASSED [ 87%] tests/stores/test_redis_store.py::RedisStoreTestCase::test_forget PASSED [ 89%] tests/stores/test_redis_store.py::RedisStoreTestCase::test_get_returns_null_when_not_found PASSED [ 90%] tests/stores/test_redis_store.py::RedisStoreTestCase::test_increment PASSED [ 92%] tests/stores/test_redis_store.py::RedisStoreTestCase::test_put_numeric_value_into_redis PASSED [ 94%] tests/stores/test_redis_store.py::RedisStoreTestCase::test_put_value_into_redis PASSED [ 96%] tests/stores/test_redis_store.py::RedisStoreTestCase::test_redis_value_is_returned PASSED [ 98%] tests/stores/test_redis_store.py::RedisStoreTestCase::test_redis_value_is_returned_for_numerics PASSED [100%] ======================= 55 passed, 9 deselected in 0.30s ======================= >>> py3-cachy: Entering fakeroot... >>> py3-cachy*: Running postcheck for py3-cachy >>> py3-cachy*: Preparing package py3-cachy... >>> py3-cachy*: Tracing dependencies... >>> py3-cachy*: Package size: 340.0 KB >>> py3-cachy*: Compressing data... >>> py3-cachy*: Create checksum... >>> py3-cachy*: Create py3-cachy-0.3.0-r6.apk >>> py3-cachy: Build complete at Wed, 23 Nov 2022 09:36:14 +0000 elapsed time 0h 0m 5s >>> py3-cachy: Cleaning up srcdir >>> py3-cachy: Cleaning up pkgdir >>> py3-cachy: Uninstalling dependencies... (1/34) Purging .makedepends-py3-cachy (20221123.093610) (2/34) Purging py3-build (0.9.0-r1) (3/34) Purging py3-pep517 (0.13.0-r2) (4/34) Purging py3-installer (0.5.1-r2) (5/34) Purging py3-poetry-core (1.3.2-r1) (6/34) Purging py3-jsonschema (4.7.2-r3) (7/34) Purging py3-pyrsistent (0.19.2-r1) (8/34) Purging py3-lark-parser (0.11.3-r2) (9/34) Purging py3-tomlkit (0.11.6-r1) (10/34) Purging py3-setuptools (65.6.0-r1) (11/34) Purging py3-wheel (0.38.4-r1) (12/34) Purging py3-pytest (7.2.0-r2) (13/34) Purging py3-attrs (22.1.0-r1) (14/34) Purging py3-iniconfig (1.1.1-r4) (15/34) Purging py3-packaging (21.3-r3) (16/34) Purging py3-parsing (3.0.9-r1) (17/34) Purging py3-pluggy (1.0.0-r2) (18/34) Purging py3-py (1.11.0-r1) (19/34) Purging py3-flexmock (0.11.3-r1) (20/34) Purging py3-fakeredis (1.7.1-r1) (21/34) Purging py3-six (1.16.0-r4) (22/34) Purging py3-redis (4.1.0-r1) (23/34) Purging py3-deprecated (1.2.13-r2) (24/34) Purging py3-wrapt (1.14.1-r1) (25/34) Purging py3-hiredis (1.1.0-r3) (26/34) Purging py3-sortedcontainers (2.4.0-r2) (27/34) Purging python3 (3.11.0-r2) (28/34) Purging libbz2 (1.0.8-r4) (29/34) Purging libffi (3.4.4-r0) (30/34) Purging gdbm (1.23-r0) (31/34) Purging xz-libs (5.2.8-r0) (32/34) Purging mpdecimal (2.5.1-r1) (33/34) Purging readline (8.2.0-r0) (34/34) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-cachy: Updating the community/armhf repository index... >>> py3-cachy: Signing the index...