>>> py3-oauth2: Building community/py3-oauth2 1.9.0-r3 (using abuild 3.9.0_rc2-r1) started Thu, 21 Oct 2021 13:10:43 +0000 >>> py3-oauth2: Checking sanity of /home/buildozer/aports/community/py3-oauth2/APKBUILD... >>> py3-oauth2: Analyzing dependencies... >>> py3-oauth2: Installing for build: build-base python3 py3-httplib2 py3-setuptools py3-mock py3-coverage (1/17) Installing libffi (3.4.2-r1) (2/17) Installing gdbm (1.20-r2) (3/17) Installing mpdecimal (2.5.1-r1) (4/17) Installing readline (8.1.1-r0) (5/17) Installing sqlite-libs (3.36.0-r0) (6/17) Installing python3 (3.9.7-r3) (7/17) Installing py3-httplib2 (0.19.1-r0) (8/17) Installing py3-ordered-set (4.0.2-r2) (9/17) Installing py3-appdirs (1.4.4-r2) (10/17) Installing py3-parsing (2.4.7-r2) (11/17) Installing py3-six (1.16.0-r0) (12/17) Installing py3-packaging (20.9-r1) (13/17) Installing py3-setuptools (52.0.0-r4) (14/17) Installing py3-pbr (5.6.0-r0) (15/17) Installing py3-mock (4.0.3-r1) (16/17) Installing py3-coverage (5.5-r0) (17/17) Installing .makedepends-py3-oauth2 (20211021.131052) Executing busybox-1.34.1-r1.trigger OK: 398 MiB in 112 packages >>> py3-oauth2: Cleaning up srcdir >>> py3-oauth2: Cleaning up pkgdir >>> py3-oauth2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/oauth2-1.9.0.post1.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 curl: (22) The requested URL returned error: 404 >>> py3-oauth2: Fetching https://files.pythonhosted.org/packages/source/o/oauth2/oauth2-1.9.0.post1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21306 100 21306 0 0 302k 0 --:--:-- --:--:-- --:--:-- 302k >>> py3-oauth2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/oauth2-1.9.0.post1.tar.gz >>> py3-oauth2: Checking sha512sums... oauth2-1.9.0.post1.tar.gz: OK >>> py3-oauth2: Unpacking /var/cache/distfiles/v3.15/oauth2-1.9.0.post1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/oauth2 copying oauth2/_compat.py -> build/lib/oauth2 copying oauth2/__init__.py -> build/lib/oauth2 copying oauth2/_version.py -> build/lib/oauth2 creating build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_oauth.py -> build/lib/tests creating build/lib/oauth2/clients copying oauth2/clients/smtp.py -> build/lib/oauth2/clients copying oauth2/clients/__init__.py -> build/lib/oauth2/clients copying oauth2/clients/imap.py -> build/lib/oauth2/clients 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 writing oauth2.egg-info/PKG-INFO writing dependency_links to oauth2.egg-info/dependency_links.txt writing requirements to oauth2.egg-info/requires.txt writing top-level names to oauth2.egg-info/top_level.txt reading manifest file 'oauth2.egg-info/SOURCES.txt' writing manifest file 'oauth2.egg-info/SOURCES.txt' running build_ext test_access_token_get (tests.test_oauth.TestClient) Test getting an access token via GET. ... /usr/lib/python3.9/unittest/case.py:550: ResourceWarning: unclosed method() ResourceWarning: Enable tracemalloc to get the object allocation traceback ok test_access_token_post (tests.test_oauth.TestClient) Test getting an access token via POST. ... /usr/lib/python3.9/unittest/case.py:550: ResourceWarning: unclosed method() ResourceWarning: Enable tracemalloc to get the object allocation traceback ok test_init (tests.test_oauth.TestClient) ... ok test_init_passes_kwargs_to_httplib2 (tests.test_oauth.TestClient) ... ok test_multipart_post_does_not_alter_body (tests.test_oauth.TestClient) ... ok test_multiple_values_for_a_key (tests.test_oauth.TestClient) ... ok test_two_legged_get (tests.test_oauth.TestClient) A test of a two-legged OAuth GET request. ... /home/buildozer/aports/community/py3-oauth2/src/oauth2-1.9.0.post1/tests/test_oauth.py:1540: ResourceWarning: unclosed resp, content = self._two_legged("GET") ResourceWarning: Enable tracemalloc to get the object allocation traceback ok test_two_legged_post (tests.test_oauth.TestClient) A test of a two-legged OAuth POST request. ... /home/buildozer/aports/community/py3-oauth2/src/oauth2-1.9.0.post1/tests/test_oauth.py:1534: ResourceWarning: unclosed resp, content = self._two_legged("POST") ResourceWarning: Enable tracemalloc to get the object allocation traceback ok test_url_with_query_string (tests.test_oauth.TestClient) ... ok test_basic (tests.test_oauth.TestConsumer) ... ok test_init (tests.test_oauth.TestConsumer) ... ok test_str (tests.test_oauth.TestConsumer) ... ok test_message (tests.test_oauth.TestError) ... ok test_str (tests.test_oauth.TestError) ... ok test_to_unicode (tests.test_oauth.TestFuncs) ... ok test_to_unicode_if_string (tests.test_oauth.TestFuncs) ... ok test_to_unicode_optional_iterator (tests.test_oauth.TestFuncs) ... ok test_to_utf8 (tests.test_oauth.TestFuncs) ... ok test_to_utf8_if_string (tests.test_oauth.TestFuncs) ... ok test_to_utf8_optional_iterator (tests.test_oauth.TestFuncs) ... ok test_build_auth_header (tests.test_oauth.TestGenerateFunctions) ... ok test_build_xoauth_string (tests.test_oauth.TestGenerateFunctions) ... ok test_escape (tests.test_oauth.TestGenerateFunctions) ... ok test_gen_nonce (tests.test_oauth.TestGenerateFunctions) ... ok test_gen_timestamp (tests.test_oauth.TestGenerateFunctions) ... ok test_gen_verifier (tests.test_oauth.TestGenerateFunctions) ... ok test__init__ (tests.test_oauth.TestRequest) ... ok test_bad_url (tests.test_oauth.TestRequest) ... ok test_deleter (tests.test_oauth.TestRequest) ... ok test_from_consumer_and_token (tests.test_oauth.TestRequest) ... ok test_from_request (tests.test_oauth.TestRequest) ... ok test_from_request_is_case_insensitive_checking_for_auth (tests.test_oauth.TestRequest) Checks for the Authorization header should be case insensitive. ... ok test_from_request_works_with_wsgi (tests.test_oauth.TestRequest) Make sure WSGI header HTTP_AUTHORIZATION is detected correctly. ... ok test_from_token_and_callback (tests.test_oauth.TestRequest) ... ok test_get_nonoauth_parameters (tests.test_oauth.TestRequest) ... ok test_get_normalized_parameters (tests.test_oauth.TestRequest) ... ok test_get_normalized_parameters_duplicate (tests.test_oauth.TestRequest) ... ok test_get_normalized_parameters_empty (tests.test_oauth.TestRequest) ... ok test_get_normalized_parameters_from_url (tests.test_oauth.TestRequest) ... ok test_get_normalized_parameters_ignores_auth_signature (tests.test_oauth.TestRequest) ... ok test_get_normalized_parameters_multiple (tests.test_oauth.TestRequest) ... ok test_get_normalized_string_escapes_spaces_properly (tests.test_oauth.TestRequest) ... ok test_get_parameter (tests.test_oauth.TestRequest) ... ok test_no_url_set (tests.test_oauth.TestRequest) ... ok test_request_hash_of_body (tests.test_oauth.TestRequest) ... ok test_request_nonutf8_bytes (tests.test_oauth.TestRequest) ... ok test_set_signature_method (tests.test_oauth.TestRequest) ... ok test_setter (tests.test_oauth.TestRequest) ... ok test_sign_request (tests.test_oauth.TestRequest) ... ok test_signature_base_bytes_nonascii_nonutf8_urlencoded (tests.test_oauth.TestRequest) ... ok test_signature_base_string_bytes_nonascii_nonutf8 (tests.test_oauth.TestRequest) ... ok test_signature_base_string_with_matrix_params (tests.test_oauth.TestRequest) ... ok test_signature_base_string_with_query (tests.test_oauth.TestRequest) ... ok test_signature_base_unicode_nonascii (tests.test_oauth.TestRequest) ... ok test_signature_base_unicode_nonascii_nonutf8_url_encoded (tests.test_oauth.TestRequest) ... ok test_signing_base (tests.test_oauth.TestRequest) ... ok test_to_header (tests.test_oauth.TestRequest) ... ok test_to_postdata (tests.test_oauth.TestRequest) ... ok test_to_postdata_nonascii (tests.test_oauth.TestRequest) ... ok test_to_url (tests.test_oauth.TestRequest) ... ok test_to_url_nonascii (tests.test_oauth.TestRequest) ... /home/buildozer/aports/community/py3-oauth2/src/oauth2-1.9.0.post1/tests/test_oauth.py:452: DeprecationWarning: Please use assertEqual instead. self.assertEquals(exp.netloc, res.netloc) ok test_to_url_with_query (tests.test_oauth.TestRequest) ... ok test_to_url_works_with_non_ascii_parameters (tests.test_oauth.TestRequest) ... ok test_unset_consumer_and_token (tests.test_oauth.TestRequest) ... ok test_url (tests.test_oauth.TestRequest) ... ok test_url_query (tests.test_oauth.TestRequest) ... ok test_add_signature_method (tests.test_oauth.TestServer) ... ok test_build_authenticate_header (tests.test_oauth.TestServer) ... ok test_init (tests.test_oauth.TestServer) ... ok test_invalid_signature_method (tests.test_oauth.TestServer) ... ok test_invalid_version (tests.test_oauth.TestServer) ... ok test_missing_signature (tests.test_oauth.TestServer) ... ok test_no_version (tests.test_oauth.TestServer) ... ok test_verify_request (tests.test_oauth.TestServer) ... ok test_verify_request_invalid_signature (tests.test_oauth.TestServer) ... ok test_verify_request_invalid_timestamp (tests.test_oauth.TestServer) ... ok test_verify_request_missing_signature (tests.test_oauth.TestServer) ... ok test___str__ (tests.test_oauth.TestToken) ... ok test_basic (tests.test_oauth.TestToken) ... ok test_from_string (tests.test_oauth.TestToken) ... ok test_get_callback_url (tests.test_oauth.TestToken) ... ok test_init (tests.test_oauth.TestToken) ... ok test_set_callback (tests.test_oauth.TestToken) ... ok test_set_verifier (tests.test_oauth.TestToken) ... ok test_to_string (tests.test_oauth.TestToken) ... ok ---------------------------------------------------------------------- Ran 85 tests in 0.547s OK >>> py3-oauth2: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-oauth2/pkg creating /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2 creating /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr creating /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib creating /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2 copying build/lib/oauth2/_compat.py -> /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2 copying build/lib/oauth2/__init__.py -> /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2 creating /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2/clients copying build/lib/oauth2/clients/smtp.py -> /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2/clients copying build/lib/oauth2/clients/__init__.py -> /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2/clients copying build/lib/oauth2/clients/imap.py -> /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2/clients copying build/lib/oauth2/_version.py -> /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2 creating /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/tests copying build/lib/tests/__init__.py -> /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_oauth.py -> /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/tests byte-compiling /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2/_compat.py to _compat.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2/clients/smtp.py to smtp.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2/clients/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2/clients/imap.py to imap.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2/_version.py to _version.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/tests/test_oauth.py to test_oauth.cpython-39.pyc running install_egg_info running egg_info writing oauth2.egg-info/PKG-INFO writing dependency_links to oauth2.egg-info/dependency_links.txt writing requirements to oauth2.egg-info/requires.txt writing top-level names to oauth2.egg-info/top_level.txt reading manifest file 'oauth2.egg-info/SOURCES.txt' writing manifest file 'oauth2.egg-info/SOURCES.txt' Copying oauth2.egg-info to /home/buildozer/aports/community/py3-oauth2/pkg/py3-oauth2/usr/lib/python3.9/site-packages/oauth2-1.9.0.post1-py3.9.egg-info running install_scripts >>> py3-oauth2*: Running postcheck for py3-oauth2 >>> py3-oauth2*: Preparing package py3-oauth2... >>> py3-oauth2*: Tracing dependencies... >>> py3-oauth2*: Package size: 160.0 KB >>> py3-oauth2*: Compressing data... >>> py3-oauth2*: Create checksum... >>> py3-oauth2*: Create py3-oauth2-1.9.0-r3.apk >>> py3-oauth2: Build complete at Thu, 21 Oct 2021 13:10:55 +0000 elapsed time 0h 0m 12s >>> py3-oauth2: Cleaning up srcdir >>> py3-oauth2: Cleaning up pkgdir >>> py3-oauth2: Uninstalling dependencies... (1/17) Purging .makedepends-py3-oauth2 (20211021.131052) (2/17) Purging py3-httplib2 (0.19.1-r0) (3/17) Purging py3-setuptools (52.0.0-r4) (4/17) Purging py3-ordered-set (4.0.2-r2) (5/17) Purging py3-appdirs (1.4.4-r2) (6/17) Purging py3-packaging (20.9-r1) (7/17) Purging py3-parsing (2.4.7-r2) (8/17) Purging py3-mock (4.0.3-r1) (9/17) Purging py3-pbr (5.6.0-r0) (10/17) Purging py3-six (1.16.0-r0) (11/17) Purging python3 (3.9.7-r3) (12/17) Purging py3-coverage (5.5-r0) (13/17) Purging libffi (3.4.2-r1) (14/17) Purging gdbm (1.20-r2) (15/17) Purging mpdecimal (2.5.1-r1) (16/17) Purging readline (8.1.1-r0) (17/17) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 344 MiB in 95 packages >>> py3-oauth2: Updating the community/x86_64 repository index... >>> py3-oauth2: Signing the index...