[INFO] cloning repository https://github.com/bradleybeddoes/devcontainer-bridge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bradleybeddoes/devcontainer-bridge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbradleybeddoes%2Fdevcontainer-bridge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbradleybeddoes%2Fdevcontainer-bridge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6197517cb27631fecd785c1722ae02e1b5046b06
[INFO] testing bradleybeddoes/devcontainer-bridge against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbradleybeddoes%2Fdevcontainer-bridge" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bradleybeddoes/devcontainer-bridge
[INFO] finished tweaking git repo https://github.com/bradleybeddoes/devcontainer-bridge
[INFO] tweaked toml for git repo https://github.com/bradleybeddoes/devcontainer-bridge written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bradleybeddoes/devcontainer-bridge on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bradleybeddoes/devcontainer-bridge 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab7058ec51d79569f6cb42ac7dc85ecf309d5d72e331b212e893b0ec911008f0
[INFO] running `Command { std: "docker" "start" "-a" "ab7058ec51d79569f6cb42ac7dc85ecf309d5d72e331b212e893b0ec911008f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab7058ec51d79569f6cb42ac7dc85ecf309d5d72e331b212e893b0ec911008f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab7058ec51d79569f6cb42ac7dc85ecf309d5d72e331b212e893b0ec911008f0", kill_on_drop: false }`
[INFO] [stdout] ab7058ec51d79569f6cb42ac7dc85ecf309d5d72e331b212e893b0ec911008f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c1c5418df18cdc88217607db5cdd35b0ed6f426eddc3dbbb8fa90c9b6acba332
[INFO] running `Command { std: "docker" "start" "-a" "c1c5418df18cdc88217607db5cdd35b0ed6f426eddc3dbbb8fa90c9b6acba332", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling clap_builder v4.5.58
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling syn v2.0.115
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling clap v4.5.58
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling dbr v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.67s
[INFO] running `Command { std: "docker" "inspect" "c1c5418df18cdc88217607db5cdd35b0ed6f426eddc3dbbb8fa90c9b6acba332", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1c5418df18cdc88217607db5cdd35b0ed6f426eddc3dbbb8fa90c9b6acba332", kill_on_drop: false }`
[INFO] [stdout] c1c5418df18cdc88217607db5cdd35b0ed6f426eddc3dbbb8fa90c9b6acba332
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3bf516903afb9f65c224a799c5e6e9cb2fe3a92f07132382fd2999cbd909ff95
[INFO] running `Command { std: "docker" "start" "-a" "3bf516903afb9f65c224a799c5e6e9cb2fe3a92f07132382fd2999cbd909ff95", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling dbr v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.20s
[INFO] running `Command { std: "docker" "inspect" "3bf516903afb9f65c224a799c5e6e9cb2fe3a92f07132382fd2999cbd909ff95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bf516903afb9f65c224a799c5e6e9cb2fe3a92f07132382fd2999cbd909ff95", kill_on_drop: false }`
[INFO] [stdout] 3bf516903afb9f65c224a799c5e6e9cb2fe3a92f07132382fd2999cbd909ff95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f2e2c5822b34c7f84710fab66bd31e1507e23be8202cdedd319028eebe06e56b
[INFO] running `Command { std: "docker" "start" "-a" "f2e2c5822b34c7f84710fab66bd31e1507e23be8202cdedd319028eebe06e56b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dbr-f100bdd7fa37d482)
[INFO] [stdout] 
[INFO] [stdout] running 165 tests
[INFO] [stdout] test auth::tests::generate_token_produces_unique_tokens ... ok
[INFO] [stdout] test auth::tests::hex_encode_works ... ok
[INFO] [stdout] test auth::tests::generate_token_produces_valid_format ... ok
[INFO] [stdout] test auth::tests::token_file_path_returns_expected_suffix ... ok
[INFO] [stdout] test auth::tests::validate_token_format_accepts_valid ... ok
[INFO] [stdout] test auth::tests::validate_token_format_rejects_wrong_length ... ok
[INFO] [stdout] test auth::tests::validate_token_format_rejects_non_hex ... ok
[INFO] [stdout] test auth::tests::ensure_token_generates_when_missing ... ok
[INFO] [stdout] test auth::tests::ensure_token_idempotent ... ok
[INFO] [stdout] test config::tests::default_socket_forwarding_config ... ok
[INFO] [stdout] test config::tests::default_values_are_correct ... ok
[INFO] [stdout] test auth::tests::read_token_file_missing_returns_not_found ... ok
[INFO] [stdout] test auth::tests::ensure_token_reads_when_present ... ok
[INFO] [stdout] test auth::tests::read_token_file_rejects_invalid_content ... ok
[INFO] [stdout] test auth::tests::read_token_file_trims_whitespace ... ok
[INFO] [stdout] test config::tests::from_env_ignores_empty_port ... ok
[INFO] [stdout] test config::tests::from_env_ignores_empty_host ... ok
[INFO] [stdout] test auth::tests::resolve_token_rejects_invalid_cli_token ... ok
[INFO] [stdout] test config::tests::from_env_reads_host ... ok
[INFO] [stdout] test auth::tests::resolve_token_falls_through_to_default_file ... ok
[INFO] [stdout] test config::tests::env_vars_override_config_file ... ok
[INFO] [stdout] test config::tests::from_env_reads_host_port ... ok
[INFO] [stdout] test auth::tests::resolve_token_returns_no_source_when_nothing_available ... ok
[INFO] [stdout] test auth::tests::write_and_read_token_roundtrip ... ok
[INFO] [stdout] test config::tests::from_env_rejects_invalid_port ... ok
[INFO] [stdout] test config::tests::from_env_rejects_zero_port ... ok
[INFO] [stdout] test auth::tests::resolve_token_uses_cli_file ... ok
[INFO] [stdout] test auth::tests::write_token_file_creates_parent_dirs ... ok
[INFO] [stdout] test config::tests::from_env_returns_defaults_when_no_vars_set ... ok
[INFO] [stdout] test config::tests::invalid_toml_returns_error ... ok
[INFO] [stdout] test config::tests::missing_config_file_is_ok ... ok
[INFO] [stdout] test auth::tests::write_token_file_sets_dir_permissions ... ok
[INFO] [stdout] test config::tests::no_auth_defaults_to_false ... ok
[INFO] [stdout] test container::browser::tests::open_url_validates_before_connecting ... ok
[INFO] [stdout] test config::tests::unknown_config_field_rejected ... ok
[INFO] [stdout] test container::filter::tests::devcontainer_json_invalid_json_is_ok ... ok
[INFO] [stdout] test auth::tests::write_token_file_rejects_invalid_token ... ok
[INFO] [stdout] test auth::tests::write_token_file_sets_permissions ... ok
[INFO] [stdout] test container::filter::tests::devcontainer_json_missing_file_is_ok ... ok
[INFO] [stdout] test container::filter::tests::default_filter_forwards_all ... ok
[INFO] [stdout] test config::tests::load_socket_forwarding_from_toml ... ok
[INFO] [stdout] test config::tests::load_from_toml_file ... ok
[INFO] [stdout] test container::filter::tests::devcontainer_json_forward_ports ... ok
[INFO] [stdout] test config::tests::partial_config_file_leaves_defaults ... ok
[INFO] [stdout] test config::tests::load_no_auth_from_toml ... ok
[INFO] [stdout] test auth::tests::resolve_token_prefers_cli_flag ... ok
[INFO] [stdout] test config::tests::partial_socket_forwarding_leaves_defaults ... ok
[INFO] [stdout] test container::filter::tests::devcontainer_json_no_forward_ports_key ... ok
[INFO] [stdout] test container::filter::tests::all_filters_combined ... ok
[INFO] [stdout] test container::filter::tests::exclude_overrides_include ... ok
[INFO] [stdout] test container::filter::tests::exclude_ports_blocks_specified ... ok
[INFO] [stdout] test container::filter::tests::filter_vec ... ok
[INFO] [stdout] test container::filter::tests::exclude_process_partial_match ... ok
[INFO] [stdout] test container::filter::tests::devcontainer_json_merged_with_include ... ok
[INFO] [stdout] test container::filter::tests::include_ports_allowlist_mode ... ok
[INFO] [stdout] test container::filter::tests::invalid_regex_returns_error ... ok
[INFO] [stdout] test container::scanner::tests::parse_malformed_line_skipped ... ok
[INFO] [stdout] test container::socket::tests::test_container_path_at_limit_accepted ... ok
[INFO] [stdout] test container::socket::tests::test_create_mirror_socket_creates_file ... ok
[INFO] [stdout] test container::scanner::tests::parse_header_only ... ok
[INFO] [stdout] test container::socket::tests::test_container_path_not_absolute_rejected ... ok
[INFO] [stdout] test container::scanner::tests::parse_tcp6_extracts_listening_ports ... ok
[INFO] [stdout] test container::scanner::tests::parse_tcp_extracts_listening_ports ... ok
[INFO] [stdout] test container::socket::tests::test_create_mirror_socket_permissions ... ok
[INFO] [stdout] test container::socket::tests::test_cleanup_all_mirrors ... ok
[INFO] [stdout] test container::socket::tests::test_create_mirror_socket_parent_dirs ... ok
[INFO] [stdout] test container::scanner::tests::scan_fails_when_no_proc_files ... ok
[INFO] [stdout] test container::socket::tests::test_container_path_too_long_rejected ... ok
[INFO] [stdout] test container::filter::tests::exclude_process_regex ... ok
[INFO] [stdout] test container::scanner::tests::parse_empty_content ... ok
[INFO] [stdout] test container::socket::tests::test_create_mirror_socket_removes_stale ... ok
[INFO] [stdout] test container::socket::tests::test_multiple_mirror_sockets ... ok
[INFO] [stdout] test container::tests::get_container_id_returns_non_empty ... ok
[INFO] [stdout] test container::scanner::tests::scan_deduplicates_across_tcp_and_tcp6 ... ok
[INFO] [stdout] test container::scanner::tests::scan_tolerates_missing_tcp6 ... ok
[INFO] [stdout] test container::tests::resolve_host_addr_returns_explicit_config ... ok
[INFO] [stdout] test container::tests::resolve_host_addr_skips_fallbacks_with_explicit ... ok
[INFO] [stdout] test container::scanner::tests::scan_excludes_specified_ports ... ok
[INFO] [stdout] test control::tests::multiple_messages_roundtrip ... ok
[INFO] [stdout] test control::tests::read_message_eof_returns_connection_closed ... ok
[INFO] [stdout] test container::socket::tests::test_remove_mirror_socket_cleanup ... ok
[INFO] [stdout] test control::tests::read_message_invalid_json ... ok
[INFO] [stdout] test control::tests::read_write_roundtrip ... ok
[INFO] [stdout] test control::tests::write_message_format ... ok
[INFO] [stdout] test control::tests::listener_and_client_roundtrip ... ok
[INFO] [stdout] test host::browser::tests::rewrite_empty_map ... ok
[INFO] [stdout] test host::browser::tests::add_and_remove_port_mapping ... ok
[INFO] [stdout] test control::tests::connection_closed_on_drop ... ok
[INFO] [stdout] test host::browser::tests::rewrite_https ... ok
[INFO] [stdout] test host::browser::tests::rewrite_leaves_external_host ... ok
[INFO] [stdout] test host::browser::tests::rewrite_127_0_0_1_port ... ok
[INFO] [stdout] test control::tests::read_message_too_large ... ok
[INFO] [stdout] test host::browser::tests::rewrite_leaves_unmapped_port ... ok
[INFO] [stdout] test host::browser::tests::rate_limiter_blocks_at_limit ... ok
[INFO] [stdout] test control::tests::read_message_recovers_after_too_large ... ok
[INFO] [stdout] test host::browser::tests::rewrite_no_port_in_url ... ok
[INFO] [stdout] test host::browser::tests::rewrite_preserves_fragment ... ok
[INFO] [stdout] test host::browser::tests::rewrite_preserves_query_string ... ok
[INFO] [stdout] test host::browser::tests::rewrite_localhost_port ... ok
[INFO] [stdout] test host::browser::tests::validate_accepts_valid_urls ... ok
[INFO] [stdout] test host::browser::tests::rewrite_ipv6_loopback_port ... ok
[INFO] [stdout] test host::browser::tests::validate_rejects_invalid_urls ... ok
[INFO] [stdout] test host::listener::tests::bind_loopback_succeeds ... ok
[INFO] [stdout] test host::listener::tests::start_listener_stops_on_shutdown ... ok
[INFO] [stdout] test host::proxy::tests::bridge_connection_copies_data ... ok
[INFO] [stdout] test host::proxy::tests::bridge_connection_works_with_duplex_stream ... ok
[INFO] [stdout] test host::proxy::tests::register_and_resolve_pending ... ok
[INFO] [stdout] test host::proxy::tests::resolve_unknown_conn_id_returns_false ... ok
[INFO] [stdout] test host::listener::tests::start_listener_accepts_connections ... ok
[INFO] [stdout] test host::socket_scanner::tests::test_empty_watch_paths ... ok
[INFO] [stdout] test host::proxy::tests::cancel_pending_removes_entry ... ok
[INFO] [stdout] test host::socket_scanner::tests::test_max_unix_socket_path_constant ... ok
[INFO] [stdout] test host::socket_scanner::tests::test_container_path_rewrite ... ok
[INFO] [stdout] test protocol::tests::invalid_json_returns_error ... ok
[INFO] [stdout] test host::socket_scanner::tests::test_container_path_no_prefix ... ok
[INFO] [stdout] test protocol::tests::list_response_empty_forwards ... ok
[INFO] [stdout] test protocol::tests::list_response_without_socket_forwards_field_deserializes_with_empty_vec ... ok
[INFO] [stdout] test protocol::tests::missing_type_field_returns_error ... ok
[INFO] [stdout] test host::socket_scanner::tests::test_regular_file_not_detected ... ok
[INFO] [stdout] test host::socket_scanner::tests::test_multiple_globs_multiple_sockets ... ok
[INFO] [stdout] test protocol::tests::negative_port_rejected ... ok
[INFO] [stdout] test host::socket_scanner::tests::test_symlink_not_detected ... ok
[INFO] [stdout] test protocol::tests::oversized_port_rejected ... ok
[INFO] [stdout] test host::socket_scanner::tests::test_max_socket_forwards_limit ... ok
[INFO] [stdout] test host::socket_scanner::tests::test_scan_detects_new_socket ... ok
[INFO] [stdout] test protocol::tests::roundtrip_connect_request ... ok
[INFO] [stdout] test host::socket_scanner::tests::test_scan_detects_removal ... ok
[INFO] [stdout] test protocol::tests::roundtrip_forward_ack ... ok
[INFO] [stdout] test protocol::tests::roundtrip_forward_no_optional_fields ... ok
[INFO] [stdout] test host::socket_scanner::tests::test_socket_path_too_long_rejected ... ok
[INFO] [stdout] test protocol::tests::roundtrip_list_request ... ok
[INFO] [stdout] test protocol::tests::roundtrip_forward ... ok
[INFO] [stdout] test protocol::tests::register_without_auth_token_deserializes_with_default ... ok
[INFO] [stdout] test protocol::tests::roundtrip_connect_failed ... ok
[INFO] [stdout] test protocol::tests::roundtrip_connect_ready ... ok
[INFO] [stdout] test protocol::tests::roundtrip_shutdown ... ok
[INFO] [stdout] test protocol::tests::roundtrip_socket_connect_request ... ok
[INFO] [stdout] test protocol::tests::roundtrip_socket_forward ... ok
[INFO] [stdout] test host::browser::tests::rate_limiter_allows_after_window_expires ... ok
[INFO] [stdout] test protocol::tests::roundtrip_socket_unforward ... ok
[INFO] [stdout] test protocol::tests::roundtrip_list_response ... ok
[INFO] [stdout] test protocol::tests::roundtrip_list_response_with_socket_forwards ... ok
[INFO] [stdout] test protocol::tests::roundtrip_open_url ... ok
[INFO] [stdout] test protocol::tests::roundtrip_ping_pong ... ok
[INFO] [stdout] test protocol::tests::roundtrip_register ... ok
[INFO] [stdout] test protocol::tests::roundtrip_register_ack ... ok
[INFO] [stdout] test protocol::tests::roundtrip_open_url_ack ... ok
[INFO] [stdout] test protocol::tests::roundtrip_register_empty_token ... ok
[INFO] [stdout] test protocol::tests::roundtrip_unforward ... ok
[INFO] [stdout] test protocol::tests::shutdown_without_auth_token_deserializes_with_default ... ok
[INFO] [stdout] test protocol::tests::tagged_format_is_correct ... ok
[INFO] [stdout] test protocol::tests::unknown_fields_rejected ... ok
[INFO] [stdout] test protocol::tests::unknown_type_returns_error ... ok
[INFO] [stdout] test protocol::tests::validate_case_insensitive_scheme ... ok
[INFO] [stdout] test protocol::tests::validate_http_url ... ok
[INFO] [stdout] test protocol::tests::validate_accepts_max_length ... ok
[INFO] [stdout] test protocol::tests::validate_https_url ... ok
[INFO] [stdout] test protocol::tests::validate_rejects_control_characters ... ok
[INFO] [stdout] test protocol::tests::validate_rejects_empty ... ok
[INFO] [stdout] test protocol::tests::validate_rejects_file ... ok
[INFO] [stdout] test protocol::tests::validate_rejects_ftp ... ok
[INFO] [stdout] test protocol::tests::validate_rejects_javascript ... ok
[INFO] [stdout] test protocol::tests::validate_rejects_too_long ... ok
[INFO] [stdout] test host::proxy::tests::bridge_connection_times_out ... ok
[INFO] [stdout] test container::browser::tests::open_url_connection_refused ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dbr-b47bce95e1fba25c)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 165 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration/main.rs (/opt/rustwide/target/debug/deps/integration-d620ea9944d00f29)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test forwarding::socket_scanner_tests::test_new_container_receives_existing_socket_forwards ... ok
[INFO] [stdout] test forwarding::socket_scanner_tests::test_socket_scanner_sends_forward_on_discovery ... ok
[INFO] [stdout] test forwarding::socket_scanner_tests::test_list_response_includes_socket_forwards ... ok
[INFO] [stdout] test forwarding::test_auth_failure_wrong_token ... ok
[INFO] [stdout] test forwarding::test_auth_success ... ok
[INFO] [stdout] test forwarding::socket_scanner_tests::test_chrome_bridge_socket_pattern ... ok
[INFO] [stdout] test forwarding::test_auth_failure_empty_token ... ok
[INFO] [stdout] test forwarding::test_no_auth_mode ... ok
[INFO] [stdout] test forwarding::test_ping_pong_without_auth ... ok
[INFO] [stdout] test forwarding::socket_scanner_tests::test_socket_connect_request_bridges_data ... ok
[INFO] [stdout] test forwarding::test_reverse_proxy_pipeline ... ok
[INFO] [stdout] test forwarding::test_shutdown_accepted_correct_token ... ok
[INFO] [stdout] test forwarding::test_connect_failed_handling ... ok
[INFO] [stdout] test forwarding::socket_scanner_tests::test_socket_scanner_sends_unforward_on_removal ... ok
[INFO] [stdout] test forwarding::test_shutdown_stops_daemon ... ok
[INFO] [stdout] test forwarding::test_list_request_response ... ok
[INFO] [stdout] test forwarding::test_data_connection_handshake_on_host ... ok
[INFO] [stdout] test forwarding::test_standalone_ping ... ok
[INFO] [stdout] test forwarding::test_ping_pong ... ok
[INFO] [stdout] test forwarding::socket_scanner_tests::test_socket_connect_request_invalid_conn_id ... ok
[INFO] [stdout] test forwarding::test_cleanup_on_container_disconnect ... ok
[INFO] [stdout] test forwarding::socket_scanner_tests::test_full_socket_proxy_with_mirror_accept_loop ... FAILED
[INFO] [stdout] test forwarding::socket_scanner_tests::test_socket_connect_request_invalid_socket_id ... ok
[INFO] [stdout] test forwarding::test_multi_container_port_conflict ... ok
[INFO] [stdout] test forwarding::test_host_data_port_accepts_connect_ready ... ok
[INFO] [stdout] test forwarding::test_proxy_bridge_timeout ... ok
[INFO] [stdout] test forwarding::test_shutdown_rejected_bad_token ... ok
[INFO] [stdout] test forwarding::test_container_reconnect_reregister ... ok
[INFO] [stdout] test forwarding::test_register_forward_unforward_lifecycle ... ok
[INFO] [stdout] test forwarding::test_multiple_forwards_same_container ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- forwarding::socket_scanner_tests::test_full_socket_proxy_with_mirror_accept_loop stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'forwarding::socket_scanner_tests::test_full_socket_proxy_with_mirror_accept_loop' (202) panicked at tests/integration/forwarding.rs:1867:10:
[INFO] [stdout] read should succeed: Custom { kind: UnexpectedEof, error: "early eof" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x634fd1a2313a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x634fd1a2313a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x634fd1a2313a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x634fd1a2313a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x634fd1a3969a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x634fd1a3969a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x634fd1a285a2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x634fd1a285a2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x634fd19ff47f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x634fd19ff47f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x634fd1a1a509 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x634fd172139c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x634fd172139c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x634fd1a1a782 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x634fd1a1a782 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x634fd19ff538 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x634fd19f6c89 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x634fd1a0049d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x634fd1a39f7c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x634fd1a39cf2 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x634fd16d6b0e - core::result::Result<T,E>::expect::hcabe9a16bd2641db
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x634fd168d04c - integration::forwarding::socket_scanner_tests::test_full_socket_proxy_with_mirror_accept_loop::{{closure}}::hd25fbf3b5926df8d
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/forwarding.rs:1867:10
[INFO] [stdout]   22:     0x634fd16969e2 - <core::pin::Pin<P> as core::future::future::Future>::poll::h09bcaf2a1a3336bc
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x634fd169703d - <core::pin::Pin<P> as core::future::future::Future>::poll::h84bf0a3ca41703d9
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x634fd16aab9d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::hc35d2b1f148e1192
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   25:     0x634fd16aaaab - tokio::task::coop::with_budget::ha6664f7859ede123
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x634fd16aaaab - tokio::task::coop::budget::h233751284c47087e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x634fd16aaaab - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h7849d6fcc0df6d75
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   28:     0x634fd16a7be0 - tokio::runtime::scheduler::current_thread::Context::enter::h662c2b11fbd24024
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   29:     0x634fd16a9fcd - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h2385fa4ca228fdc9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   30:     0x634fd16a91c4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hcbc96160775f8005
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   31:     0x634fd169b31b - tokio::runtime::context::scoped::Scoped<T>::set::h278c46e1d6669900
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x634fd169b019 - tokio::runtime::context::set_scheduler::{{closure}}::h85d5e8b46bde4a1a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x634fd16c2582 - std::thread::local::LocalKey<T>::try_with::he69a7ce4ecf0f249
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x634fd16bc85e - std::thread::local::LocalKey<T>::with::h044f0ec60fb38998
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x634fd169af8d - tokio::runtime::context::set_scheduler::h301e480318661cee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x634fd16a8b30 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h3a558147c58e376e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   37:     0x634fd16a9206 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h67a37ce5e5c049f9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   38:     0x634fd169b880 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h7d8ee9e0b1a44d7e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x634fd16d2013 - tokio::runtime::context::runtime::enter_runtime::ha6c261ff653ed504
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x634fd169b591 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h00106f4780560811
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x634fd16c4574 - tokio::runtime::runtime::Runtime::block_on_inner::h9d2cee91c8c1da31
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   42:     0x634fd16c473f - tokio::runtime::runtime::Runtime::block_on::h5061592eca71cfee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   43:     0x634fd168a4e3 - integration::forwarding::socket_scanner_tests::test_full_socket_proxy_with_mirror_accept_loop::hf6f8b460523a756c
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/forwarding.rs:1899:28
[INFO] [stdout]   44:     0x634fd168a577 - integration::forwarding::socket_scanner_tests::test_full_socket_proxy_with_mirror_accept_loop::{{closure}}::hb7131312e6252aba
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/forwarding.rs:1730:62
[INFO] [stdout]   45:     0x634fd1610fd6 - core::ops::function::FnOnce::call_once::ha86709d620432684
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x634fd171547b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x634fd171547b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x634fd1721e6b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x634fd1721e6b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x634fd1721e6b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x634fd1721e6b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x634fd1721e6b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x634fd1721e6b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x634fd1721e6b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x634fd171d584 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x634fd171d584 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x634fd1724a72 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x634fd1724a72 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x634fd1724a72 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x634fd1724a72 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x634fd1724a72 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x634fd1724a72 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x634fd1724a72 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x634fd1a22a0f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   65:     0x634fd1a22a0f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7d10ca51caa4 - <unknown>
[INFO] [stdout]   67:     0x7d10ca5a9a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     forwarding::socket_scanner_tests::test_full_socket_proxy_with_mirror_accept_loop
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 29 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.37s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] running `Command { std: "docker" "inspect" "f2e2c5822b34c7f84710fab66bd31e1507e23be8202cdedd319028eebe06e56b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2e2c5822b34c7f84710fab66bd31e1507e23be8202cdedd319028eebe06e56b", kill_on_drop: false }`
[INFO] [stdout] f2e2c5822b34c7f84710fab66bd31e1507e23be8202cdedd319028eebe06e56b
