>>> py3-tenacity: Building community/py3-tenacity 9.1.4-r0 (using abuild 3.16.0-r0) started Sat, 28 Mar 2026 06:53:38 +0000 >>> py3-tenacity: Validating /home/buildozer/aports/community/py3-tenacity/APKBUILD... >>> py3-tenacity: Analyzing dependencies... >>> py3-tenacity: Installing for build: build-base python3 py3-setuptools py3-pytest py3-setuptools_scm py3-tornado py3-typeguard ( 1/46) Installing libbz2 (1.0.8-r6) ( 2/46) Installing libffi (3.5.2-r0) ( 3/46) Installing gdbm (1.26-r0) ( 4/46) Installing xz-libs (5.8.2-r0) ( 5/46) Installing mpdecimal (4.0.1-r0) ( 6/46) Installing libpanelw (6.6_p20251231-r0) ( 7/46) Installing sqlite-libs (3.51.2-r1) ( 8/46) Installing python3 (3.14.3-r0) ( 9/46) Installing python3-pycache-pyc0 (3.14.3-r0) (10/46) Installing pyc (3.14.3-r0) (11/46) Installing python3-pyc (3.14.3-r0) (12/46) Installing py3-parsing (3.3.2-r1) (13/46) Installing py3-parsing-pyc (3.3.2-r1) (14/46) Installing py3-packaging (26.0-r1) (15/46) Installing py3-packaging-pyc (26.0-r1) (16/46) Installing py3-setuptools (82.0.1-r1) (17/46) Installing py3-setuptools-pyc (82.0.1-r1) (18/46) Installing py3-iniconfig (2.3.0-r1) (19/46) Installing py3-iniconfig-pyc (2.3.0-r1) (20/46) Installing py3-pluggy (1.6.0-r1) (21/46) Installing py3-pluggy-pyc (1.6.0-r1) (22/46) Installing py3-py (1.11.0-r5) (23/46) Installing py3-py-pyc (1.11.0-r5) (24/46) Installing py3-pygments (2.19.2-r1) (25/46) Installing py3-pygments-pyc (2.19.2-r1) (26/46) Installing py3-pytest (9.0.2-r1) (27/46) Installing py3-pytest-pyc (9.0.2-r1) (28/46) Installing py3-setuptools_scm (9.2.2-r1) (29/46) Installing py3-setuptools_scm-pyc (9.2.2-r1) (30/46) Installing py3-tornado (6.5.5-r1) (31/46) Installing py3-tornado-pyc (6.5.5-r1) (32/46) Installing py3-editables (0.5-r3) (33/46) Installing py3-editables-pyc (0.5-r3) (34/46) Installing py3-pathspec (1.0.4-r1) (35/46) Installing py3-pathspec-pyc (1.0.4-r1) (36/46) Installing py3-trove-classifiers (2026.1.14.14-r1) (37/46) Installing py3-trove-classifiers-pyc (2026.1.14.14-r1) (38/46) Installing py3-hatchling (1.29.0-r1) (39/46) Installing py3-hatchling-pyc (1.29.0-r1) (40/46) Installing py3-bracex (2.6-r1) (41/46) Installing py3-bracex-pyc (2.6-r1) (42/46) Installing py3-typing-extensions (4.15.0-r1) (43/46) Installing py3-typing-extensions-pyc (4.15.0-r1) (44/46) Installing py3-typeguard (4.5.1-r1) (45/46) Installing py3-typeguard-pyc (4.5.1-r1) (46/46) Installing .makedepends-py3-tenacity (20260328.065341) Executing busybox-1.37.0-r31.trigger OK: 402.3 MiB in 150 packages >>> py3-tenacity: Cleaning up srcdir >>> py3-tenacity: Cleaning up pkgdir >>> py3-tenacity: Cleaning up tmpdir >>> py3-tenacity: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tenacity-9.1.4.tar.gz /var/cache/distfiles/edge/tenacity-9.1.4.tar.gz: OK >>> py3-tenacity: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tenacity-9.1.4.tar.gz /var/cache/distfiles/edge/tenacity-9.1.4.tar.gz: OK >>> py3-tenacity: Unpacking /var/cache/distfiles/edge/tenacity-9.1.4.tar.gz... /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() /usr/lib/python3.14/site-packages/setuptools/__init__.py:92: _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`. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.14/site-packages/setuptools_scm/_integration/version_inference.py:51: UserWarning: version of tenacity already set warnings.warn(self.message) running build running build_py creating build/lib/tenacity copying tenacity/__init__.py -> build/lib/tenacity copying tenacity/nap.py -> build/lib/tenacity copying tenacity/_utils.py -> build/lib/tenacity copying tenacity/stop.py -> build/lib/tenacity copying tenacity/before.py -> build/lib/tenacity copying tenacity/before_sleep.py -> build/lib/tenacity copying tenacity/wait.py -> build/lib/tenacity copying tenacity/retry.py -> build/lib/tenacity copying tenacity/after.py -> build/lib/tenacity copying tenacity/tornadoweb.py -> build/lib/tenacity creating build/lib/tenacity/asyncio copying tenacity/asyncio/__init__.py -> build/lib/tenacity/asyncio copying tenacity/asyncio/retry.py -> build/lib/tenacity/asyncio copying tenacity/py.typed -> build/lib/tenacity ============================= test session starts ============================== platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-tenacity/src/tenacity-9.1.4 configfile: setup.cfg plugins: typeguard-4.5.1 collecting ... collected 126 items tests/test_after.py::TestAfterLogFormat::test_01_default PASSED [ 0%] tests/test_after.py::TestAfterLogFormat::test_02_custom_sec_format PASSED [ 1%] tests/test_asyncio.py::TestAsyncio::test_attempt_number_is_correct_for_interleaved_coroutines PASSED [ 2%] tests/test_asyncio.py::TestAsyncio::test_iscoroutinefunction PASSED [ 3%] tests/test_asyncio.py::TestAsyncio::test_repr PASSED [ 3%] tests/test_asyncio.py::TestAsyncio::test_retry PASSED [ 4%] tests/test_asyncio.py::TestAsyncio::test_retry_attributes PASSED [ 5%] tests/test_asyncio.py::TestAsyncio::test_retry_preserves_argument_defaults PASSED [ 6%] tests/test_asyncio.py::TestAsyncio::test_retry_using_async_retying PASSED [ 7%] tests/test_asyncio.py::TestAsyncio::test_stop_after_attempt PASSED [ 7%] tests/test_asyncio.py::TestTrio::test_trio_basic SKIPPED (trio not i...) [ 8%] tests/test_asyncio.py::TestContextManager::test_async_retying_iterator PASSED [ 9%] tests/test_asyncio.py::TestContextManager::test_do_max_attempts PASSED [ 10%] tests/test_asyncio.py::TestContextManager::test_reraise PASSED [ 11%] tests/test_asyncio.py::TestContextManager::test_retry_with_async_exc PASSED [ 11%] tests/test_asyncio.py::TestContextManager::test_retry_with_async_result PASSED [ 12%] tests/test_asyncio.py::TestContextManager::test_retry_with_async_result_and PASSED [ 13%] tests/test_asyncio.py::TestContextManager::test_retry_with_async_result_or PASSED [ 14%] tests/test_asyncio.py::TestContextManager::test_retry_with_async_result_rand PASSED [ 15%] tests/test_asyncio.py::TestContextManager::test_retry_with_async_result_ror PASSED [ 15%] tests/test_asyncio.py::TestContextManager::test_retry_with_result PASSED [ 16%] tests/test_asyncio.py::TestContextManager::test_sleeps PASSED [ 17%] tests/test_asyncio.py::TestDecoratorWrapper::test_retry_function_attributes PASSED [ 18%] tests/test_asyncio.py::TestSyncFunctionWithAsyncSleep::test_sync_function_with_async_sleep PASSED [ 19%] tests/test_issue_478.py::TestIssue478::test_async PASSED [ 19%] tests/test_issue_478.py::TestIssue478::test_issue PASSED [ 20%] tests/test_tenacity.py::TestBase::test_callstate_repr PASSED [ 21%] tests/test_tenacity.py::TestBase::test_retrying_repr PASSED [ 22%] tests/test_tenacity.py::TestStopConditions::test_legacy_explicit_stop_type PASSED [ 23%] tests/test_tenacity.py::TestStopConditions::test_never_stop PASSED [ 23%] tests/test_tenacity.py::TestStopConditions::test_stop_after_attempt PASSED [ 24%] tests/test_tenacity.py::TestStopConditions::test_stop_after_delay tests/test_tenacity.py::TestStopConditions::test_stop_after_delay PASSED [ 25%] tests/test_tenacity.py::TestStopConditions::test_stop_all PASSED [ 26%] tests/test_tenacity.py::TestStopConditions::test_stop_and PASSED [ 26%] tests/test_tenacity.py::TestStopConditions::test_stop_any PASSED [ 27%] tests/test_tenacity.py::TestStopConditions::test_stop_before_delay tests/test_tenacity.py::TestStopConditions::test_stop_before_delay PASSED [ 28%] tests/test_tenacity.py::TestStopConditions::test_stop_func_with_retry_state PASSED [ 29%] tests/test_tenacity.py::TestStopConditions::test_stop_or PASSED [ 30%] tests/test_tenacity.py::TestWaitConditions::test_exponential PASSED [ 30%] tests/test_tenacity.py::TestWaitConditions::test_exponential_with_max_wait PASSED [ 31%] tests/test_tenacity.py::TestWaitConditions::test_exponential_with_max_wait_and_multiplier PASSED [ 32%] tests/test_tenacity.py::TestWaitConditions::test_exponential_with_min_wait PASSED [ 33%] tests/test_tenacity.py::TestWaitConditions::test_exponential_with_min_wait_and_multiplier PASSED [ 34%] tests/test_tenacity.py::TestWaitConditions::test_exponential_with_min_wait_andmax__wait tests/test_tenacity.py::TestWaitConditions::test_exponential_with_min_wait_andmax__wait PASSED [ 34%] tests/test_tenacity.py::TestWaitConditions::test_fixed_sleep tests/test_tenacity.py::TestWaitConditions::test_fixed_sleep PASSED [ 35%] tests/test_tenacity.py::TestWaitConditions::test_incrementing_sleep tests/test_tenacity.py::TestWaitConditions::test_incrementing_sleep PASSED [ 36%] tests/test_tenacity.py::TestWaitConditions::test_legacy_explicit_wait_type PASSED [ 37%] tests/test_tenacity.py::TestWaitConditions::test_no_sleep PASSED [ 38%] tests/test_tenacity.py::TestWaitConditions::test_random_sleep tests/test_tenacity.py::TestWaitConditions::test_random_sleep PASSED [ 38%] tests/test_tenacity.py::TestWaitConditions::test_random_sleep_withoutmin_ PASSED [ 39%] tests/test_tenacity.py::TestWaitConditions::test_wait_arbitrary_sum PASSED [ 40%] tests/test_tenacity.py::TestWaitConditions::test_wait_chain PASSED [ 41%] tests/test_tenacity.py::TestWaitConditions::test_wait_chain_multiple_invocations PASSED [ 42%] tests/test_tenacity.py::TestWaitConditions::test_wait_combine PASSED [ 42%] tests/test_tenacity.py::TestWaitConditions::test_wait_double_sum PASSED [ 43%] tests/test_tenacity.py::TestWaitConditions::test_wait_exception PASSED [ 44%] tests/test_tenacity.py::TestWaitConditions::test_wait_exponential_jitter PASSED [ 45%] tests/test_tenacity.py::TestWaitConditions::test_wait_func PASSED [ 46%] tests/test_tenacity.py::TestWaitConditions::test_wait_random_exponential PASSED [ 46%] tests/test_tenacity.py::TestWaitConditions::test_wait_random_exponential_statistically PASSED [ 47%] tests/test_tenacity.py::TestWaitConditions::test_wait_retry_state_attributes PASSED [ 48%] tests/test_tenacity.py::TestWaitConditions::test_wait_triple_sum PASSED [ 49%] tests/test_tenacity.py::TestRetryConditions::test_retry_all PASSED [ 50%] tests/test_tenacity.py::TestRetryConditions::test_retry_and PASSED [ 50%] tests/test_tenacity.py::TestRetryConditions::test_retry_any PASSED [ 51%] tests/test_tenacity.py::TestRetryConditions::test_retry_if_exception_message_negative_no_inputs PASSED [ 52%] tests/test_tenacity.py::TestRetryConditions::test_retry_if_exception_message_negative_too_many_inputs PASSED [ 53%] tests/test_tenacity.py::TestRetryConditions::test_retry_if_not_result PASSED [ 53%] tests/test_tenacity.py::TestRetryConditions::test_retry_if_result PASSED [ 54%] tests/test_tenacity.py::TestRetryConditions::test_retry_or PASSED [ 55%] tests/test_tenacity.py::TestRetryConditions::test_retry_try_again PASSED [ 56%] tests/test_tenacity.py::TestRetryConditions::test_retry_try_again_forever PASSED [ 57%] tests/test_tenacity.py::TestRetryConditions::test_retry_try_again_forever_reraise PASSED [ 57%] tests/test_tenacity.py::TestDecoratorWrapper::test_defaults PASSED [ 58%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_except_exception_of_type PASSED [ 59%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_function_attributes PASSED [ 60%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_function_object PASSED [ 61%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_exception_cause_type PASSED [ 61%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_exception_message PASSED [ 62%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_exception_message_match PASSED [ 63%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_exception_of_type PASSED [ 64%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_not_exception_message PASSED [ 65%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_not_exception_message_delay PASSED [ 65%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_not_exception_message_match PASSED [ 66%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_preserves_argument_defaults PASSED [ 67%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_until_exception_of_type_attempt_number PASSED [ 68%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_until_exception_of_type_no_type PASSED [ 69%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_until_exception_of_type_wrong_exception PASSED [ 69%] tests/test_tenacity.py::TestDecoratorWrapper::test_with_stop_on_exception PASSED [ 70%] tests/test_tenacity.py::TestDecoratorWrapper::test_with_stop_on_return_value PASSED [ 71%] tests/test_tenacity.py::TestDecoratorWrapper::test_with_wait PASSED [ 72%] tests/test_tenacity.py::TestRetryWith::test_redefine_wait PASSED [ 73%] tests/test_tenacity.py::TestRetryWith::test_redefine_stop PASSED [ 73%] tests/test_tenacity.py::TestRetryWith::test_retry_error_cls_should_be_preserved PASSED [ 74%] tests/test_tenacity.py::TestRetryWith::test_retry_error_callback_should_be_preserved PASSED [ 75%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_after_attempts PASSED [ 76%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_before_attempts PASSED [ 76%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_before_sleep PASSED [ 77%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_before_sleep_log_raises PASSED [ 78%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_before_sleep_log_raises_with_exc_info PASSED [ 79%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_before_sleep_log_returns PASSED [ 80%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_before_sleep_log_returns_with_exc_info PASSED [ 80%] tests/test_tenacity.py::TestReraiseExceptions::test_reraise_by_default PASSED [ 81%] tests/test_tenacity.py::TestReraiseExceptions::test_reraise_from_retry_error PASSED [ 82%] tests/test_tenacity.py::TestReraiseExceptions::test_reraise_no_exception PASSED [ 83%] tests/test_tenacity.py::TestReraiseExceptions::test_reraise_timeout_from_retry_error PASSED [ 84%] tests/test_tenacity.py::TestStatistics::test_stats PASSED [ 84%] tests/test_tenacity.py::TestStatistics::test_stats_failing PASSED [ 85%] tests/test_tenacity.py::TestRetryErrorCallback::test_retry_error_callback PASSED [ 86%] tests/test_tenacity.py::TestContextManager::test_context_manager_on_error PASSED [ 87%] tests/test_tenacity.py::TestContextManager::test_context_manager_reraise PASSED [ 88%] tests/test_tenacity.py::TestContextManager::test_context_manager_retry_error PASSED [ 88%] tests/test_tenacity.py::TestContextManager::test_context_manager_retry_one PASSED [ 89%] tests/test_tenacity.py::TestInvokeAsCallable::test_retry_one PASSED [ 90%] tests/test_tenacity.py::TestInvokeAsCallable::test_on_error PASSED [ 91%] tests/test_tenacity.py::TestInvokeAsCallable::test_retry_error PASSED [ 92%] tests/test_tenacity.py::TestInvokeAsCallable::test_reraise PASSED [ 92%] tests/test_tenacity.py::TestRetryException::test_retry_error_is_pickleable PASSED [ 93%] tests/test_tenacity.py::TestRetryTyping::test_retry_type_annotations PASSED [ 94%] tests/test_tenacity.py::TestMockingSleep::test_decorated PASSED [ 95%] tests/test_tenacity.py::TestMockingSleep::test_decorated_retry_with PASSED [ 96%] tests/test_tornado.py::TestTornado::test_old_tornado PASSED [ 96%] tests/test_tornado.py::TestTornado::test_repr PASSED [ 97%] tests/test_tornado.py::TestTornado::test_retry PASSED [ 98%] tests/test_tornado.py::TestTornado::test_stop_after_attempt PASSED [ 99%] tests/test_utils.py::test_is_coroutine_callable PASSED [100%] =============================== warnings summary =============================== tests/test_asyncio.py::TestAsyncio::test_iscoroutinefunction /home/buildozer/aports/community/py3-tenacity/src/tenacity-9.1.4/tests/test_asyncio.py:78: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead assert asyncio.iscoroutinefunction(_retryable_coroutine) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======== 125 passed, 1 skipped, 1 warning, 12 subtests passed in 2.60s ========= >>> py3-tenacity: Entering fakeroot... /usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() /usr/lib/python3.14/site-packages/setuptools/__init__.py:92: _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`. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) /usr/lib/python3.14/site-packages/setuptools_scm/_integration/version_inference.py:51: UserWarning: version of tenacity already set warnings.warn(self.message) running install /usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity copying build/lib/tenacity/__init__.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity copying build/lib/tenacity/nap.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity copying build/lib/tenacity/_utils.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity copying build/lib/tenacity/stop.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity copying build/lib/tenacity/before.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity copying build/lib/tenacity/py.typed -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity copying build/lib/tenacity/before_sleep.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/asyncio copying build/lib/tenacity/asyncio/__init__.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/asyncio copying build/lib/tenacity/asyncio/retry.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/asyncio copying build/lib/tenacity/wait.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity copying build/lib/tenacity/retry.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity copying build/lib/tenacity/after.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity copying build/lib/tenacity/tornadoweb.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/nap.py to nap.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/_utils.py to _utils.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/stop.py to stop.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/before.py to before.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/before_sleep.py to before_sleep.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/asyncio/__init__.py to __init__.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/asyncio/retry.py to retry.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/wait.py to wait.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/retry.py to retry.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/after.py to after.cpython-314.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity/tornadoweb.py to tornadoweb.cpython-314.pyc running install_egg_info running egg_info writing tenacity.egg-info/PKG-INFO writing dependency_links to tenacity.egg-info/dependency_links.txt writing requirements to tenacity.egg-info/requires.txt writing top-level names to tenacity.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'tenacity.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'tenacity.egg-info/SOURCES.txt' Copying tenacity.egg-info to /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.14/site-packages/tenacity-9.1.4-py3.14.egg-info running install_scripts >>> py3-tenacity-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/tenacity/__pycache__' -> '/home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity-pyc/usr/lib/python3.14/site-packages/tenacity/__pycache__' 'usr/lib/python3.14/site-packages/tenacity/asyncio/__pycache__' -> '/home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity-pyc/usr/lib/python3.14/site-packages/tenacity/asyncio/__pycache__' >>> py3-tenacity-pyc*: Preparing subpackage py3-tenacity-pyc... >>> py3-tenacity-pyc*: Running postcheck for py3-tenacity-pyc >>> py3-tenacity*: Running postcheck for py3-tenacity >>> py3-tenacity*: Preparing package py3-tenacity... >>> py3-tenacity-pyc*: Tracing dependencies... python3~3.14 >>> py3-tenacity-pyc*: Package size: 129.4 KB >>> py3-tenacity-pyc*: Compressing data... >>> py3-tenacity-pyc*: Create checksum... >>> py3-tenacity-pyc*: Create py3-tenacity-pyc-9.1.4-r0.apk >>> py3-tenacity*: Tracing dependencies... python3 python3~3.14 >>> py3-tenacity*: Package size: 75.5 KB >>> py3-tenacity*: Compressing data... >>> py3-tenacity*: Create checksum... >>> py3-tenacity*: Create py3-tenacity-9.1.4-r0.apk >>> py3-tenacity: Build complete at Sat, 28 Mar 2026 06:53:46 +0000 elapsed time 0h 0m 8s >>> py3-tenacity: Cleaning up srcdir >>> py3-tenacity: Cleaning up pkgdir >>> py3-tenacity: Cleaning up tmpdir >>> py3-tenacity: Uninstalling dependencies... ( 1/46) Purging .makedepends-py3-tenacity (20260328.065341) ( 2/46) Purging py3-pytest-pyc (9.0.2-r1) ( 3/46) Purging py3-pytest (9.0.2-r1) ( 4/46) Purging py3-iniconfig-pyc (2.3.0-r1) ( 5/46) Purging py3-iniconfig (2.3.0-r1) ( 6/46) Purging py3-py-pyc (1.11.0-r5) ( 7/46) Purging py3-py (1.11.0-r5) ( 8/46) Purging py3-pygments-pyc (2.19.2-r1) ( 9/46) Purging py3-pygments (2.19.2-r1) (10/46) Purging py3-setuptools_scm-pyc (9.2.2-r1) (11/46) Purging py3-setuptools_scm (9.2.2-r1) (12/46) Purging py3-setuptools-pyc (82.0.1-r1) (13/46) Purging py3-setuptools (82.0.1-r1) (14/46) Purging py3-tornado-pyc (6.5.5-r1) (15/46) Purging py3-tornado (6.5.5-r1) (16/46) Purging py3-typeguard-pyc (4.5.1-r1) (17/46) Purging py3-typeguard (4.5.1-r1) (18/46) Purging py3-bracex-pyc (2.6-r1) (19/46) Purging py3-bracex (2.6-r1) (20/46) Purging py3-hatchling-pyc (1.29.0-r1) (21/46) Purging py3-hatchling (1.29.0-r1) (22/46) Purging py3-editables-pyc (0.5-r3) (23/46) Purging py3-editables (0.5-r3) (24/46) Purging py3-packaging-pyc (26.0-r1) (25/46) Purging py3-packaging (26.0-r1) (26/46) Purging py3-parsing-pyc (3.3.2-r1) (27/46) Purging py3-parsing (3.3.2-r1) (28/46) Purging py3-pathspec-pyc (1.0.4-r1) (29/46) Purging py3-pathspec (1.0.4-r1) (30/46) Purging py3-pluggy-pyc (1.6.0-r1) (31/46) Purging py3-pluggy (1.6.0-r1) (32/46) Purging py3-trove-classifiers-pyc (2026.1.14.14-r1) (33/46) Purging py3-trove-classifiers (2026.1.14.14-r1) (34/46) Purging py3-typing-extensions-pyc (4.15.0-r1) (35/46) Purging py3-typing-extensions (4.15.0-r1) (36/46) Purging python3-pyc (3.14.3-r0) (37/46) Purging python3-pycache-pyc0 (3.14.3-r0) (38/46) Purging pyc (3.14.3-r0) (39/46) Purging python3 (3.14.3-r0) (40/46) Purging gdbm (1.26-r0) (41/46) Purging libbz2 (1.0.8-r6) (42/46) Purging libffi (3.5.2-r0) (43/46) Purging libpanelw (6.6_p20251231-r0) (44/46) Purging mpdecimal (4.0.1-r0) (45/46) Purging sqlite-libs (3.51.2-r1) (46/46) Purging xz-libs (5.8.2-r0) Executing busybox-1.37.0-r31.trigger OK: 343.0 MiB in 104 packages >>> py3-tenacity: Updating the community/armhf repository index... >>> py3-tenacity: Signing the index...