[INFO] cloning repository https://github.com/mi2428/clockping
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mi2428/clockping" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmi2428%2Fclockping", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmi2428%2Fclockping'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8e4883af4e170f383b4cffbd25e6468a969446ec
[INFO] testing mi2428/clockping against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmi2428%2Fclockping" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mi2428/clockping
[INFO] finished tweaking git repo https://github.com/mi2428/clockping
[INFO] tweaked toml for git repo https://github.com/mi2428/clockping written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mi2428/clockping on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mi2428/clockping 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.98.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-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f
[INFO] running `Command { std: "docker" "start" "e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f", 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" "e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f", 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" "e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling rustls v0.23.39
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling no-std-net v0.6.0
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling pnet_base v0.34.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling pnet_macros_support v0.34.0
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling clockping v1.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling pnet_macros v0.34.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling pnet_packet v0.34.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.2
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[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 hyper v1.9.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[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 hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.86s
[INFO] running `Command { std: "docker" "inspect" "e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f", 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" "e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling clockping v1.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.87s
[INFO] running `Command { std: "docker" "inspect" "e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f", 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" "e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/clockping-af0f698dc7d370e8)
[INFO] [stdout] 
[INFO] [stdout] running 82 tests
[INFO] [stdout] test cli::tests::icmp_timestamp_long_option_is_native_arg ... ok
[INFO] [stdout] test cli::tests::parse_fractional_seconds ... ok
[INFO] [stdout] test cli::tests::reject_invalid_status_ranges ... ok
[INFO] [stdout] test cli::tests::reject_negative_seconds ... ok
[INFO] [stdout] test cli::tests::parse_status_ranges_accepts_values_and_ranges ... ok
[INFO] [stdout] test cli::tests::parse_completion_shell ... ok
[INFO] [stdout] test cli::tests::output_colored_is_global_for_icmp_raw_args ... ok
[INFO] [stdout] test cli::tests::http_rejects_conflicting_ip_version_flags ... ok
[INFO] [stdout] test cli::tests::http_accepts_ip_version_flags ... ok
[INFO] [stdout] test metrics::tests::window_metrics_aggregate_probe_results ... ok
[INFO] [stdout] test metrics_file::tests::format_parser_matches_documented_values ... ok
[INFO] [stdout] test cli::tests::output_colored_is_global ... ok
[INFO] [stdout] test metrics_options::tests::inline_and_separate_metrics_options_are_equivalent ... ok
[INFO] [stdout] test metrics_options::tests::inline_push_delete_on_exit_can_override_env_default ... ok
[INFO] [stdout] test metrics_options::tests::metrics_labels_require_prometheus_file_output ... ok
[INFO] [stdout] test metrics_options::tests::parses_bool_options ... ok
[INFO] [stdout] test metrics_options::tests::strips_metrics_options_from_clockping_argv ... ok
[INFO] [stdout] test cli::tests::tcp_rejects_conflicting_ip_version_flags ... ok
[INFO] [stdout] test metrics_options::tests::rejects_malformed_values ... ok
[INFO] [stdout] test cli::tests::tcp_accepts_multiple_targets ... ok
[INFO] [stdout] test cli::tests::tcp_rejects_target_without_port ... ok
[INFO] [stdout] test metrics_file::tests::prometheus_format_writes_multiple_target_snapshot ... ok
[INFO] [stdout] test output::json::tests::json_summary_includes_stats ... ok
[INFO] [stdout] test output::text::tests::colored_summary_highlights_loss_and_rtt ... ok
[INFO] [stdout] test metrics_file::tests::prometheus_format_replaces_snapshot ... ok
[INFO] [stdout] test output::text::tests::text_summary_renders_as_contiguous_block ... ok
[INFO] [stdout] test prometheus::tests::interval_metrics_render_prometheus_gauges ... ok
[INFO] [stdout] test output::text::tests::colored_event_highlights_target_status_and_rtt ... ok
[INFO] [stdout] test metrics_file::tests::jsonl_format_appends_interval_events ... ok
[INFO] [stdout] test output::style::tests::format_second_duration_as_seconds ... ok
[INFO] [stdout] test output::style::tests::format_subsecond_duration_as_ms ... ok
[INFO] [stdout] test prometheus::tests::single_window_render_matches_one_item_family_render ... ok
[INFO] [stdout] test prometheus::tests::single_interval_render_matches_one_item_family_render ... ok
[INFO] [stdout] test prometheus::tests::window_metrics_render_prometheus_gauges ... ok
[INFO] [stdout] test protocol::gtp::codec::tests::v1_echo_request_shape ... ok
[INFO] [stdout] test protocol::gtp::codec::tests::v1_echo_response_decodes_sequence ... ok
[INFO] [stdout] test protocol::gtp::codec::tests::v2_echo_request_shape ... ok
[INFO] [stdout] test protocol::gtp::codec::tests::v2_echo_response_decodes_sequence_without_teid ... ok
[INFO] [stdout] test protocol::gtp::tests::gtp_v1_probe_replies_to_local_echo_response ... ok
[INFO] [stdout] test prometheus::tests::invalid_metric_prefix_is_rejected ... ok
[INFO] [stdout] test protocol::http::tests::http_probe_rejects_literal_that_does_not_match_ip_version ... ok
[INFO] [stdout] test protocol::http::tests::http_probe_errors_on_unexpected_status ... ok
[INFO] [stdout] test cli::tests::tcp_accepts_ip_version_flags ... ok
[INFO] [stdout] test protocol::http::tests::http_probe_accepts_configured_status ... ok
[INFO] [stdout] test protocol::http::tests::normalize_url_defaults_to_http ... ok
[INFO] [stdout] test protocol::http::tests::http_probe_replies_to_local_server ... ok
[INFO] [stdout] test protocol::icmp::args::tests::parse_native_compatibility_flags ... ok
[INFO] [stdout] test protocol::http::tests::http_probe_follows_redirect_when_enabled ... ok
[INFO] [stdout] test protocol::http::tests::http_probe_sends_get_and_custom_header ... ok
[INFO] [stdout] test protocol::icmp::args::tests::parse_native_multiple_destinations ... ok
[INFO] [stdout] test protocol::icmp::args::tests::parse_native_timestamp_long_option ... ok
[INFO] [stdout] test protocol::icmp::args::tests::parse_native_count_and_destination ... ok
[INFO] [stdout] test protocol::icmp::args::tests::parse_native_rejects_unknown_option_with_hint ... ok
[INFO] [stdout] test protocol::icmp::args::tests::parse_pinger_equals_mode ... ok
[INFO] [stdout] test protocol::icmp::native::tests::invalid_interface_name_is_rejected ... ok
[INFO] [stdout] test protocol::icmp::native::tests::ping_identifiers_are_unique_per_native_prober ... ok
[INFO] [stdout] test protocol::ip_version::tests::matches_expected_address_family ... ok
[INFO] [stdout] test protocol::tcp::tests::tcp_probe_rejects_literal_that_does_not_match_ip_version ... ok
[INFO] [stdout] test protocol::tcp::tests::tcp_target_keeps_explicit_port ... ok
[INFO] [stdout] test protocol::tcp::tests::tcp_target_rejects_missing_port ... ok
[INFO] [stdout] test protocol::tcp::tests::tcp_target_rejects_invalid_port ... ok
[INFO] [stdout] test protocol::tcp::tests::tcp_probe_replies_to_local_listener ... ok
[INFO] [stdout] test pushgateway::tests::endpoint_defaults_bare_host_to_http ... ok
[INFO] [stdout] test pushgateway::tests::rejects_invalid_labels ... ok
[INFO] [stdout] test pushgateway::tests::builds_pushgateway_grouping_url ... ok
[INFO] [stdout] test runner::tests::summary_tracks_loss_period_recovery ... ok
[INFO] [stdout] test tests::exit_code_fails_when_any_target_loses_every_probe ... ok
[INFO] [stdout] test tests::exit_code_fails_when_every_probe_is_lost ... ok
[INFO] [stdout] test pushgateway::tests::retry_delay_is_bounded ... ok
[INFO] [stdout] test tests::exit_code_succeeds_when_any_probe_replies ... ok
[INFO] [stdout] test timefmt::tests::none_suppresses_timestamp ... ok
[INFO] [stdout] test version::tests::long_version_matches_current_render_without_binary_name ... ok
[INFO] [stdout] test timefmt::tests::custom_format_overrides_kind ... ok
[INFO] [stdout] test version::tests::renders_build_metadata ... ok
[INFO] [stdout] test cli::tests::parse_header_splits_name_and_value ... ok
[INFO] [stdout] test metrics_options::tests::rejects_metrics_settings_without_metrics_file ... ok
[INFO] [stdout] test metrics_options::tests::rejects_push_settings_without_push_url ... ok
[INFO] [stdout] test output::writer::tests::broken_pipe_errors_are_detected ... ok
[INFO] [stdout] test prometheus::tests::interval_metrics_render_multiple_targets_in_one_family ... ok
[INFO] [stdout] test prometheus::tests::invalid_labels_are_rejected ... ok
[INFO] [stdout] test cli::tests::output_options_are_global_for_modes ... ok
[INFO] [stdout] test cli::tests::removed_output_option_aliases_are_rejected ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 82 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test e2e::docker_compose::docker_compose_e2e ... ignored, requires docker compose test network
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stderr]      Running tests/e2e_test.rs (/opt/rustwide/target/debug/deps/e2e_test-29513d5387d94459)
[INFO] [stderr]      Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-70037347c2749485)
[INFO] [stdout] test integration::cli::colored_output_uses_ansi_escape_sequences ... ok
[INFO] [stdout] test integration::cli::http_ipv4_flag_probes_ipv4_target ... ok
[INFO] [stdout] test integration::cli::tcp_probes_multiple_targets ... ok
[INFO] [stdout] test integration::cli::version_includes_build_metadata ... ok
[INFO] [stdout] test integration::cli::completion_subcommand_generates_bash_script ... ok
[INFO] [stdout] test integration::cli::exits_nonzero_when_every_probe_fails ... ok
[INFO] [stdout] test integration::cli::tcp_ipv4_flag_probes_ipv4_target ... ok
[INFO] [stdout] test integration::cli::tcp_target_requires_explicit_port ... ok
[INFO] [stdout] test integration::cli::icmp_help_lists_native_options ... ok
[INFO] [stdout] test integration::cli::broken_stdout_pipe_exits_successfully ... ok
[INFO] [stdout] test integration::metrics::writes_jsonl_metrics_file_without_replacing_stdout ... ok
[INFO] [stdout] test integration::metrics::pushes_window_metrics_to_pushgateway ... ok
[INFO] [stdout] test integration::metrics::writes_prometheus_metrics_file_with_labels ... ok
[INFO] [stdout] test integration::metrics::prometheus_metrics_file_includes_multiple_targets ... ok
[INFO] [stdout] test integration::metrics::pushes_prometheus_metrics_to_pushgateway ... ok
[INFO] [stdout] test integration::cli::external_pinger_sigint_drains_stats_without_timestamps ... ok
[INFO] [stdout] test integration::cli::mode_help_lists_global_options ... ok
[INFO] [stdout] test integration::cli::external_pinger_failure_prints_stderr_without_timestamp ... ok
[INFO] [stdout] test integration::cli::summaries_are_printed_after_all_parallel_target_events ... ok
[INFO] [stdout] test integration::cli::sigint_interrupts_active_probe ... ok
[INFO] [stdout] test integration::metrics::pushgateway_metrics_include_multiple_targets ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- integration::metrics::pushgateway_metrics_include_multiple_targets stdout ----
[INFO] [stdout] + /opt/rustwide/target/debug/clockping --push.url http://127.0.0.1:36573 tcp -c 1 -W 1 127.0.0.1:46779 127.0.0.1:42347
[INFO] [stdout] 2026-07-10 10:51:59.278 +0000 tcp 127.0.0.1:46779 seq=0 reply from=127.0.0.1:46779 rtt=0.701ms
[INFO] [stdout] 2026-07-10 10:51:59.278 +0000 tcp 127.0.0.1:42347 seq=0 reply from=127.0.0.1:42347 rtt=1.358ms
[INFO] [stdout] 
[INFO] [stdout] --- 127.0.0.1:46779 clockping statistics ---
[INFO] [stdout] 1 probes transmitted, 1 replies received, 0 lost, 0.0% loss
[INFO] [stdout] rtt min/avg/max = 0.701ms/0.701ms/0.701ms
[INFO] [stdout] 
[INFO] [stdout] --- 127.0.0.1:42347 clockping statistics ---
[INFO] [stdout] 1 probes transmitted, 1 replies received, 0 lost, 0.0% loss
[INFO] [stdout] rtt min/avg/max = 1.358ms/1.358ms/1.358ms
[INFO] [stdout] failed to push metrics: failed to send Pushgateway request: error sending request for url (http://127.0.0.1:36573/metrics/job/clockping)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'integration::metrics::pushgateway_metrics_include_multiple_targets' (2414) panicked at tests/integration/metrics.rs:167:18:
[INFO] [stdout] Pushgateway request was not captured: Timeout
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ac34e593961 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ac34e593961 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ac34e593961 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ac34e593961 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ac34e5a96ba - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ac34e5a96ba - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5ac34e59832c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5ac34e59832c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5ac34e5705a6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ac34e5705a6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ac34e58aff9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ac34e4f7d80 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5ac34e4f7d80 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5ac34e58b1b2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5ac34e58b1b2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5ac34e570652 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5ac34e567cc9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ac34e57143d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5ac34e5a9e8c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ac34e5a9c02 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5ac34e4e2ca1 - <core[6883ba1bc0fe4ed1]::result::Result<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest, std[73adb7dc35730857]::sync::mpsc::RecvTimeoutError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5ac34e4c9ac6 - integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/metrics.rs:167:18
[INFO] [stdout]   22:     0x5ac34e4dc930 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<i32, integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest, (), integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest, <alloc[55a36b64bcbf2c0d]::vec::Vec<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest>>::extend_trusted<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::ops::range::Range<i32>, integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stdout]   23:     0x5ac34e4d1b2a - <core[6883ba1bc0fe4ed1]::ops::range::Range<i32> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<i32, integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest, (), integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}, core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest, <alloc[55a36b64bcbf2c0d]::vec::Vec<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest>>::extend_trusted<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::ops::range::Range<i32>, integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}>>::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2671:21
[INFO] [stdout]   24:     0x5ac34e4dc601 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::ops::range::Range<i32>, integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<(), core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator::for_each::call<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest, <alloc[55a36b64bcbf2c0d]::vec::Vec<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest>>::extend_trusted<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::ops::range::Range<i32>, integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}>>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stdout]   25:     0x5ac34e4dc695 - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::ops::range::Range<i32>, integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::for_each::<<alloc[55a36b64bcbf2c0d]::vec::Vec<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest>>::extend_trusted<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::ops::range::Range<i32>, integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}>>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:887:14
[INFO] [stdout]   26:     0x5ac34e4e1b05 - <alloc[55a36b64bcbf2c0d]::vec::Vec<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest>>::extend_trusted::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::ops::range::Range<i32>, integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:4077:26
[INFO] [stdout]   27:     0x5ac34e4e56ba - <alloc[55a36b64bcbf2c0d]::vec::Vec<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest> as alloc[55a36b64bcbf2c0d]::vec::spec_extend::SpecExtend<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::ops::range::Range<i32>, integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}>>>::spec_extend
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_extend.rs:27:14
[INFO] [stdout]   28:     0x5ac34e4e57b7 - <alloc[55a36b64bcbf2c0d]::vec::Vec<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter_nested::SpecFromIterNested<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::ops::range::Range<i32>, integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter_nested.rs:60:16
[INFO] [stdout]   29:     0x5ac34e4e529d - <alloc[55a36b64bcbf2c0d]::vec::Vec<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::ops::range::Range<i32>, integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}>>>::from_iter
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/spec_from_iter.rs:33:9
[INFO] [stdout]   30:     0x5ac34e4e2267 - <alloc[55a36b64bcbf2c0d]::vec::Vec<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::ops::range::Range<i32>, integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stdout]   31:     0x5ac34e4dc65d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::ops::range::Range<i32>, integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<integration_test[a39f6a5bc9773092]::integration::helpers::CapturedHttpRequest>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stdout]   32:     0x5ac34e4cc0da - integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/metrics.rs:169:10
[INFO] [stdout]   33:     0x5ac34e4c99e7 - integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/metrics.rs:144:50
[INFO] [stdout]   34:     0x5ac34e4d3e76 - <integration_test[a39f6a5bc9773092]::integration::metrics::pushgateway_metrics_include_multiple_targets::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x5ac34e4eb0bb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x5ac34e4eb0bb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   37:     0x5ac34e4f8705 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   38:     0x5ac34e4f8705 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   39:     0x5ac34e4f8705 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   40:     0x5ac34e4f8705 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5ac34e4f8705 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5ac34e4f8705 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   43:     0x5ac34e4f8705 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   44:     0x5ac34e4f31b4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   45:     0x5ac34e4f31b4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   46:     0x5ac34e4fb852 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   47:     0x5ac34e4fb852 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x5ac34e4fb852 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   49:     0x5ac34e4fb852 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x5ac34e4fb852 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5ac34e4fb852 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   52:     0x5ac34e4fb852 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x5ac34e5928bf - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   54:     0x5ac34e5928bf - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   55:     0x795382210aa4 - <unknown>
[INFO] [stdout]   56:     0x79538229da64 - clone
[INFO] [stdout]   57:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     integration::metrics::pushgateway_metrics_include_multiple_targets
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 20 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.08s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration_test`
[INFO] running `Command { std: "docker" "inspect" "e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f", kill_on_drop: false }`
[INFO] [stdout] e8f9a3fbb077881cc61937758681b82877ccca222a28c006206038154a66ac5f
