>>> py3-retrying: Building community/py3-retrying 1.3.3-r5 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 01:16:08 +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/18) Installing gdbm (1.23-r1) (2/18) Installing mpdecimal (2.5.1-r2) (3/18) Installing libpanelw (6.4_p20230401-r4) (4/18) Installing readline (8.2.1-r1) (5/18) Installing sqlite-libs (3.41.2-r2) (6/18) Installing python3 (3.11.3-r10) (7/18) Installing python3-pycache-pyc0 (3.11.3-r10) (8/18) Installing pyc (0.1-r0) (9/18) Installing python3-pyc (3.11.3-r10) (10/18) Installing py3-six (1.16.0-r6) (11/18) Installing py3-six-pyc (1.16.0-r6) (12/18) Installing py3-parsing (3.0.9-r2) (13/18) Installing py3-parsing-pyc (3.0.9-r2) (14/18) Installing py3-packaging (23.1-r1) (15/18) Installing py3-packaging-pyc (23.1-r1) (16/18) Installing py3-setuptools (67.7.0-r0) (17/18) Installing py3-setuptools-pyc (67.7.0-r0) (18/18) Installing .makedepends-py3-retrying (20230421.011609) Executing busybox-1.36.0-r7.trigger OK: 961 MiB in 126 packages >>> py3-retrying: Cleaning up srcdir >>> py3-retrying: Cleaning up pkgdir >>> py3-retrying: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-retrying-1.3.3.tar.gz >>> 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.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 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.256s 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.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 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.11 creating /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.11/site-packages copying build/lib/retrying.py -> /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.11/site-packages/retrying.py to retrying.cpython-311.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.11/site-packages/retrying-1.3.3-py3.11.egg-info running install_scripts >>> py3-retrying-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.11/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-retrying/pkg/py3-retrying-pyc/usr/lib/python3.11/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.11 >>> py3-retrying-pyc*: Package size: 40.0 KB >>> py3-retrying-pyc*: Compressing data... >>> py3-retrying-pyc*: Create checksum... >>> py3-retrying-pyc*: Create py3-retrying-pyc-1.3.3-r5.apk >>> py3-retrying*: Tracing dependencies... python3 py3-six python3~3.11 >>> py3-retrying*: Package size: 60.0 KB >>> py3-retrying*: Compressing data... >>> py3-retrying*: Create checksum... >>> py3-retrying*: Create py3-retrying-1.3.3-r5.apk >>> py3-retrying: Build complete at Fri, 21 Apr 2023 01:16:11 +0000 elapsed time 0h 0m 3s >>> py3-retrying: Cleaning up srcdir >>> py3-retrying: Cleaning up pkgdir >>> py3-retrying: Uninstalling dependencies... (1/18) Purging .makedepends-py3-retrying (20230421.011609) (2/18) Purging py3-six-pyc (1.16.0-r6) (3/18) Purging py3-six (1.16.0-r6) (4/18) Purging py3-setuptools-pyc (67.7.0-r0) (5/18) Purging py3-setuptools (67.7.0-r0) (6/18) Purging py3-packaging-pyc (23.1-r1) (7/18) Purging py3-packaging (23.1-r1) (8/18) Purging py3-parsing-pyc (3.0.9-r2) (9/18) Purging py3-parsing (3.0.9-r2) (10/18) Purging python3-pyc (3.11.3-r10) (11/18) Purging python3-pycache-pyc0 (3.11.3-r10) (12/18) Purging pyc (0.1-r0) (13/18) Purging python3 (3.11.3-r10) (14/18) Purging gdbm (1.23-r1) (15/18) Purging libpanelw (6.4_p20230401-r4) (16/18) Purging mpdecimal (2.5.1-r2) (17/18) Purging readline (8.2.1-r1) (18/18) Purging sqlite-libs (3.41.2-r2) Executing busybox-1.36.0-r7.trigger OK: 916 MiB in 108 packages >>> py3-retrying: Updating the community/armv7 repository index... >>> py3-retrying: Signing the index...