>>> py3-retrying: Building community/py3-retrying 1.3.3-r6 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 17:39:24 +0000 >>> py3-retrying: Checking sanity of /home/buildozer/aports/community/py3-retrying/APKBUILD... >>> WARNING: py3-retrying: No maintainer >>> py3-retrying: Analyzing dependencies... >>> py3-retrying: Installing for build: build-base python3 py3-six py3-setuptools (1/19) Installing libffi (3.4.6-r0) (2/19) Installing gdbm (1.23-r1) (3/19) Installing mpdecimal (4.0.0-r0) (4/19) Installing libpanelw (6.4_p20240330-r0) (5/19) Installing readline (8.2.10-r0) (6/19) Installing sqlite-libs (3.45.2-r0) (7/19) Installing python3 (3.12.2-r1) (8/19) Installing python3-pycache-pyc0 (3.12.2-r1) (9/19) Installing pyc (3.12.2-r1) (10/19) Installing python3-pyc (3.12.2-r1) (11/19) Installing py3-six (1.16.0-r9) (12/19) Installing py3-six-pyc (1.16.0-r9) (13/19) Installing py3-parsing (3.1.2-r1) (14/19) Installing py3-parsing-pyc (3.1.2-r1) (15/19) Installing py3-packaging (24.0-r1) (16/19) Installing py3-packaging-pyc (24.0-r1) (17/19) Installing py3-setuptools (69.2.0-r1) (18/19) Installing py3-setuptools-pyc (69.2.0-r1) (19/19) Installing .makedepends-py3-retrying (20240412.173926) Executing busybox-1.36.1-r25.trigger OK: 426 MiB in 132 packages >>> py3-retrying: Cleaning up srcdir >>> py3-retrying: Cleaning up pkgdir >>> py3-retrying: Cleaning up tmpdir >>> py3-retrying: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-retrying-1.3.3.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 11648 100 11648 0 0 73642 0 --:--:-- --:--:-- --:--:-- 74191 >>> py3-retrying: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-retrying-1.3.3.tar.gz >>> py3-retrying: Checking sha512sums... py3-retrying-1.3.3.tar.gz: OK >>> py3-retrying: Unpacking /var/cache/distfiles/edge/py3-retrying-1.3.3.tar.gz... running build running build_py creating build creating build/lib copying retrying.py -> build/lib 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.12/site-packages/setuptools/command/test.py:193: _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.12/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`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.12/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`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info creating retrying.egg-info writing retrying.egg-info/PKG-INFO writing dependency_links to retrying.egg-info/dependency_links.txt writing requirements to retrying.egg-info/requires.txt writing top-level names to retrying.egg-info/top_level.txt writing manifest file 'retrying.egg-info/SOURCES.txt' reading manifest file 'retrying.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'NOTICE' adding license file 'AUTHORS.rst' writing manifest file 'retrying.egg-info/SOURCES.txt' running build_ext test_defaults (test_retrying.TestDecoratorWrapper.test_defaults) ... ok test_retry_if_exception_of_type (test_retrying.TestDecoratorWrapper.test_retry_if_exception_of_type) ... ok test_with_stop_on_exception (test_retrying.TestDecoratorWrapper.test_with_stop_on_exception) ... ok test_with_stop_on_return_value (test_retrying.TestDecoratorWrapper.test_with_stop_on_return_value) ... ok test_with_wait (test_retrying.TestDecoratorWrapper.test_with_wait) ... ok test_wrapped_exception (test_retrying.TestDecoratorWrapper.test_wrapped_exception) ... ok test_legacy_explicit_stop_type (test_retrying.TestStopConditions.test_legacy_explicit_stop_type) ... ok test_never_stop (test_retrying.TestStopConditions.test_never_stop) ... ok test_stop_after_attempt (test_retrying.TestStopConditions.test_stop_after_attempt) ... ok test_stop_after_delay (test_retrying.TestStopConditions.test_stop_after_delay) ... ok test_stop_func (test_retrying.TestStopConditions.test_stop_func) ... ok test_exponential (test_retrying.TestWaitConditions.test_exponential) ... ok test_exponential_with_max_wait (test_retrying.TestWaitConditions.test_exponential_with_max_wait) ... ok test_exponential_with_max_wait_and_multiplier (test_retrying.TestWaitConditions.test_exponential_with_max_wait_and_multiplier) ... ok test_fixed_sleep (test_retrying.TestWaitConditions.test_fixed_sleep) ... ok test_incrementing_sleep (test_retrying.TestWaitConditions.test_incrementing_sleep) ... ok test_legacy_explicit_wait_type (test_retrying.TestWaitConditions.test_legacy_explicit_wait_type) ... ok test_no_sleep (test_retrying.TestWaitConditions.test_no_sleep) ... ok test_random_sleep (test_retrying.TestWaitConditions.test_random_sleep) ... ok test_random_sleep_without_min (test_retrying.TestWaitConditions.test_random_sleep_without_min) ... ok test_wait_func (test_retrying.TestWaitConditions.test_wait_func) ... ok ---------------------------------------------------------------------- Ran 21 tests in 0.265s OK Detected Exception of type: Detected Exception of type: Detected Exception of type: Detected Exception of type: Detected Exception of type: Detected Exception of type: Hi there, I'm a NameError Detected Exception of type: Detected Exception of type: Detected Exception of type: RetryError[Attempts: 3, Error: File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/retrying.py", line 200, in call attempt = Attempt(fn(*args, **kwargs), attempt_number, False) ^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/test_retrying.py", line 277, in _retryable_test_with_exception_type_io_attempt_limit_wrap return thing.go() ^^^^^^^^^^ File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/test_retrying.py", line 170, in go raise IOError("Hi there, I'm an IOError") ] Detected Exception of type: Detected Exception of type: Detected Exception of type: Detected Exception of type: Detected Exception of type: Detected Exception of type: Hi there, I'm a NameError Detected Exception of type: Detected Exception of type: Detected Exception of type: RetryError[Attempts: 3, Error: File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/retrying.py", line 200, in call attempt = Attempt(fn(*args, **kwargs), attempt_number, False) ^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/test_retrying.py", line 312, in _retryable_test_with_exception_type_custom_attempt_limit_wrap return thing.go() ^^^^^^^^^^ File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/test_retrying.py", line 226, in go raise CustomError(derived_message) ] Hi there, I'm an IOError RetryError[Attempts: 3, Value: None] Detected Exception of type: Detected Exception of type: Detected Exception of type: Detected Exception of type: Detected Exception of type: Detected Exception of type: RetryError[Attempts: 1, Error: File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/retrying.py", line 200, in call attempt = Attempt(fn(*args, **kwargs), attempt_number, False) ^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/test_retrying.py", line 262, in _retryable_test_with_exception_type_io_wrap return thing.go() ^^^^^^^^^^ File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/test_retrying.py", line 189, in go raise NameError("Hi there, I'm a NameError") ] Detected Exception of type: Detected Exception of type: Detected Exception of type: RetryError[Attempts: 3, Error: File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/retrying.py", line 200, in call attempt = Attempt(fn(*args, **kwargs), attempt_number, False) ^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/test_retrying.py", line 277, in _retryable_test_with_exception_type_io_attempt_limit_wrap return thing.go() ^^^^^^^^^^ File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/test_retrying.py", line 170, in go raise IOError("Hi there, I'm an IOError") ] Detected Exception of type: Detected Exception of type: Detected Exception of type: Detected Exception of type: Detected Exception of type: Detected Exception of type: RetryError[Attempts: 1, Error: File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/retrying.py", line 200, in call attempt = Attempt(fn(*args, **kwargs), attempt_number, False) ^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/test_retrying.py", line 297, in _retryable_test_with_exception_type_custom_wrap return thing.go() ^^^^^^^^^^ File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/test_retrying.py", line 189, in go raise NameError("Hi there, I'm a NameError") ] Detected Exception of type: Detected Exception of type: Detected Exception of type: RetryError[Attempts: 3, Error: File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/retrying.py", line 200, in call attempt = Attempt(fn(*args, **kwargs), attempt_number, False) ^^^^^^^^^^^^^^^^^^^ File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/test_retrying.py", line 312, in _retryable_test_with_exception_type_custom_attempt_limit_wrap return thing.go() ^^^^^^^^^^ File "/home/buildozer/aports/community/py3-retrying/src/retrying-1.3.3/test_retrying.py", line 226, in go raise CustomError(derived_message) ] >>> py3-retrying: Entering fakeroot... running install /usr/lib/python3.12/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 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 creating /home/buildozer/aports/community/py3-retrying/pkg creating /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying creating /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr creating /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib creating /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.12 creating /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.12/site-packages copying build/lib/retrying.py -> /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.12/site-packages byte-compiling /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.12/site-packages/retrying.py to retrying.cpython-312.pyc running install_egg_info running egg_info writing retrying.egg-info/PKG-INFO writing dependency_links to retrying.egg-info/dependency_links.txt writing requirements to retrying.egg-info/requires.txt writing top-level names to retrying.egg-info/top_level.txt reading manifest file 'retrying.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'NOTICE' adding license file 'AUTHORS.rst' writing manifest file 'retrying.egg-info/SOURCES.txt' Copying retrying.egg-info to /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.12/site-packages/retrying-1.3.3-py3.12.egg-info running install_scripts >>> py3-retrying-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.12/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-retrying/pkg/py3-retrying-pyc/usr/lib/python3.12/site-packages/__pycache__' >>> py3-retrying-pyc*: Preparing subpackage py3-retrying-pyc... >>> py3-retrying-pyc*: Running postcheck for py3-retrying-pyc >>> py3-retrying*: Running postcheck for py3-retrying >>> py3-retrying*: Preparing package py3-retrying... >>> py3-retrying-pyc*: Tracing dependencies... python3 py3-six python3~3.12 >>> py3-retrying-pyc*: Package size: 36.0 KB >>> py3-retrying-pyc*: Compressing data... >>> py3-retrying-pyc*: Create checksum... >>> py3-retrying-pyc*: Create py3-retrying-pyc-1.3.3-r6.apk >>> py3-retrying*: Tracing dependencies... python3 py3-six python3~3.12 >>> py3-retrying*: Package size: 60.0 KB >>> py3-retrying*: Compressing data... >>> py3-retrying*: Create checksum... >>> py3-retrying*: Create py3-retrying-1.3.3-r6.apk >>> py3-retrying: Build complete at Fri, 12 Apr 2024 17:39:30 +0000 elapsed time 0h 0m 6s >>> py3-retrying: Cleaning up srcdir >>> py3-retrying: Cleaning up pkgdir >>> py3-retrying: Uninstalling dependencies... (1/19) Purging .makedepends-py3-retrying (20240412.173926) (2/19) Purging py3-six-pyc (1.16.0-r9) (3/19) Purging py3-six (1.16.0-r9) (4/19) Purging py3-setuptools-pyc (69.2.0-r1) (5/19) Purging py3-setuptools (69.2.0-r1) (6/19) Purging py3-packaging-pyc (24.0-r1) (7/19) Purging py3-packaging (24.0-r1) (8/19) Purging py3-parsing-pyc (3.1.2-r1) (9/19) Purging py3-parsing (3.1.2-r1) (10/19) Purging python3-pyc (3.12.2-r1) (11/19) Purging python3-pycache-pyc0 (3.12.2-r1) (12/19) Purging pyc (3.12.2-r1) (13/19) Purging python3 (3.12.2-r1) (14/19) Purging gdbm (1.23-r1) (15/19) Purging libffi (3.4.6-r0) (16/19) Purging libpanelw (6.4_p20240330-r0) (17/19) Purging mpdecimal (4.0.0-r0) (18/19) Purging readline (8.2.10-r0) (19/19) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> py3-retrying: Updating the community/x86 repository index... >>> py3-retrying: Signing the index...