>>> py3-flask-httpauth: Building testing/py3-flask-httpauth 4.4.0-r3 (using abuild 3.10.0-r0) started Thu, 02 Mar 2023 00:06:00 +0000 >>> py3-flask-httpauth: Checking sanity of /home/buildozer/aports/testing/py3-flask-httpauth/APKBUILD... >>> py3-flask-httpauth: Analyzing dependencies... >>> py3-flask-httpauth: Installing for build: build-base py3-flask python3 py3-setuptools (1/19) Installing libbz2 (1.0.8-r4) (2/19) Installing libffi (3.4.4-r0) (3/19) Installing gdbm (1.23-r0) (4/19) Installing xz-libs (5.4.1-r0) (5/19) Installing mpdecimal (2.5.1-r1) (6/19) Installing libpanelw (6.4_p20230225-r0) (7/19) Installing readline (8.2.1-r0) (8/19) Installing sqlite-libs (3.41.0-r0) (9/19) Installing python3 (3.11.2-r0) (10/19) Installing py3-click (8.1.3-r1) (11/19) Installing py3-itsdangerous (2.1.2-r1) (12/19) Installing py3-markupsafe (2.1.2-r0) (13/19) Installing py3-jinja2 (3.1.2-r1) (14/19) Installing py3-werkzeug (2.2.3-r0) (15/19) Installing py3-flask (2.2.2-r1) (16/19) Installing py3-parsing (3.0.9-r1) (17/19) Installing py3-packaging (23.0-r1) (18/19) Installing py3-setuptools (67.4.0-r1) (19/19) Installing .makedepends-py3-flask-httpauth (20230302.000601) Executing busybox-1.36.0-r4.trigger OK: 487 MiB in 115 packages >>> py3-flask-httpauth: Cleaning up srcdir >>> py3-flask-httpauth: Cleaning up pkgdir >>> py3-flask-httpauth: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Flask-HTTPAuth-4.4.0.tar.gz >>> py3-flask-httpauth: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Flask-HTTPAuth-4.4.0.tar.gz >>> py3-flask-httpauth: Checking sha512sums... Flask-HTTPAuth-4.4.0.tar.gz: OK >>> py3-flask-httpauth: Unpacking /var/cache/distfiles/edge/Flask-HTTPAuth-4.4.0.tar.gz... running build running build_py creating build creating build/lib copying flask_httpauth.py -> build/lib running egg_info writing Flask_HTTPAuth.egg-info/PKG-INFO writing dependency_links to Flask_HTTPAuth.egg-info/dependency_links.txt writing requirements to Flask_HTTPAuth.egg-info/requires.txt writing top-level names to Flask_HTTPAuth.egg-info/top_level.txt reading manifest file 'Flask_HTTPAuth.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'Flask_HTTPAuth.egg-info/SOURCES.txt' 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. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info writing Flask_HTTPAuth.egg-info/PKG-INFO writing dependency_links to Flask_HTTPAuth.egg-info/dependency_links.txt writing requirements to Flask_HTTPAuth.egg-info/requires.txt writing top-level names to Flask_HTTPAuth.egg-info/top_level.txt reading manifest file 'Flask_HTTPAuth.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'Flask_HTTPAuth.egg-info/SOURCES.txt' running build_ext test_verify_auth_login_malformed_password (tests.test_x.HTTPAuthTestCase.test_verify_auth_login_malformed_password) ... ok test_basic_auth_login_valid_with_hash1 (tests.test_basic_hashed_password.HTTPAuthTestCase.test_basic_auth_login_valid_with_hash1) ... ok test_basic_custom_auth_login_invalid (tests.test_basic_hashed_password.HTTPAuthTestCase.test_basic_custom_auth_login_invalid) ... ok test_basic_custom_auth_login_valid (tests.test_basic_hashed_password.HTTPAuthTestCase.test_basic_custom_auth_login_valid) ... ok test_multi_auth_login_invalid_basic (tests.test_multi.HTTPAuthTestCase.test_multi_auth_login_invalid_basic) ... ok test_multi_auth_login_invalid_custom_token (tests.test_multi.HTTPAuthTestCase.test_multi_auth_login_invalid_custom_token) ... ok test_multi_auth_login_invalid_scheme (tests.test_multi.HTTPAuthTestCase.test_multi_auth_login_invalid_scheme) ... ok test_multi_auth_login_invalid_token (tests.test_multi.HTTPAuthTestCase.test_multi_auth_login_invalid_token) ... ok test_multi_auth_login_valid_basic (tests.test_multi.HTTPAuthTestCase.test_multi_auth_login_valid_basic) ... ok test_multi_auth_login_valid_basic_role (tests.test_multi.HTTPAuthTestCase.test_multi_auth_login_valid_basic_role) ... ok test_multi_auth_login_valid_custom_token (tests.test_multi.HTTPAuthTestCase.test_multi_auth_login_valid_custom_token) ... ok test_multi_auth_login_valid_custom_token_role (tests.test_multi.HTTPAuthTestCase.test_multi_auth_login_valid_custom_token_role) ... ok test_multi_auth_login_valid_token (tests.test_multi.HTTPAuthTestCase.test_multi_auth_login_valid_token) ... ok test_multi_auth_login_valid_token_role (tests.test_multi.HTTPAuthTestCase.test_multi_auth_login_valid_token_role) ... ok test_multi_auth_prompt (tests.test_multi.HTTPAuthTestCase.test_multi_auth_prompt) ... ok test_multi_malformed_header (tests.test_multi.HTTPAuthTestCase.test_multi_malformed_header) ... ok test_verify_auth_login_invalid_password (tests.test_roles.HTTPAuthTestCase.test_verify_auth_login_invalid_password) ... ok test_verify_auth_login_invalid_special_1 (tests.test_roles.HTTPAuthTestCase.test_verify_auth_login_invalid_special_1) ... ok test_verify_auth_login_invalid_special_2 (tests.test_roles.HTTPAuthTestCase.test_verify_auth_login_invalid_special_2) ... ok test_verify_auth_login_valid_normal_and_special_1 (tests.test_roles.HTTPAuthTestCase.test_verify_auth_login_valid_normal_and_special_1) ... ok test_verify_auth_login_valid_normal_and_special_2 (tests.test_roles.HTTPAuthTestCase.test_verify_auth_login_valid_normal_and_special_2) ... ok test_verify_auth_login_valid_normal_or_special_1 (tests.test_roles.HTTPAuthTestCase.test_verify_auth_login_valid_normal_or_special_1) ... ok test_verify_auth_login_valid_normal_or_special_2 (tests.test_roles.HTTPAuthTestCase.test_verify_auth_login_valid_normal_or_special_2) ... ok test_verify_auth_login_valid_special (tests.test_roles.HTTPAuthTestCase.test_verify_auth_login_valid_special) ... ok test_verify_roles_valid_normal_1 (tests.test_roles.HTTPAuthTestCase.test_verify_roles_valid_normal_1) ... ok test_verify_roles_valid_normal_2 (tests.test_roles.HTTPAuthTestCase.test_verify_roles_valid_normal_2) ... ok test_verify_auth_login_empty (tests.test_basic_verify_password.HTTPAuthTestCase.test_verify_auth_login_empty) ... ok test_verify_auth_login_invalid (tests.test_basic_verify_password.HTTPAuthTestCase.test_verify_auth_login_invalid) ... ok test_verify_auth_login_malformed_password (tests.test_basic_verify_password.HTTPAuthTestCase.test_verify_auth_login_malformed_password) ... ok test_verify_auth_login_valid (tests.test_basic_verify_password.HTTPAuthTestCase.test_verify_auth_login_valid) ... ok test_verify_auth_login_empty (tests.test_basic_verify_password.HTTPAuthTestCaseOldStyle.test_verify_auth_login_empty) ... ok test_verify_auth_login_invalid (tests.test_basic_verify_password.HTTPAuthTestCaseOldStyle.test_verify_auth_login_invalid) ... ok test_verify_auth_login_malformed_password (tests.test_basic_verify_password.HTTPAuthTestCaseOldStyle.test_verify_auth_login_malformed_password) ... ok test_verify_auth_login_valid (tests.test_basic_verify_password.HTTPAuthTestCaseOldStyle.test_verify_auth_login_valid) ... ok test_token_auth_custom_header_invalid_header (tests.test_token.HTTPAuthTestCase.test_token_auth_custom_header_invalid_header) ... ok test_token_auth_custom_header_invalid_token (tests.test_token.HTTPAuthTestCase.test_token_auth_custom_header_invalid_token) ... ok test_token_auth_custom_header_valid_token (tests.test_token.HTTPAuthTestCase.test_token_auth_custom_header_valid_token) ... ok test_token_auth_header_precedence (tests.test_token.HTTPAuthTestCase.test_token_auth_header_precedence) ... ok test_token_auth_ignore_options (tests.test_token.HTTPAuthTestCase.test_token_auth_ignore_options) ... ok test_token_auth_login_invalid_header (tests.test_token.HTTPAuthTestCase.test_token_auth_login_invalid_header) ... ok test_token_auth_login_invalid_no_callback (tests.test_token.HTTPAuthTestCase.test_token_auth_login_invalid_no_callback) ... ok test_token_auth_login_invalid_scheme (tests.test_token.HTTPAuthTestCase.test_token_auth_login_invalid_scheme) ... ok test_token_auth_login_invalid_token (tests.test_token.HTTPAuthTestCase.test_token_auth_login_invalid_token) ... ok test_token_auth_login_optional (tests.test_token.HTTPAuthTestCase.test_token_auth_login_optional) ... ok test_token_auth_login_valid (tests.test_token.HTTPAuthTestCase.test_token_auth_login_valid) ... ok test_token_auth_login_valid_different_case (tests.test_token.HTTPAuthTestCase.test_token_auth_login_valid_different_case) ... ok test_token_auth_prompt (tests.test_token.HTTPAuthTestCase.test_token_auth_prompt) ... ok test_digest_auth_ignore_options (tests.test_digest_get_password.HTTPAuthTestCase.test_digest_auth_ignore_options) ... ok test_digest_auth_login_bad_realm (tests.test_digest_get_password.HTTPAuthTestCase.test_digest_auth_login_bad_realm) ... ok test_digest_auth_login_invalid2 (tests.test_digest_get_password.HTTPAuthTestCase.test_digest_auth_login_invalid2) ... ok test_digest_auth_login_valid (tests.test_digest_get_password.HTTPAuthTestCase.test_digest_auth_login_valid) ... ok test_digest_auth_prompt (tests.test_digest_get_password.HTTPAuthTestCase.test_digest_auth_prompt) ... ok test_digest_custom_nonce_checker (tests.test_digest_get_password.HTTPAuthTestCase.test_digest_custom_nonce_checker) ... ok test_digest_generate_ha1 (tests.test_digest_get_password.HTTPAuthTestCase.test_digest_generate_ha1) ... ok test_digest_ha1_pw_auth_login_valid (tests.test_digest_ha1_password.HTTPAuthTestCase.test_digest_ha1_pw_auth_login_valid) ... ok test_digest_auth_login_invalid (tests.test_digest_custom_realm.HTTPAuthTestCase.test_digest_auth_login_invalid) ... ok test_digest_auth_prompt_with_custom_realm (tests.test_digest_custom_realm.HTTPAuthTestCase.test_digest_auth_prompt_with_custom_realm) ... ok test_default_status_code (tests.test_error_responses.HTTPAuthTestCase.test_default_status_code) ... ok test_basic_auth_ignore_options (tests.test_basic_get_password.HTTPAuthTestCase.test_basic_auth_ignore_options) ... ok test_basic_auth_login_invalid (tests.test_basic_get_password.HTTPAuthTestCase.test_basic_auth_login_invalid) ... ok test_basic_auth_login_valid (tests.test_basic_get_password.HTTPAuthTestCase.test_basic_auth_login_valid) ... ok test_basic_auth_prompt (tests.test_basic_get_password.HTTPAuthTestCase.test_basic_auth_prompt) ... ok test_no_auth (tests.test_basic_get_password.HTTPAuthTestCase.test_no_auth) ... ok test_basic_auth_login_invalid (tests.test_basic_custom_realm.HTTPAuthTestCase.test_basic_auth_login_invalid) ... ok test_basic_auth_login_valid (tests.test_basic_custom_realm.HTTPAuthTestCase.test_basic_auth_login_valid) ... ok test_basic_auth_prompt (tests.test_basic_custom_realm.HTTPAuthTestCase.test_basic_auth_prompt) ... ok ---------------------------------------------------------------------- Ran 66 tests in 0.154s OK >>> py3-flask-httpauth: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/buildozer/aports/testing/py3-flask-httpauth/pkg creating /home/buildozer/aports/testing/py3-flask-httpauth/pkg/py3-flask-httpauth creating /home/buildozer/aports/testing/py3-flask-httpauth/pkg/py3-flask-httpauth/usr creating /home/buildozer/aports/testing/py3-flask-httpauth/pkg/py3-flask-httpauth/usr/lib creating /home/buildozer/aports/testing/py3-flask-httpauth/pkg/py3-flask-httpauth/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-flask-httpauth/pkg/py3-flask-httpauth/usr/lib/python3.11/site-packages copying build/lib/flask_httpauth.py -> /home/buildozer/aports/testing/py3-flask-httpauth/pkg/py3-flask-httpauth/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/testing/py3-flask-httpauth/pkg/py3-flask-httpauth/usr/lib/python3.11/site-packages/flask_httpauth.py to flask_httpauth.cpython-311.pyc running install_egg_info running egg_info writing Flask_HTTPAuth.egg-info/PKG-INFO writing dependency_links to Flask_HTTPAuth.egg-info/dependency_links.txt writing requirements to Flask_HTTPAuth.egg-info/requires.txt writing top-level names to Flask_HTTPAuth.egg-info/top_level.txt reading manifest file 'Flask_HTTPAuth.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'Flask_HTTPAuth.egg-info/SOURCES.txt' Copying Flask_HTTPAuth.egg-info to /home/buildozer/aports/testing/py3-flask-httpauth/pkg/py3-flask-httpauth/usr/lib/python3.11/site-packages/Flask_HTTPAuth-4.4.0-py3.11.egg-info running install_scripts >>> py3-flask-httpauth*: Running postcheck for py3-flask-httpauth >>> py3-flask-httpauth*: Preparing package py3-flask-httpauth... >>> py3-flask-httpauth*: Tracing dependencies... >>> py3-flask-httpauth*: Package size: 92.0 KB >>> py3-flask-httpauth*: Compressing data... >>> py3-flask-httpauth*: Create checksum... >>> py3-flask-httpauth*: Create py3-flask-httpauth-4.4.0-r3.apk >>> py3-flask-httpauth: Build complete at Thu, 02 Mar 2023 00:06:03 +0000 elapsed time 0h 0m 3s >>> py3-flask-httpauth: Cleaning up srcdir >>> py3-flask-httpauth: Cleaning up pkgdir >>> py3-flask-httpauth: Uninstalling dependencies... (1/19) Purging .makedepends-py3-flask-httpauth (20230302.000601) (2/19) Purging py3-flask (2.2.2-r1) (3/19) Purging py3-click (8.1.3-r1) (4/19) Purging py3-itsdangerous (2.1.2-r1) (5/19) Purging py3-jinja2 (3.1.2-r1) (6/19) Purging py3-werkzeug (2.2.3-r0) (7/19) Purging py3-markupsafe (2.1.2-r0) (8/19) Purging py3-setuptools (67.4.0-r1) (9/19) Purging py3-packaging (23.0-r1) (10/19) Purging py3-parsing (3.0.9-r1) (11/19) Purging python3 (3.11.2-r0) (12/19) Purging libbz2 (1.0.8-r4) (13/19) Purging libffi (3.4.4-r0) (14/19) Purging gdbm (1.23-r0) (15/19) Purging xz-libs (5.4.1-r0) (16/19) Purging mpdecimal (2.5.1-r1) (17/19) Purging libpanelw (6.4_p20230225-r0) (18/19) Purging readline (8.2.1-r0) (19/19) Purging sqlite-libs (3.41.0-r0) Executing busybox-1.36.0-r4.trigger OK: 406 MiB in 96 packages >>> py3-flask-httpauth: Updating the testing/aarch64 repository index... >>> py3-flask-httpauth: Signing the index...