[INFO] cloning repository https://github.com/kikyou14/hina
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kikyou14/hina" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkikyou14%2Fhina", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkikyou14%2Fhina'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9f083c92b1fc1ed92a7013997617c42ea83cf979
[INFO] testing kikyou14/hina against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkikyou14%2Fhina" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kikyou14/hina
[INFO] finished tweaking git repo https://github.com/kikyou14/hina
[INFO] tweaked toml for git repo https://github.com/kikyou14/hina written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kikyou14/hina on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kikyou14/hina 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3
[INFO] running `Command { std: "docker" "start" "861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3", 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" "861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3", 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" "861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling no-std-net v0.6.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling pnet_base v0.34.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling pnet_macros_support v0.34.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling rmp v0.8.15
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling sysinfo v0.37.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pnet_macros v0.34.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling pnet_packet v0.34.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rmp-serde v1.3.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling surge-ping v0.8.4
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling hina-agent v0.2.8 (/opt/rustwide/workdir/crates/hina-agent)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 34s
[INFO] running `Command { std: "docker" "inspect" "861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3", 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" "861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling hina-agent v0.2.8 (/opt/rustwide/workdir/crates/hina-agent)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 46.90s
[INFO] running `Command { std: "docker" "inspect" "861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3", 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" "861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/hina_agent-f8a0fbf42c32cda4)
[INFO] [stdout] 
[INFO] [stdout] running 104 tests
[INFO] [stdout] test ip_resolve::tests::api_failure_uses_local_candidate ... ok
[INFO] [stdout] test ip_resolve::tests::api_candidate_short_circuits_local_candidate ... ok
[INFO] [stdout] test ip_resolve::tests::configured_excluded_interface_falls_back_to_local_interfaces ... ok
[INFO] [stdout] test ip_resolve::tests::configured_interface_exact_match_returns_dual_stack ... ok
[INFO] [stdout] test ip_resolve::tests::configured_interface_ignores_unusable_addresses_and_falls_back ... ok
[INFO] [stdout] test ip_resolve::tests::empty_public_result_falls_back_to_local_candidate ... ok
[INFO] [stdout] test ip_resolve::tests::fills_missing_v4_from_local_when_public_has_only_v6 ... ok
[INFO] [stdout] test ip_resolve::tests::configured_interface_drops_link_local_family_but_keeps_other ... ok
[INFO] [stdout] test ip_resolve::tests::fills_missing_v6_from_local_when_public_has_only_v4 ... ok
[INFO] [stdout] test ip_resolve::tests::local_candidate_drops_link_local_family_but_keeps_other ... ok
[INFO] [stdout] test ip_resolve::tests::local_candidate_is_deterministic_by_interface_name ... ok
[INFO] [stdout] test ip_resolve::tests::local_candidate_returns_none_when_only_link_local_available ... ok
[INFO] [stdout] test ip_resolve::tests::local_candidate_skips_link_local_across_interfaces ... ok
[INFO] [stdout] test ip_resolve::tests::local_candidate_skips_link_local_on_same_interface ... ok
[INFO] [stdout] test ip_resolve::tests::parse_json_ip_response ... ok
[INFO] [stdout] test ip_resolve::tests::parse_plain_text_ip_response_trims_whitespace ... ok
[INFO] [stdout] test ip_resolve::tests::parse_plain_text_ipv6_response ... ok
[INFO] [stdout] test ip_resolve::tests::parse_rejects_empty_body ... ok
[INFO] [stdout] test ip_resolve::tests::parse_rejects_invalid_ip_in_plain_text ... ok
[INFO] [stdout] test ip_resolve::tests::parse_rejects_invalid_json ... ok
[INFO] [stdout] test ip_resolve::tests::resolve_from_ip_addrs_skips_link_local ... ok
[INFO] [stdout] test ip_resolve::tests::returns_empty_when_no_source_provides_ips ... ok
[INFO] [stdout] test ip_resolve::tests::resolve_from_ip_addrs_uses_sorted_preferred_addresses_per_family ... ok
[INFO] [stdout] test ip_resolve::tests::sort_interface_ips_is_deterministic_within_same_priority ... ok
[INFO] [stdout] test ip_resolve::tests::sort_interface_ips_prefers_non_link_local_ipv4 ... ok
[INFO] [stdout] test ip_resolve::tests::sort_interface_ips_prefers_non_link_local_ipv6 ... ok
[INFO] [stdout] test net_filter::tests::loopback_matches_exact_names_only ... ok
[INFO] [stdout] test net_filter::tests::loopback_is_not_classified_as_virtual ... ok
[INFO] [stdout] test net_filter::tests::physical_interfaces_are_not_excluded ... ok
[INFO] [stdout] test net_filter::tests::virtual_prefixes_match_common_synthetic_interfaces ... ok
[INFO] [stdout] test net_filter::tests::should_exclude_combines_loopback_and_virtual ... ok
[INFO] [stdout] test probe::runner::tests::plan_task_diff_empty_desired_stops_all_tasks ... ok
[INFO] [stdout] test probe::runner::tests::apply_config_higher_rev_keeps_unchanged_specs ... ok
[INFO] [stdout] test probe::runner::tests::apply_config_sets_initial_rev_and_tasks ... ok
[INFO] [stdout] test probe::runner::tests::apply_config_interval_change_moves_task_between_groups ... ok
[INFO] [stdout] test probe::runner::tests::apply_config_removes_empty_group ... ok
[INFO] [stdout] test probe::runner::tests::apply_config_higher_rev_diffs_add_remove_and_update ... ok
[INFO] [stdout] test probe::runner::tests::plan_task_diff_keeps_matching_specs ... ok
[INFO] [stdout] test probe::runner::tests::apply_config_groups_tasks_by_interval ... ok
[INFO] [stdout] test probe::runner::tests::plan_task_diff_restarts_changed_tasks ... ok
[INFO] [stdout] test probe::runner::tests::plan_task_diff_stops_removed_tasks ... ok
[INFO] [stdout] test probe::runner::tests::plan_task_diff_starts_new_tasks ... ok
[INFO] [stdout] test probe::runner::tests::apply_config_ignores_same_rev_without_changes ... ok
[INFO] [stdout] test probe::tests::classify_tcp_io_error_maps_kinds ... ok
[INFO] [stdout] test probe::tests::comparison_excludes_frag_needed_hop_from_divergence ... ok
[INFO] [stdout] test probe::runner::tests::shutdown_clears_tasks_and_current_rev ... ok
[INFO] [stdout] test probe::tests::comparison_flags_first_diverging_ttl ... ok
[INFO] [stdout] test probe::tests::emsgsize_is_recognized_as_packet_too_large ... ok
[INFO] [stdout] test probe::tests::comparison_ignores_timeouts_as_divergence ... ok
[INFO] [stdout] test probe::tests::comparison_not_comparable_without_shared_concrete_ttl ... ok
[INFO] [stdout] test probe::tests::comparison_still_flags_divergence_before_frag_needed_hop ... ok
[INFO] [stdout] test probe::runner::tests::apply_config_ignores_lower_rev ... ok
[INFO] [stdout] test probe::tests::frag_needed_records_reporter_and_marks_frag_hop ... ok
[INFO] [stdout] test probe::tests::icmp_fragmentation_needed_reports_next_hop_mtu ... ok
[INFO] [stdout] test probe::tests::icmp_quote_matches_tuple_seq_and_total_length ... ok
[INFO] [stdout] test probe::tests::icmp_quote_rejects_wrong_identity ... ok
[INFO] [stdout] test probe::tests::icmp_stats_all_received ... ok
[INFO] [stdout] test probe::tests::icmp_stats_jitter_with_varying_rtts ... ok
[INFO] [stdout] test probe::tests::icmp_stats_partial_loss ... ok
[INFO] [stdout] test probe::tests::icmp_stats_single_reply_no_jitter ... ok
[INFO] [stdout] test probe::tests::icmp_stats_total_loss ... ok
[INFO] [stdout] test probe::tests::intermediate_dest_unreachable_stops_size_with_reason ... ok
[INFO] [stdout] test probe::tests::normalize_tasks_allows_later_valid_duplicate_after_invalid ... ok
[INFO] [stdout] test probe::tests::normalize_tasks_omits_invalid_tasks ... ok
[INFO] [stdout] test probe::tests::normalize_tasks_omits_disabled_tasks ... ok
[INFO] [stdout] test probe::tests::normalize_tasks_keeps_first_valid_duplicate ... ok
[INFO] [stdout] test probe::tests::operation_not_permitted_is_classified_for_traceroute ... ok
[INFO] [stdout] test probe::tests::rdns_best_effort_respects_zero_budget ... ok
[INFO] [stdout] test probe::tests::parse_task_rejects_tcp_port_out_of_range ... ok
[INFO] [stdout] test probe::tests::parse_task_rejects_empty_id ... ok
[INFO] [stdout] test probe::tests::resolve_tcp_addrs_ip_literal_skips_dns ... ok
[INFO] [stdout] test probe::tests::parse_task_rejects_invalid_http_scheme ... ok
[INFO] [stdout] test probe::tests::permission_denied_is_classified_for_icmp ... ok
[INFO] [stdout] test probe::tests::parse_task_rejects_tcp_port_zero ... ok
[INFO] [stdout] test probe::tests::tcp_probe_filter_jumps_stay_in_bounds ... ok
[INFO] [stdout] test probe::tests::tcp_reset_uses_syn_ack_acknowledgment_as_sequence ... ok
[INFO] [stdout] test probe::tests::tcp_bare_rst_is_not_attributable ... ok
[INFO] [stdout] test probe::tests::tcp_size_pair_reaches_open_linux_listener_at_same_ttl ... ignored, requires CAP_NET_RAW or root
[INFO] [stdout] test probe::tests::tcp_probe_filter_accepts_only_the_probe_tuple ... ok
[INFO] [stdout] test probe::tests::build_hop_entries_empty_input_returns_empty ... ok
[INFO] [stdout] test probe::tests::tcp_ack_does_not_collide_across_sizes ... ok
[INFO] [stdout] test probe::tests::round_ms_rounds_half_away_from_zero ... ok
[INFO] [stdout] test probe::tests::tcp_syn_ack_matches_ack_of_syn_and_syn_plus_payload ... ok
[INFO] [stdout] test probe::tests::tcp_syn_ack_matches_partial_payload_ack ... ok
[INFO] [stdout] test probe::tests::tcp_syn_ack_matches_partial_payload_ack_across_sequence_wrap ... ok
[INFO] [stdout] test probe::tests::tcp_syn_checksum_is_valid_for_even_and_odd_payloads ... ok
[INFO] [stdout] test probe::tests::tcp_target_retry_ack_does_not_match_paired_probes ... ok
[INFO] [stdout] test probe::tests::time_exceeded_records_hop_without_stopping ... ok
[INFO] [stdout] test probe::tests::traceroute_explicit_icmp_protocol_is_icmp ... ok
[INFO] [stdout] test probe::tests::tcp_syn_matches_configured_total_length ... ok
[INFO] [stdout] test probe::tests::traceroute_extra_v1_pads_ttl_gaps_and_formats_hops ... ok
[INFO] [stdout] test probe::tests::tcp_response_rejects_wrong_ports_and_wrong_ack ... ok
[INFO] [stdout] test probe::tests::traceroute_tcp_parses_and_sorts_sizes ... ok
[INFO] [stdout] test probe::tests::tcp_rst_ack_matches_when_ack_covers_syn ... ok
[INFO] [stdout] test probe::tests::traceroute_tcp_rejects_missing_port ... ok
[INFO] [stdout] test probe::tests::traceroute_tcp_rejects_duplicate_sizes ... ok
[INFO] [stdout] test probe::tests::traceroute_without_protocol_is_icmp ... ok
[INFO] [stdout] test probe::tests::traceroute_tcp_rejects_out_of_range_size ... ok
[INFO] [stdout] test probe::tests::traceroute_tcp_rejects_unknown_protocol ... ok
[INFO] [stdout] test probe::tests::v2_extra_matches_schema ... ok
[INFO] [stdout] test probe::tests::traceroute_tcp_rejects_wrong_size_count ... ok
[INFO] [stdout] test updater::tests::test_parse_checksum ... ok
[INFO] [stdout] test updater::tests::test_parse_checksum_binary_mode ... ok
[INFO] [stdout] test updater::tests::test_platform_asset_name ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 103 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3", kill_on_drop: false }`
[INFO] [stdout] 861a4928b110c964c7f9fc6f0f4d320325900b9193cbd2b792085284829dfad3
