>>> py3-prawcore: Building community/py3-prawcore 1.5.0-r0 (using abuild 3.7.0_rc1-r2) started Mon, 28 Dec 2020 09:40:38 +0000 >>> py3-prawcore: Checking sanity of /home/buildozer/aports/community/py3-prawcore/APKBUILD... >>> py3-prawcore: Analyzing dependencies... >>> py3-prawcore: Installing for build: build-base py3-setuptools py3-requests py3-mock py3-betamax py3-betamax_matchers py3-betamax_serializers py3-testfixtures (1/26) Installing libbz2 (1.0.8-r1) (2/26) Installing libffi (3.3-r2) (3/26) Installing gdbm (1.19-r0) (4/26) Installing xz-libs (5.2.5-r0) (5/26) Installing readline (8.0.4-r0) (6/26) Installing sqlite-libs (3.34.0-r0) (7/26) Installing python3 (3.8.7-r0) (8/26) Installing py3-ordered-set (4.0.2-r0) (9/26) Installing py3-appdirs (1.4.4-r1) (10/26) Installing py3-parsing (2.4.7-r1) (11/26) Installing py3-six (1.15.0-r0) (12/26) Installing py3-packaging (20.8-r0) (13/26) Installing py3-setuptools (51.0.0-r0) (14/26) Installing py3-chardet (4.0.0-r0) (15/26) Installing py3-idna (2.10-r0) (16/26) Installing py3-urllib3 (1.26.2-r1) (17/26) Installing py3-requests (2.25.1-r0) (18/26) Installing py3-pbr (5.5.1-r0) (19/26) Installing py3-mock (4.0.3-r0) (20/26) Installing py3-betamax (0.8.1-r1) (21/26) Installing py3-betamax_matchers (0.4.0-r0) (22/26) Installing yaml (0.2.5-r0) (23/26) Installing py3-yaml (5.3.1-r1) (24/26) Installing py3-betamax_serializers (0.2.1-r0) (25/26) Installing py3-testfixtures (6.17.0-r0) (26/26) Installing .makedepends-py3-prawcore (20201228.094039) Executing busybox-1.32.0-r8.trigger OK: 368 MiB in 112 packages >>> py3-prawcore: Cleaning up srcdir >>> py3-prawcore: Cleaning up pkgdir >>> py3-prawcore: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/py3-prawcore-1.5.0.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 71 1126k 71 800k 0 0 9095k 0 --:--:-- --:--:-- --:--:-- 8993k 100 1126k 100 1126k 0 0 11.9M 0 --:--:-- --:--:-- --:--:-- 11.8M >>> py3-prawcore: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/py3-prawcore-1.5.0.tar.gz >>> py3-prawcore: Checking sha512sums... py3-prawcore-1.5.0.tar.gz: OK >>> py3-prawcore: Unpacking /var/cache/distfiles/v3.13/py3-prawcore-1.5.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/prawcore copying prawcore/sessions.py -> build/lib/prawcore copying prawcore/util.py -> build/lib/prawcore copying prawcore/const.py -> build/lib/prawcore copying prawcore/__init__.py -> build/lib/prawcore copying prawcore/rate_limit.py -> build/lib/prawcore copying prawcore/requestor.py -> build/lib/prawcore copying prawcore/exceptions.py -> build/lib/prawcore copying prawcore/auth.py -> build/lib/prawcore 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 prawcore.egg-info writing prawcore.egg-info/PKG-INFO writing dependency_links to prawcore.egg-info/dependency_links.txt writing requirements to prawcore.egg-info/requires.txt writing top-level names to prawcore.egg-info/top_level.txt writing manifest file 'prawcore.egg-info/SOURCES.txt' reading manifest file 'prawcore.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'prawcore.egg-info/SOURCES.txt' running build_ext test_authorize__fail_without_redirect_uri (tests.test_authorizer.AuthorizerTest) ... ok test_authorize__with_invalid_code (tests.test_authorizer.AuthorizerTest) ... ok test_authorize__with_permanent_grant (tests.test_authorizer.AuthorizerTest) ... ok test_authorize__with_temporary_grant (tests.test_authorizer.AuthorizerTest) ... ok test_initialize (tests.test_authorizer.AuthorizerTest) ... ok test_initialize__with_refresh_token (tests.test_authorizer.AuthorizerTest) ... ok test_initialize__with_untrusted_authenticator (tests.test_authorizer.AuthorizerTest) ... ok test_refresh (tests.test_authorizer.AuthorizerTest) ... ok test_refresh__with_invalid_token (tests.test_authorizer.AuthorizerTest) ... ok test_refresh__without_refresh_token (tests.test_authorizer.AuthorizerTest) ... ok test_revoke__access_token_with_refresh_set (tests.test_authorizer.AuthorizerTest) ... ok test_revoke__access_token_without_refresh_set (tests.test_authorizer.AuthorizerTest) ... ok test_revoke__refresh_token_with_access_set (tests.test_authorizer.AuthorizerTest) ... ok test_revoke__refresh_token_without_access_set (tests.test_authorizer.AuthorizerTest) ... ok test_revoke__without_access_token (tests.test_authorizer.AuthorizerTest) ... ok test_revoke__without_any_token (tests.test_authorizer.AuthorizerTest) ... ok test_initialize (tests.test_authorizer.DeviceIDAuthorizerTest) ... ok test_initialize__with_trusted_authenticator (tests.test_authorizer.DeviceIDAuthorizerTest) ... ok test_refresh (tests.test_authorizer.DeviceIDAuthorizerTest) ... ok test_refresh__with_short_device_id (tests.test_authorizer.DeviceIDAuthorizerTest) ... ok test_initialize (tests.test_authorizer.ImplicitAuthorizerTest) ... ok test_initialize__with_trusted_authenticator (tests.test_authorizer.ImplicitAuthorizerTest) ... ok test_initialize__with_untrusted_authenticator (tests.test_authorizer.ReadOnlyAuthorizerTest) ... ok test_refresh (tests.test_authorizer.ReadOnlyAuthorizerTest) ... ok test_initialize__with_untrusted_authenticator (tests.test_authorizer.ScriptAuthorizerTest) ... ok test_refresh (tests.test_authorizer.ScriptAuthorizerTest) ... ok test_refresh__with_invalid_username_or_password (tests.test_authorizer.ScriptAuthorizerTest) ... ok test_delay (tests.test_rate_limit.RateLimiterTest) ... ok test_delay__no_sleep_when_time_in_past (tests.test_rate_limit.RateLimiterTest) ... ok test_delay__no_sleep_when_time_is_not_set (tests.test_rate_limit.RateLimiterTest) ... ok test_delay__no_sleep_when_times_match (tests.test_rate_limit.RateLimiterTest) ... ok test_update__compute_delay_with_no_previous_info (tests.test_rate_limit.RateLimiterTest) ... ok test_update__compute_delay_with_single_client (tests.test_rate_limit.RateLimiterTest) ... ok test_update__compute_delay_with_six_clients (tests.test_rate_limit.RateLimiterTest) ... ok test_update__delay_full_time_with_negative_remaining (tests.test_rate_limit.RateLimiterTest) ... ok test_update__delay_full_time_with_zero_remaining (tests.test_rate_limit.RateLimiterTest) ... ok test_update__no_change_without_headers (tests.test_rate_limit.RateLimiterTest) ... ok test_update__values_change_without_headers (tests.test_rate_limit.RateLimiterTest) ... ok test_session (tests.test_sessions.SessionFunctionTest) ... ok test_close (tests.test_sessions.SessionTest) ... ok test_context_manager (tests.test_sessions.SessionTest) ... ok test_init__with_device_id_authorizer (tests.test_sessions.SessionTest) ... ok test_init__with_implicit_authorizer (tests.test_sessions.SessionTest) ... ok test_init__without_authenticator (tests.test_sessions.SessionTest) ... ok test_request__bad_gateway (tests.test_sessions.SessionTest) ... ok test_request__bad_json (tests.test_sessions.SessionTest) ... ok test_request__bad_request (tests.test_sessions.SessionTest) ... ok test_request__chunked_encoding_retry (tests.test_sessions.SessionTest) ... ok test_request__cloudflare_connection_timed_out (tests.test_sessions.SessionTest) ... ok test_request__cloudflare_unknown_error (tests.test_sessions.SessionTest) ... ok test_request__conflict (tests.test_sessions.SessionTest) ... ok test_request__connection_error_retry (tests.test_sessions.SessionTest) ... ok test_request__created (tests.test_sessions.SessionTest) ... ok test_request__forbidden (tests.test_sessions.SessionTest) ... ok test_request__gateway_timeout (tests.test_sessions.SessionTest) ... ok test_request__get (tests.test_sessions.SessionTest) ... ok test_request__internal_server_error (tests.test_sessions.SessionTest) ... ok test_request__no_content (tests.test_sessions.SessionTest) ... ok test_request__not_found (tests.test_sessions.SessionTest) ... ok test_request__okay_with_0_byte_content (tests.test_sessions.SessionTest) ... ok test_request__patch (tests.test_sessions.SessionTest) ... ok test_request__post (tests.test_sessions.SessionTest) ... ok test_request__post__with_files (tests.test_sessions.SessionTest) ... ok test_request__raw_json (tests.test_sessions.SessionTest) ... ok test_request__read_timeout_retry (tests.test_sessions.SessionTest) ... ok test_request__redirect (tests.test_sessions.SessionTest) ... ok test_request__service_unavailable (tests.test_sessions.SessionTest) ... ok test_request__too_large (tests.test_sessions.SessionTest) ... ok test_request__unavailable_for_legal_reasons (tests.test_sessions.SessionTest) ... ok test_request__unsupported_media_type (tests.test_sessions.SessionTest) ... ok test_request__with_insufficent_scope (tests.test_sessions.SessionTest) ... ok test_request__with_invalid_access_token (tests.test_sessions.SessionTest) ... ok test_request__with_invalid_access_token__retry (tests.test_sessions.SessionTest) ... ok test_request__with_invalid_authorizer (tests.test_sessions.SessionTest) ... ok test_authorize_url (tests.test_authenticator.TrustedAuthenticatorTest) ... ok test_authorize_url__fail_with_implicit (tests.test_authenticator.TrustedAuthenticatorTest) ... ok test_authorize_url__fail_without_redirect_uri (tests.test_authenticator.TrustedAuthenticatorTest) ... ok test_revoke_token (tests.test_authenticator.TrustedAuthenticatorTest) ... ok test_revoke_token__with_access_token_hint (tests.test_authenticator.TrustedAuthenticatorTest) ... ok test_revoke_token__with_refresh_token_hint (tests.test_authenticator.TrustedAuthenticatorTest) ... ok test_authorize_url__code (tests.test_authenticator.UntrustedAuthenticatorTest) ... ok test_authorize_url__fail_with_token_and_permanent (tests.test_authenticator.UntrustedAuthenticatorTest) ... ok test_authorize_url__fail_without_redirect_uri (tests.test_authenticator.UntrustedAuthenticatorTest) ... ok test_authorize_url__token (tests.test_authenticator.UntrustedAuthenticatorTest) ... ok test_revoke_token (tests.test_authenticator.UntrustedAuthenticatorTest) ... ok test_initialize (tests.test_requestor.RequestorTest) ... ok test_initialize__failures (tests.test_requestor.RequestorTest) ... ok test_pickle (tests.test_requestor.RequestorTest) ... ok test_request__use_custom_session (tests.test_requestor.RequestorTest) ... ok test_request__wrap_request_exceptions (tests.test_requestor.RequestorTest) ... ok ---------------------------------------------------------------------- Ran 90 tests in 0.467s OK >>> py3-prawcore: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-prawcore/pkg creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8 creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages creating /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore copying build/lib/prawcore/sessions.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore copying build/lib/prawcore/util.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore copying build/lib/prawcore/const.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore copying build/lib/prawcore/__init__.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore copying build/lib/prawcore/rate_limit.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore copying build/lib/prawcore/requestor.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore copying build/lib/prawcore/exceptions.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore copying build/lib/prawcore/auth.py -> /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore/sessions.py to sessions.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore/util.py to util.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore/const.py to const.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore/rate_limit.py to rate_limit.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore/requestor.py to requestor.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore/exceptions.py to exceptions.cpython-38.pyc byte-compiling /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore/auth.py to auth.cpython-38.pyc running install_egg_info running egg_info writing prawcore.egg-info/PKG-INFO writing dependency_links to prawcore.egg-info/dependency_links.txt writing requirements to prawcore.egg-info/requires.txt writing top-level names to prawcore.egg-info/top_level.txt reading manifest file 'prawcore.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'prawcore.egg-info/SOURCES.txt' Copying prawcore.egg-info to /home/buildozer/aports/community/py3-prawcore/pkg/py3-prawcore/usr/lib/python3.8/site-packages/prawcore-1.5.0-py3.8.egg-info running install_scripts >>> py3-prawcore*: Running postcheck for py3-prawcore >>> py3-prawcore*: Preparing package py3-prawcore... >>> py3-prawcore*: Tracing dependencies... >>> py3-prawcore*: Package size: 164.0 KB >>> py3-prawcore*: Compressing data... >>> py3-prawcore*: Create checksum... >>> py3-prawcore*: Create py3-prawcore-1.5.0-r0.apk >>> py3-prawcore: Build complete at Mon, 28 Dec 2020 09:40:43 +0000 elapsed time 0h 0m 5s >>> py3-prawcore: Cleaning up srcdir >>> py3-prawcore: Cleaning up pkgdir >>> py3-prawcore: Uninstalling dependencies... (1/26) Purging .makedepends-py3-prawcore (20201228.094039) (2/26) Purging py3-mock (4.0.3-r0) (3/26) Purging py3-pbr (5.5.1-r0) (4/26) Purging py3-betamax (0.8.1-r1) (5/26) Purging py3-requests (2.25.1-r0) (6/26) Purging py3-chardet (4.0.0-r0) (7/26) Purging py3-setuptools (51.0.0-r0) (8/26) Purging py3-ordered-set (4.0.2-r0) (9/26) Purging py3-appdirs (1.4.4-r1) (10/26) Purging py3-packaging (20.8-r0) (11/26) Purging py3-parsing (2.4.7-r1) (12/26) Purging py3-six (1.15.0-r0) (13/26) Purging py3-idna (2.10-r0) (14/26) Purging py3-urllib3 (1.26.2-r1) (15/26) Purging py3-betamax_matchers (0.4.0-r0) (16/26) Purging py3-betamax_serializers (0.2.1-r0) (17/26) Purging py3-yaml (5.3.1-r1) (18/26) Purging py3-testfixtures (6.17.0-r0) (19/26) Purging python3 (3.8.7-r0) (20/26) Purging libbz2 (1.0.8-r1) (21/26) Purging libffi (3.3-r2) (22/26) Purging gdbm (1.19-r0) (23/26) Purging xz-libs (5.2.5-r0) (24/26) Purging readline (8.0.4-r0) (25/26) Purging sqlite-libs (3.34.0-r0) (26/26) Purging yaml (0.2.5-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> py3-prawcore: Updating the community/x86 repository index... >>> py3-prawcore: Signing the index...