>>> py3-repoze-lru: Building community/py3-repoze-lru 0.7-r5 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 19:29:45 +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/19) Installing libbz2 (1.0.8-r5) (2/19) Installing libffi (3.4.4-r2) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.4.2-r1) (5/19) Installing mpdecimal (2.5.1-r2) (6/19) Installing libpanelw (6.4_p20230401-r4) (7/19) Installing readline (8.2.1-r1) (8/19) Installing sqlite-libs (3.41.2-r2) (9/19) Installing python3 (3.11.3-r10) (10/19) Installing python3-pycache-pyc0 (3.11.3-r10) (11/19) Installing pyc (0.1-r0) (12/19) Installing python3-pyc (3.11.3-r10) (13/19) Installing py3-parsing (3.0.9-r2) (14/19) Installing py3-parsing-pyc (3.0.9-r2) (15/19) Installing py3-packaging (23.1-r1) (16/19) Installing py3-packaging-pyc (23.1-r1) (17/19) Installing py3-setuptools (67.7.0-r0) (18/19) Installing py3-setuptools-pyc (67.7.0-r0) (19/19) Installing .makedepends-py3-repoze-lru (20230421.192947) Executing busybox-1.36.0-r7.trigger OK: 345 MiB in 117 packages >>> py3-repoze-lru: Cleaning up srcdir >>> py3-repoze-lru: Cleaning up pkgdir >>> py3-repoze-lru: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-repoze-lru-0.7.tar.gz >>> py3-repoze-lru: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/py3-repoze-lru-0.7.tar.gz... /usr/lib/python3.11/site-packages/setuptools/dist.py:954: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. !! ******************************************************************************** Please replace its usage with implicit namespaces (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details. ******************************************************************************** !! ep.load()(self, ep.name, value) 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.11/site-packages/setuptools/dist.py:954: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. !! ******************************************************************************** Please replace its usage with implicit namespaces (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details. ******************************************************************************** !! ep.load()(self, ep.name, value) 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. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. 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.test_clear_with_multiple_names) ... ok test_clear_with_single_name (repoze.lru.tests.CacherMaker.test_clear_with_single_name) ... ok test_defaultvalue_and_clear (repoze.lru.tests.CacherMaker.test_defaultvalue_and_clear) ... ok test_exception (repoze.lru.tests.CacherMaker.test_exception) ... ok test_expiring (repoze.lru.tests.CacherMaker.test_expiring) ... ok test_expiring_w_timeout (repoze.lru.tests.CacherMaker.test_expiring_w_timeout) ... ok test_memoized (repoze.lru.tests.CacherMaker.test_memoized) ... ok test_named_cache (repoze.lru.tests.CacherMaker.test_named_cache) ... ok test_cache_attr (repoze.lru.tests.DecoratorTests.test_cache_attr) ... ok test_ctor_no_size (repoze.lru.tests.DecoratorTests.test_ctor_no_size) ... ok test_ctor_nocache (repoze.lru.tests.DecoratorTests.test_ctor_nocache) ... ok test_ctor_w_size_no_timeout (repoze.lru.tests.DecoratorTests.test_ctor_w_size_no_timeout) ... ok test_ctor_w_size_w_timeout (repoze.lru.tests.DecoratorTests.test_ctor_w_size_w_timeout) ... ok test_expiry (repoze.lru.tests.DecoratorTests.test_expiry) ... ok test_multiargs (repoze.lru.tests.DecoratorTests.test_multiargs) ... ok test_multiargs_keywords (repoze.lru.tests.DecoratorTests.test_multiargs_keywords) ... ok test_multiargs_keywords_ignore_unhashable (repoze.lru.tests.DecoratorTests.test_multiargs_keywords_ignore_unhashable) ... ok test_multiargs_keywords_ignore_unhashable_true (repoze.lru.tests.DecoratorTests.test_multiargs_keywords_ignore_unhashable_true) ... ok test_partial (repoze.lru.tests.DecoratorTests.test_partial) ... ok test_singlearg (repoze.lru.tests.DecoratorTests.test_singlearg) ... ok test_default_timeout (repoze.lru.tests.ExpiringLRUCacheTests.test_default_timeout) ... ok test_different_timeouts (repoze.lru.tests.ExpiringLRUCacheTests.test_different_timeouts) ... ok test_equal_but_not_identical (repoze.lru.tests.ExpiringLRUCacheTests.test_equal_but_not_identical) ... ok test_eviction_counter (repoze.lru.tests.ExpiringLRUCacheTests.test_eviction_counter) ... ok test_get (repoze.lru.tests.ExpiringLRUCacheTests.test_get) ... ok test_imperfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests.test_imperfect_hitrate) ... ok test_invalidate (repoze.lru.tests.ExpiringLRUCacheTests.test_invalidate) ... ok test_it (repoze.lru.tests.ExpiringLRUCacheTests.test_it) ... ok test_perfect_hitrate (repoze.lru.tests.ExpiringLRUCacheTests.test_perfect_hitrate) ... ok test_put (repoze.lru.tests.ExpiringLRUCacheTests.test_put) ... ok test_renew_timeout (repoze.lru.tests.ExpiringLRUCacheTests.test_renew_timeout) ... ok test_size_lessthan_1 (repoze.lru.tests.ExpiringLRUCacheTests.test_size_lessthan_1) ... ok test_small_cache (repoze.lru.tests.ExpiringLRUCacheTests.test_small_cache) ... ok test_equal_but_not_identical (repoze.lru.tests.LRUCacheTests.test_equal_but_not_identical) ... ok test_eviction_counter (repoze.lru.tests.LRUCacheTests.test_eviction_counter) ... ok test_get (repoze.lru.tests.LRUCacheTests.test_get) ... ok test_imperfect_hitrate (repoze.lru.tests.LRUCacheTests.test_imperfect_hitrate) ... ok test_invalidate (repoze.lru.tests.LRUCacheTests.test_invalidate) ... ok test_it (repoze.lru.tests.LRUCacheTests.test_it) ... ok test_perfect_hitrate (repoze.lru.tests.LRUCacheTests.test_perfect_hitrate) ... ok test_put (repoze.lru.tests.LRUCacheTests.test_put) ... ok test_size_lessthan_1 (repoze.lru.tests.LRUCacheTests.test_size_lessthan_1) ... ok test_small_cache (repoze.lru.tests.LRUCacheTests.test_small_cache) ... ok test_clear (repoze.lru.tests.UnboundedCacheTests.test_clear) ... ok test_ctor (repoze.lru.tests.UnboundedCacheTests.test_ctor) ... ok test_get_hit (repoze.lru.tests.UnboundedCacheTests.test_get_hit) ... ok test_get_miss_explicit_default (repoze.lru.tests.UnboundedCacheTests.test_get_miss_explicit_default) ... ok test_get_miss_no_default (repoze.lru.tests.UnboundedCacheTests.test_get_miss_no_default) ... ok test_invalidate_hit (repoze.lru.tests.UnboundedCacheTests.test_invalidate_hit) ... ok test_invalidate_miss (repoze.lru.tests.UnboundedCacheTests.test_invalidate_miss) ... ok test_put (repoze.lru.tests.UnboundedCacheTests.test_put) ... ok ---------------------------------------------------------------------- Ran 51 tests in 1.230s OK >>> py3-repoze-lru: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/dist.py:954: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated. !! ******************************************************************************** Please replace its usage with implicit namespaces (PEP 420). See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages for details. ******************************************************************************** !! ep.load()(self, ep.name, value) running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib Skipping installation of /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.11/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.11/site-packages/repoze/lru copying repoze/lru/__init__.py -> /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.11/site-packages/repoze/lru byte-compiling /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.11/site-packages/repoze/lru/tests.py to tests.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.11/site-packages/repoze/lru/__init__.py to __init__.cpython-311.pyc running install_egg_info 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' Copying repoze.lru.egg-info to /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.11/site-packages/repoze.lru-0.7-py3.11.egg-info Installing /home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.11/site-packages/repoze.lru-0.7-py3.11-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-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru/usr/lib/python3.11/site-packages/repoze/lru/__pycache__' -> '/home/buildozer/aports/community/py3-repoze-lru/pkg/py3-repoze-lru-pyc/usr/lib/python3.11/site-packages/repoze/lru/__pycache__' >>> py3-repoze-lru-pyc*: Preparing subpackage py3-repoze-lru-pyc... >>> py3-repoze-lru-pyc*: Running postcheck for py3-repoze-lru-pyc >>> 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-r5.apk >>> py3-repoze-lru-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-repoze-lru-pyc*: Package size: 108.0 KB >>> py3-repoze-lru-pyc*: Compressing data... >>> py3-repoze-lru-pyc*: Create checksum... >>> py3-repoze-lru-pyc*: Create py3-repoze-lru-pyc-0.7-r5.apk >>> py3-repoze-lru*: Tracing dependencies... python3 python3~3.11 >>> py3-repoze-lru*: Package size: 108.0 KB >>> py3-repoze-lru*: Compressing data... >>> py3-repoze-lru*: Create checksum... >>> py3-repoze-lru*: Create py3-repoze-lru-0.7-r5.apk >>> py3-repoze-lru: Build complete at Fri, 21 Apr 2023 19:29:49 +0000 elapsed time 0h 0m 4s >>> py3-repoze-lru: Cleaning up srcdir >>> py3-repoze-lru: Cleaning up pkgdir >>> py3-repoze-lru: Uninstalling dependencies... (1/19) Purging .makedepends-py3-repoze-lru (20230421.192947) (2/19) Purging py3-setuptools-pyc (67.7.0-r0) (3/19) Purging py3-setuptools (67.7.0-r0) (4/19) Purging py3-packaging-pyc (23.1-r1) (5/19) Purging py3-packaging (23.1-r1) (6/19) Purging py3-parsing-pyc (3.0.9-r2) (7/19) Purging py3-parsing (3.0.9-r2) (8/19) Purging python3-pyc (3.11.3-r10) (9/19) Purging python3-pycache-pyc0 (3.11.3-r10) (10/19) Purging pyc (0.1-r0) (11/19) Purging python3 (3.11.3-r10) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r5) (14/19) Purging libffi (3.4.4-r2) (15/19) Purging libpanelw (6.4_p20230401-r4) (16/19) Purging mpdecimal (2.5.1-r2) (17/19) Purging readline (8.2.1-r1) (18/19) Purging sqlite-libs (3.41.2-r2) (19/19) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 292 MiB in 98 packages >>> py3-repoze-lru: Updating the community/ppc64le repository index... >>> py3-repoze-lru: Signing the index...