>>> py3-w3lib: Building testing/py3-w3lib 2.0.1-r0 (using abuild 3.10.0_rc1-r2) started Tue, 08 Nov 2022 04:44:30 +0000 >>> py3-w3lib: Checking sanity of /home/buildozer/aports/testing/py3-w3lib/APKBUILD... >>> py3-w3lib: Analyzing dependencies... >>> py3-w3lib: Installing for build: build-base python3 py3-setuptools py3-pytest (1/18) Installing libbz2 (1.0.8-r3) (2/18) Installing libffi (3.4.4-r0) (3/18) Installing gdbm (1.23-r0) (4/18) Installing xz-libs (5.2.7-r0) (5/18) Installing mpdecimal (2.5.1-r1) (6/18) Installing readline (8.2.0-r0) (7/18) Installing sqlite-libs (3.39.4-r0) (8/18) Installing python3 (3.10.8-r3) (9/18) Installing py3-parsing (3.0.9-r0) (10/18) Installing py3-packaging (21.3-r2) (11/18) Installing py3-setuptools (65.5.1-r0) (12/18) Installing py3-attrs (22.1.0-r0) (13/18) Installing py3-iniconfig (1.1.1-r3) (14/18) Installing py3-pluggy (1.0.0-r1) (15/18) Installing py3-py (1.11.0-r0) (16/18) Installing py3-tomli (2.0.1-r1) (17/18) Installing py3-pytest (7.1.3-r1) (18/18) Installing .makedepends-py3-w3lib (20221108.044431) Executing busybox-1.35.0-r27.trigger OK: 470 MiB in 114 packages >>> py3-w3lib: Cleaning up srcdir >>> py3-w3lib: Cleaning up pkgdir >>> py3-w3lib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/w3lib-2.0.1.tar.gz >>> py3-w3lib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/w3lib-2.0.1.tar.gz >>> py3-w3lib: Checking sha512sums... w3lib-2.0.1.tar.gz: OK >>> py3-w3lib: Unpacking /var/cache/distfiles/edge/w3lib-2.0.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/w3lib copying w3lib/util.py -> build/lib/w3lib copying w3lib/_types.py -> build/lib/w3lib copying w3lib/url.py -> build/lib/w3lib copying w3lib/__init__.py -> build/lib/w3lib copying w3lib/http.py -> build/lib/w3lib copying w3lib/html.py -> build/lib/w3lib copying w3lib/encoding.py -> build/lib/w3lib running egg_info writing w3lib.egg-info/PKG-INFO writing dependency_links to w3lib.egg-info/dependency_links.txt writing top-level names to w3lib.egg-info/top_level.txt reading manifest file 'w3lib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' under directory 'tests' adding license file 'LICENSE' writing manifest file 'w3lib.egg-info/SOURCES.txt' copying w3lib/py.typed -> build/lib/w3lib ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-w3lib/src/w3lib-2.0.1, configfile: pytest.ini collecting ... collected 155 items tests/test_encoding.py::RequestEncodingTests::test_bom PASSED [ 0%] tests/test_encoding.py::RequestEncodingTests::test_html_body_declared_encoding PASSED [ 1%] tests/test_encoding.py::RequestEncodingTests::test_html_body_declared_encoding_unicode PASSED [ 1%] tests/test_encoding.py::RequestEncodingTests::test_http_encoding_header PASSED [ 2%] tests/test_encoding.py::CodecsEncodingTestCase::test_resolve_encoding PASSED [ 3%] tests/test_encoding.py::UnicodeDecodingTestCase::test_invalid_utf8 PASSED [ 3%] tests/test_encoding.py::UnicodeDecodingTestCase::test_utf8 PASSED [ 4%] tests/test_encoding.py::HtmlConversionTests::test_BOM PASSED [ 5%] tests/test_encoding.py::HtmlConversionTests::test_autodetect PASSED [ 5%] tests/test_encoding.py::HtmlConversionTests::test_content_type_and_conversion PASSED [ 6%] tests/test_encoding.py::HtmlConversionTests::test_default_encoding PASSED [ 7%] tests/test_encoding.py::HtmlConversionTests::test_empty_body PASSED [ 7%] tests/test_encoding.py::HtmlConversionTests::test_html_encoding PASSED [ 8%] tests/test_encoding.py::HtmlConversionTests::test_invalid_utf8_encoded_body_with_valid_utf8_BOM PASSED [ 9%] tests/test_encoding.py::HtmlConversionTests::test_python_crash PASSED [ 9%] tests/test_encoding.py::HtmlConversionTests::test_replace_wrong_encoding PASSED [ 10%] tests/test_encoding.py::HtmlConversionTests::test_unicode_body PASSED [ 10%] tests/test_encoding.py::HtmlConversionTests::test_utf16_32 PASSED [ 11%] tests/test_encoding.py::HtmlConversionTests::test_utf8_unexpected_end_of_data_with_valid_utf8_BOM PASSED [ 12%] tests/test_html.py::RemoveEntitiesTest::test_browser_hack PASSED [ 12%] tests/test_html.py::RemoveEntitiesTest::test_encoding PASSED [ 13%] tests/test_html.py::RemoveEntitiesTest::test_illegal_entities PASSED [ 14%] tests/test_html.py::RemoveEntitiesTest::test_keep_entities PASSED [ 14%] tests/test_html.py::RemoveEntitiesTest::test_missing_semicolon PASSED [ 15%] tests/test_html.py::RemoveEntitiesTest::test_regular PASSED [ 16%] tests/test_html.py::RemoveEntitiesTest::test_returns_unicode PASSED [ 16%] tests/test_html.py::ReplaceTagsTest::test_replace_tags PASSED [ 17%] tests/test_html.py::ReplaceTagsTest::test_replace_tags_multiline PASSED [ 18%] tests/test_html.py::ReplaceTagsTest::test_returns_unicode PASSED [ 18%] tests/test_html.py::RemoveCommentsTest::test_no_comments PASSED [ 19%] tests/test_html.py::RemoveCommentsTest::test_remove_comments PASSED [ 20%] tests/test_html.py::RemoveCommentsTest::test_returns_unicode PASSED [ 20%] tests/test_html.py::RemoveTagsTest::test_keep_argument PASSED [ 21%] tests/test_html.py::RemoveTagsTest::test_remove_empty_tags PASSED [ 21%] tests/test_html.py::RemoveTagsTest::test_remove_tags PASSED [ 22%] tests/test_html.py::RemoveTagsTest::test_remove_tags_with_attributes PASSED [ 23%] tests/test_html.py::RemoveTagsTest::test_remove_tags_without_tags PASSED [ 23%] tests/test_html.py::RemoveTagsTest::test_returns_unicode PASSED [ 24%] tests/test_html.py::RemoveTagsTest::test_uppercase_tags PASSED [ 25%] tests/test_html.py::RemoveTagsWithContentTest::test_empty_tags PASSED [ 25%] tests/test_html.py::RemoveTagsWithContentTest::test_returns_unicode PASSED [ 26%] tests/test_html.py::RemoveTagsWithContentTest::test_tags_with_shared_prefix PASSED [ 27%] tests/test_html.py::RemoveTagsWithContentTest::test_with_tags PASSED [ 27%] tests/test_html.py::RemoveTagsWithContentTest::test_without_tags PASSED [ 28%] tests/test_html.py::ReplaceEscapeCharsTest::test_returns_unicode PASSED [ 29%] tests/test_html.py::ReplaceEscapeCharsTest::test_with_escape_chars PASSED [ 29%] tests/test_html.py::ReplaceEscapeCharsTest::test_without_escape_chars PASSED [ 30%] tests/test_html.py::UnquoteMarkupTest::test_returns_unicode PASSED [ 30%] tests/test_html.py::UnquoteMarkupTest::test_unquote_markup PASSED [ 31%] tests/test_html.py::GetBaseUrlTest::test_attributes_before_href PASSED [ 32%] tests/test_html.py::GetBaseUrlTest::test_get_base_url PASSED [ 32%] tests/test_html.py::GetBaseUrlTest::test_get_base_url_latin1 PASSED [ 33%] tests/test_html.py::GetBaseUrlTest::test_get_base_url_latin1_percent PASSED [ 34%] tests/test_html.py::GetBaseUrlTest::test_get_base_url_utf8 PASSED [ 34%] tests/test_html.py::GetBaseUrlTest::test_no_scheme_url PASSED [ 35%] tests/test_html.py::GetBaseUrlTest::test_relative_url_with_absolute_path PASSED [ 36%] tests/test_html.py::GetBaseUrlTest::test_tag_name PASSED [ 36%] tests/test_html.py::GetMetaRefreshTest::test_commented_meta_refresh PASSED [ 37%] tests/test_html.py::GetMetaRefreshTest::test_entities_in_redirect_url PASSED [ 38%] tests/test_html.py::GetMetaRefreshTest::test_float_refresh_intervals PASSED [ 38%] tests/test_html.py::GetMetaRefreshTest::test_get_meta_refresh PASSED [ 39%] tests/test_html.py::GetMetaRefreshTest::test_html_comments_with_uncommented_meta_refresh PASSED [ 40%] tests/test_html.py::GetMetaRefreshTest::test_inside_noscript PASSED [ 40%] tests/test_html.py::GetMetaRefreshTest::test_inside_script PASSED [ 41%] tests/test_html.py::GetMetaRefreshTest::test_leading_newline_in_url PASSED [ 41%] tests/test_html.py::GetMetaRefreshTest::test_multiline PASSED [ 42%] tests/test_html.py::GetMetaRefreshTest::test_nonascii_url_latin1 PASSED [ 43%] tests/test_html.py::GetMetaRefreshTest::test_nonascii_url_latin1_query PASSED [ 43%] tests/test_html.py::GetMetaRefreshTest::test_nonascii_url_utf8 PASSED [ 44%] tests/test_html.py::GetMetaRefreshTest::test_redirections_in_different_ordering__in_meta_tag PASSED [ 45%] tests/test_html.py::GetMetaRefreshTest::test_relative_redirects PASSED [ 45%] tests/test_html.py::GetMetaRefreshTest::test_tag_name PASSED [ 46%] tests/test_html.py::GetMetaRefreshTest::test_without_url PASSED [ 47%] tests/test_http.py::HttpTests::test_basic_auth_header PASSED [ 47%] tests/test_http.py::HttpTests::test_basic_auth_header_encoding PASSED [ 48%] tests/test_http.py::HttpTests::test_headers_dict_to_raw PASSED [ 49%] tests/test_http.py::HttpTests::test_headers_dict_to_raw_listtuple PASSED [ 49%] tests/test_http.py::HttpTests::test_headers_dict_to_raw_wrong_values PASSED [ 50%] tests/test_http.py::HttpTests::test_headers_raw_dict_none PASSED [ 50%] tests/test_http.py::HttpTests::test_headers_raw_to_dict PASSED [ 51%] tests/test_url.py::UrlTests::test_add_or_replace_parameter PASSED [ 52%] tests/test_url.py::UrlTests::test_add_or_replace_parameter_fail XFAIL [ 52%] tests/test_url.py::UrlTests::test_add_or_replace_parameters PASSED [ 53%] tests/test_url.py::UrlTests::test_add_or_replace_parameters_does_not_change_input_param PASSED [ 54%] tests/test_url.py::UrlTests::test_any_to_uri PASSED [ 54%] tests/test_url.py::UrlTests::test_file_uri_to_path PASSED [ 55%] tests/test_url.py::UrlTests::test_is_url PASSED [ 56%] tests/test_url.py::UrlTests::test_path_to_file_uri PASSED [ 56%] tests/test_url.py::UrlTests::test_safe_download_url PASSED [ 57%] tests/test_url.py::UrlTests::test_safe_url_idna PASSED [ 58%] tests/test_url.py::UrlTests::test_safe_url_idna_encoding_failure PASSED [ 58%] tests/test_url.py::UrlTests::test_safe_url_port_number PASSED [ 59%] tests/test_url.py::UrlTests::test_safe_url_string PASSED [ 60%] tests/test_url.py::UrlTests::test_safe_url_string_bytes_input PASSED [ 60%] tests/test_url.py::UrlTests::test_safe_url_string_bytes_input_nonutf8 PASSED [ 61%] tests/test_url.py::UrlTests::test_safe_url_string_encode_idna_domain_with_port PASSED [ 61%] tests/test_url.py::UrlTests::test_safe_url_string_encode_idna_domain_with_username_and_empty_password_and_port_number PASSED [ 62%] tests/test_url.py::UrlTests::test_safe_url_string_encode_idna_domain_with_username_password_and_port_number PASSED [ 63%] tests/test_url.py::UrlTests::test_safe_url_string_misc PASSED [ 63%] tests/test_url.py::UrlTests::test_safe_url_string_preserve_nonfragment_hash PASSED [ 64%] tests/test_url.py::UrlTests::test_safe_url_string_quote_path PASSED [ 65%] tests/test_url.py::UrlTests::test_safe_url_string_remove_ascii_tab_and_newlines PASSED [ 65%] tests/test_url.py::UrlTests::test_safe_url_string_unsafe_chars PASSED [ 66%] tests/test_url.py::UrlTests::test_safe_url_string_userinfo_unsafe_chars PASSED [ 67%] tests/test_url.py::UrlTests::test_safe_url_string_with_query PASSED [ 67%] tests/test_url.py::UrlTests::test_url_query_cleaner PASSED [ 68%] tests/test_url.py::UrlTests::test_url_query_cleaner_keep_fragments PASSED [ 69%] tests/test_url.py::UrlTests::test_url_query_parameter PASSED [ 69%] tests/test_url.py::UrlTests::test_url_query_parameter_2 PASSED [ 70%] tests/test_url.py::CanonicalizeUrlTest::test_append_missing_path PASSED [ 70%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_idns PASSED [ 71%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_parse_url PASSED [ 72%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_url PASSED [ 72%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_url_idempotence PASSED [ 73%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_url_idna_exceptions PASSED [ 74%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_url_unicode_path PASSED [ 74%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_url_unicode_query_string PASSED [ 75%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_url_unicode_query_string_wrong_encoding PASSED [ 76%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_urlparsed PASSED [ 76%] tests/test_url.py::CanonicalizeUrlTest::test_domains_are_case_insensitive PASSED [ 77%] tests/test_url.py::CanonicalizeUrlTest::test_dont_convert_safe_characters PASSED [ 78%] tests/test_url.py::CanonicalizeUrlTest::test_keep_blank_values PASSED [ 78%] tests/test_url.py::CanonicalizeUrlTest::test_non_ascii_percent_encoding_in_paths PASSED [ 79%] tests/test_url.py::CanonicalizeUrlTest::test_non_ascii_percent_encoding_in_query_arguments PASSED [ 80%] tests/test_url.py::CanonicalizeUrlTest::test_normalize_percent_encoding_in_paths PASSED [ 80%] tests/test_url.py::CanonicalizeUrlTest::test_normalize_percent_encoding_in_query_arguments PASSED [ 81%] tests/test_url.py::CanonicalizeUrlTest::test_port_number PASSED [ 81%] tests/test_url.py::CanonicalizeUrlTest::test_preserve_nonfragment_hash PASSED [ 82%] tests/test_url.py::CanonicalizeUrlTest::test_quoted_slash_and_question_sign PASSED [ 83%] tests/test_url.py::CanonicalizeUrlTest::test_remove_fragments PASSED [ 83%] tests/test_url.py::CanonicalizeUrlTest::test_return_str PASSED [ 84%] tests/test_url.py::CanonicalizeUrlTest::test_safe_characters_unicode PASSED [ 85%] tests/test_url.py::CanonicalizeUrlTest::test_sorting PASSED [ 85%] tests/test_url.py::CanonicalizeUrlTest::test_spaces PASSED [ 86%] tests/test_url.py::CanonicalizeUrlTest::test_typical_usage PASSED [ 87%] tests/test_url.py::CanonicalizeUrlTest::test_urls_with_auth_and_ports PASSED [ 87%] tests/test_url.py::DataURITests::test_base64 PASSED [ 88%] tests/test_url.py::DataURITests::test_base64_spaces PASSED [ 89%] tests/test_url.py::DataURITests::test_bytes_uri PASSED [ 89%] tests/test_url.py::DataURITests::test_default_mediatype PASSED [ 90%] tests/test_url.py::DataURITests::test_default_mediatype_charset PASSED [ 90%] tests/test_url.py::DataURITests::test_mediatype_parameters PASSED [ 91%] tests/test_url.py::DataURITests::test_missing_comma PASSED [ 92%] tests/test_url.py::DataURITests::test_missing_scheme PASSED [ 92%] tests/test_url.py::DataURITests::test_scheme_case_insensitive PASSED [ 93%] tests/test_url.py::DataURITests::test_text_charset PASSED [ 94%] tests/test_url.py::DataURITests::test_text_uri PASSED [ 94%] tests/test_url.py::DataURITests::test_unicode_uri PASSED [ 95%] tests/test_url.py::DataURITests::test_wrong_base64_param PASSED [ 96%] tests/test_url.py::DataURITests::test_wrong_scheme PASSED [ 96%] tests/test_util.py::StrToUnicodeTestCase::test_deprecation PASSED [ 97%] tests/test_util.py::ToBytesTestCase::test_type_error PASSED [ 98%] tests/test_util.py::ToNativeStrTestCase::test_deprecation PASSED [ 98%] tests/test_util.py::ToUnicodeTestCase::test_type_error PASSED [ 99%] tests/test_util.py::UnicodeToStrTestCase::test_deprecation PASSED [100%] ======================== 154 passed, 1 xfailed in 0.55s ======================== >>> py3-w3lib: Entering fakeroot... running install /usr/lib/python3.10/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 build running build_py running egg_info writing w3lib.egg-info/PKG-INFO writing dependency_links to w3lib.egg-info/dependency_links.txt writing top-level names to w3lib.egg-info/top_level.txt reading manifest file 'w3lib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' under directory 'tests' adding license file 'LICENSE' writing manifest file 'w3lib.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/testing/py3-w3lib/pkg creating /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib creating /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr creating /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib creating /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib copying build/lib/w3lib/py.typed -> /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib copying build/lib/w3lib/util.py -> /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib copying build/lib/w3lib/_types.py -> /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib copying build/lib/w3lib/url.py -> /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib copying build/lib/w3lib/__init__.py -> /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib copying build/lib/w3lib/http.py -> /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib copying build/lib/w3lib/html.py -> /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib copying build/lib/w3lib/encoding.py -> /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib byte-compiling /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib/util.py to util.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib/_types.py to _types.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib/url.py to url.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib/http.py to http.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib/html.py to html.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib/encoding.py to encoding.cpython-310.pyc running install_egg_info Copying w3lib.egg-info to /home/buildozer/aports/testing/py3-w3lib/pkg/py3-w3lib/usr/lib/python3.10/site-packages/w3lib-2.0.1-py3.10.egg-info running install_scripts >>> py3-w3lib*: Running postcheck for py3-w3lib >>> py3-w3lib*: Preparing package py3-w3lib... >>> py3-w3lib*: Tracing dependencies... >>> py3-w3lib*: Package size: 172.0 KB >>> py3-w3lib*: Compressing data... >>> py3-w3lib*: Create checksum... >>> py3-w3lib*: Create py3-w3lib-2.0.1-r0.apk >>> py3-w3lib: Build complete at Tue, 08 Nov 2022 04:44:33 +0000 elapsed time 0h 0m 3s >>> py3-w3lib: Cleaning up srcdir >>> py3-w3lib: Cleaning up pkgdir >>> py3-w3lib: Uninstalling dependencies... (1/18) Purging .makedepends-py3-w3lib (20221108.044431) (2/18) Purging py3-setuptools (65.5.1-r0) (3/18) Purging py3-pytest (7.1.3-r1) (4/18) Purging py3-attrs (22.1.0-r0) (5/18) Purging py3-iniconfig (1.1.1-r3) (6/18) Purging py3-packaging (21.3-r2) (7/18) Purging py3-parsing (3.0.9-r0) (8/18) Purging py3-pluggy (1.0.0-r1) (9/18) Purging py3-py (1.11.0-r0) (10/18) Purging py3-tomli (2.0.1-r1) (11/18) Purging python3 (3.10.8-r3) (12/18) Purging libbz2 (1.0.8-r3) (13/18) Purging libffi (3.4.4-r0) (14/18) Purging gdbm (1.23-r0) (15/18) Purging xz-libs (5.2.7-r0) (16/18) Purging mpdecimal (2.5.1-r1) (17/18) Purging readline (8.2.0-r0) (18/18) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 406 MiB in 96 packages >>> py3-w3lib: Updating the testing/aarch64 repository index... >>> py3-w3lib: Signing the index...