[INFO] cloning repository https://github.com/wj1918/bunker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wj1918/bunker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwj1918%2Fbunker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwj1918%2Fbunker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 787355520332ea283dc5bf8314a3f5d3ad22f97a
[INFO] testing wj1918/bunker against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwj1918%2Fbunker" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wj1918/bunker
[INFO] finished tweaking git repo https://github.com/wj1918/bunker
[INFO] tweaked toml for git repo https://github.com/wj1918/bunker written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wj1918/bunker on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wj1918/bunker already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zmij v1.0.18
[INFO] [stderr]   Downloaded monoio-macros v0.1.0
[INFO] [stderr]   Downloaded auto-const-array v0.2.2
[INFO] [stderr]   Downloaded mimalloc v0.1.52
[INFO] [stderr]   Downloaded vswhom-sys v0.1.3
[INFO] [stderr]   Downloaded fragile v2.0.1
[INFO] [stderr]   Downloaded if-addrs v0.13.4
[INFO] [stderr]   Downloaded tracing-appender v0.2.4
[INFO] [stderr]   Downloaded mockall v0.13.1
[INFO] [stderr]   Downloaded embed-resource v2.5.2
[INFO] [stderr]   Downloaded serde_yaml_ng v0.10.0
[INFO] [stderr]   Downloaded io-uring v0.6.4
[INFO] [stderr]   Downloaded mockall_derive v0.13.1
[INFO] [stderr]   Downloaded webpki-roots v1.0.5
[INFO] [stderr]   Downloaded monoio v0.2.4
[INFO] [stderr]   Downloaded libmimalloc-sys v0.1.49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003
[INFO] running `Command { std: "docker" "start" "86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling zmij v1.0.18
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling bunker v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]    Compiling rustls-pki-types v1.13.2
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling webpki-roots v1.0.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling flate2 v1.1.8
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.49
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling if-addrs v0.13.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling mimalloc v0.1.52
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling serde_yaml_ng v0.10.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling tracing-appender v0.2.4
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.93s
[INFO] running `Command { std: "docker" "inspect" "86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling fragile v2.0.1
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling mockall v0.13.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling bunker v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 33.35s
[INFO] running `Command { std: "docker" "inspect" "86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bunker-618d794f748038b2)
[INFO] [stdout] 
[INFO] [stdout] running 443 tests
[INFO] [stdout] test body::tests::test_boxed ... ok
[INFO] [stdout] test body::tests::test_full_after_consumed ... ok
[INFO] [stdout] test body::tests::test_empty_poll ... ok
[INFO] [stdout] test body::tests::test_full_size_hint ... ok
[INFO] [stdout] test body::tests::test_empty_size_hint ... ok
[INFO] [stdout] test body::tests::test_limited_size_hint ... ok
[INFO] [stdout] test config::tests::dns_get_upstreams_merges_single_and_list ... ok
[INFO] [stdout] test body::tests::test_full_poll ... ok
[INFO] [stdout] test body::tests::test_full_is_end_stream ... ok
[INFO] [stdout] test body::tests::test_limited_within_limit ... ok
[INFO] [stdout] test config::tests::dns_get_upstreams_returns_empty_when_unset ... ok
[INFO] [stdout] test config::tests::test_config_default ... ok
[INFO] [stdout] test body::tests::test_limited_within_limit_poll ... ok
[INFO] [stdout] test body::tests::test_limit_exceeded_display ... ok
[INFO] [stdout] test config::tests::test_config_deserialization_partial ... ok
[INFO] [stdout] test config::tests::test_connection_pool_deserialize ... ok
[INFO] [stdout] test config::tests::test_config_deserialization_full ... ok
[INFO] [stdout] test config::tests::test_config_rejects_unknown_root_field ... ok
[INFO] [stdout] test config::tests::test_connection_pool_config_defaults ... ok
[INFO] [stdout] test body::tests::test_empty_is_end_stream ... ok
[INFO] [stdout] test config::tests::test_config_deserialization_empty ... ok
[INFO] [stdout] test body::tests::test_limited_exceeds_limit ... ok
[INFO] [stdout] test config::tests::test_config_rejects_legacy_flat_layout ... ok
[INFO] [stdout] test config::tests::test_connection_pool_full_deserialize ... ok
[INFO] [stdout] test config::tests::test_connection_pool_max_total_connections ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_no_overrides_is_passthrough ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_preserves_comments ... ok
[INFO] [stdout] test config::tests::test_default_proxy_listen ... ok
[INFO] [stdout] test config::tests::test_default_tray_enabled ... ok
[INFO] [stdout] test config::tests::test_dns_cache_config_defaults ... ok
[INFO] [stdout] test config::tests::test_dns_cache_full_deserialize ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_dns_upstream_replaces_block ... ok
[INFO] [stdout] test config::tests::test_dns_config_defaults ... ok
[INFO] [stdout] test config::tests::test_dns_failover_config_defaults ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_allowlist_multiple_entries ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_allowlist_replaces_block ... ok
[INFO] [stdout] test config::tests::test_dns_get_upstreams_with_both ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_dns_listen ... ok
[INFO] [stdout] test config::tests::test_dns_full_config ... ok
[INFO] [stdout] test config::tests::test_dns_get_upstreams_with_multiple ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_proxy_listen ... ok
[INFO] [stdout] test config::tests::test_dns_get_upstreams_with_single_upstream ... ok
[INFO] [stdout] test config::tests::test_dns_security_config_defaults ... ok
[INFO] [stdout] test config::tests::test_dns_security_full_deserialize ... ok
[INFO] [stdout] test config::tests::test_default_dns_listen ... ok
[INFO] [stdout] test config::tests::test_default_dns_upstream ... ok
[INFO] [stdout] test config::tests::test_dns_security_max_tracked_ips ... ok
[INFO] [stdout] test config::tests::test_dns_security_ipv6_subnet ... ok
[INFO] [stdout] test config::tests::test_file_logging_full_deserialize ... ok
[INFO] [stdout] test config::tests::test_file_logging_rotation_never ... ok
[INFO] [stdout] test config::tests::test_file_logging_config_defaults ... ok
[INFO] [stdout] test config::tests::test_logging_config_defaults ... ok
[INFO] [stdout] test config::tests::test_load_config_nonexistent_file ... ok
[INFO] [stdout] test config::tests::test_logging_config_deserialize ... ok
[INFO] [stdout] test config::tests::test_logging_format_json ... ok
[INFO] [stdout] test config::tests::test_embedded_default_yaml_parses ... ok
[INFO] [stdout] test config::tests::test_full_config_all_sections ... ok
[INFO] [stdout] test config::tests::test_logging_sensitive_headers_custom ... ok
[INFO] [stdout] test config::tests::test_rate_limit_config_defaults ... ok
[INFO] [stdout] test config::tests::test_rate_limit_config_ipv6_subnet ... ok
[INFO] [stdout] test config::tests::test_rate_limit_config_max_tracked_ips ... ok
[INFO] [stdout] test config::tests::test_load_config_default ... ok
[INFO] [stdout] test config::tests::test_security_config_allowed_source_ips ... ok
[INFO] [stdout] test config::tests::test_security_config_default ... ok
[INFO] [stdout] test config::tests::test_security_config_deserialize ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_all_overrides ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_allowlist_with_other_overrides ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_cleanup ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_disabled ... ok
[INFO] [stdout] test config::tests::test_security_config_max_connections ... ok
[INFO] [stdout] test config::tests::test_security_config_header_timeout_disabled ... ok
[INFO] [stdout] test config::tests::test_security_config_header_timeout ... ok
[INFO] [stdout] test config::tests::test_security_config_max_body_bytes ... ok
[INFO] [stdout] test config::tests::test_security_config_max_requests_per_connection ... ok
[INFO] [stdout] test config::tests::test_tcp_keepalive_config_defaults ... ok
[INFO] [stdout] test config::tests::test_security_config_max_requests_per_connection_unlimited ... ok
[INFO] [stdout] test config::tests::test_security_config_unlimited_body ... ok
[INFO] [stdout] test config::tests::test_tcp_keepalive_deserialize ... ok
[INFO] [stdout] test config::tests::test_tcp_keepalive_retries ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_different_record_types ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_get_missing_entry ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_get_stale ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_get_stale_nonexistent ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_mx_record ... ok
[INFO] [stdout] test config::tests::test_rate_limit_full_deserialize ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_key_case_insensitive ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_ptr_record ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_new ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_put_get ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_query_id_update_short_response ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_ttl_max_bound ... ok
[INFO] [stdout] test dns::client::tests::os_variant_literal_ipv6_short_circuits ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_txt_record ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_make_key ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_max_entries_eviction ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_put_when_disabled ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_ttl_bounds ... ok
[INFO] [stdout] test dns::client::tests::os_variant_literal_ipv4_short_circuits ... ok
[INFO] [stdout] test dns::client::tests::os_variant_no_cache_works ... ok
[INFO] [stdout] test dns::client::tests::os_variant_resolves_localhost ... ok
[INFO] [stdout] test dns::client::tests::upstream_variant_literal_ip_short_circuits ... ok
[INFO] [stdout] test dns::resolver::tests::test_all_upstreams_fail ... ok
[INFO] [stdout] test dns::resolver::tests::test_failover_tries_multiple_upstreams ... ok
[INFO] [stdout] test dns::resolver::tests::test_failover_with_retries ... ok
[INFO] [stdout] test dns::client::tests::os_variant_with_cache_hit_returns_same ... ok
[INFO] [stdout] test dns::resolver::tests::test_mock_resolver_failure ... ok
[INFO] [stdout] test dns::resolver::tests::test_mock_resolver_success ... ok
[INFO] [stdout] test dns::resolver::tests::validate_accepts_matching_id_and_qname ... ok
[INFO] [stdout] test dns::resolver::tests::validate_rejects_mismatched_id ... ok
[INFO] [stdout] test dns::resolver::tests::validate_rejects_mismatched_qname ... ok
[INFO] [stdout] test dns::resolver::tests::validate_rejects_truncated_response ... ok
[INFO] [stdout] test dns::server::tests::os_handler_blocks_any_query ... ok
[INFO] [stdout] test dns::server::tests::os_handler_malformed_query_errors ... ok
[INFO] [stdout] test dns::server::tests::os_handler_caches_response ... ok
[INFO] [stdout] test dns::server::tests::os_handler_notimp_for_mx ... ok
[INFO] [stdout] test dns::server::tests::os_handler_nxdomain_for_invalid ... ok
[INFO] [stdout] test dns::server::tests::os_handler_resolves_localhost_a ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_axfr_blocked ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_blocked_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_cache_hit ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_cache_hit_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_caches_response ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_empty_question_section ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_failover_success ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_ixfr_blocked ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_malformed ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_malformed_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_all_upstreams_fail_no_stale ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_any_allowed_when_disabled ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_any_blocked ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_serve_stale ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_success ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_success_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_upstream_fail_no_stale_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_upstream_fail_serve_stale_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_try_upstreams_all_fail ... ok
[INFO] [stdout] test dns::server::tests::test_try_upstreams_all_fail_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_try_upstreams_success_first_upstream ... ok
[INFO] [stdout] test dns::server::tests::test_try_upstreams_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_try_upstreams_with_retries ... ok
[INFO] [stdout] test dns::tests::os_resolve_cache_hit_avoids_second_lookup ... ok
[INFO] [stdout] test dns::tests::os_resolve_invalid_hostname_errors ... ok
[INFO] [stdout] test dns::tests::os_resolve_localhost_returns_at_least_one_ip ... ok
[INFO] [stdout] test dns::validation::tests::test_create_error_response_invalid_query ... ok
[INFO] [stdout] test dns::validation::tests::test_create_error_response_refused ... ok
[INFO] [stdout] test dns::validation::tests::test_create_error_response_servfail ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_a_record ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_aaaa_record ... ok
[INFO] [stdout] test dns::server::tests::test_try_upstreams_failover_to_second ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_any_allowed ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_any_blocked ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_axfr_blocked ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_ixfr_blocked ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_zone_transfer_allowed ... ok
[INFO] [stdout] test dns::wire::tests::build_response_with_ips_empty_input ... ok
[INFO] [stdout] test dns::wire::tests::build_response_with_ips_filters_mixed_family ... ok
[INFO] [stdout] test dns::wire::tests::build_response_with_ips_no_data_when_family_mismatch ... ok
[INFO] [stdout] test dns::wire::tests::build_response_with_ips_preserves_query_id ... ok
[INFO] [stdout] test dns::wire::tests::build_response_with_ips_too_short_query_returns_empty ... ok
[INFO] [stdout] test dns::wire::tests::extract_ips_empty_for_truncated_response ... ok
[INFO] [stdout] test dns::wire::tests::extract_ips_from_build_response_with_ips_round_trip_v4 ... ok
[INFO] [stdout] test dns::wire::tests::extract_ips_single_a ... ok
[INFO] [stdout] test dns::wire::tests::extract_ips_skips_wrong_rdlength ... ok
[INFO] [stdout] test dns::wire::tests::extract_ips_wrong_qtype_returns_empty ... ok
[INFO] [stdout] test dns::wire::tests::extract_ips_from_build_response_with_ips_round_trip_v6 ... ok
[INFO] [stdout] test dns::wire::tests::test_create_error_response_servfail ... ok
[INFO] [stdout] test dns::wire::tests::test_create_error_response_invalid ... ok
[INFO] [stdout] test dns::wire::tests::test_hostname_at_max_length ... ok
[INFO] [stdout] test dns::wire::tests::test_hostname_too_long ... ok
[INFO] [stdout] test dns::wire::tests::test_label_too_long ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_any_query ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_axfr_query ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_response ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_response_is_not_query ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_simple_query ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_too_short ... ok
[INFO] [stdout] test dns::wire::tests::test_record_type_display ... ok
[INFO] [stdout] test dns::wire::tests::test_record_type_roundtrip ... ok
[INFO] [stdout] test dns::wire::tests::test_response_min_ttl ... ok
[INFO] [stdout] test dns::wire::tests::test_response_no_answers_default_ttl ... ok
[INFO] [stdout] test dns::wire::tests::test_root_query ... ok
[INFO] [stdout] test dns::wire::tests::test_subdomain_query ... ok
[INFO] [stdout] test error::tests::test_dns_error_debug ... ok
[INFO] [stdout] test error::tests::test_dns_error_is_error ... ok
[INFO] [stdout] test error::tests::test_dns_error_parse_error ... ok
[INFO] [stdout] test error::tests::test_dns_error_query_type_blocked ... ok
[INFO] [stdout] test error::tests::test_dns_error_rate_limit_exceeded ... ok
[INFO] [stdout] test error::tests::test_dns_error_spoofing_detected ... ok
[INFO] [stdout] test error::tests::test_dns_error_timeout ... ok
[INFO] [stdout] test error::tests::test_dns_error_upstream_failed ... ok
[INFO] [stdout] test error::tests::test_proxy_error_config_display ... ok
[INFO] [stdout] test error::tests::test_proxy_error_debug ... ok
[INFO] [stdout] test error::tests::test_proxy_error_dns_display ... ok
[INFO] [stdout] test error::tests::test_proxy_error_from_io ... ok
[INFO] [stdout] test error::tests::test_proxy_error_http_display ... ok
[INFO] [stdout] test error::tests::test_proxy_error_io_display ... ok
[INFO] [stdout] test error::tests::test_proxy_error_pool_display ... ok
[INFO] [stdout] test error::tests::test_proxy_error_security_display ... ok
[INFO] [stdout] test error::tests::test_proxy_error_source_dns ... ok
[INFO] [stdout] test error::tests::test_proxy_error_source_io ... ok
[INFO] [stdout] test error::tests::test_proxy_error_source_none ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_ixfr_query ... ok
[INFO] [stdout] test dns::wire::tests::test_query_no_question_section ... ok
[INFO] [stdout] test error::tests::test_proxy_error_source_security ... ok
[INFO] [stdout] test error::tests::test_proxy_error_tls_display ... ok
[INFO] [stdout] test error::tests::test_security_error_connection_limit_reached ... ok
[INFO] [stdout] test error::tests::test_security_error_debug ... ok
[INFO] [stdout] test error::tests::test_security_error_dns_rebinding_blocked ... ok
[INFO] [stdout] test error::tests::test_security_error_is_error ... ok
[INFO] [stdout] test error::tests::test_security_error_port_blocked ... ok
[INFO] [stdout] test error::tests::test_security_error_private_ip_blocked ... ok
[INFO] [stdout] test error::tests::test_security_error_host_blocked ... ok
[INFO] [stdout] test error::tests::test_security_error_rate_limit_exceeded ... ok
[INFO] [stdout] test error::tests::test_security_error_source_ip_not_allowed ... ok
[INFO] [stdout] test helpers::tests::test_accept_responses_well_formed ... ok
[INFO] [stdout] test helpers::tests::test_apply_tcp_keepalive_disabled ... ok
[INFO] [stdout] test helpers::tests::test_create_tls_connector ... ok
[INFO] [stdout] test helpers::tests::test_apply_tcp_keepalive_with_socket ... ok
[INFO] [stdout] test helpers::tests::test_empty_body ... ok
[INFO] [stdout] test helpers::tests::test_error_response_400 ... ok
[INFO] [stdout] test helpers::tests::test_error_response_403 ... ok
[INFO] [stdout] test helpers::tests::test_error_response_500 ... ok
[INFO] [stdout] test helpers::tests::test_error_response_502 ... ok
[INFO] [stdout] test helpers::tests::test_error_response_504 ... ok
[INFO] [stdout] test helpers::tests::test_error_response_close_sets_header ... ok
[INFO] [stdout] test helpers::tests::test_tcp_keepalive_config_values ... ok
[INFO] [stdout] test logging::tests::test_file_logging_config_default ... ok
[INFO] [stdout] test logging::tests::test_log_format_default ... ok
[INFO] [stdout] test platform::net_discovery::tests::assume_slash_24_basic ... ok
[INFO] [stdout] test platform::net_discovery::tests::assume_slash_24_returns_none_for_v6 ... ok
[INFO] [stdout] test platform::net_discovery::tests::compute_cidr_basic ... ok
[INFO] [stdout] test platform::net_discovery::tests::discover_all_still_includes_wifi ... ok
[INFO] [stdout] test platform::net_discovery::tests::filter_candidates_drops_link_local ... ok
[INFO] [stdout] test platform::net_discovery::tests::filter_candidates_multi_nic ... ok
[INFO] [stdout] test platform::net_discovery::tests::filter_candidates_rejects_public_ipv4 ... ok
[INFO] [stdout] test logging::tests::test_log_rotation_default ... ok
[INFO] [stdout] test logging::tests::test_logging_config_default ... ok
[INFO] [stdout] test platform::net_discovery::tests::filter_candidates_single_match ... ok
[INFO] [stdout] test platform::net_discovery::tests::is_wifi_interface_matches_linux_names ... ok
[INFO] [stdout] test platform::net_discovery::tests::is_wifi_interface_matches_windows_default ... ok
[INFO] [stdout] test platform::net_discovery::tests::is_wifi_interface_rejects_ethernet ... ok
[INFO] [stdout] test platform::net_discovery::tests::is_wifi_interface_rejects_short_wl ... ok
[INFO] [stdout] test platform::net_discovery::tests::lan_candidate_accepts_rfc1918 ... ok
[INFO] [stdout] test platform::net_discovery::tests::lan_candidate_rejects_link_local ... ok
[INFO] [stdout] test platform::net_discovery::tests::lan_candidate_rejects_loopback ... ok
[INFO] [stdout] test platform::net_discovery::tests::network_address_basic ... ok
[INFO] [stdout] test platform::net_discovery::tests::network_address_edge_prefixes ... ok
[INFO] [stdout] test platform::net_discovery::tests::rfc1918_class_a ... ok
[INFO] [stdout] test platform::net_discovery::tests::rfc1918_class_b ... ok
[INFO] [stdout] test platform::net_discovery::tests::rfc1918_class_c ... ok
[INFO] [stdout] test platform::net_discovery::tests::rfc1918_rejects_public ... ok
[INFO] [stdout] test platform::net_discovery::tests::select_lan_candidates_drops_wifi_linux ... ok
[INFO] [stdout] test platform::net_discovery::tests::select_lan_candidates_drops_wifi_with_ethernet ... ok
[INFO] [stdout] test platform::net_discovery::tests::select_lan_candidates_empty_when_only_wifi ... ok
[INFO] [stdout] test proxy::engine::tests::proxy_pair_relays_request_and_response ... ok
[INFO] [stdout] test proxy::engine::tests::relay_eof_returns_none ... ok
[INFO] [stdout] test proxy::engine::tests::relay_leaves_pipelined_remainder ... ok
[INFO] [stdout] test proxy::engine::tests::relay_rejects_smuggling ... ok
[INFO] [stdout] test proxy::engine::tests::relay_one_request_reassembled_across_chunks ... ok
[INFO] [stdout] test proxy::engine::tests::resolve_target_blocks_literal_private_ip_defense_in_depth ... ok
[INFO] [stdout] test proxy::forward::tests::absolute_form_default_port ... ok
[INFO] [stdout] test proxy::forward::tests::absolute_form_explicit_port ... ok
[INFO] [stdout] test proxy::forward::tests::absolute_form_no_path_becomes_slash ... ok
[INFO] [stdout] test proxy::forward::tests::body_preserved ... ok
[INFO] [stdout] test proxy::forward::tests::connect_ipv6_target ... ok
[INFO] [stdout] test proxy::forward::tests::connect_is_rejected_here ... ok
[INFO] [stdout] test proxy::forward::tests::connect_target_parsed ... ok
[INFO] [stdout] test proxy::forward::tests::connect_without_port_rejected ... ok
[INFO] [stdout] test proxy::forward::tests::hop_by_hop_stripped ... ok
[INFO] [stdout] test proxy::forward::tests::https_absolute_form_default_443 ... ok
[INFO] [stdout] test proxy::forward::tests::ipv6_absolute_form ... ok
[INFO] [stdout] test proxy::forward::tests::non_connect_is_none ... ok
[INFO] [stdout] test proxy::forward::tests::origin_form_uses_host_header ... ok
[INFO] [stdout] test proxy::forward::tests::origin_form_without_host_no_target ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_bad_hex ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_body_over_limit_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_body_under_limit_accepted ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_body_unlimited_when_max_zero ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_data_not_crlf_terminated ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_empty_body ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_hex_size ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_incomplete_data ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_incomplete_no_terminator ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_incomplete_size_line ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_multi ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_single ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_with_extension ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_with_trailers ... ok
[INFO] [stdout] test proxy::framing::tests::cl_and_te_together_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_trailing_bytes_after_complete ... ok
[INFO] [stdout] test proxy::framing::tests::cl_te_conflict_beats_invalid_cl ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_basic ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_case_insensitive_name ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_comma_list_differing_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_comma_list_same_ok ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_duplicate_differing_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_duplicate_identical_ok ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_hex_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_negative_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_non_numeric_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_overflow_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_ows_trimmed ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_plus_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::msg_bad_head_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::msg_body_limit_zero_is_unlimited ... ok
[INFO] [stdout] test proxy::framing::tests::msg_body_within_limit_ok ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_zero_is_none ... ok
[INFO] [stdout] test proxy::framing::tests::msg_body_too_large_rejected_early ... ok
[INFO] [stdout] test proxy::framing::tests::msg_chunked_request ... ok
[INFO] [stdout] test proxy::framing::tests::msg_head_incomplete ... ok
[INFO] [stdout] test proxy::framing::tests::msg_every_prefix_safe ... ok
[INFO] [stdout] test proxy::framing::tests::analyze_framing_never_panics ... ok
[INFO] [stdout] test proxy::framing::tests::msg_pipelined_returns_first_only ... ok
[INFO] [stdout] test proxy::framing::tests::msg_get_no_body ... ok
[INFO] [stdout] test proxy::framing::tests::msg_post_body_incomplete ... ok
[INFO] [stdout] test proxy::framing::tests::msg_post_content_length ... ok
[INFO] [stdout] test proxy::framing::tests::msg_response_chunked ... ok
[INFO] [stdout] test proxy::framing::tests::msg_smuggling_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::msg_response_content_length ... ok
[INFO] [stdout] test proxy::framing::tests::no_headers_is_no_body ... ok
[INFO] [stdout] test proxy::framing::tests::te_chunked ... ok
[INFO] [stdout] test proxy::framing::tests::te_chunked_case_insensitive ... ok
[INFO] [stdout] test proxy::framing::tests::te_chunked_not_final_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::te_and_cl_reverse_order_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::te_double_chunked_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::te_gzip_then_chunked_ok ... ok
[INFO] [stdout] test proxy::framing::tests::te_split_across_headers_final_not_chunked ... ok
[INFO] [stdout] test proxy::framing::tests::te_substring_not_chunked ... ok
[INFO] [stdout] test proxy::framing::tests::te_without_chunked_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::unrelated_headers_no_body ... ok
[INFO] [stdout] test proxy::handler::tests::test_extract_target_absolute_uri_http ... ok
[INFO] [stdout] test proxy::handler::tests::test_extract_target_absolute_uri_https ... ok
[INFO] [stdout] test proxy::handler::tests::test_extract_target_absolute_uri_with_port ... ok
[INFO] [stdout] test proxy::handler::tests::test_extract_target_https_default_port ... ok
[INFO] [stdout] test proxy::handler::tests::test_hop_by_hop_filtering ... ok
[INFO] [stdout] test proxy::handler::tests::test_host_header_generation ... ok
[INFO] [stdout] test proxy::handler::tests::test_host_header_ipv4 ... ok
[INFO] [stdout] test proxy::handler::tests::test_host_header_ipv6 ... ok
[INFO] [stdout] test proxy::handler::tests::test_hop_by_hop_headers_list ... ok
[INFO] [stdout] test proxy::handler::tests::test_host_header_port_parsing ... ok
[INFO] [stdout] test proxy::handler::tests::test_host_header_simple ... ok
[INFO] [stdout] test proxy::handler::tests::test_host_header_with_port ... ok
[INFO] [stdout] test proxy::handler::tests::test_path_only_no_query ... ok
[INFO] [stdout] test proxy::handler::tests::test_request_no_host ... ok
[INFO] [stdout] test proxy::handler::tests::test_relative_uri_with_query ... ok
[INFO] [stdout] test proxy::handler::tests::test_root_path ... ok
[INFO] [stdout] test proxy::handler::tests::test_path_and_query_extraction ... ok
[INFO] [stdout] test proxy::pool::tests::test_pool_cleanup_empty ... ok
[INFO] [stdout] test proxy::pool::tests::test_pool_disabled_get_returns_none ... ok
[INFO] [stdout] test proxy::pool::tests::test_pool_new ... ok
[INFO] [stdout] test proxy::pool::tests::test_pool_get_empty_returns_none ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_cloud_metadata ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_custom_blocklist ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_disabled ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_dangerous_subdomains ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_exact_host_in_blocklist ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_ipv6_link_local ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_ipv6_malformed_bracket ... ok
[INFO] [stdout] test proxy::pool::tests::test_pool_config_defaults ... ok
[INFO] [stdout] test proxy::pool::tests::test_pool_config_idle_expiry ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_ipv6_public_allowed ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_ipv6_unique_local ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_ipv6_without_port ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_hostname_allowed ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_localhost_hostname ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_metadata_hostname ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_no_port ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_port_allowlist ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_port_zero ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_private_ip ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_public_ip_allowed ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_wildcard_subdomain ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_with_valid_ports ... ok
[INFO] [stdout] test security::ip_filter::tests::test_bracketed_ipv6_private_is_blocked_after_split ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_family_mismatch ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_invalid_prefix_ipv6 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_invalid_prefix_ipv4 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_ipv6 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_prefix_zero_ipv4 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_prefix_zero_ipv6 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_ipv4 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ipv6_link_local_function ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ipv6_unique_local_function ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_cgnat ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_ipv6_link_local ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_ipv6_loopback ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_ipv6_public ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_ipv6_unique_local ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_link_local ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_loopback ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_private_class_a ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_private_class_b ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_private_class_c ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_public ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_unspecified ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_cidr ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_empty_list ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_exact_match ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_invalid_cidr ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_invalid_direct_ip ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_ipv4_mapped_normalized ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_ipv6 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_normalize_ip_pure_ipv6 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_normalize_ip_v4 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_split_host_port_ipv4_and_hostname ... ok
[INFO] [stdout] test security::ip_filter::tests::test_normalize_ip_v4_mapped ... ok
[INFO] [stdout] test security::ip_filter::tests::test_split_host_port_ipv6_strips_brackets ... ok
[INFO] [stdout] test security::ip_filter::tests::test_split_host_port_malformed ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_allows ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_blocks ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_cleanup ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_disabled ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_ipv6_subnet ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_max_tracked_ips ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_multiple_ips ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_normalize_ip_for_rate_limit ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_allows_under_limit ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_blocks_over_limit ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_exact_limit ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_ipv6_subnet_disabled ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_cleanup ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_disabled ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_ipv6_subnet_grouping ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_max_tracked_ips ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_separate_ips ... ok
[INFO] [stdout] test security::tests::test_log_headers_sanitized ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_basic_auth ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_bearer_token ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_case_insensitive ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_digest_auth ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_empty_value ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_generic_sensitive ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_non_sensitive ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_redaction_disabled ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_proxy_authorization ... ok
[INFO] [stdout] test tokio_io::tests::test_tokio_io_new ... ok
[INFO] [stdout] test tokio_io::tests::test_tokio_io_inner_mut ... ok
[INFO] [stdout] test tokio_io::tests::test_tokio_io_into_inner ... ok
[INFO] [stdout] test dns::wire::tests::test_create_error_response_refused ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_every_prefix_of_valid_is_incomplete_until_end ... ok
[INFO] [stdout] test proxy::framing::tests::scan_chunked_never_panics ... ok
[INFO] [stdout] test dns::client::tests::upstream_variant_returns_cached_a_record ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_window_reset ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 443 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.23s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bunker-07f9dde79f3b17d0)
[INFO] [stdout] 
[INFO] [stdout] running 443 tests
[INFO] [stdout] test body::tests::test_boxed ... ok
[INFO] [stdout] test body::tests::test_empty_size_hint ... ok
[INFO] [stdout] test body::tests::test_full_is_end_stream ... ok
[INFO] [stdout] test body::tests::test_empty_is_end_stream ... ok
[INFO] [stdout] test body::tests::test_empty_poll ... ok
[INFO] [stdout] test body::tests::test_full_after_consumed ... ok
[INFO] [stdout] test body::tests::test_full_size_hint ... ok
[INFO] [stdout] test body::tests::test_limited_exceeds_limit ... ok
[INFO] [stdout] test body::tests::test_limited_within_limit_poll ... ok
[INFO] [stdout] test body::tests::test_limited_size_hint ... ok
[INFO] [stdout] test config::tests::dns_get_upstreams_merges_single_and_list ... ok
[INFO] [stdout] test body::tests::test_limit_exceeded_display ... ok
[INFO] [stdout] test config::tests::dns_get_upstreams_returns_empty_when_unset ... ok
[INFO] [stdout] test config::tests::test_config_default ... ok
[INFO] [stdout] test config::tests::test_config_deserialization_empty ... ok
[INFO] [stdout] test config::tests::test_config_rejects_unknown_root_field ... ok
[INFO] [stdout] test config::tests::test_connection_pool_full_deserialize ... ok
[INFO] [stdout] test config::tests::test_config_deserialization_full ... ok
[INFO] [stdout] test config::tests::test_connection_pool_deserialize ... ok
[INFO] [stdout] test config::tests::test_connection_pool_max_total_connections ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_dns_listen ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_allowlist_with_other_overrides ... ok
[INFO] [stdout] test config::tests::test_connection_pool_config_defaults ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_preserves_comments ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_no_overrides_is_passthrough ... ok
[INFO] [stdout] test config::tests::test_default_dns_listen ... ok
[INFO] [stdout] test config::tests::test_default_dns_upstream ... ok
[INFO] [stdout] test config::tests::test_default_proxy_listen ... ok
[INFO] [stdout] test config::tests::test_config_rejects_legacy_flat_layout ... ok
[INFO] [stdout] test config::tests::test_dns_cache_config_defaults ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_dns_upstream_replaces_block ... ok
[INFO] [stdout] test config::tests::test_config_deserialization_partial ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_all_overrides ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_allowlist_replaces_block ... ok
[INFO] [stdout] test body::tests::test_full_poll ... ok
[INFO] [stdout] test body::tests::test_limited_within_limit ... ok
[INFO] [stdout] test config::tests::test_default_tray_enabled ... ok
[INFO] [stdout] test config::tests::test_dns_get_upstreams_with_single_upstream ... ok
[INFO] [stdout] test config::tests::test_dns_cache_full_deserialize ... ok
[INFO] [stdout] test config::tests::test_dns_security_config_defaults ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_proxy_listen ... ok
[INFO] [stdout] test config::tests::test_dns_full_config ... ok
[INFO] [stdout] test config::tests::test_dns_get_upstreams_with_both ... ok
[INFO] [stdout] test config::tests::test_customize_default_config_allowlist_multiple_entries ... ok
[INFO] [stdout] test config::tests::test_dns_get_upstreams_with_multiple ... ok
[INFO] [stdout] test config::tests::test_dns_failover_config_defaults ... ok
[INFO] [stdout] test config::tests::test_dns_config_defaults ... ok
[INFO] [stdout] test config::tests::test_load_config_default ... ok
[INFO] [stdout] test config::tests::test_load_config_nonexistent_file ... ok
[INFO] [stdout] test config::tests::test_file_logging_full_deserialize ... ok
[INFO] [stdout] test config::tests::test_rate_limit_config_defaults ... ok
[INFO] [stdout] test config::tests::test_logging_format_json ... ok
[INFO] [stdout] test config::tests::test_logging_config_deserialize ... ok
[INFO] [stdout] test config::tests::test_dns_security_ipv6_subnet ... ok
[INFO] [stdout] test config::tests::test_dns_security_full_deserialize ... ok
[INFO] [stdout] test config::tests::test_embedded_default_yaml_parses ... ok
[INFO] [stdout] test config::tests::test_logging_config_defaults ... ok
[INFO] [stdout] test config::tests::test_file_logging_config_defaults ... ok
[INFO] [stdout] test config::tests::test_rate_limit_full_deserialize ... ok
[INFO] [stdout] test config::tests::test_rate_limit_config_max_tracked_ips ... ok
[INFO] [stdout] test config::tests::test_rate_limit_config_ipv6_subnet ... ok
[INFO] [stdout] test config::tests::test_security_config_deserialize ... ok
[INFO] [stdout] test config::tests::test_security_config_default ... ok
[INFO] [stdout] test config::tests::test_security_config_allowed_source_ips ... ok
[INFO] [stdout] test config::tests::test_dns_security_max_tracked_ips ... ok
[INFO] [stdout] test config::tests::test_logging_sensitive_headers_custom ... ok
[INFO] [stdout] test config::tests::test_security_config_max_connections ... ok
[INFO] [stdout] test config::tests::test_file_logging_rotation_never ... ok
[INFO] [stdout] test config::tests::test_security_config_unlimited_body ... ok
[INFO] [stdout] test config::tests::test_tcp_keepalive_config_defaults ... ok
[INFO] [stdout] test config::tests::test_tcp_keepalive_deserialize ... ok
[INFO] [stdout] test config::tests::test_full_config_all_sections ... ok
[INFO] [stdout] test config::tests::test_tcp_keepalive_retries ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_different_record_types ... ok
[INFO] [stdout] test config::tests::test_security_config_header_timeout ... ok
[INFO] [stdout] test config::tests::test_security_config_header_timeout_disabled ... ok
[INFO] [stdout] test config::tests::test_security_config_max_requests_per_connection ... ok
[INFO] [stdout] test config::tests::test_security_config_max_requests_per_connection_unlimited ... ok
[INFO] [stdout] test config::tests::test_security_config_max_body_bytes ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_cleanup ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_disabled ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_get_stale ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_get_missing_entry ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_key_case_insensitive ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_max_entries_eviction ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_ptr_record ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_put_when_disabled ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_query_id_update_short_response ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_ttl_max_bound ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_get_stale_nonexistent ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_new ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_make_key ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_put_get ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_ttl_bounds ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_txt_record ... ok
[INFO] [stdout] test dns::cache::tests::test_cache_mx_record ... ok
[INFO] [stdout] test dns::client::tests::os_variant_literal_ipv4_short_circuits ... ok
[INFO] [stdout] test dns::client::tests::os_variant_no_cache_works ... ok
[INFO] [stdout] test dns::client::tests::upstream_variant_literal_ip_short_circuits ... ok
[INFO] [stdout] test dns::client::tests::os_variant_with_cache_hit_returns_same ... ok
[INFO] [stdout] test dns::client::tests::os_variant_resolves_localhost ... ok
[INFO] [stdout] test dns::client::tests::os_variant_literal_ipv6_short_circuits ... ok
[INFO] [stdout] test dns::resolver::tests::test_all_upstreams_fail ... ok
[INFO] [stdout] test dns::resolver::tests::test_failover_tries_multiple_upstreams ... ok
[INFO] [stdout] test dns::resolver::tests::validate_rejects_mismatched_id ... ok
[INFO] [stdout] test dns::resolver::tests::validate_accepts_matching_id_and_qname ... ok
[INFO] [stdout] test dns::resolver::tests::validate_rejects_mismatched_qname ... ok
[INFO] [stdout] test dns::resolver::tests::test_failover_with_retries ... ok
[INFO] [stdout] test dns::resolver::tests::test_mock_resolver_success ... ok
[INFO] [stdout] test dns::server::tests::os_handler_blocks_any_query ... ok
[INFO] [stdout] test dns::resolver::tests::test_mock_resolver_failure ... ok
[INFO] [stdout] test dns::server::tests::os_handler_notimp_for_mx ... ok
[INFO] [stdout] test dns::server::tests::os_handler_malformed_query_errors ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_blocked_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_axfr_blocked ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_cache_hit ... ok
[INFO] [stdout] test dns::server::tests::os_handler_resolves_localhost_a ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_any_blocked ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_cache_hit_with_logging ... ok
[INFO] [stdout] test dns::server::tests::os_handler_caches_response ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_all_upstreams_fail_no_stale ... ok
[INFO] [stdout] test dns::resolver::tests::validate_rejects_truncated_response ... ok
[INFO] [stdout] test dns::server::tests::os_handler_nxdomain_for_invalid ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_caches_response ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_failover_success ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_ixfr_blocked ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_success_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_malformed_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_empty_question_section ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_malformed ... ok
[INFO] [stdout] test dns::server::tests::test_try_upstreams_all_fail_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_upstream_fail_no_stale_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_try_upstreams_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_try_upstreams_failover_to_second ... ok
[INFO] [stdout] test dns::server::tests::test_try_upstreams_all_fail ... ok
[INFO] [stdout] test dns::server::tests::test_try_upstreams_success_first_upstream ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_upstream_fail_serve_stale_with_logging ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_serve_stale ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_success ... ok
[INFO] [stdout] test dns::server::tests::test_try_upstreams_with_retries ... ok
[INFO] [stdout] test dns::validation::tests::test_create_error_response_invalid_query ... ok
[INFO] [stdout] test dns::validation::tests::test_create_error_response_refused ... ok
[INFO] [stdout] test dns::validation::tests::test_create_error_response_servfail ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_aaaa_record ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_any_allowed ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_ixfr_blocked ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_a_record ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_zone_transfer_allowed ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_any_blocked ... ok
[INFO] [stdout] test dns::wire::tests::build_response_with_ips_empty_input ... ok
[INFO] [stdout] test dns::wire::tests::build_response_with_ips_no_data_when_family_mismatch ... ok
[INFO] [stdout] test dns::tests::os_resolve_invalid_hostname_errors ... ok
[INFO] [stdout] test dns::tests::os_resolve_cache_hit_avoids_second_lookup ... ok
[INFO] [stdout] test dns::wire::tests::build_response_with_ips_preserves_query_id ... ok
[INFO] [stdout] test dns::validation::tests::test_validate_dns_query_axfr_blocked ... ok
[INFO] [stdout] test dns::wire::tests::extract_ips_empty_for_truncated_response ... ok
[INFO] [stdout] test dns::wire::tests::extract_ips_single_a ... ok
[INFO] [stdout] test dns::wire::tests::extract_ips_from_build_response_with_ips_round_trip_v6 ... ok
[INFO] [stdout] test dns::wire::tests::extract_ips_skips_wrong_rdlength ... ok
[INFO] [stdout] test dns::tests::os_resolve_localhost_returns_at_least_one_ip ... ok
[INFO] [stdout] test dns::wire::tests::extract_ips_wrong_qtype_returns_empty ... ok
[INFO] [stdout] test dns::wire::tests::test_create_error_response_invalid ... ok
[INFO] [stdout] test dns::wire::tests::test_create_error_response_refused ... ok
[INFO] [stdout] test dns::wire::tests::test_create_error_response_servfail ... ok
[INFO] [stdout] test dns::wire::tests::build_response_with_ips_too_short_query_returns_empty ... ok
[INFO] [stdout] test dns::wire::tests::extract_ips_from_build_response_with_ips_round_trip_v4 ... ok
[INFO] [stdout] test dns::wire::tests::test_hostname_at_max_length ... ok
[INFO] [stdout] test dns::wire::tests::test_hostname_too_long ... ok
[INFO] [stdout] test dns::wire::tests::test_label_too_long ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_any_query ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_axfr_query ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_ixfr_query ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_response_is_not_query ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_simple_query ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_response ... ok
[INFO] [stdout] test dns::wire::tests::test_query_no_question_section ... ok
[INFO] [stdout] test dns::wire::tests::test_record_type_roundtrip ... ok
[INFO] [stdout] test dns::wire::tests::test_record_type_display ... ok
[INFO] [stdout] test dns::wire::tests::test_response_no_answers_default_ttl ... ok
[INFO] [stdout] test dns::wire::tests::test_root_query ... ok
[INFO] [stdout] test dns::wire::tests::test_response_min_ttl ... ok
[INFO] [stdout] test error::tests::test_dns_error_debug ... ok
[INFO] [stdout] test dns::wire::tests::test_subdomain_query ... ok
[INFO] [stdout] test dns::wire::tests::test_parse_too_short ... ok
[INFO] [stdout] test error::tests::test_dns_error_is_error ... ok
[INFO] [stdout] test error::tests::test_dns_error_spoofing_detected ... ok
[INFO] [stdout] test error::tests::test_dns_error_timeout ... ok
[INFO] [stdout] test error::tests::test_dns_error_parse_error ... ok
[INFO] [stdout] test error::tests::test_proxy_error_config_display ... ok
[INFO] [stdout] test error::tests::test_dns_error_upstream_failed ... ok
[INFO] [stdout] test error::tests::test_proxy_error_debug ... ok
[INFO] [stdout] test error::tests::test_proxy_error_dns_display ... ok
[INFO] [stdout] test error::tests::test_proxy_error_http_display ... ok
[INFO] [stdout] test error::tests::test_proxy_error_io_display ... ok
[INFO] [stdout] test error::tests::test_proxy_error_pool_display ... ok
[INFO] [stdout] test error::tests::test_proxy_error_security_display ... ok
[INFO] [stdout] test error::tests::test_proxy_error_source_dns ... ok
[INFO] [stdout] test error::tests::test_proxy_error_from_io ... ok
[INFO] [stdout] test error::tests::test_dns_error_query_type_blocked ... ok
[INFO] [stdout] test error::tests::test_dns_error_rate_limit_exceeded ... ok
[INFO] [stdout] test error::tests::test_proxy_error_source_security ... ok
[INFO] [stdout] test error::tests::test_proxy_error_tls_display ... ok
[INFO] [stdout] test error::tests::test_security_error_debug ... ok
[INFO] [stdout] test error::tests::test_security_error_dns_rebinding_blocked ... ok
[INFO] [stdout] test error::tests::test_security_error_port_blocked ... ok
[INFO] [stdout] test error::tests::test_security_error_connection_limit_reached ... ok
[INFO] [stdout] test error::tests::test_security_error_source_ip_not_allowed ... ok
[INFO] [stdout] test helpers::tests::test_accept_responses_well_formed ... ok
[INFO] [stdout] test error::tests::test_security_error_rate_limit_exceeded ... ok
[INFO] [stdout] test helpers::tests::test_apply_tcp_keepalive_disabled ... ok
[INFO] [stdout] test error::tests::test_security_error_host_blocked ... ok
[INFO] [stdout] test error::tests::test_security_error_private_ip_blocked ... ok
[INFO] [stdout] test error::tests::test_proxy_error_source_io ... ok
[INFO] [stdout] test error::tests::test_security_error_is_error ... ok
[INFO] [stdout] test error::tests::test_proxy_error_source_none ... ok
[INFO] [stdout] test helpers::tests::test_apply_tcp_keepalive_with_socket ... ok
[INFO] [stdout] test helpers::tests::test_empty_body ... ok
[INFO] [stdout] test helpers::tests::test_create_tls_connector ... ok
[INFO] [stdout] test helpers::tests::test_error_response_400 ... ok
[INFO] [stdout] test helpers::tests::test_error_response_403 ... ok
[INFO] [stdout] test helpers::tests::test_error_response_500 ... ok
[INFO] [stdout] test helpers::tests::test_error_response_502 ... ok
[INFO] [stdout] test helpers::tests::test_error_response_504 ... ok
[INFO] [stdout] test helpers::tests::test_error_response_close_sets_header ... ok
[INFO] [stdout] test helpers::tests::test_tcp_keepalive_config_values ... ok
[INFO] [stdout] test logging::tests::test_file_logging_config_default ... ok
[INFO] [stdout] test logging::tests::test_log_format_default ... ok
[INFO] [stdout] test logging::tests::test_log_rotation_default ... ok
[INFO] [stdout] test logging::tests::test_logging_config_default ... ok
[INFO] [stdout] test platform::net_discovery::tests::assume_slash_24_basic ... ok
[INFO] [stdout] test platform::net_discovery::tests::assume_slash_24_returns_none_for_v6 ... ok
[INFO] [stdout] test platform::net_discovery::tests::compute_cidr_basic ... ok
[INFO] [stdout] test platform::net_discovery::tests::discover_all_still_includes_wifi ... ok
[INFO] [stdout] test platform::net_discovery::tests::filter_candidates_drops_link_local ... ok
[INFO] [stdout] test dns::wire::tests::build_response_with_ips_filters_mixed_family ... ok
[INFO] [stdout] test dns::server::tests::test_handle_query_any_allowed_when_disabled ... ok
[INFO] [stdout] test platform::net_discovery::tests::filter_candidates_multi_nic ... ok
[INFO] [stdout] test platform::net_discovery::tests::filter_candidates_rejects_public_ipv4 ... ok
[INFO] [stdout] test platform::net_discovery::tests::filter_candidates_single_match ... ok
[INFO] [stdout] test platform::net_discovery::tests::is_wifi_interface_matches_linux_names ... ok
[INFO] [stdout] test platform::net_discovery::tests::is_wifi_interface_matches_windows_default ... ok
[INFO] [stdout] test platform::net_discovery::tests::is_wifi_interface_rejects_ethernet ... ok
[INFO] [stdout] test platform::net_discovery::tests::is_wifi_interface_rejects_short_wl ... ok
[INFO] [stdout] test platform::net_discovery::tests::lan_candidate_accepts_rfc1918 ... ok
[INFO] [stdout] test platform::net_discovery::tests::lan_candidate_rejects_link_local ... ok
[INFO] [stdout] test platform::net_discovery::tests::lan_candidate_rejects_loopback ... ok
[INFO] [stdout] test platform::net_discovery::tests::network_address_basic ... ok
[INFO] [stdout] test platform::net_discovery::tests::network_address_edge_prefixes ... ok
[INFO] [stdout] test platform::net_discovery::tests::rfc1918_class_a ... ok
[INFO] [stdout] test platform::net_discovery::tests::rfc1918_class_b ... ok
[INFO] [stdout] test platform::net_discovery::tests::rfc1918_class_c ... ok
[INFO] [stdout] test platform::net_discovery::tests::rfc1918_rejects_public ... ok
[INFO] [stdout] test platform::net_discovery::tests::select_lan_candidates_drops_wifi_with_ethernet ... ok
[INFO] [stdout] test platform::net_discovery::tests::select_lan_candidates_drops_wifi_linux ... ok
[INFO] [stdout] test proxy::engine::tests::relay_eof_returns_none ... ok
[INFO] [stdout] test proxy::engine::tests::proxy_pair_relays_request_and_response ... ok
[INFO] [stdout] test platform::net_discovery::tests::select_lan_candidates_empty_when_only_wifi ... ok
[INFO] [stdout] test proxy::engine::tests::relay_one_request_reassembled_across_chunks ... ok
[INFO] [stdout] test proxy::engine::tests::resolve_target_blocks_literal_private_ip_defense_in_depth ... ok
[INFO] [stdout] test proxy::engine::tests::relay_rejects_smuggling ... ok
[INFO] [stdout] test proxy::forward::tests::absolute_form_explicit_port ... ok
[INFO] [stdout] test proxy::forward::tests::absolute_form_no_path_becomes_slash ... ok
[INFO] [stdout] test proxy::forward::tests::absolute_form_default_port ... ok
[INFO] [stdout] test proxy::forward::tests::connect_is_rejected_here ... ok
[INFO] [stdout] test proxy::forward::tests::connect_ipv6_target ... ok
[INFO] [stdout] test proxy::forward::tests::connect_without_port_rejected ... ok
[INFO] [stdout] test proxy::engine::tests::relay_leaves_pipelined_remainder ... ok
[INFO] [stdout] test proxy::forward::tests::body_preserved ... ok
[INFO] [stdout] test proxy::forward::tests::origin_form_without_host_no_target ... ok
[INFO] [stdout] test proxy::forward::tests::connect_target_parsed ... ok
[INFO] [stdout] test proxy::forward::tests::hop_by_hop_stripped ... ok
[INFO] [stdout] test proxy::forward::tests::non_connect_is_none ... ok
[INFO] [stdout] test proxy::forward::tests::https_absolute_form_default_443 ... ok
[INFO] [stdout] test proxy::forward::tests::ipv6_absolute_form ... ok
[INFO] [stdout] test proxy::forward::tests::origin_form_uses_host_header ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_body_under_limit_accepted ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_data_not_crlf_terminated ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_incomplete_data ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_every_prefix_of_valid_is_incomplete_until_end ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_body_unlimited_when_max_zero ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_incomplete_size_line ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_multi ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_with_trailers ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_with_extension ... ok
[INFO] [stdout] test proxy::framing::tests::cl_te_conflict_beats_invalid_cl ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_bad_hex ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_empty_body ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_body_over_limit_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_incomplete_no_terminator ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_single ... ok
[INFO] [stdout] test proxy::framing::tests::cl_and_te_together_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_hex_size ... ok
[INFO] [stdout] test proxy::framing::tests::chunked_trailing_bytes_after_complete ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_case_insensitive_name ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_basic ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_comma_list_same_ok ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_negative_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_non_numeric_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_hex_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_overflow_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_ows_trimmed ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_zero_is_none ... ok
[INFO] [stdout] test proxy::framing::tests::msg_body_limit_zero_is_unlimited ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_comma_list_differing_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_plus_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::msg_bad_head_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_duplicate_differing_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::content_length_duplicate_identical_ok ... ok
[INFO] [stdout] test proxy::framing::tests::msg_body_too_large_rejected_early ... ok
[INFO] [stdout] test proxy::framing::tests::msg_body_within_limit_ok ... ok
[INFO] [stdout] test proxy::framing::tests::msg_chunked_request ... ok
[INFO] [stdout] test proxy::framing::tests::msg_get_no_body ... ok
[INFO] [stdout] test proxy::framing::tests::msg_head_incomplete ... ok
[INFO] [stdout] test proxy::framing::tests::msg_post_body_incomplete ... ok
[INFO] [stdout] test proxy::framing::tests::msg_post_content_length ... ok
[INFO] [stdout] test proxy::framing::tests::msg_every_prefix_safe ... ok
[INFO] [stdout] test proxy::framing::tests::msg_response_chunked ... ok
[INFO] [stdout] test proxy::framing::tests::msg_response_content_length ... ok
[INFO] [stdout] test proxy::framing::tests::msg_smuggling_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::no_headers_is_no_body ... ok
[INFO] [stdout] test proxy::framing::tests::te_and_cl_reverse_order_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::te_chunked ... ok
[INFO] [stdout] test proxy::framing::tests::analyze_framing_never_panics ... ok
[INFO] [stdout] test dns::client::tests::upstream_variant_returns_cached_a_record ... ok
[INFO] [stdout] test proxy::framing::tests::msg_pipelined_returns_first_only ... ok
[INFO] [stdout] test proxy::framing::tests::te_chunked_not_final_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::te_double_chunked_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::te_substring_not_chunked ... ok
[INFO] [stdout] test proxy::handler::tests::test_extract_target_https_default_port ... ok
[INFO] [stdout] test proxy::framing::tests::te_without_chunked_rejected ... ok
[INFO] [stdout] test proxy::framing::tests::te_gzip_then_chunked_ok ... ok
[INFO] [stdout] test proxy::handler::tests::test_extract_target_absolute_uri_https ... ok
[INFO] [stdout] test proxy::handler::tests::test_extract_target_absolute_uri_with_port ... ok
[INFO] [stdout] test proxy::framing::tests::unrelated_headers_no_body ... ok
[INFO] [stdout] test proxy::handler::tests::test_extract_target_absolute_uri_http ... ok
[INFO] [stdout] test proxy::framing::tests::te_chunked_case_insensitive ... ok
[INFO] [stdout] test proxy::framing::tests::te_split_across_headers_final_not_chunked ... ok
[INFO] [stdout] test proxy::handler::tests::test_hop_by_hop_headers_list ... ok
[INFO] [stdout] test proxy::handler::tests::test_host_header_generation ... ok
[INFO] [stdout] test proxy::handler::tests::test_host_header_ipv4 ... ok
[INFO] [stdout] test proxy::handler::tests::test_host_header_ipv6 ... ok
[INFO] [stdout] test proxy::handler::tests::test_host_header_simple ... ok
[INFO] [stdout] test proxy::handler::tests::test_host_header_port_parsing ... ok
[INFO] [stdout] test proxy::handler::tests::test_host_header_with_port ... ok
[INFO] [stdout] test proxy::handler::tests::test_path_only_no_query ... ok
[INFO] [stdout] test proxy::handler::tests::test_root_path ... ok
[INFO] [stdout] test proxy::handler::tests::test_path_and_query_extraction ... ok
[INFO] [stdout] test proxy::pool::tests::test_pool_config_idle_expiry ... ok
[INFO] [stdout] test proxy::handler::tests::test_request_no_host ... ok
[INFO] [stdout] test proxy::pool::tests::test_pool_disabled_get_returns_none ... ok
[INFO] [stdout] test proxy::pool::tests::test_pool_new ... ok
[INFO] [stdout] test proxy::pool::tests::test_pool_cleanup_empty ... ok
[INFO] [stdout] test proxy::pool::tests::test_pool_config_defaults ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_dangerous_subdomains ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_disabled ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_hostname_allowed ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_exact_host_in_blocklist ... ok
[INFO] [stdout] test proxy::pool::tests::test_pool_get_empty_returns_none ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_ipv6_malformed_bracket ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_custom_blocklist ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_ipv6_link_local ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_cloud_metadata ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_no_port ... ok
[INFO] [stdout] test proxy::handler::tests::test_relative_uri_with_query ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_ipv6_unique_local ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_private_ip ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_public_ip_allowed ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_wildcard_subdomain ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_port_zero ... ok
[INFO] [stdout] test security::ip_filter::tests::test_bracketed_ipv6_private_is_blocked_after_split ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_metadata_hostname ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_localhost_hostname ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_family_mismatch ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_ipv6_without_port ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_invalid_prefix_ipv4 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ipv6_unique_local_function ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_cgnat ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_invalid_prefix_ipv6 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_ipv6_link_local ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_ipv6_loopback ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_ipv4 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_prefix_zero_ipv4 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_prefix_zero_ipv6 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ipv6_link_local_function ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_with_valid_ports ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_port_allowlist ... ok
[INFO] [stdout] test security::ip_filter::tests::test_ip_in_cidr_ipv6 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_blocked_target_ipv6_public_allowed ... ok
[INFO] [stdout] test proxy::handler::tests::test_hop_by_hop_filtering ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_ipv6_unique_local ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_link_local ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_ipv6_public ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_loopback ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_private_class_c ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_private_class_a ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_unspecified ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_public ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_cidr ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_private_ip_private_class_b ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_empty_list ... ok
[INFO] [stdout] test security::ip_filter::tests::test_split_host_port_ipv6_strips_brackets ... ok
[INFO] [stdout] test security::ip_filter::tests::test_split_host_port_malformed ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_exact_match ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_allows ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_invalid_direct_ip ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_ipv6 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_normalize_ip_pure_ipv6 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_normalize_ip_v4 ... ok
[INFO] [stdout] test security::ip_filter::tests::test_normalize_ip_v4_mapped ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_ipv4_mapped_normalized ... ok
[INFO] [stdout] test security::ip_filter::tests::test_split_host_port_ipv4_and_hostname ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_blocks ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_disabled ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_cleanup ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_multiple_ips ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_max_tracked_ips ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_normalize_ip_for_rate_limit ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_allows_under_limit ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_cleanup ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_disabled ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_ipv6_subnet_grouping ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_max_tracked_ips ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_separate_ips ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_exact_limit ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_case_insensitive ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_ipv6_subnet_disabled ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_ipv6_subnet ... ok
[INFO] [stdout] test security::rate_limiter::tests::test_rate_limiter_blocks_over_limit ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_empty_value ... ok
[INFO] [stdout] test security::tests::test_log_headers_sanitized ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_generic_sensitive ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_basic_auth ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_non_sensitive ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_bearer_token ... ok
[INFO] [stdout] test tokio_io::tests::test_tokio_io_inner_mut ... ok
[INFO] [stdout] test security::ip_filter::tests::test_is_source_ip_allowed_invalid_cidr ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_digest_auth ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_proxy_authorization ... ok
[INFO] [stdout] test security::tests::test_sanitize_header_value_redaction_disabled ... ok
[INFO] [stdout] test tokio_io::tests::test_tokio_io_new ... ok
[INFO] [stdout] test tokio_io::tests::test_tokio_io_into_inner ... ok
[INFO] [stdout] test proxy::framing::tests::scan_chunked_never_panics ... ok
[INFO] [stderr]      Running tests/in_process_tests.rs (/opt/rustwide/target/debug/deps/in_process_tests-582e2b5b019ab83d)
[INFO] [stdout] test security::rate_limiter::tests::test_dns_rate_limiter_window_reset ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 443 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.42s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test test_proxy_blocked_ipv6_private ... ok
[INFO] [stdout] test test_proxy_blocked_internal_hostname ... ok
[INFO] [stdout] test test_proxy_blocked_metadata_endpoint ... ok
[INFO] [stdout] test test_proxy_blocked_private_ip ... ok
[INFO] [stdout] test test_proxy_connect_blocked_private_ip ... ok
[INFO] [stdout] test test_proxy_bad_request_no_host ... ok
[INFO] [stdout] test test_proxy_blocked_localhost ... ok
[INFO] [stdout] test test_proxy_connect_blocked_loopback ... ok
[INFO] [stdout] test test_proxy_connect_to_external ... ok
[INFO] [stdout] test test_proxy_http_request_to_external ... ok
[INFO] [stdout] test test_proxy_malformed_request ... ok
[INFO] [stdout] test test_proxy_non_standard_port ... ok
[INFO] [stdout] test test_proxy_connection_close ... ok
[INFO] [stdout] test test_proxy_multiple_concurrent ... ok
[INFO] [stdout] test test_proxy_request_with_body ... ok
[INFO] [stdout] test test_proxy_https_port ... ok
[INFO] [stdout] test test_dns_malformed_query ... ok
[INFO] [stdout] test test_dns_any_query_blocked ... ok
[INFO] [stdout] test test_dns_axfr_blocked ... ok
[INFO] [stdout] test test_dns_cache_hit ... ok
[INFO] [stdout] test test_dns_query_forwarding ... ok
[INFO] [stdout] test test_proxy_empty_request ... ok
[INFO] [stdout] test test_dns_multiple_queries ... ok
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-69b0ccf586206488)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.53s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 47 tests
[INFO] [stdout] test address_parsing_tests::test_invalid_port ... ok
[INFO] [stdout] test address_parsing_tests::test_missing_port ... ok
[INFO] [stdout] test cli_tests::test_init_mode_arg_parsing ... ok
[INFO] [stdout] test cli_tests::test_config_flag_parsing ... ok
[INFO] [stdout] test config_tests::test_default_config_values ... ok
[INFO] [stdout] test config_tests::test_dns_only_config ... ok
[INFO] [stdout] test config_tests::test_invalid_yaml_handling ... ok
[INFO] [stdout] test config_tests::test_partial_config_parsing ... ok
[INFO] [stdout] test config_tests::test_valid_config_parsing ... ok
[INFO] [stdout] test address_parsing_tests::test_any_address_parsing ... ok
[INFO] [stdout] test http_parsing_tests::test_extract_path_and_query ... ok
[INFO] [stdout] test error_tests::test_yaml_parse_errors ... ok
[INFO] [stdout] test http_parsing_tests::test_hop_by_hop_headers ... ok
[INFO] [stdout] test http_parsing_tests::test_parse_host_header_simple ... ok
[INFO] [stdout] test integration_tests::test_dns_query_forwarding ... ignored
[INFO] [stdout] test integration_tests::test_proxy_bad_request ... ignored
[INFO] [stdout] test integration_tests::test_proxy_connect_request ... ignored
[INFO] [stdout] test integration_tests::test_proxy_http_request ... ignored
[INFO] [stdout] test stress_tests::test_multiple_concurrent_connections ... ignored
[INFO] [stdout] test stress_tests::test_rapid_connect_disconnect ... ignored
[INFO] [stdout] test http_parsing_tests::test_parse_host_header_with_port ... ok
[INFO] [stdout] test tls_tests::test_invalid_server_names ... ok
[INFO] [stdout] test http_parsing_tests::test_parse_ipv6_host ... ok
[INFO] [stdout] test tls_tests::test_root_cert_store_creation ... ok
[INFO] [stdout] test tls_tests::test_server_name_parsing ... ok
[INFO] [stdout] test websocket_tests::test_websocket_101_response_format ... ok
[INFO] [stdout] test websocket_tests::test_websocket_accept_header_calculation ... ok
[INFO] [stdout] test tls_tests::test_tls_client_config_creation ... ok
[INFO] [stdout] test websocket_tests::test_websocket_frame_format ... ok
[INFO] [stdout] test websocket_tests::test_wss_connect_tunnel ... ignored
[INFO] [stdout] test websocket_tests::test_wss_full_handshake ... ignored
[INFO] [stdout] test websocket_tests::test_websocket_upgrade_headers_format ... ok
[INFO] [stdout] test websocket_tests::test_wss_with_tls ... ignored
[INFO] [stdout] test websocket_tests::test_websocket_masked_frame ... ok
[INFO] [stdout] test connect_tunnel_tests::test_connect_request_format ... ok
[INFO] [stdout] test address_parsing_tests::test_ipv4_address_parsing ... ok
[INFO] [stdout] test connect_tunnel_tests::test_connect_response_format ... ok
[INFO] [stdout] test address_parsing_tests::test_invalid_address ... ok
[INFO] [stdout] test dns_tests::test_udp_socket_creation ... ok
[INFO] [stdout] test error_tests::test_connection_refused ... ok
[INFO] [stdout] test dns_tests::test_dns_query_domain_encoding ... ok
[INFO] [stdout] test address_parsing_tests::test_ipv6_address_parsing ... ok
[INFO] [stdout] test config_tests::test_config_file_creation ... FAILED
[INFO] [stdout] test dns_tests::test_dns_query_building ... ok
[INFO] [stdout] test connect_tunnel_tests::test_authority_parsing ... ok
[INFO] [stdout] test error_tests::test_invalid_socket_address ... ok
[INFO] [stdout] test dns_tests::test_dns_timeout_handling ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- config_tests::test_config_file_creation stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'config_tests::test_config_file_creation' (2670) panicked at tests/integration_tests.rs:158:38:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a8ca41f3928 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a8ca41f3928 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a8ca41f3928 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a8ca41f3928 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a8ca4209c0a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a8ca4209c0a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5a8ca41f8682 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5a8ca41f8682 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5a8ca41d18d6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a8ca41d18d6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a8ca41eb3d9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a8ca418681c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5a8ca418681c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a8ca41eb592 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5a8ca41eb592 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a8ca41d1992 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5a8ca41c68e9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a8ca41d286d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a8ca420a39c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a8ca420a112 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5a8ca3f1261c - <core[8fb95b77d25ab6c8]::result::Result<(), std[10d71ac2c42b111e]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5a8ca3f1261c - integration_tests[7900b02355bb0926]::config_tests::test_config_file_creation
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_tests.rs:158:38
[INFO] [stdout]   22:     0x5a8ca3f11417 - integration_tests[7900b02355bb0926]::config_tests::test_config_file_creation::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration_tests.rs:150:35
[INFO] [stdout]   23:     0x5a8ca3f0ca46 - <integration_tests[7900b02355bb0926]::config_tests::test_config_file_creation::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5a8ca41798fb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5a8ca41798fb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5a8ca4187175 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5a8ca4187175 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5a8ca4187175 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5a8ca4187175 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5a8ca4187175 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5a8ca4187175 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5a8ca4187175 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5a8ca4180a84 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5a8ca4180a84 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5a8ca418a1f2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5a8ca418a1f2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5a8ca418a1f2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5a8ca418a1f2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5a8ca418a1f2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5a8ca418a1f2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5a8ca418a1f2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5a8ca41f295f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5a8ca41f295f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7fdcd9801aa4 - <unknown>
[INFO] [stdout]   45:     0x7fdcd988ea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     config_tests::test_config_file_creation
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 37 passed; 1 failed; 9 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration_tests`
[INFO] running `Command { std: "docker" "inspect" "86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003", kill_on_drop: false }`
[INFO] [stdout] 86912fc17e42268f284de5d3d1002fb5b4d786256bc96c418f4b44e268d63003
