>>> py3-repoze-lru: Building community/py3-repoze-lru 0.7-r3 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 06:20:28 +0000 >>> py3-repoze-lru: Checking sanity of /home/buildozer/aports/community/py3-repoze-lru/APKBUILD... >>> py3-repoze-lru: Analyzing dependencies... >>> py3-repoze-lru: Installing for build: build-base python3 py3-setuptools (1/12) Installing libbz2 (1.0.8-r3) (2/12) Installing libffi (3.4.4-r0) (3/12) Installing gdbm (1.23-r0) (4/12) Installing xz-libs (5.2.7-r0) (5/12) Installing mpdecimal (2.5.1-r1) (6/12) Installing readline (8.2.0-r0) (7/12) Installing sqlite-libs (3.39.4-r0) (8/12) Installing python3 (3.10.8-r3) (9/12) Installing py3-parsing (3.0.9-r0) (10/12) Installing py3-packaging (21.3-r2) (11/12) Installing py3-setuptools (65.5.0-r0) (12/12) Installing .makedepends-py3-repoze-lru (20221029.062034) Executing busybox-1.35.0-r27.trigger OK: 247 MiB in 104 packages >>> py3-repoze-lru: Cleaning up srcdir >>> py3-repoze-lru: Cleaning up pkgdir >>> py3-repoze-lru: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-repoze-lru-0.7.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-repoze-lru: Fetching py3-repoze-lru-0.7.tar.gz::https://files.pythonhosted.org/packages/source/r/repoze.lru/repoze.lru-0.7.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19591 100 19591 0 0 22873 0 --:--:-- --:--:-- --:--:-- 22873 >>> py3-repoze-lru: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-repoze-lru-0.7.tar.gz >>> py3-repoze-lru: Checking sha512sums... py3-repoze-lru-0.7.tar.gz: OK >>> py3-repoze-lru: Unpacking /var/cache/distfiles/v3.17/py3-repoze-lru-0.7.tar.gz... /usr/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running build running build_py creating build creating build/lib creating build/lib/repoze copying repoze/__init__.py -> build/lib/repoze creating build/lib/repoze/lru copying repoze/lru/tests.py -> build/lib/repoze/lru copying repoze/lru/__init__.py -> build/lib/repoze/lru running egg_info writing repoze.lru.egg-info/PKG-INFO writing dependency_links to repoze.lru.egg-info/dependency_links.txt deleting repoze.lru.egg-info/entry_points.txt writing namespace_packages to repoze.lru.egg-info/namespace_packages.txt writing requirements to repoze.lru.egg-info/requires.txt writing top-level names to repoze.lru.egg-info/top_level.txt reading manifest file 'repoze.lru.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'repoze.lru.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing repoze.lru.egg-info/PKG-INFO writing dependency_links to repoze.lru.egg-info/dependency_links.txt writing namespace_packages to repoze.lru.egg-info/namespace_packages.txt writing requirements to repoze.lru.egg-info/requires.txt writing top-level names to repoze.lru.egg-info/top_level.txt reading manifest file 'repoze.lru.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'repoze.lru.egg-info/SOURCES.txt' running build_ext test_clear_with_multiple_names (repoze.lru.tests.CacherMaker) ... ok test_clear_with_single_name (repoze.lru.tests.CacherMaker) ... ok test_defaultvalue_and_clear (repoze.lru.tests.CacherMaker) ... ok test_exception (repoze.lru.tests.CacherMaker) ... ok test_expiring (repoze.lru.tests.CacherMaker) ... ok test_expiring_w_timeout (repoze.lru.tests.CacherMaker) ... ok test_memoized (repoze.lru.tests.CacherMaker) ... ok test_named_cache (repoze.lru.tests.CacherMaker) ... ok test_cache_attr (repoze.lru.tests.DecoratorTests) ... ok test_ctor_no_size (repoze.lru.tests.DecoratorTests) ... ok test_ctor_nocache (repoze.lru.tests.DecoratorTests) ... ok test_ctor_w_size_no_timeout (repoze.lru.tests.DecoratorTests) ... ok test_ctor_w_size_w_timeout (repoze.lru.tests.DecoratorTests) ... ok test_expiry (repoze.lru.tests.DecoratorTests) ... ok test_multiargs (repoze.lru.tests.DecoratorTests) ... ok test_multiargs_keywords (repoze.lru.tests.DecoratorTests) ... ok test_multiargs_keywords_ignore_unhashable (repoze.lru.tests.DecoratorTests) ... ok test_multiargs_keywords_ignore_unhashable_true (repoze.lru.tests.DecoratorTests) ... ok test_partial (repoze.lru.tests.DecoratorTests) ... ok test_singlearg (repoze.lru.tests.DecoratorTests) ... ok test_default_timeout (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_different_timeouts (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_equal_but_not_identical (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_eviction_counter (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_get (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_imperfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_invalidate (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_it (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_perfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_put (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_renew_timeout (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_size_lessthan_1 (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_small_cache (repoze.lru.tests.ExpiringLRUCacheTests) ... ok test_equal_but_not_identical (repoze.lru.tests.LRUCacheTests) ... ok test_eviction_counter (repoze.lru.tests.LRUCacheTests) ... ok test_get (repoze.lru.tests.LRUCacheTests) ... ok test_imperfect_hitrate (repoze.lru.tests.LRUCacheTests) ... ok test_invalidate (repoze.lru.tests.LRUCacheTests) ... ok test_it (repoze.lru.tests.LRUCacheTests) ... ok test_perfect_hitrate (repoze.lru.tests.LRUCacheTests) ... ok test_put (repoze.lru.tests.LRUCacheTests) ... ok test_size_lessthan_1 (repoze.lru.tests.LRUCacheTests) ... ok test_small_cache (repoze.lru.tests.LRUCacheTests) ... ok test_clear (repoze.lru.tests.UnboundedCacheTests) ... ok test_ctor (repoze.lru.tests.UnboundedCacheTests) ... ok test_get_hit (repoze.lru.tests.UnboundedCacheTests) ... ok test_get_miss_explicit_default (repoze.lru.tests.UnboundedCacheTests) ... ok test_get_miss_no_default (repoze.lru.tests.UnboundedCacheTests) ... ok test_invalidate_hit (repoze.lru.tests.UnboundedCacheTests) ... ok test_invalidate_miss (repoze.lru.tests.UnboundedCacheTests) ... ok test_put (repoze.lru.tests.UnboundedCacheTests) ... ok ---------------------------------------------------------------------- Ran 51 tests in 1.129s OK >>> py3-repoze-lru: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) 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 egg_info writing repoze.lru.egg-info/PKG-INFO writing dependency_links to repoze.lru.egg-info/dependency_links.txt writing namespace_packages to repoze.lru.egg-info/namespace_packages.txt writing requirements to repoze.lru.egg-info/requires.txt writing top-level names to repoze.lru.egg-info/top_level.txt reading manifest file 'repoze.lru.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'repoze.lru.egg-info/SOURCES.txt' running install_lib Skipping installation of /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.10/site-packages/repoze/__init__.py (namespace package) copying repoze/lru/tests.py -> /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.10/site-packages/repoze/lru copying repoze/lru/__init__.py -> /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.10/site-packages/repoze/lru byte-compiling /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.10/site-packages/repoze/lru/tests.py to tests.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.10/site-packages/repoze/lru/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying repoze.lru.egg-info to /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.10/site-packages/repoze.lru-0.7-py3.10.egg-info Installing /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.10/site-packages/repoze.lru-0.7-py3.10-nspkg.pth running install_scripts >>> py3-repoze-lru-doc*: Running split function doc... >>> py3-repoze-lru-doc*: Preparing subpackage py3-repoze-lru-doc... >>> py3-repoze-lru-doc*: Running postcheck for py3-repoze-lru-doc >>> py3-repoze-lru*: Running postcheck for py3-repoze-lru >>> py3-repoze-lru*: Preparing package py3-repoze-lru... >>> py3-repoze-lru-doc*: Tracing dependencies... >>> py3-repoze-lru-doc*: Package size: 24.0 KB >>> py3-repoze-lru-doc*: Compressing data... >>> py3-repoze-lru-doc*: Create checksum... >>> py3-repoze-lru-doc*: Create py3-repoze-lru-doc-0.7-r3.apk >>> py3-repoze-lru*: Tracing dependencies... >>> py3-repoze-lru*: Package size: 148.0 KB >>> py3-repoze-lru*: Compressing data... >>> py3-repoze-lru*: Create checksum... >>> py3-repoze-lru*: Create py3-repoze-lru-0.7-r3.apk >>> py3-repoze-lru: Build complete at Sat, 29 Oct 2022 06:20:38 +0000 elapsed time 0h 0m 10s >>> py3-repoze-lru: Cleaning up srcdir >>> py3-repoze-lru: Cleaning up pkgdir >>> py3-repoze-lru: Uninstalling dependencies... (1/12) Purging .makedepends-py3-repoze-lru (20221029.062034) (2/12) Purging py3-setuptools (65.5.0-r0) (3/12) Purging py3-packaging (21.3-r2) (4/12) Purging py3-parsing (3.0.9-r0) (5/12) Purging python3 (3.10.8-r3) (6/12) Purging libbz2 (1.0.8-r3) (7/12) Purging libffi (3.4.4-r0) (8/12) Purging gdbm (1.23-r0) (9/12) Purging xz-libs (5.2.7-r0) (10/12) Purging mpdecimal (2.5.1-r1) (11/12) Purging readline (8.2.0-r0) (12/12) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> py3-repoze-lru: Updating the community/armv7 repository index... >>> py3-repoze-lru: Signing the index...