>>> py3-retrying: Building community/py3-retrying 1.3.3-r2 (using abuild 3.9.0_rc2-r1) started Sun, 17 Oct 2021 22:19:09 +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/15) Installing libbz2 (1.0.8-r1) (2/15) Installing libffi (3.4.2-r1) (3/15) Installing gdbm (1.20-r2) (4/15) Installing xz-libs (5.2.5-r0) (5/15) Installing mpdecimal (2.5.1-r1) (6/15) Installing readline (8.1.1-r0) (7/15) Installing sqlite-libs (3.36.0-r0) (8/15) Installing python3 (3.9.7-r3) (9/15) Installing py3-six (1.15.0-r1) (10/15) Installing py3-ordered-set (4.0.2-r2) (11/15) Installing py3-appdirs (1.4.4-r2) (12/15) Installing py3-parsing (2.4.7-r2) (13/15) Installing py3-packaging (20.9-r1) (14/15) Installing py3-setuptools (52.0.0-r4) (15/15) Installing .makedepends-py3-retrying (20211017.221910) Executing busybox-1.34.1-r1.trigger OK: 393 MiB in 105 packages >>> py3-retrying: Cleaning up srcdir >>> py3-retrying: Cleaning up pkgdir >>> py3-retrying: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/py3-retrying-1.3.3.tar.gz >>> py3-retrying: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/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/v3.15/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.9 creating /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.9/site-packages copying build/lib/retrying.py -> /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.9/site-packages byte-compiling /home/buildozer/aports/community/py3-retrying/pkg/py3-retrying/usr/lib/python3.9/site-packages/retrying.py to retrying.cpython-39.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.9/site-packages/retrying-1.3.3-py3.9.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-r2.apk >>> py3-retrying: Build complete at Sun, 17 Oct 2021 22:19:13 +0000 elapsed time 0h 0m 4s >>> py3-retrying: Cleaning up srcdir >>> py3-retrying: Cleaning up pkgdir >>> py3-retrying: Uninstalling dependencies... (1/15) Purging .makedepends-py3-retrying (20211017.221910) (2/15) Purging py3-setuptools (52.0.0-r4) (3/15) Purging py3-ordered-set (4.0.2-r2) (4/15) Purging py3-appdirs (1.4.4-r2) (5/15) Purging py3-packaging (20.9-r1) (6/15) Purging py3-parsing (2.4.7-r2) (7/15) Purging py3-six (1.15.0-r1) (8/15) Purging python3 (3.9.7-r3) (9/15) Purging libbz2 (1.0.8-r1) (10/15) Purging libffi (3.4.2-r1) (11/15) Purging gdbm (1.20-r2) (12/15) Purging xz-libs (5.2.5-r0) (13/15) Purging mpdecimal (2.5.1-r1) (14/15) Purging readline (8.1.1-r0) (15/15) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 342 MiB in 90 packages >>> py3-retrying: Updating the community/x86_64 repository index... >>> py3-retrying: Signing the index...