>>> py3-httplib2: Building community/py3-httplib2 0.20.4-r0 (using abuild 3.9.0-r0) started Thu, 14 Apr 2022 21:35:21 +0000 >>> py3-httplib2: Checking sanity of /home/buildozer/aports/community/py3-httplib2/APKBUILD... >>> py3-httplib2: Analyzing dependencies... >>> py3-httplib2: Installing for build: build-base python3 py3-setuptools py3-pytest py3-pytest-cov py3-pytest-timeout py3-cryptography (1/33) Installing libbz2 (1.0.8-r1) (2/33) Installing libffi (3.4.2-r1) (3/33) Installing gdbm (1.23-r0) (4/33) Installing xz-libs (5.2.5-r1) (5/33) Installing mpdecimal (2.5.1-r1) (6/33) Installing readline (8.1.2-r0) (7/33) Installing sqlite-libs (3.38.0-r0) (8/33) Installing python3 (3.10.3-r0) (9/33) Installing py3-appdirs (1.4.4-r3) (10/33) Installing py3-more-itertools (8.12.0-r2) (11/33) Installing py3-ordered-set (4.0.2-r3) (12/33) Installing py3-parsing (2.4.7-r3) (13/33) Installing py3-six (1.16.0-r1) (14/33) Installing py3-packaging (21.3-r0) (15/33) Installing py3-setuptools (59.4.0-r0) (16/33) Installing py3-atomicwrites (1.4.0-r2) (17/33) Installing py3-attrs (21.4.0-r0) (18/33) Installing py3-iniconfig (1.1.1-r2) (19/33) Installing py3-pluggy (0.13.1-r5) (20/33) Installing py3-py (1.10.0-r2) (21/33) Installing py3-wcwidth (0.2.5-r2) (22/33) Installing py3-toml (0.10.2-r3) (23/33) Installing py3-pygments (2.11.2-r0) (24/33) Installing py3-pytest (6.2.5-r2) (25/33) Installing py3-coverage (5.5-r1) (26/33) Installing py3-pytest-cov (2.12.1-r1) (27/33) Installing py3-pytest-timeout (1.4.2-r2) (28/33) Installing py3-cparser (2.20-r2) (29/33) Installing py3-cffi (1.15.0-r0) (30/33) Installing py3-idna (3.3-r2) (31/33) Installing py3-asn1crypto (1.4.0-r2) (32/33) Installing py3-cryptography (3.4.8-r0) (33/33) Installing .makedepends-py3-httplib2 (20220414.213523) Executing busybox-1.35.0-r8.trigger OK: 324 MiB in 121 packages >>> py3-httplib2: Cleaning up srcdir >>> py3-httplib2: Cleaning up pkgdir >>> py3-httplib2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/httplib2-0.20.4.tar.gz >>> py3-httplib2: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/httplib2-0.20.4.tar.gz >>> py3-httplib2: Checking sha512sums... httplib2-0.20.4.tar.gz: OK >>> py3-httplib2: Unpacking /var/cache/distfiles/v3.16/httplib2-0.20.4.tar.gz... running build running build_py creating build creating build/lib creating build/lib/httplib2 copying python3/httplib2/auth.py -> build/lib/httplib2 copying python3/httplib2/iri2uri.py -> build/lib/httplib2 copying python3/httplib2/__init__.py -> build/lib/httplib2 copying python3/httplib2/socks.py -> build/lib/httplib2 copying python3/httplib2/error.py -> build/lib/httplib2 copying python3/httplib2/certs.py -> build/lib/httplib2 copying python3/httplib2/cacerts.txt -> build/lib/httplib2 ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-httplib2/src/httplib2-0.20.4, configfile: setup.cfg plugins: timeout-1.4.2, cov-2.12.1 timeout: 17.0s timeout method: signal timeout func_only: False collecting ... collected 492 items tests/test_auth.py::test_credentials PASSED [ 0%] tests/test_auth.py::test_basic PASSED [ 0%] tests/test_auth.py::test_basic_for_domain PASSED [ 0%] tests/test_auth.py::test_basic_two_credentials PASSED [ 0%] tests/test_auth.py::test_digest PASSED [ 1%] tests/test_auth.py::test_digest_next_nonce_nc PASSED [ 1%] tests/test_auth.py::test_digest_auth_stale PASSED [ 1%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{}] PASSED [ 1%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': ''}] PASSED [ 1%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': 'Test realm="test realm" , foo=foo ,bar="bar", baz=baz,qux=qux'}] PASSED [ 2%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': 'T*!%#st realm=to*!%#en, to*!%#en="quoted string"'}] PASSED [ 2%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': 'Test realm="a \\\\"test\\\\" realm"'}] PASSED [ 2%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': 'Basic realm="me"'}] PASSED [ 2%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': 'Basic realm="me", algorithm="MD5"'}] PASSED [ 2%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': 'Basic realm="me", algorithm=MD5'}] PASSED [ 3%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': 'Basic realm="me",other="fred" '}] PASSED [ 3%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': 'Basic REAlm="me" '}] PASSED [ 3%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': 'Digest realm="digest1", qop="auth,auth-int", nonce="7102dd2", opaque="e9517f"'}] PASSED [ 3%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': 'Digest realm="2-comma-d", qop="auth-int", nonce="c0c8ff1", Basic realm="2-comma-b"'}] PASSED [ 3%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': 'Digest realm="com3d", Basic realm="com3b", WSSE realm="com3w", profile="token"'}] PASSED [ 4%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': 'Digest realm="myrealm", nonce="KBAA=3", algorithm=MD5, qop="auth", stale=true'}] PASSED [ 4%] tests/test_auth.py::test_parse_www_authenticate_correct[strict-{'www-authenticate': "Basic param='single quote'"}] PASSED [ 4%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{}] PASSED [ 4%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': ''}] PASSED [ 4%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': 'Test realm="test realm" , foo=foo ,bar="bar", baz=baz,qux=qux'}] PASSED [ 5%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': 'T*!%#st realm=to*!%#en, to*!%#en="quoted string"'}] PASSED [ 5%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': 'Test realm="a \\\\"test\\\\" realm"'}] PASSED [ 5%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': 'Basic realm="me"'}] PASSED [ 5%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': 'Basic realm="me", algorithm="MD5"'}] PASSED [ 5%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': 'Basic realm="me", algorithm=MD5'}] PASSED [ 6%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': 'Basic realm="me",other="fred" '}] PASSED [ 6%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': 'Basic REAlm="me" '}] PASSED [ 6%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': 'Digest realm="digest1", qop="auth,auth-int", nonce="7102dd2", opaque="e9517f"'}] PASSED [ 6%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': 'Digest realm="2-comma-d", qop="auth-int", nonce="c0c8ff1", Basic realm="2-comma-b"'}] PASSED [ 6%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': 'Digest realm="com3d", Basic realm="com3b", WSSE realm="com3w", profile="token"'}] PASSED [ 7%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': 'Digest realm="myrealm", nonce="KBAA=3", algorithm=MD5, qop="auth", stale=true'}] PASSED [ 7%] tests/test_auth.py::test_parse_www_authenticate_correct[relax-{'www-authenticate': "Basic param='single quote'"}] PASSED [ 7%] tests/test_auth.py::test_parse_www_authenticate_malformed[{'www-authenticate': 'OAuth "Facebook Platform" "invalid_token" "Invalid OAuth access token."'}] PASSED [ 7%] tests/test_auth.py::test_parse_www_authenticate_complexity PASSED [ 7%] tests/test_auth.py::test_benchmark_parse_www_authenticate[Basic realm="me", algorithm="MD5"] SKIPPED [ 8%] tests/test_auth.py::test_benchmark_parse_www_authenticate[Digest realm="digest1", qop="auth,auth-int", nonce="7102dd2", opaque="e9517f"] SKIPPED [ 8%] tests/test_auth.py::test_benchmark_parse_www_authenticate[Digest realm="2-comma-d", qop="auth-int", nonce="c0c8ff1", Basic realm="2-comma-b"] SKIPPED [ 8%] tests/test_auth.py::test_benchmark_parse_www_authenticate[Bearer 0b79bab50daca910b000d4f1a2b675d604257e42] SKIPPED [ 8%] tests/test_auth.py::test_digest_object PASSED [ 8%] tests/test_auth.py::test_digest_object_with_opaque PASSED [ 9%] tests/test_auth.py::test_digest_object_stale PASSED [ 9%] tests/test_auth.py::test_digest_object_auth_info PASSED [ 9%] tests/test_auth.py::test_wsse_algorithm PASSED [ 9%] tests/test_auth.py::test_wsse_invalid PASSED [ 9%] tests/test_auth.py::test_wsse_ok PASSED [ 10%] tests/test_cacerts_from_env.py::test_certs_file_from_builtin PASSED [ 10%] tests/test_cacerts_from_env.py::test_certs_file_from_environment PASSED [ 10%] tests/test_cacerts_from_env.py::test_certs_file_from_certifi PASSED [ 10%] tests/test_cacerts_from_env.py::test_certs_file_from_custom_getter PASSED [ 10%] tests/test_cacerts_from_env.py::test_with_certifi_removed_from_modules PASSED [ 11%] tests/test_cache.py::test_get_only_if_cached_cache_hit PASSED [ 11%] tests/test_cache.py::test_get_only_if_cached_cache_miss PASSED [ 11%] tests/test_cache.py::test_get_only_if_cached_no_cache_at_all PASSED [ 11%] tests/test_cache.py::test_TODO_vary_no SKIPPED (was commented in leg...) [ 11%] tests/test_cache.py::test_vary_header_is_sent PASSED [ 12%] tests/test_cache.py::test_vary_header_double PASSED [ 12%] tests/test_cache.py::test_vary_unused_header PASSED [ 12%] tests/test_cache.py::test_get_cache_control_no_cache PASSED [ 12%] tests/test_cache.py::test_get_cache_control_pragma_no_cache PASSED [ 13%] tests/test_cache.py::test_get_cache_control_no_store_request PASSED [ 13%] tests/test_cache.py::test_get_cache_control_no_store_response PASSED [ 13%] tests/test_cache.py::test_get_cache_control_no_cache_no_store_request PASSED [ 13%] tests/test_cache.py::test_update_invalidates_cache PASSED [ 13%] tests/test_cache.py::test_update_uses_cached_etag[PUT] PASSED [ 14%] tests/test_cache.py::test_update_uses_cached_etag[PATCH] PASSED [ 14%] tests/test_cache.py::test_update_uses_cached_etag_and_oc_method PASSED [ 14%] tests/test_cache.py::test_update_uses_cached_etag_overridden PASSED [ 14%] tests/test_cache.py::test_parse_cache_control[{}] PASSED [ 14%] tests/test_cache.py::test_parse_cache_control[{'cache-control': ' no-cache'}] PASSED [ 15%] tests/test_cache.py::test_parse_cache_control[{'cache-control': ' no-store, max-age = 7200'}] PASSED [ 15%] tests/test_cache.py::test_parse_cache_control[{'cache-control': ' , '}] PASSED [ 15%] tests/test_cache.py::test_parse_cache_control[{'cache-control': 'Max-age=3600;post-check=1800,pre-check=3600'}] PASSED [ 15%] tests/test_cache.py::test_normalize_headers PASSED [ 15%] tests/test_cache.py::test_entry_disposition[({'cache-control': 'no-cache'}, {'cache-control': 'max-age=7200'}, 'TRANSPARENT')] PASSED [ 16%] tests/test_cache.py::test_entry_disposition[({}, {'cache-control': 'max-age=fred, min-fresh=barney'}, 'STALE')] PASSED [ 16%] tests/test_cache.py::test_entry_disposition[({}, {'date': '{now}', 'expires': '{now+3}'}, 'FRESH')] PASSED [ 16%] tests/test_cache.py::test_entry_disposition[({}, {'date': '{now}', 'expires': '{now+3}', 'cache-control': 'no-cache'}, 'STALE')] PASSED [ 16%] tests/test_cache.py::test_entry_disposition[({'cache-control': 'must-revalidate'}, {}, 'STALE')] PASSED [ 16%] tests/test_cache.py::test_entry_disposition[({}, {'cache-control': 'must-revalidate'}, 'STALE')] PASSED [ 17%] tests/test_cache.py::test_entry_disposition[({}, {'date': '{now}', 'cache-control': 'max-age=0'}, 'STALE')] PASSED [ 17%] tests/test_cache.py::test_entry_disposition[({'cache-control': 'only-if-cached'}, {}, 'FRESH')] PASSED [ 17%] tests/test_cache.py::test_entry_disposition[({}, {'date': '{now}', 'expires': '0'}, 'STALE')] PASSED [ 17%] tests/test_cache.py::test_entry_disposition[({}, {'data': '{now+3}'}, 'STALE')] PASSED [ 17%] tests/test_cache.py::test_entry_disposition[({'cache-control': 'max-age=0'}, {'date': '{now}', 'cache-control': 'max-age=2'}, 'STALE')] PASSED [ 18%] tests/test_cache.py::test_entry_disposition[({'cache-control': 'min-fresh=2'}, {'date': '{now}', 'expires': '{now+2}'}, 'STALE')] PASSED [ 18%] tests/test_cache.py::test_entry_disposition[({'cache-control': 'min-fresh=2'}, {'date': '{now}', 'expires': '{now+4}'}, 'FRESH')] PASSED [ 18%] tests/test_cache.py::test_expiration_model_fresh PASSED [ 18%] tests/test_cache.py::test_expiration_model_date_and_expires PASSED [ 18%] tests/test_encoding.py::test_gzip_head PASSED [ 19%] tests/test_encoding.py::test_gzip_get PASSED [ 19%] tests/test_encoding.py::test_gzip_post_response PASSED [ 19%] tests/test_encoding.py::test_gzip_malformed_response PASSED [ 19%] tests/test_encoding.py::test_deflate_get PASSED [ 19%] tests/test_encoding.py::test_deflate_malformed_response PASSED [ 20%] tests/test_http.py::test_connection_type PASSED [ 20%] tests/test_http.py::test_bad_status_line_retry PASSED [ 20%] tests/test_http.py::test_unknown_server PASSED [ 20%] tests/test_http.py::test_connection_refused_raises_exception PASSED [ 20%] tests/test_http.py::test_connection_refused_returns_response PASSED [ 21%] tests/test_http.py::test_get_iri PASSED [ 21%] tests/test_http.py::test_get_is_default_method PASSED [ 21%] tests/test_http.py::test_different_methods PASSED [ 21%] tests/test_http.py::test_head_read PASSED [ 21%] tests/test_http.py::test_get_no_cache PASSED [ 22%] tests/test_http.py::test_user_agent PASSED [ 22%] tests/test_http.py::test_user_agent_non_default PASSED [ 22%] tests/test_http.py::test_get_300_with_location PASSED [ 22%] tests/test_http.py::test_get_300_with_location_noredirect PASSED [ 22%] tests/test_http.py::test_get_300_without_location PASSED [ 23%] tests/test_http.py::test_get_301 PASSED [ 23%] tests/test_http.py::test_head_301 PASSED [ 23%] tests/test_http.py::test_get_301_no_redirect XFAIL (FIXME: 301 cache...) [ 23%] tests/test_http.py::test_get_302 PASSED [ 23%] tests/test_http.py::test_get_302_redirection_limit PASSED [ 24%] tests/test_http.py::test_get_302_no_location PASSED [ 24%] tests/test_http.py::test_303 PASSED [ 24%] tests/test_http.py::test_etag_used PASSED [ 24%] tests/test_http.py::test_etag_ignore PASSED [ 25%] tests/test_http.py::test_etag_override PASSED [ 25%] tests/test_http.py::test_get_304_end_to_end SKIPPED (was commented i...) [ 25%] tests/test_http.py::test_get_304_last_modified PASSED [ 25%] tests/test_http.py::test_get_307 PASSED [ 25%] tests/test_http.py::test_post_307 PASSED [ 26%] tests/test_http.py::test_change_308 PASSED [ 26%] tests/test_http.py::test_get_410 PASSED [ 26%] tests/test_http.py::test_get_duplicate_headers PASSED [ 26%] tests/test_http.py::test_custom_redirect_codes PASSED [ 26%] tests/test_http.py::test_cwe93_inject_crlf PASSED [ 27%] tests/test_http.py::test_inject_space PASSED [ 27%] tests/test_https.py::test_get_via_https PASSED [ 27%] tests/test_https.py::test_get_301_via_https PASSED [ 27%] tests/test_https.py::test_get_301_via_https_spec_violation_on_location PASSED [ 27%] tests/test_https.py::test_invalid_ca_certs_path PASSED [ 28%] tests/test_https.py::test_not_trusted_ca PASSED [ 28%] tests/test_https.py::test_set_tls_version[None-maximum_version] PASSED [ 28%] tests/test_https.py::test_set_tls_version[None-minimum_version] PASSED [ 28%] tests/test_https.py::test_set_tls_version[TLSv1_2-maximum_version] PASSED [ 28%] tests/test_https.py::test_set_tls_version[TLSv1_2-minimum_version] PASSED [ 29%] tests/test_https.py::test_set_tls_version[TLSVersion.TLSv1_2-maximum_version] PASSED [ 29%] tests/test_https.py::test_set_tls_version[TLSVersion.TLSv1_2-minimum_version] PASSED [ 29%] tests/test_https.py::test_max_tls_version PASSED [ 29%] tests/test_https.py::test_client_cert_verified PASSED [ 29%] tests/test_https.py::test_client_cert_password_verified PASSED [ 30%] tests/test_https.py::test_sni_set_servername_callback PASSED [ 30%] tests/test_https.py::test_http_redirect_https PASSED [ 30%] tests/test_https.py::test_https_redirect_http PASSED [ 30%] tests/test_other.py::test_convert_byte_str PASSED [ 30%] tests/test_other.py::test_reflect PASSED [ 31%] tests/test_other.py::test_pickle_http PASSED [ 31%] tests/test_other.py::test_pickle_http_with_connection PASSED [ 31%] tests/test_other.py::test_pickle_custom_request_http PASSED [ 31%] tests/test_other.py::test_timeout_global XPASS (FIXME: for unknown r...) [ 31%] tests/test_other.py::test_timeout_individual PASSED [ 32%] tests/test_other.py::test_timeout_subsequent PASSED [ 32%] tests/test_other.py::test_timeout_https PASSED [ 32%] tests/test_other.py::test_connection_close PASSED [ 32%] tests/test_other.py::test_get_end2end_headers PASSED [ 32%] tests/test_other.py::test_ipv6[http] PASSED [ 33%] tests/test_other.py::test_ipv6[https] PASSED [ 33%] tests/test_other.py::test_connection_proxy_info_attribute_error[HTTPConnectionWithTimeout] PASSED [ 33%] tests/test_other.py::test_connection_proxy_info_attribute_error[HTTPSConnectionWithTimeout] PASSED [ 33%] tests/test_other.py::test_http_443_forced_https PASSED [ 33%] tests/test_other.py::test_close PASSED [ 34%] tests/test_other.py::test_connect_exception_type PASSED [ 34%] tests/test_proxy.py::test_from_url PASSED [ 34%] tests/test_proxy.py::test_from_url_ident PASSED [ 34%] tests/test_proxy.py::test_from_url_no_password PASSED [ 34%] tests/test_proxy.py::test_from_url_ipv6 PASSED [ 35%] tests/test_proxy.py::test_from_env PASSED [ 35%] tests/test_proxy.py::test_from_env_https PASSED [ 35%] tests/test_proxy.py::test_from_env_none PASSED [ 35%] tests/test_proxy.py::test_from_env_other PASSED [ 35%] tests/test_proxy.py::test_proxy_info_repr PASSED [ 36%] tests/test_proxy.py::test_applies_to PASSED [ 36%] tests/test_proxy.py::test_noproxy_trailing_comma PASSED [ 36%] tests/test_proxy.py::test_noproxy_star PASSED [ 36%] tests/test_proxy.py::test_headers PASSED [ 36%] tests/test_proxy.py::test_server_not_found_error_is_raised_for_invalid_hostname PASSED [ 37%] tests/test_proxy.py::test_auth_str_bytes PASSED [ 37%] tests/test_proxy.py::test_socks5_auth PASSED [ 37%] tests/test_proxy.py::test_functional_noproxy_star_http PASSED [ 37%] tests/test_proxy.py::test_functional_noproxy_star_https PASSED [ 38%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=_-port=_-path=_] PASSED [ 38%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=_-port=_-path=/] PASSED [ 38%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=_-port=None-path=_] PASSED [ 38%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=_-port=None-path=/] PASSED [ 38%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=_-port=81-path=_] PASSED [ 39%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=_-port=81-path=/] PASSED [ 39%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=1.1.1.1-port=_-path=_] PASSED [ 39%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=1.1.1.1-port=_-path=/] PASSED [ 39%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=1.1.1.1-port=None-path=_] PASSED [ 39%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=1.1.1.1-port=None-path=/] PASSED [ 40%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=1.1.1.1-port=81-path=_] PASSED [ 40%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=1.1.1.1-port=81-path=/] PASSED [ 40%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=[fe80::1]-port=_-path=_] PASSED [ 40%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=[fe80::1]-port=_-path=/] PASSED [ 40%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=[fe80::1]-port=None-path=_] PASSED [ 41%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=[fe80::1]-port=None-path=/] PASSED [ 41%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=[fe80::1]-port=81-path=_] PASSED [ 41%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=[fe80::1]-port=81-path=/] PASSED [ 41%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=fqdn.-port=_-path=_] PASSED [ 41%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=fqdn.-port=_-path=/] PASSED [ 42%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=fqdn.-port=None-path=_] PASSED [ 42%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=fqdn.-port=None-path=/] PASSED [ 42%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=fqdn.-port=81-path=_] PASSED [ 42%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=_-host=fqdn.-port=81-path=/] PASSED [ 42%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=_-port=_-path=_] PASSED [ 43%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=_-port=_-path=/] PASSED [ 43%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=_-port=None-path=_] PASSED [ 43%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=_-port=None-path=/] PASSED [ 43%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=_-port=81-path=_] PASSED [ 43%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=_-port=81-path=/] PASSED [ 44%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=1.1.1.1-port=_-path=_] PASSED [ 44%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=1.1.1.1-port=_-path=/] PASSED [ 44%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=1.1.1.1-port=None-path=_] PASSED [ 44%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=1.1.1.1-port=None-path=/] PASSED [ 44%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=1.1.1.1-port=81-path=_] PASSED [ 45%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=1.1.1.1-port=81-path=/] PASSED [ 45%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=[fe80::1]-port=_-path=_] PASSED [ 45%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=[fe80::1]-port=_-path=/] PASSED [ 45%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=[fe80::1]-port=None-path=_] PASSED [ 45%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=[fe80::1]-port=None-path=/] PASSED [ 46%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=[fe80::1]-port=81-path=_] PASSED [ 46%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=[fe80::1]-port=81-path=/] PASSED [ 46%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=fqdn.-port=_-path=_] PASSED [ 46%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=fqdn.-port=_-path=/] PASSED [ 46%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=fqdn.-port=None-path=_] PASSED [ 47%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=fqdn.-port=None-path=/] PASSED [ 47%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=fqdn.-port=81-path=_] PASSED [ 47%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=http-host=fqdn.-port=81-path=/] PASSED [ 47%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=_-port=_-path=_] PASSED [ 47%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=_-port=_-path=/] PASSED [ 48%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=_-port=None-path=_] PASSED [ 48%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=_-port=None-path=/] PASSED [ 48%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=_-port=81-path=_] PASSED [ 48%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=_-port=81-path=/] PASSED [ 48%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=1.1.1.1-port=_-path=_] PASSED [ 49%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=1.1.1.1-port=_-path=/] PASSED [ 49%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=1.1.1.1-port=None-path=_] PASSED [ 49%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=1.1.1.1-port=None-path=/] PASSED [ 49%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=1.1.1.1-port=81-path=_] PASSED [ 50%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=1.1.1.1-port=81-path=/] PASSED [ 50%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=[fe80::1]-port=_-path=_] PASSED [ 50%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=[fe80::1]-port=_-path=/] PASSED [ 50%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=[fe80::1]-port=None-path=_] PASSED [ 50%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=[fe80::1]-port=None-path=/] PASSED [ 51%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=[fe80::1]-port=81-path=_] PASSED [ 51%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=[fe80::1]-port=81-path=/] PASSED [ 51%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=fqdn.-port=_-path=_] PASSED [ 51%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=fqdn.-port=_-path=/] PASSED [ 51%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=fqdn.-port=None-path=_] PASSED [ 52%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=fqdn.-port=None-path=/] PASSED [ 52%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=fqdn.-port=81-path=_] PASSED [ 52%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=https-host=fqdn.-port=81-path=/] PASSED [ 52%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=_-port=_-path=_] PASSED [ 52%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=_-port=_-path=/] PASSED [ 53%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=_-port=None-path=_] PASSED [ 53%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=_-port=None-path=/] PASSED [ 53%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=_-port=81-path=_] PASSED [ 53%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=_-port=81-path=/] PASSED [ 53%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=1.1.1.1-port=_-path=_] PASSED [ 54%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=1.1.1.1-port=_-path=/] PASSED [ 54%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=1.1.1.1-port=None-path=_] PASSED [ 54%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=1.1.1.1-port=None-path=/] PASSED [ 54%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=1.1.1.1-port=81-path=_] PASSED [ 54%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=1.1.1.1-port=81-path=/] PASSED [ 55%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=[fe80::1]-port=_-path=_] PASSED [ 55%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=[fe80::1]-port=_-path=/] PASSED [ 55%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=[fe80::1]-port=None-path=_] PASSED [ 55%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=[fe80::1]-port=None-path=/] PASSED [ 55%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=[fe80::1]-port=81-path=_] PASSED [ 56%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=[fe80::1]-port=81-path=/] PASSED [ 56%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=fqdn.-port=_-path=_] PASSED [ 56%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=fqdn.-port=_-path=/] PASSED [ 56%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=fqdn.-port=None-path=_] PASSED [ 56%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=fqdn.-port=None-path=/] PASSED [ 57%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=fqdn.-port=81-path=_] PASSED [ 57%] tests/test_test_helpers.py::test_rebuild_uri[base=127.0.0.1:8001-scheme=random-host=fqdn.-port=81-path=/] PASSED [ 57%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=_-port=_-path=_] PASSED [ 57%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=_-port=_-path=/] PASSED [ 57%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=_-port=None-path=_] PASSED [ 58%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=_-port=None-path=/] PASSED [ 58%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=_-port=81-path=_] PASSED [ 58%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=_-port=81-path=/] PASSED [ 58%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=1.1.1.1-port=_-path=_] PASSED [ 58%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=1.1.1.1-port=_-path=/] PASSED [ 59%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=1.1.1.1-port=None-path=_] PASSED [ 59%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=1.1.1.1-port=None-path=/] PASSED [ 59%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=1.1.1.1-port=81-path=_] PASSED [ 59%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=1.1.1.1-port=81-path=/] PASSED [ 59%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=[fe80::1]-port=_-path=_] PASSED [ 60%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=[fe80::1]-port=_-path=/] PASSED [ 60%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=[fe80::1]-port=None-path=_] PASSED [ 60%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=[fe80::1]-port=None-path=/] PASSED [ 60%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=[fe80::1]-port=81-path=_] PASSED [ 60%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=[fe80::1]-port=81-path=/] PASSED [ 61%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=fqdn.-port=_-path=_] PASSED [ 61%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=fqdn.-port=_-path=/] PASSED [ 61%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=fqdn.-port=None-path=_] PASSED [ 61%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=fqdn.-port=None-path=/] PASSED [ 61%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=fqdn.-port=81-path=_] PASSED [ 62%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=_-host=fqdn.-port=81-path=/] PASSED [ 62%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=_-port=_-path=_] PASSED [ 62%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=_-port=_-path=/] PASSED [ 62%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=_-port=None-path=_] PASSED [ 63%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=_-port=None-path=/] PASSED [ 63%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=_-port=81-path=_] PASSED [ 63%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=_-port=81-path=/] PASSED [ 63%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=1.1.1.1-port=_-path=_] PASSED [ 63%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=1.1.1.1-port=_-path=/] PASSED [ 64%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=1.1.1.1-port=None-path=_] PASSED [ 64%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=1.1.1.1-port=None-path=/] PASSED [ 64%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=1.1.1.1-port=81-path=_] PASSED [ 64%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=1.1.1.1-port=81-path=/] PASSED [ 64%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=[fe80::1]-port=_-path=_] PASSED [ 65%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=[fe80::1]-port=_-path=/] PASSED [ 65%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=[fe80::1]-port=None-path=_] PASSED [ 65%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=[fe80::1]-port=None-path=/] PASSED [ 65%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=[fe80::1]-port=81-path=_] PASSED [ 65%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=[fe80::1]-port=81-path=/] PASSED [ 66%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=fqdn.-port=_-path=_] PASSED [ 66%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=fqdn.-port=_-path=/] PASSED [ 66%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=fqdn.-port=None-path=_] PASSED [ 66%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=fqdn.-port=None-path=/] PASSED [ 66%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=fqdn.-port=81-path=_] PASSED [ 67%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=http-host=fqdn.-port=81-path=/] PASSED [ 67%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=_-port=_-path=_] PASSED [ 67%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=_-port=_-path=/] PASSED [ 67%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=_-port=None-path=_] PASSED [ 67%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=_-port=None-path=/] PASSED [ 68%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=_-port=81-path=_] PASSED [ 68%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=_-port=81-path=/] PASSED [ 68%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=1.1.1.1-port=_-path=_] PASSED [ 68%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=1.1.1.1-port=_-path=/] PASSED [ 68%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=1.1.1.1-port=None-path=_] PASSED [ 69%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=1.1.1.1-port=None-path=/] PASSED [ 69%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=1.1.1.1-port=81-path=_] PASSED [ 69%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=1.1.1.1-port=81-path=/] PASSED [ 69%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=[fe80::1]-port=_-path=_] PASSED [ 69%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=[fe80::1]-port=_-path=/] PASSED [ 70%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=[fe80::1]-port=None-path=_] PASSED [ 70%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=[fe80::1]-port=None-path=/] PASSED [ 70%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=[fe80::1]-port=81-path=_] PASSED [ 70%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=[fe80::1]-port=81-path=/] PASSED [ 70%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=fqdn.-port=_-path=_] PASSED [ 71%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=fqdn.-port=_-path=/] PASSED [ 71%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=fqdn.-port=None-path=_] PASSED [ 71%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=fqdn.-port=None-path=/] PASSED [ 71%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=fqdn.-port=81-path=_] PASSED [ 71%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=https-host=fqdn.-port=81-path=/] PASSED [ 72%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=_-port=_-path=_] PASSED [ 72%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=_-port=_-path=/] PASSED [ 72%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=_-port=None-path=_] PASSED [ 72%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=_-port=None-path=/] PASSED [ 72%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=_-port=81-path=_] PASSED [ 73%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=_-port=81-path=/] PASSED [ 73%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=1.1.1.1-port=_-path=_] PASSED [ 73%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=1.1.1.1-port=_-path=/] PASSED [ 73%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=1.1.1.1-port=None-path=_] PASSED [ 73%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=1.1.1.1-port=None-path=/] PASSED [ 74%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=1.1.1.1-port=81-path=_] PASSED [ 74%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=1.1.1.1-port=81-path=/] PASSED [ 74%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=[fe80::1]-port=_-path=_] PASSED [ 74%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=[fe80::1]-port=_-path=/] PASSED [ 75%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=[fe80::1]-port=None-path=_] PASSED [ 75%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=[fe80::1]-port=None-path=/] PASSED [ 75%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=[fe80::1]-port=81-path=_] PASSED [ 75%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=[fe80::1]-port=81-path=/] PASSED [ 75%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=fqdn.-port=_-path=_] PASSED [ 76%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=fqdn.-port=_-path=/] PASSED [ 76%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=fqdn.-port=None-path=_] PASSED [ 76%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=fqdn.-port=None-path=/] PASSED [ 76%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=fqdn.-port=81-path=_] PASSED [ 76%] tests/test_test_helpers.py::test_rebuild_uri[base=//[::1]/path1-scheme=random-host=fqdn.-port=81-path=/] PASSED [ 77%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=_-port=_-path=_] PASSED [ 77%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=_-port=_-path=/] PASSED [ 77%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=_-port=None-path=_] PASSED [ 77%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=_-port=None-path=/] PASSED [ 77%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=_-port=81-path=_] PASSED [ 78%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=_-port=81-path=/] PASSED [ 78%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=1.1.1.1-port=_-path=_] PASSED [ 78%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=1.1.1.1-port=_-path=/] PASSED [ 78%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=1.1.1.1-port=None-path=_] PASSED [ 78%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=1.1.1.1-port=None-path=/] PASSED [ 79%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=1.1.1.1-port=81-path=_] PASSED [ 79%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=1.1.1.1-port=81-path=/] PASSED [ 79%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=[fe80::1]-port=_-path=_] PASSED [ 79%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=[fe80::1]-port=_-path=/] PASSED [ 79%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=[fe80::1]-port=None-path=_] PASSED [ 80%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=[fe80::1]-port=None-path=/] PASSED [ 80%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=[fe80::1]-port=81-path=_] PASSED [ 80%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=[fe80::1]-port=81-path=/] PASSED [ 80%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=fqdn.-port=_-path=_] PASSED [ 80%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=fqdn.-port=_-path=/] PASSED [ 81%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=fqdn.-port=None-path=_] PASSED [ 81%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=fqdn.-port=None-path=/] PASSED [ 81%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=fqdn.-port=81-path=_] PASSED [ 81%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=_-host=fqdn.-port=81-path=/] PASSED [ 81%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=_-port=_-path=_] PASSED [ 82%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=_-port=_-path=/] PASSED [ 82%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=_-port=None-path=_] PASSED [ 82%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=_-port=None-path=/] PASSED [ 82%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=_-port=81-path=_] PASSED [ 82%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=_-port=81-path=/] PASSED [ 83%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=1.1.1.1-port=_-path=_] PASSED [ 83%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=1.1.1.1-port=_-path=/] PASSED [ 83%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=1.1.1.1-port=None-path=_] PASSED [ 83%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=1.1.1.1-port=None-path=/] PASSED [ 83%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=1.1.1.1-port=81-path=_] PASSED [ 84%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=1.1.1.1-port=81-path=/] PASSED [ 84%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=[fe80::1]-port=_-path=_] PASSED [ 84%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=[fe80::1]-port=_-path=/] PASSED [ 84%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=[fe80::1]-port=None-path=_] PASSED [ 84%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=[fe80::1]-port=None-path=/] PASSED [ 85%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=[fe80::1]-port=81-path=_] PASSED [ 85%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=[fe80::1]-port=81-path=/] PASSED [ 85%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=fqdn.-port=_-path=_] PASSED [ 85%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=fqdn.-port=_-path=/] PASSED [ 85%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=fqdn.-port=None-path=_] PASSED [ 86%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=fqdn.-port=None-path=/] PASSED [ 86%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=fqdn.-port=81-path=_] PASSED [ 86%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=http-host=fqdn.-port=81-path=/] PASSED [ 86%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=_-port=_-path=_] PASSED [ 86%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=_-port=_-path=/] PASSED [ 87%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=_-port=None-path=_] PASSED [ 87%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=_-port=None-path=/] PASSED [ 87%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=_-port=81-path=_] PASSED [ 87%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=_-port=81-path=/] PASSED [ 88%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=1.1.1.1-port=_-path=_] PASSED [ 88%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=1.1.1.1-port=_-path=/] PASSED [ 88%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=1.1.1.1-port=None-path=_] PASSED [ 88%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=1.1.1.1-port=None-path=/] PASSED [ 88%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=1.1.1.1-port=81-path=_] PASSED [ 89%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=1.1.1.1-port=81-path=/] PASSED [ 89%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=[fe80::1]-port=_-path=_] PASSED [ 89%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=[fe80::1]-port=_-path=/] PASSED [ 89%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=[fe80::1]-port=None-path=_] PASSED [ 89%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=[fe80::1]-port=None-path=/] PASSED [ 90%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=[fe80::1]-port=81-path=_] PASSED [ 90%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=[fe80::1]-port=81-path=/] PASSED [ 90%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=fqdn.-port=_-path=_] PASSED [ 90%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=fqdn.-port=_-path=/] PASSED [ 90%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=fqdn.-port=None-path=_] PASSED [ 91%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=fqdn.-port=None-path=/] PASSED [ 91%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=fqdn.-port=81-path=_] PASSED [ 91%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=https-host=fqdn.-port=81-path=/] PASSED [ 91%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=_-port=_-path=_] PASSED [ 91%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=_-port=_-path=/] PASSED [ 92%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=_-port=None-path=_] PASSED [ 92%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=_-port=None-path=/] PASSED [ 92%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=_-port=81-path=_] PASSED [ 92%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=_-port=81-path=/] PASSED [ 92%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=1.1.1.1-port=_-path=_] PASSED [ 93%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=1.1.1.1-port=_-path=/] PASSED [ 93%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=1.1.1.1-port=None-path=_] PASSED [ 93%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=1.1.1.1-port=None-path=/] PASSED [ 93%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=1.1.1.1-port=81-path=_] PASSED [ 93%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=1.1.1.1-port=81-path=/] PASSED [ 94%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=[fe80::1]-port=_-path=_] PASSED [ 94%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=[fe80::1]-port=_-path=/] PASSED [ 94%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=[fe80::1]-port=None-path=_] PASSED [ 94%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=[fe80::1]-port=None-path=/] PASSED [ 94%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=[fe80::1]-port=81-path=_] PASSED [ 95%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=[fe80::1]-port=81-path=/] PASSED [ 95%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=fqdn.-port=_-path=_] PASSED [ 95%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=fqdn.-port=_-path=/] PASSED [ 95%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=fqdn.-port=None-path=_] PASSED [ 95%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=fqdn.-port=None-path=/] PASSED [ 96%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=fqdn.-port=81-path=_] PASSED [ 96%] tests/test_test_helpers.py::test_rebuild_uri[base=https://foo.bar:8443/p?query-scheme=random-host=fqdn.-port=81-path=/] PASSED [ 96%] tests/test_uri.py::test_from_std66 PASSED [ 96%] tests/test_uri.py::test_norm PASSED [ 96%] tests/test_uri.py::test_safename[('', ',d41d8cd98f00b204e9800998ecf8427e')] PASSED [ 97%] tests/test_uri.py::test_safename[('http://example.org/fred/?a=b', 'example.orgfreda=b,58489f63a7a83c3b7794a6a398ee8b1f')] PASSED [ 97%] tests/test_uri.py::test_safename[('http://example.org/fred?/a=b', 'example.orgfreda=b,8c5946d56fec453071f43329ff0be46b')] PASSED [ 97%] tests/test_uri.py::test_safename[('http://www.example.org/fred?/a=b', 'www.example.orgfreda=b,499c44b8d844a011b67ea2c015116968')] PASSED [ 97%] tests/test_uri.py::test_safename[('https://www.example.org/fred?/a=b', 'www.example.orgfreda=b,692e843a333484ce0095b070497ab45d')] PASSED [ 97%] tests/test_uri.py::test_safename[('http://www/', 'www,1c73b6efd55cef1164fc084ecc331965')] PASSED [ 98%] tests/test_uri.py::test_safename[('http://\u2304.org/fred/?a=b', '.orgfreda=b,ecaf0f97756c0716de76f593bd60a35e')] PASSED [ 98%] tests/test_uri.py::test_safename[('normal-resource-name.js', 'normal-resource-name.js,8ff7c46fd6e61bf4e91a0a1606954a54')] PASSED [ 98%] tests/test_uri.py::test_safename[('foo://dom/path/brath/carapath', 'dompathbrathcarapath,83db942781ed975c7a5b7c24039f8ca3')] PASSED [ 98%] tests/test_uri.py::test_safename[('with/slash', 'withslash,17cc656656bb8ce2411bd41ead56d176')] PASSED [ 98%] tests/test_uri.py::test_safename[('thisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuch', 'thisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuchthisistoomuc,c4553439dd179422c6acf6a8ac093eb6')] PASSED [ 99%] tests/test_uri.py::test_safename[('\u043f\u0440', ',9f18c0db74a9734e9d18461e16345083')] PASSED [ 99%] tests/test_uri.py::test_safename[(b'\\xd0\\xbf\\xd1\\x80', ',9f18c0db74a9734e9d18461e16345083')] PASSED [ 99%] tests/test_uri.py::test_safename[(b'column\\tvalues/unstr.zip', 'columnvaluesunstr.zip,b9740dcd0553e11b526450ceb8f76683')] PASSED [ 99%] tests/test_uri.py::test_safename2 PASSED [100%] =============================== warnings summary =============================== tests/__init__.py:762 tests/__init__.py:762 tests/__init__.py:762 tests/__init__.py:762 /home/buildozer/aports/community/py3-httplib2/src/httplib2-0.20.4/tests/__init__.py:762: DeprecationWarning: ssl.SSLContext() without protocol argument is deprecated. return ssl.SSLContext() tests/__init__.py:762 tests/__init__.py:762 tests/__init__.py:762 tests/__init__.py:762 /home/buildozer/aports/community/py3-httplib2/src/httplib2-0.20.4/tests/__init__.py:762: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated return ssl.SSLContext() tests/test_https.py: 11 warnings tests/test_proxy.py: 1 warning /home/buildozer/aports/community/py3-httplib2/src/httplib2-0.20.4/tests/__init__.py:361: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated ssl_context = ssl.SSLContext(getattr(ssl, "PROTOCOL_TLS", None) or getattr(ssl, "PROTOCOL_SSLv23")) tests/test_https.py: 17 warnings tests/test_other.py: 3 warnings tests/test_proxy.py: 1 warning /home/buildozer/aports/community/py3-httplib2/src/httplib2-0.20.4/build/lib/httplib2/__init__.py:147: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated context = ssl.SSLContext(DEFAULT_TLS_VERSION) tests/test_https.py::test_set_tls_version[None-maximum_version] tests/test_https.py::test_set_tls_version[None-minimum_version] tests/test_https.py::test_set_tls_version[TLSv1_2-maximum_version] tests/test_https.py::test_set_tls_version[TLSv1_2-minimum_version] tests/test_https.py::test_set_tls_version[TLSVersion.TLSv1_2-maximum_version] tests/test_https.py::test_set_tls_version[TLSVersion.TLSv1_2-minimum_version] /home/buildozer/aports/community/py3-httplib2/src/httplib2-0.20.4/tests/test_https.py:86: DeprecationWarning: ssl.SSLContext() without protocol argument is deprecated. expect_success = hasattr(ssl.SSLContext(), attr) tests/test_https.py::test_set_tls_version[None-maximum_version] tests/test_https.py::test_set_tls_version[None-minimum_version] tests/test_https.py::test_set_tls_version[TLSv1_2-maximum_version] tests/test_https.py::test_set_tls_version[TLSv1_2-minimum_version] tests/test_https.py::test_set_tls_version[TLSVersion.TLSv1_2-maximum_version] tests/test_https.py::test_set_tls_version[TLSVersion.TLSv1_2-minimum_version] /home/buildozer/aports/community/py3-httplib2/src/httplib2-0.20.4/tests/test_https.py:86: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated expect_success = hasattr(ssl.SSLContext(), attr) -- Docs: https://docs.pytest.org/en/stable/warnings.html ---------- coverage: platform linux, python 3.10.3-final-0 ----------- Name Stmts Miss Cover ---------------------------------------------------- build/lib/httplib2/__init__.py 909 145 84% build/lib/httplib2/auth.py 40 3 92% build/lib/httplib2/certs.py 29 3 90% build/lib/httplib2/error.py 25 0 100% build/lib/httplib2/iri2uri.py 41 15 63% build/lib/httplib2/socks.py 244 133 45% ---------------------------------------------------- TOTAL 1288 299 77% =========================== short test summary info ============================ SKIPPED [4] tests/test_auth.py:249: benchmark disabled by default, set env httplib2_test_bench=1 SKIPPED [1] tests/test_cache.py:48: was commented in legacy code SKIPPED [1] tests/test_http.py:525: was commented in legacy code XFAIL tests/test_http.py::test_get_301_no_redirect FIXME: 301 cache works only with follow_redirects, should work regardless XPASS tests/test_other.py::test_timeout_global FIXME: for unknown reason global timeout test fails in Python3 with response 200 ====== 484 passed, 6 skipped, 1 xfailed, 1 xpassed, 53 warnings in 12.78s ====== >>> py3-httplib2: 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 install_lib creating /home/buildozer/aports/community/py3-httplib2/pkg creating /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2 creating /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr creating /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib creating /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2 copying build/lib/httplib2/auth.py -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2 creating /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2/__pycache__ copying build/lib/httplib2/__pycache__/__init__.cpython-310.pyc -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2/__pycache__ copying build/lib/httplib2/__pycache__/auth.cpython-310.pyc -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2/__pycache__ copying build/lib/httplib2/__pycache__/iri2uri.cpython-310.pyc -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2/__pycache__ copying build/lib/httplib2/__pycache__/socks.cpython-310.pyc -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2/__pycache__ copying build/lib/httplib2/__pycache__/error.cpython-310.pyc -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2/__pycache__ copying build/lib/httplib2/__pycache__/certs.cpython-310.pyc -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2/__pycache__ copying build/lib/httplib2/iri2uri.py -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2 copying build/lib/httplib2/__init__.py -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2 copying build/lib/httplib2/socks.py -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2 copying build/lib/httplib2/error.py -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2 copying build/lib/httplib2/cacerts.txt -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2 copying build/lib/httplib2/certs.py -> /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2 running install_egg_info running egg_info creating python3/httplib2.egg-info writing python3/httplib2.egg-info/PKG-INFO writing dependency_links to python3/httplib2.egg-info/dependency_links.txt writing requirements to python3/httplib2.egg-info/requires.txt writing top-level names to python3/httplib2.egg-info/top_level.txt writing manifest file 'python3/httplib2.egg-info/SOURCES.txt' reading manifest file 'python3/httplib2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'codecov.yml' no previously-included directories found matching 'ref' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'python3/httplib2.egg-info/SOURCES.txt' Copying python3/httplib2.egg-info to /home/buildozer/aports/community/py3-httplib2/pkg/py3-httplib2/usr/lib/python3.10/site-packages/httplib2-0.20.4-py3.10.egg-info running install_scripts >>> py3-httplib2*: Running postcheck for py3-httplib2 >>> py3-httplib2*: Preparing package py3-httplib2... >>> py3-httplib2*: Tracing dependencies... >>> py3-httplib2*: Package size: 372.0 KB >>> py3-httplib2*: Compressing data... >>> py3-httplib2*: Create checksum... >>> py3-httplib2*: Create py3-httplib2-0.20.4-r0.apk >>> py3-httplib2: Build complete at Thu, 14 Apr 2022 21:35:39 +0000 elapsed time 0h 0m 18s >>> py3-httplib2: Cleaning up srcdir >>> py3-httplib2: Cleaning up pkgdir >>> py3-httplib2: Uninstalling dependencies... (1/33) Purging .makedepends-py3-httplib2 (20220414.213523) (2/33) Purging py3-setuptools (59.4.0-r0) (3/33) Purging py3-appdirs (1.4.4-r3) (4/33) Purging py3-ordered-set (4.0.2-r3) (5/33) Purging py3-pytest-cov (2.12.1-r1) (6/33) Purging py3-coverage (5.5-r1) (7/33) Purging py3-pytest-timeout (1.4.2-r2) (8/33) Purging py3-pytest (6.2.5-r2) (9/33) Purging py3-atomicwrites (1.4.0-r2) (10/33) Purging py3-attrs (21.4.0-r0) (11/33) Purging py3-more-itertools (8.12.0-r2) (12/33) Purging py3-iniconfig (1.1.1-r2) (13/33) Purging py3-pluggy (0.13.1-r5) (14/33) Purging py3-py (1.10.0-r2) (15/33) Purging py3-wcwidth (0.2.5-r2) (16/33) Purging py3-packaging (21.3-r0) (17/33) Purging py3-parsing (2.4.7-r3) (18/33) Purging py3-toml (0.10.2-r3) (19/33) Purging py3-pygments (2.11.2-r0) (20/33) Purging py3-cryptography (3.4.8-r0) (21/33) Purging py3-cffi (1.15.0-r0) (22/33) Purging py3-cparser (2.20-r2) (23/33) Purging py3-idna (3.3-r2) (24/33) Purging py3-asn1crypto (1.4.0-r2) (25/33) Purging py3-six (1.16.0-r1) (26/33) Purging python3 (3.10.3-r0) (27/33) Purging libbz2 (1.0.8-r1) (28/33) Purging libffi (3.4.2-r1) (29/33) Purging gdbm (1.23-r0) (30/33) Purging xz-libs (5.2.5-r1) (31/33) Purging mpdecimal (2.5.1-r1) (32/33) Purging readline (8.1.2-r0) (33/33) Purging sqlite-libs (3.38.0-r0) Executing busybox-1.35.0-r8.trigger OK: 255 MiB in 88 packages >>> py3-httplib2: Updating the community/armv7 repository index... >>> py3-httplib2: Signing the index...