>>> py3-retrying: Building community/py3-retrying 1.3.3-r3 (using abuild 3.9.0-r0) started Wed, 15 Dec 2021 23:33:51 +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/13) Installing libffi (3.4.2-r1) (2/13) Installing gdbm (1.22-r0) (3/13) Installing mpdecimal (2.5.1-r1) (4/13) Installing readline (8.1.1-r0) (5/13) Installing sqlite-libs (3.37.0-r0) (6/13) Installing python3 (3.10.1-r0) (7/13) Installing py3-six (1.16.0-r1) (8/13) Installing py3-ordered-set (4.0.2-r3) (9/13) Installing py3-appdirs (1.4.4-r3) (10/13) Installing py3-parsing (2.4.7-r3) (11/13) Installing py3-packaging (21.3-r0) (12/13) Installing py3-setuptools (52.0.0-r5) (13/13) Installing .makedepends-py3-retrying (20211215.233354) Executing busybox-1.34.1-r5.trigger OK: 397 MiB in 121 packages >>> py3-retrying: Cleaning up srcdir >>> py3-retrying: Cleaning up pkgdir >>> py3-retrying: Fetching py3-retrying-1.3.3.tar.gz::https://github.com/rholder/retrying/archive/v1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 124 0 124 0 0 536 0 --:--:-- --:--:-- --:--:-- 536 100 11648 0 11648 0 0 26589 0 --:--:-- --:--:-- --:--:-- 26589 >>> py3-retrying: Fetching py3-retrying-1.3.3.tar.gz::https://github.com/rholder/retrying/archive/v1.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. 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' writing manifest file 'retrying.egg-info/SOURCES.txt' running build_ext test_defaults (test_retrying.TestDecoratorWrapper) ... ok test_retry_if_exception_of_type (test_retrying.TestDecoratorWrapper) ... ok test_with_stop_on_exception (test_retrying.TestDecoratorWrapper) ... ok test_with_stop_on_return_value (test_retrying.TestDecoratorWrapper) ... ok test_with_wait (test_retrying.TestDecoratorWrapper) ... ok test_wrapped_exception (test_retrying.TestDecoratorWrapper) ... ok test_legacy_explicit_stop_type (test_retrying.TestStopConditions) ... ok test_never_stop (test_retrying.TestStopConditions) ... ok test_stop_after_attempt (test_retrying.TestStopConditions) ... ok test_stop_after_delay (test_retrying.TestStopConditions) ... ok test_stop_func (test_retrying.TestStopConditions) ... ok test_exponential (test_retrying.TestWaitConditions) ... ok test_exponential_with_max_wait (test_retrying.TestWaitConditions) ... ok test_exponential_with_max_wait_and_multiplier (test_retrying.TestWaitConditions) ... ok test_fixed_sleep (test_retrying.TestWaitConditions) ... ok test_incrementing_sleep (test_retrying.TestWaitConditions) ... ok test_legacy_explicit_wait_type (test_retrying.TestWaitConditions) ... ok test_no_sleep (test_retrying.TestWaitConditions) ... ok test_random_sleep (test_retrying.TestWaitConditions) ... ok test_random_sleep_without_min (test_retrying.TestWaitConditions) ... ok test_wait_func (test_retrying.TestWaitConditions) ... ok ---------------------------------------------------------------------- Ran 21 tests in 0.260s 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 running build running build_py 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.10 creating /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.10/site-packages copying build/lib/retrying.py -> /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.10/site-packages byte-compiling /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.10/site-packages/retrying.py to retrying.cpython-310.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' 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.10/site-packages/retrying-1.3.3-py3.10.egg-info running install_scripts >>> py3-retrying*: Running postcheck for py3-retrying >>> py3-retrying*: Preparing package py3-retrying... >>> py3-retrying*: Tracing dependencies... >>> py3-retrying*: Package size: 76.0 KB >>> py3-retrying*: Compressing data... >>> py3-retrying*: Create checksum... >>> py3-retrying*: Create py3-retrying-1.3.3-r3.apk >>> py3-retrying: Build complete at Wed, 15 Dec 2021 23:33:57 +0000 elapsed time 0h 0m 6s >>> py3-retrying: Cleaning up srcdir >>> py3-retrying: Cleaning up pkgdir >>> py3-retrying: Uninstalling dependencies... (1/13) Purging .makedepends-py3-retrying (20211215.233354) (2/13) Purging py3-setuptools (52.0.0-r5) (3/13) Purging py3-ordered-set (4.0.2-r3) (4/13) Purging py3-appdirs (1.4.4-r3) (5/13) Purging py3-packaging (21.3-r0) (6/13) Purging py3-parsing (2.4.7-r3) (7/13) Purging py3-six (1.16.0-r1) (8/13) Purging python3 (3.10.1-r0) (9/13) Purging libffi (3.4.2-r1) (10/13) Purging gdbm (1.22-r0) (11/13) Purging mpdecimal (2.5.1-r1) (12/13) Purging readline (8.1.1-r0) (13/13) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 345 MiB in 108 packages >>> py3-retrying: Updating the community/x86_64 repository index... >>> py3-retrying: Signing the index...