>>> py3-w3lib: Building testing/py3-w3lib 1.22.0-r2 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 15:37:34 +0000 >>> py3-w3lib: Checking sanity of /home/buildozer/aports/testing/py3-w3lib/APKBUILD... >>> py3-w3lib: Analyzing dependencies... >>> py3-w3lib: Installing for build: build-base py3-six py3-setuptools py3-pytest (1/22) Installing libffi (3.4.2-r1) (2/22) Installing gdbm (1.22-r0) (3/22) Installing mpdecimal (2.5.1-r1) (4/22) Installing readline (8.1.1-r0) (5/22) Installing sqlite-libs (3.37.0-r0) (6/22) Installing python3 (3.10.1-r0) (7/22) Installing py3-six (1.16.0-r1) (8/22) Installing py3-ordered-set (4.0.2-r3) (9/22) Installing py3-appdirs (1.4.4-r3) (10/22) Installing py3-parsing (2.4.7-r3) (11/22) Installing py3-packaging (21.3-r0) (12/22) Installing py3-setuptools (52.0.0-r5) (13/22) Installing py3-atomicwrites (1.4.0-r2) (14/22) Installing py3-attrs (21.2.0-r1) (15/22) Installing py3-more-itertools (8.12.0-r1) (16/22) Installing py3-iniconfig (1.1.1-r2) (17/22) Installing py3-pluggy (0.13.1-r5) (18/22) Installing py3-py (1.10.0-r2) (19/22) Installing py3-wcwidth (0.2.5-r2) (20/22) Installing py3-toml (0.10.2-r3) (21/22) Installing py3-pytest (6.2.5-r1) (22/22) Installing .makedepends-py3-w3lib (20211219.153735) Executing busybox-1.34.1-r5.trigger OK: 422 MiB in 123 packages >>> py3-w3lib: Cleaning up srcdir >>> py3-w3lib: Cleaning up pkgdir >>> py3-w3lib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/w3lib-1.22.0.tar.gz >>> py3-w3lib: Fetching https://distfiles.alpinelinux.org/distfiles/edge/w3lib-1.22.0.tar.gz >>> py3-w3lib: Checking sha512sums... w3lib-1.22.0.tar.gz: OK python-3.9.patch: OK >>> py3-w3lib: Unpacking /var/cache/distfiles/edge/w3lib-1.22.0.tar.gz... >>> py3-w3lib: python-3.9.patch patching file tests/test_url.py Hunk #3 succeeded at 300 (offset -11 lines). Hunk #4 succeeded at 324 (offset -11 lines). Hunk #5 succeeded at 745 (offset -26 lines). patching file tests/test_url.py running build running build_py creating build creating build/lib creating build/lib/w3lib copying w3lib/util.py -> build/lib/w3lib copying w3lib/url.py -> build/lib/w3lib copying w3lib/form.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 requirements to w3lib.egg-info/requires.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' writing manifest file 'w3lib.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/testing/py3-w3lib/src/w3lib-1.22.0, configfile: pytest.ini collecting ... collected 147 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 [ 2%] 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 [ 4%] 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 [ 6%] 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 [ 8%] 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 [ 10%] tests/test_encoding.py::HtmlConversionTests::test_replace_wrong_encoding PASSED [ 10%] tests/test_encoding.py::HtmlConversionTests::test_unicode_body PASSED [ 11%] tests/test_encoding.py::HtmlConversionTests::test_utf16_32 PASSED [ 12%] tests/test_encoding.py::HtmlConversionTests::test_utf8_unexpected_end_of_data_with_valid_utf8_BOM PASSED [ 12%] tests/test_form.py::EncodeMultipartTest::test_encode_multipart PASSED [ 13%] tests/test_form.py::EncodeMultipartTest::test_encode_multipart_file PASSED [ 14%] tests/test_form.py::EncodeMultipartTest::test_encode_multipart_unicode PASSED [ 14%] tests/test_html.py::RemoveEntitiesTest::test_browser_hack PASSED [ 15%] tests/test_html.py::RemoveEntitiesTest::test_encoding PASSED [ 16%] tests/test_html.py::RemoveEntitiesTest::test_illegal_entities PASSED [ 17%] tests/test_html.py::RemoveEntitiesTest::test_keep_entities PASSED [ 17%] tests/test_html.py::RemoveEntitiesTest::test_missing_semicolon PASSED [ 18%] tests/test_html.py::RemoveEntitiesTest::test_regular PASSED [ 19%] tests/test_html.py::RemoveEntitiesTest::test_returns_unicode PASSED [ 19%] tests/test_html.py::ReplaceTagsTest::test_replace_tags PASSED [ 20%] tests/test_html.py::ReplaceTagsTest::test_replace_tags_multiline PASSED [ 21%] tests/test_html.py::ReplaceTagsTest::test_returns_unicode PASSED [ 21%] tests/test_html.py::RemoveCommentsTest::test_no_comments PASSED [ 22%] tests/test_html.py::RemoveCommentsTest::test_remove_comments PASSED [ 23%] tests/test_html.py::RemoveCommentsTest::test_returns_unicode PASSED [ 23%] tests/test_html.py::RemoveTagsTest::test_keep_argument PASSED [ 24%] tests/test_html.py::RemoveTagsTest::test_remove_empty_tags PASSED [ 25%] tests/test_html.py::RemoveTagsTest::test_remove_tags PASSED [ 25%] tests/test_html.py::RemoveTagsTest::test_remove_tags_with_attributes PASSED [ 26%] tests/test_html.py::RemoveTagsTest::test_remove_tags_without_tags PASSED [ 27%] tests/test_html.py::RemoveTagsTest::test_returns_unicode PASSED [ 27%] tests/test_html.py::RemoveTagsTest::test_uppercase_tags PASSED [ 28%] tests/test_html.py::RemoveTagsWithContentTest::test_empty_tags PASSED [ 29%] tests/test_html.py::RemoveTagsWithContentTest::test_returns_unicode PASSED [ 29%] tests/test_html.py::RemoveTagsWithContentTest::test_tags_with_shared_prefix PASSED [ 30%] tests/test_html.py::RemoveTagsWithContentTest::test_with_tags PASSED [ 31%] tests/test_html.py::RemoveTagsWithContentTest::test_without_tags PASSED [ 31%] tests/test_html.py::ReplaceEscapeCharsTest::test_returns_unicode PASSED [ 32%] tests/test_html.py::ReplaceEscapeCharsTest::test_with_escape_chars PASSED [ 33%] tests/test_html.py::ReplaceEscapeCharsTest::test_without_escape_chars PASSED [ 34%] tests/test_html.py::UnquoteMarkupTest::test_returns_unicode PASSED [ 34%] tests/test_html.py::UnquoteMarkupTest::test_unquote_markup PASSED [ 35%] tests/test_html.py::GetBaseUrlTest::test_attributes_before_href PASSED [ 36%] tests/test_html.py::GetBaseUrlTest::test_get_base_url PASSED [ 36%] tests/test_html.py::GetBaseUrlTest::test_get_base_url_latin1 PASSED [ 37%] tests/test_html.py::GetBaseUrlTest::test_get_base_url_latin1_percent PASSED [ 38%] tests/test_html.py::GetBaseUrlTest::test_get_base_url_utf8 PASSED [ 38%] tests/test_html.py::GetBaseUrlTest::test_no_scheme_url PASSED [ 39%] tests/test_html.py::GetBaseUrlTest::test_relative_url_with_absolute_path PASSED [ 40%] tests/test_html.py::GetBaseUrlTest::test_tag_name PASSED [ 40%] tests/test_html.py::GetMetaRefreshTest::test_commented_meta_refresh PASSED [ 41%] tests/test_html.py::GetMetaRefreshTest::test_entities_in_redirect_url PASSED [ 42%] tests/test_html.py::GetMetaRefreshTest::test_float_refresh_intervals PASSED [ 42%] tests/test_html.py::GetMetaRefreshTest::test_get_meta_refresh PASSED [ 43%] tests/test_html.py::GetMetaRefreshTest::test_html_comments_with_uncommented_meta_refresh PASSED [ 44%] tests/test_html.py::GetMetaRefreshTest::test_inside_noscript PASSED [ 44%] tests/test_html.py::GetMetaRefreshTest::test_inside_script PASSED [ 45%] tests/test_html.py::GetMetaRefreshTest::test_leading_newline_in_url PASSED [ 46%] tests/test_html.py::GetMetaRefreshTest::test_multiline PASSED [ 46%] tests/test_html.py::GetMetaRefreshTest::test_nonascii_url_latin1 PASSED [ 47%] tests/test_html.py::GetMetaRefreshTest::test_nonascii_url_latin1_query PASSED [ 48%] tests/test_html.py::GetMetaRefreshTest::test_nonascii_url_utf8 PASSED [ 48%] tests/test_html.py::GetMetaRefreshTest::test_relative_redirects PASSED [ 49%] tests/test_html.py::GetMetaRefreshTest::test_tag_name PASSED [ 50%] tests/test_html.py::GetMetaRefreshTest::test_without_url PASSED [ 51%] tests/test_http.py::HttpTests::test_basic_auth_header PASSED [ 51%] tests/test_http.py::HttpTests::test_basic_auth_header_encoding PASSED [ 52%] tests/test_http.py::HttpTests::test_headers_dict_to_raw PASSED [ 53%] tests/test_http.py::HttpTests::test_headers_dict_to_raw_listtuple PASSED [ 53%] tests/test_http.py::HttpTests::test_headers_dict_to_raw_wrong_values PASSED [ 54%] tests/test_http.py::HttpTests::test_headers_raw_dict_none PASSED [ 55%] tests/test_http.py::HttpTests::test_headers_raw_to_dict PASSED [ 55%] tests/test_url.py::UrlTests::test_add_or_replace_parameter PASSED [ 56%] tests/test_url.py::UrlTests::test_add_or_replace_parameter_fail XFAIL [ 57%] tests/test_url.py::UrlTests::test_add_or_replace_parameters PASSED [ 57%] tests/test_url.py::UrlTests::test_add_or_replace_parameters_does_not_change_input_param PASSED [ 58%] tests/test_url.py::UrlTests::test_any_to_uri PASSED [ 59%] tests/test_url.py::UrlTests::test_file_uri_to_path PASSED [ 59%] tests/test_url.py::UrlTests::test_is_url PASSED [ 60%] tests/test_url.py::UrlTests::test_path_to_file_uri PASSED [ 61%] tests/test_url.py::UrlTests::test_safe_download_url PASSED [ 61%] tests/test_url.py::UrlTests::test_safe_url_idna PASSED [ 62%] tests/test_url.py::UrlTests::test_safe_url_idna_encoding_failure PASSED [ 63%] tests/test_url.py::UrlTests::test_safe_url_port_number PASSED [ 63%] tests/test_url.py::UrlTests::test_safe_url_string PASSED [ 64%] tests/test_url.py::UrlTests::test_safe_url_string_bytes_input PASSED [ 65%] tests/test_url.py::UrlTests::test_safe_url_string_bytes_input_nonutf8 PASSED [ 65%] tests/test_url.py::UrlTests::test_safe_url_string_misc PASSED [ 66%] tests/test_url.py::UrlTests::test_safe_url_string_quote_path PASSED [ 67%] tests/test_url.py::UrlTests::test_safe_url_string_remove_ascii_tab_and_newlines PASSED [ 68%] tests/test_url.py::UrlTests::test_safe_url_string_unsafe_chars PASSED [ 68%] tests/test_url.py::UrlTests::test_safe_url_string_with_query PASSED [ 69%] tests/test_url.py::UrlTests::test_url_query_cleaner PASSED [ 70%] tests/test_url.py::UrlTests::test_url_query_cleaner_keep_fragments PASSED [ 70%] tests/test_url.py::UrlTests::test_url_query_parameter PASSED [ 71%] tests/test_url.py::UrlTests::test_url_query_parameter_2 PASSED [ 72%] tests/test_url.py::UrlTests::test_urljoin_rfc_deprecated PASSED [ 72%] tests/test_url.py::CanonicalizeUrlTest::test_append_missing_path PASSED [ 73%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_idns PASSED [ 74%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_parse_url PASSED [ 74%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_url PASSED [ 75%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_url_idempotence PASSED [ 76%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_url_idna_exceptions PASSED [ 76%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_url_unicode_path PASSED [ 77%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_url_unicode_query_string PASSED [ 78%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_url_unicode_query_string_wrong_encoding PASSED [ 78%] tests/test_url.py::CanonicalizeUrlTest::test_canonicalize_urlparsed PASSED [ 79%] tests/test_url.py::CanonicalizeUrlTest::test_domains_are_case_insensitive PASSED [ 80%] tests/test_url.py::CanonicalizeUrlTest::test_dont_convert_safe_characters PASSED [ 80%] tests/test_url.py::CanonicalizeUrlTest::test_keep_blank_values PASSED [ 81%] tests/test_url.py::CanonicalizeUrlTest::test_non_ascii_percent_encoding_in_paths PASSED [ 82%] tests/test_url.py::CanonicalizeUrlTest::test_non_ascii_percent_encoding_in_query_arguments PASSED [ 82%] tests/test_url.py::CanonicalizeUrlTest::test_normalize_percent_encoding_in_paths PASSED [ 83%] tests/test_url.py::CanonicalizeUrlTest::test_normalize_percent_encoding_in_query_arguments PASSED [ 84%] tests/test_url.py::CanonicalizeUrlTest::test_port_number PASSED [ 85%] tests/test_url.py::CanonicalizeUrlTest::test_quoted_slash_and_question_sign PASSED [ 85%] tests/test_url.py::CanonicalizeUrlTest::test_remove_fragments PASSED [ 86%] tests/test_url.py::CanonicalizeUrlTest::test_return_str PASSED [ 87%] tests/test_url.py::CanonicalizeUrlTest::test_safe_characters_unicode PASSED [ 87%] tests/test_url.py::CanonicalizeUrlTest::test_sorting PASSED [ 88%] tests/test_url.py::CanonicalizeUrlTest::test_spaces PASSED [ 89%] tests/test_url.py::CanonicalizeUrlTest::test_typical_usage PASSED [ 89%] tests/test_url.py::CanonicalizeUrlTest::test_urls_with_auth_and_ports PASSED [ 90%] tests/test_url.py::DataURITests::test_base64 PASSED [ 91%] tests/test_url.py::DataURITests::test_base64_spaces PASSED [ 91%] tests/test_url.py::DataURITests::test_bytes_uri PASSED [ 92%] tests/test_url.py::DataURITests::test_default_mediatype PASSED [ 93%] tests/test_url.py::DataURITests::test_default_mediatype_charset PASSED [ 93%] tests/test_url.py::DataURITests::test_mediatype_parameters PASSED [ 94%] tests/test_url.py::DataURITests::test_missing_comma PASSED [ 95%] tests/test_url.py::DataURITests::test_missing_scheme PASSED [ 95%] tests/test_url.py::DataURITests::test_scheme_case_insensitive PASSED [ 96%] tests/test_url.py::DataURITests::test_text_charset PASSED [ 97%] tests/test_url.py::DataURITests::test_text_uri PASSED [ 97%] tests/test_url.py::DataURITests::test_unicode_uri PASSED [ 98%] tests/test_url.py::DataURITests::test_wrong_base64_param PASSED [ 99%] tests/test_url.py::DataURITests::test_wrong_scheme PASSED [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1233 /usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1233: PytestConfigWarning: Unknown config option: flake8-ignore self._warn_or_fail_if_strict(f"Unknown config option: {key}\n") tests/test_url.py::UrlTests::test_urljoin_rfc_deprecated /home/buildozer/aports/testing/py3-w3lib/src/w3lib-1.22.0/w3lib/url.py:618: DeprecationWarning: w3lib.url.urljoin_rfc is deprecated, use urlparse.urljoin instead warnings.warn("w3lib.url.urljoin_rfc is deprecated, use urlparse.urljoin instead", -- Docs: https://docs.pytest.org/en/stable/warnings.html ================== 146 passed, 1 xfailed, 2 warnings in 0.95s ================== >>> py3-w3lib: Entering fakeroot... running install 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 requirements to w3lib.egg-info/requires.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' 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/util.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/form.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/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/form.py to form.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-1.22.0-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: 176.0 KB >>> py3-w3lib*: Compressing data... >>> py3-w3lib*: Create checksum... >>> py3-w3lib*: Create py3-w3lib-1.22.0-r2.apk >>> py3-w3lib: Build complete at Sun, 19 Dec 2021 15:37:38 +0000 elapsed time 0h 0m 4s >>> py3-w3lib: Cleaning up srcdir >>> py3-w3lib: Cleaning up pkgdir >>> py3-w3lib: Uninstalling dependencies... (1/22) Purging .makedepends-py3-w3lib (20211219.153735) (2/22) Purging py3-setuptools (52.0.0-r5) (3/22) Purging py3-ordered-set (4.0.2-r3) (4/22) Purging py3-appdirs (1.4.4-r3) (5/22) Purging py3-pytest (6.2.5-r1) (6/22) Purging py3-atomicwrites (1.4.0-r2) (7/22) Purging py3-attrs (21.2.0-r1) (8/22) Purging py3-more-itertools (8.12.0-r1) (9/22) Purging py3-iniconfig (1.1.1-r2) (10/22) Purging py3-pluggy (0.13.1-r5) (11/22) Purging py3-py (1.10.0-r2) (12/22) Purging py3-wcwidth (0.2.5-r2) (13/22) Purging py3-packaging (21.3-r0) (14/22) Purging py3-parsing (2.4.7-r3) (15/22) Purging py3-six (1.16.0-r1) (16/22) Purging py3-toml (0.10.2-r3) (17/22) Purging python3 (3.10.1-r0) (18/22) Purging libffi (3.4.2-r1) (19/22) Purging gdbm (1.22-r0) (20/22) Purging mpdecimal (2.5.1-r1) (21/22) Purging readline (8.1.1-r0) (22/22) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 365 MiB in 101 packages >>> py3-w3lib: Updating the testing/aarch64 repository index... >>> py3-w3lib: Signing the index...