>>> py3-tenacity: Building community/py3-tenacity 8.0.0-r1 (using abuild 3.9.0-r0) started Wed, 20 Apr 2022 06:21:05 +0000 >>> py3-tenacity: Checking sanity of /home/buildozer/aports/community/py3-tenacity/APKBUILD... >>> py3-tenacity: Analyzing dependencies... >>> py3-tenacity: Installing for build: build-base py3-tomli py3-setuptools py3-pytest py3-setuptools_scm py3-tornado py3-typeguard (1/30) Installing libbz2 (1.0.8-r1) (2/30) Installing libffi (3.4.2-r1) (3/30) Installing gdbm (1.23-r0) (4/30) Installing xz-libs (5.2.5-r1) (5/30) Installing mpdecimal (2.5.1-r1) (6/30) Installing readline (8.1.2-r0) (7/30) Installing sqlite-libs (3.38.2-r0) (8/30) Installing python3 (3.10.3-r1) (9/30) Installing py3-tomli (2.0.1-r1) (10/30) Installing py3-appdirs (1.4.4-r3) (11/30) Installing py3-more-itertools (8.12.0-r2) (12/30) Installing py3-ordered-set (4.0.2-r3) (13/30) Installing py3-parsing (2.4.7-r3) (14/30) Installing py3-six (1.16.0-r1) (15/30) Installing py3-packaging (21.3-r0) (16/30) Installing py3-setuptools (59.4.0-r0) (17/30) Installing py3-atomicwrites (1.4.0-r2) (18/30) Installing py3-attrs (21.4.0-r0) (19/30) Installing py3-iniconfig (1.1.1-r2) (20/30) Installing py3-pluggy (1.0.0-r0) (21/30) Installing py3-py (1.10.0-r2) (22/30) Installing py3-wcwidth (0.2.5-r2) (23/30) Installing py3-toml (0.10.2-r3) (24/30) Installing py3-pygments (2.11.2-r0) (25/30) Installing py3-pytest (6.2.5-r2) (26/30) Installing py3-setuptools_scm (6.4.2-r1) (27/30) Installing py3-tornado (6.1-r2) (28/30) Installing py3-bracex (2.2.1-r0) (29/30) Installing py3-typeguard (2.13.3-r0) (30/30) Installing .makedepends-py3-tenacity (20220420.062111) Executing busybox-1.35.0-r8.trigger OK: 441 MiB in 119 packages >>> py3-tenacity: Cleaning up srcdir >>> py3-tenacity: Cleaning up pkgdir >>> py3-tenacity: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/tenacity-8.0.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 35483 100 35483 0 0 38735 0 --:--:-- --:--:-- --:--:-- 38779 >>> py3-tenacity: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/tenacity-8.0.0.tar.gz >>> py3-tenacity: Checking sha512sums... tenacity-8.0.0.tar.gz: OK >>> py3-tenacity: Unpacking /var/cache/distfiles/v3.16/tenacity-8.0.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/tenacity copying tenacity/wait.py -> build/lib/tenacity copying tenacity/retry.py -> build/lib/tenacity copying tenacity/_asyncio.py -> build/lib/tenacity copying tenacity/_utils.py -> build/lib/tenacity copying tenacity/before.py -> build/lib/tenacity copying tenacity/before_sleep.py -> build/lib/tenacity copying tenacity/tornadoweb.py -> build/lib/tenacity copying tenacity/nap.py -> build/lib/tenacity copying tenacity/stop.py -> build/lib/tenacity copying tenacity/__init__.py -> build/lib/tenacity copying tenacity/after.py -> build/lib/tenacity copying tenacity/py.typed -> build/lib/tenacity ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-tenacity/src/tenacity-8.0.0, configfile: setup.cfg plugins: typeguard-0.0.0 collecting ... collected 103 items tests/test_asyncio.py::TestAsync::test_attempt_number_is_correct_for_interleaved_coroutines PASSED [ 0%] tests/test_asyncio.py::TestAsync::test_iscoroutinefunction PASSED [ 1%] tests/test_asyncio.py::TestAsync::test_repr PASSED [ 2%] tests/test_asyncio.py::TestAsync::test_retry PASSED [ 3%] tests/test_asyncio.py::TestAsync::test_retry_attributes PASSED [ 4%] tests/test_asyncio.py::TestAsync::test_retry_using_async_retying PASSED [ 5%] tests/test_asyncio.py::TestAsync::test_stop_after_attempt PASSED [ 6%] tests/test_asyncio.py::TestContextManager::test_do_max_attempts PASSED [ 7%] tests/test_asyncio.py::TestContextManager::test_reraise PASSED [ 8%] tests/test_asyncio.py::TestContextManager::test_sleeps PASSED [ 9%] tests/test_tenacity.py::TestBase::test_callstate_repr PASSED [ 10%] tests/test_tenacity.py::TestBase::test_retrying_repr PASSED [ 11%] tests/test_tenacity.py::TestStopConditions::test_legacy_explicit_stop_type PASSED [ 12%] tests/test_tenacity.py::TestStopConditions::test_never_stop PASSED [ 13%] tests/test_tenacity.py::TestStopConditions::test_stop_after_attempt PASSED [ 14%] tests/test_tenacity.py::TestStopConditions::test_stop_after_delay PASSED [ 15%] tests/test_tenacity.py::TestStopConditions::test_stop_all PASSED [ 16%] tests/test_tenacity.py::TestStopConditions::test_stop_and PASSED [ 17%] tests/test_tenacity.py::TestStopConditions::test_stop_any PASSED [ 18%] tests/test_tenacity.py::TestStopConditions::test_stop_func_with_retry_state PASSED [ 19%] tests/test_tenacity.py::TestStopConditions::test_stop_or PASSED [ 20%] tests/test_tenacity.py::TestWaitConditions::test_exponential PASSED [ 21%] tests/test_tenacity.py::TestWaitConditions::test_exponential_with_max_wait PASSED [ 22%] tests/test_tenacity.py::TestWaitConditions::test_exponential_with_max_wait_and_multiplier PASSED [ 23%] tests/test_tenacity.py::TestWaitConditions::test_exponential_with_min_wait PASSED [ 24%] tests/test_tenacity.py::TestWaitConditions::test_exponential_with_min_wait_and_max_wait PASSED [ 25%] tests/test_tenacity.py::TestWaitConditions::test_exponential_with_min_wait_and_multiplier PASSED [ 26%] tests/test_tenacity.py::TestWaitConditions::test_fixed_sleep PASSED [ 27%] tests/test_tenacity.py::TestWaitConditions::test_incrementing_sleep PASSED [ 28%] tests/test_tenacity.py::TestWaitConditions::test_legacy_explicit_wait_type PASSED [ 29%] tests/test_tenacity.py::TestWaitConditions::test_no_sleep PASSED [ 30%] tests/test_tenacity.py::TestWaitConditions::test_random_sleep PASSED [ 31%] tests/test_tenacity.py::TestWaitConditions::test_random_sleep_without_min PASSED [ 32%] tests/test_tenacity.py::TestWaitConditions::test_wait_arbitrary_sum PASSED [ 33%] tests/test_tenacity.py::TestWaitConditions::test_wait_chain PASSED [ 33%] tests/test_tenacity.py::TestWaitConditions::test_wait_chain_multiple_invocations PASSED [ 34%] tests/test_tenacity.py::TestWaitConditions::test_wait_combine PASSED [ 35%] tests/test_tenacity.py::TestWaitConditions::test_wait_double_sum PASSED [ 36%] tests/test_tenacity.py::TestWaitConditions::test_wait_func PASSED [ 37%] tests/test_tenacity.py::TestWaitConditions::test_wait_random_exponential PASSED [ 38%] tests/test_tenacity.py::TestWaitConditions::test_wait_random_exponential_statistically PASSED [ 39%] tests/test_tenacity.py::TestWaitConditions::test_wait_retry_state_attributes PASSED [ 40%] tests/test_tenacity.py::TestWaitConditions::test_wait_triple_sum PASSED [ 41%] tests/test_tenacity.py::TestRetryConditions::test_retry_all PASSED [ 42%] tests/test_tenacity.py::TestRetryConditions::test_retry_and PASSED [ 43%] tests/test_tenacity.py::TestRetryConditions::test_retry_any PASSED [ 44%] tests/test_tenacity.py::TestRetryConditions::test_retry_if_exception_message_negative_no_inputs PASSED [ 45%] tests/test_tenacity.py::TestRetryConditions::test_retry_if_exception_message_negative_too_many_inputs PASSED [ 46%] tests/test_tenacity.py::TestRetryConditions::test_retry_if_not_result PASSED [ 47%] tests/test_tenacity.py::TestRetryConditions::test_retry_if_result PASSED [ 48%] tests/test_tenacity.py::TestRetryConditions::test_retry_or PASSED [ 49%] tests/test_tenacity.py::TestRetryConditions::test_retry_try_again PASSED [ 50%] tests/test_tenacity.py::TestRetryConditions::test_retry_try_again_forever PASSED [ 51%] tests/test_tenacity.py::TestRetryConditions::test_retry_try_again_forever_reraise PASSED [ 52%] tests/test_tenacity.py::TestDecoratorWrapper::test_defaults PASSED [ 53%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_except_exception_of_type PASSED [ 54%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_function_object PASSED [ 55%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_exception_message PASSED [ 56%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_exception_message_match PASSED [ 57%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_exception_of_type PASSED [ 58%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_not_exception_message PASSED [ 59%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_not_exception_message_delay PASSED [ 60%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_if_not_exception_message_match PASSED [ 61%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_until_exception_of_type_attempt_number PASSED [ 62%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_until_exception_of_type_no_type PASSED [ 63%] tests/test_tenacity.py::TestDecoratorWrapper::test_retry_until_exception_of_type_wrong_exception PASSED [ 64%] tests/test_tenacity.py::TestDecoratorWrapper::test_with_stop_on_exception PASSED [ 65%] tests/test_tenacity.py::TestDecoratorWrapper::test_with_stop_on_return_value PASSED [ 66%] tests/test_tenacity.py::TestDecoratorWrapper::test_with_wait PASSED [ 66%] tests/test_tenacity.py::TestRetryWith::test_redefine_wait PASSED [ 67%] tests/test_tenacity.py::TestRetryWith::test_redefine_stop PASSED [ 68%] tests/test_tenacity.py::TestRetryWith::test_retry_error_cls_should_be_preserved PASSED [ 69%] tests/test_tenacity.py::TestRetryWith::test_retry_error_callback_should_be_preserved PASSED [ 70%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_after_attempts PASSED [ 71%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_before_attempts PASSED [ 72%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_before_sleep PASSED [ 73%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_before_sleep_log_raises PASSED [ 74%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_before_sleep_log_raises_with_exc_info PASSED [ 75%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_before_sleep_log_returns PASSED [ 76%] tests/test_tenacity.py::TestBeforeAfterAttempts::test_before_sleep_log_returns_with_exc_info PASSED [ 77%] tests/test_tenacity.py::TestReraiseExceptions::test_reraise_by_default PASSED [ 78%] tests/test_tenacity.py::TestReraiseExceptions::test_reraise_from_retry_error PASSED [ 79%] tests/test_tenacity.py::TestReraiseExceptions::test_reraise_no_exception PASSED [ 80%] tests/test_tenacity.py::TestReraiseExceptions::test_reraise_timeout_from_retry_error PASSED [ 81%] tests/test_tenacity.py::TestStatistics::test_stats PASSED [ 82%] tests/test_tenacity.py::TestStatistics::test_stats_failing PASSED [ 83%] tests/test_tenacity.py::TestRetryErrorCallback::test_retry_error_callback PASSED [ 84%] tests/test_tenacity.py::TestContextManager::test_context_manager_on_error PASSED [ 85%] tests/test_tenacity.py::TestContextManager::test_context_manager_reraise PASSED [ 86%] tests/test_tenacity.py::TestContextManager::test_context_manager_retry_error PASSED [ 87%] tests/test_tenacity.py::TestContextManager::test_context_manager_retry_one PASSED [ 88%] tests/test_tenacity.py::TestInvokeAsCallable::test_retry_one PASSED [ 89%] tests/test_tenacity.py::TestInvokeAsCallable::test_on_error PASSED [ 90%] tests/test_tenacity.py::TestInvokeAsCallable::test_retry_error PASSED [ 91%] 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 [ 97%] tests/test_tornado.py::TestTornado::test_repr PASSED [ 98%] tests/test_tornado.py::TestTornado::test_retry PASSED [ 99%] tests/test_tornado.py::TestTornado::test_stop_after_attempt PASSED [100%] =============================== warnings summary =============================== tests/test_asyncio.py::TestAsync::test_attempt_number_is_correct_for_interleaved_coroutines tests/test_asyncio.py::TestAsync::test_iscoroutinefunction tests/test_asyncio.py::TestAsync::test_retry tests/test_asyncio.py::TestAsync::test_retry_using_async_retying tests/test_asyncio.py::TestAsync::test_stop_after_attempt tests/test_asyncio.py::TestContextManager::test_do_max_attempts tests/test_asyncio.py::TestContextManager::test_reraise tests/test_asyncio.py::TestContextManager::test_sleeps /home/buildozer/aports/community/py3-tenacity/src/tenacity-8.0.0/tests/test_asyncio.py:32: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() tests/test_tornado.py::TestTornado::test_old_tornado tests/test_tornado.py::TestTornado::test_repr tests/test_tornado.py::TestTornado::test_retry tests/test_tornado.py::TestTornado::test_stop_after_attempt /usr/lib/python3.10/site-packages/tornado/ioloop.py:263: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() tests/test_tornado.py::TestTornado::test_old_tornado tests/test_tornado.py::TestTornado::test_repr tests/test_tornado.py::TestTornado::test_retry tests/test_tornado.py::TestTornado::test_stop_after_attempt /usr/lib/python3.10/site-packages/tornado/platform/asyncio.py:326: DeprecationWarning: There is no current event loop self.old_asyncio = asyncio.get_event_loop() -- Docs: https://docs.pytest.org/en/stable/warnings.html ======================= 103 passed, 16 warnings in 6.23s ======================= >>> py3-tenacity: Entering fakeroot... 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 install_lib creating /home/buildozer/aports/community/py3-tenacity/pkg creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity copying build/lib/tenacity/py.typed -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity copying build/lib/tenacity/wait.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity copying build/lib/tenacity/retry.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity copying build/lib/tenacity/_asyncio.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity copying build/lib/tenacity/_utils.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity copying build/lib/tenacity/before.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity copying build/lib/tenacity/before_sleep.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity copying build/lib/tenacity/tornadoweb.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity copying build/lib/tenacity/nap.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity copying build/lib/tenacity/stop.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity copying build/lib/tenacity/__init__.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity copying build/lib/tenacity/after.py -> /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity/wait.py to wait.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity/retry.py to retry.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity/_asyncio.py to _asyncio.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity/_utils.py to _utils.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity/before.py to before.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity/before_sleep.py to before_sleep.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity/tornadoweb.py to tornadoweb.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity/nap.py to nap.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity/stop.py to stop.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-tenacity/pkg/py3-tenacity/usr/lib/python3.10/site-packages/tenacity/after.py to after.cpython-310.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 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.10/site-packages/tenacity-8.0.0-py3.10.egg-info running install_scripts >>> py3-tenacity*: Running postcheck for py3-tenacity >>> py3-tenacity*: Preparing package py3-tenacity... >>> py3-tenacity*: Tracing dependencies... >>> py3-tenacity*: Package size: 188.0 KB >>> py3-tenacity*: Compressing data... >>> py3-tenacity*: Create checksum... >>> py3-tenacity*: Create py3-tenacity-8.0.0-r1.apk >>> py3-tenacity: Build complete at Wed, 20 Apr 2022 06:21:25 +0000 elapsed time 0h 0m 20s >>> py3-tenacity: Cleaning up srcdir >>> py3-tenacity: Cleaning up pkgdir >>> py3-tenacity: Uninstalling dependencies... (1/30) Purging .makedepends-py3-tenacity (20220420.062111) (2/30) Purging py3-pytest (6.2.5-r2) (3/30) Purging py3-atomicwrites (1.4.0-r2) (4/30) Purging py3-attrs (21.4.0-r0) (5/30) Purging py3-iniconfig (1.1.1-r2) (6/30) Purging py3-pluggy (1.0.0-r0) (7/30) Purging py3-py (1.10.0-r2) (8/30) Purging py3-wcwidth (0.2.5-r2) (9/30) Purging py3-toml (0.10.2-r3) (10/30) Purging py3-pygments (2.11.2-r0) (11/30) Purging py3-setuptools_scm (6.4.2-r1) (12/30) Purging py3-setuptools (59.4.0-r0) (13/30) Purging py3-appdirs (1.4.4-r3) (14/30) Purging py3-more-itertools (8.12.0-r2) (15/30) Purging py3-ordered-set (4.0.2-r3) (16/30) Purging py3-tomli (2.0.1-r1) (17/30) Purging py3-packaging (21.3-r0) (18/30) Purging py3-parsing (2.4.7-r3) (19/30) Purging py3-six (1.16.0-r1) (20/30) Purging py3-tornado (6.1-r2) (21/30) Purging py3-typeguard (2.13.3-r0) (22/30) Purging py3-bracex (2.2.1-r0) (23/30) Purging python3 (3.10.3-r1) (24/30) Purging libbz2 (1.0.8-r1) (25/30) Purging libffi (3.4.2-r1) (26/30) Purging gdbm (1.23-r0) (27/30) Purging xz-libs (5.2.5-r1) (28/30) Purging mpdecimal (2.5.1-r1) (29/30) Purging readline (8.1.2-r0) (30/30) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r8.trigger OK: 367 MiB in 89 packages >>> py3-tenacity: Updating the community/ppc64le repository index... >>> py3-tenacity: Signing the index...