>>> py3-retrying: Building community/py3-retrying 1.3.3-r2 (using abuild 3.8.0-r0) started Sun, 03 Oct 2021 09:56:50 +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.3-r2) (2/13) Installing gdbm (1.20-r2) (3/13) Installing mpdecimal (2.5.1-r1) (4/13) Installing readline (8.1.1-r0) (5/13) Installing sqlite-libs (3.36.0-r0) (6/13) Installing python3 (3.9.7-r2) (7/13) Installing py3-six (1.15.0-r1) (8/13) Installing py3-ordered-set (4.0.2-r2) (9/13) Installing py3-appdirs (1.4.4-r2) (10/13) Installing py3-parsing (2.4.7-r2) (11/13) Installing py3-packaging (20.9-r1) (12/13) Installing py3-setuptools (52.0.0-r4) (13/13) Installing .makedepends-py3-retrying (20211003.095651) Executing busybox-1.34.1-r0.trigger OK: 372 MiB in 115 packages >>> py3-retrying: Cleaning up srcdir >>> py3-retrying: Cleaning up pkgdir >>> py3-retrying: Fetching https://distfiles.alpinelinux.org/distfiles/py3-retrying-1.3.3.tar.gz >>> py3-retrying: Fetching https://distfiles.alpinelinux.org/distfiles/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/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.261s 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, 03 Oct 2021 09:56:54 +0000 elapsed time 0h 0m 4s >>> py3-retrying: Cleaning up srcdir >>> py3-retrying: Cleaning up pkgdir >>> py3-retrying: Uninstalling dependencies... (1/13) Purging .makedepends-py3-retrying (20211003.095651) (2/13) Purging py3-setuptools (52.0.0-r4) (3/13) Purging py3-ordered-set (4.0.2-r2) (4/13) Purging py3-appdirs (1.4.4-r2) (5/13) Purging py3-packaging (20.9-r1) (6/13) Purging py3-parsing (2.4.7-r2) (7/13) Purging py3-six (1.15.0-r1) (8/13) Purging python3 (3.9.7-r2) (9/13) Purging libffi (3.3-r2) (10/13) Purging gdbm (1.20-r2) (11/13) Purging mpdecimal (2.5.1-r1) (12/13) Purging readline (8.1.1-r0) (13/13) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r0.trigger OK: 321 MiB in 102 packages >>> py3-retrying: Updating the community/x86 repository index... >>> py3-retrying: Signing the index...