[INFO] cloning repository https://github.com/rvben/verg
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rvben/verg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frvben%2Fverg", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frvben%2Fverg'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c6dbcf68bfb382ca699c307c199e5d9afe5d7221
[INFO] testing rvben/verg 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%2Frvben%2Fverg" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rvben/verg
[INFO] finished tweaking git repo https://github.com/rvben/verg
[INFO] tweaked toml for git repo https://github.com/rvben/verg written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rvben/verg 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/rvben/verg 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-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325
[INFO] running `Command { std: "docker" "start" "a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325", 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" "a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325" "/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" "a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325", 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" "a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling verg v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling memo-map v0.3.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling clap_complete v4.6.0
[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 chrono v0.4.44
[INFO] [stderr]    Compiling minijinja v2.18.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.76s
[INFO] running `Command { std: "docker" "inspect" "a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325", 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" "a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325" "/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 syn v2.0.117
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling unicode-general-category v1.1.0
[INFO] [stderr]    Compiling borrow-or-share v0.2.4
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling micromap v0.3.0
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling num-cmp v0.1.0
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling uuid-simd v0.8.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling fraction v0.15.4
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling fancy-regex v0.18.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling clap_complete v4.6.0
[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 toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling minijinja v2.18.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling fluent-uri v0.4.1
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling referencing v0.46.5
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling jsonschema v0.46.5
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling verg v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325", 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" "a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325" "/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.27s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/verg-d326ca59fa84e645)
[INFO] [stdout] 
[INFO] [stdout] running 244 tests
[INFO] [stdout] test agent::notify::tests::describe_notify_docker_legacy_prefix ... ok
[INFO] [stdout] test agent::notify::tests::describe_notify_docker_restart ... ok
[INFO] [stdout] test agent::notify::tests::describe_notify_docker_up ... ok
[INFO] [stdout] test agent::notify::tests::describe_notify_daemon_reload ... ok
[INFO] [stdout] test agent::notify::tests::describe_notify_bare_service_name ... ok
[INFO] [stdout] test agent::notify::tests::describe_notify_reload ... ok
[INFO] [stdout] test agent::notify::tests::describe_notify_restart ... ok
[INFO] [stdout] test agent::notify::tests::has_unresolved_registers_false_for_clean ... ok
[INFO] [stdout] test agent::notify::tests::has_unresolved_registers_detects_sentinel ... ok
[INFO] [stdout] test agent::notify::tests::interpolate_registers_no_sentinels_unchanged ... ok
[INFO] [stdout] test agent::notify::tests::interpolate_registers_leaves_missing_register ... ok
[INFO] [stdout] test agent::notify::tests::interpolate_registers_replaces_multiple_sentinels ... ok
[INFO] [stdout] test agent::notify::tests::valid_service_names ... ok
[INFO] [stdout] test agent::notify::tests::invalid_service_names ... ok
[INFO] [stdout] test agent::notify::tests::interpolate_registers_replaces_matching_sentinel ... ok
[INFO] [stdout] test agent::notify::tests::validate_docker_path_relative_rejected ... ok
[INFO] [stdout] test agent::tests::execute_bundle_dedups_shorthand_notifications ... ok
[INFO] [stdout] test agent::tests::execute_bundle_skips_dependents_of_failed_resource ... ok
[INFO] [stdout] test agent::tests::execute_bundle_runs_independent_resources ... ok
[INFO] [stdout] test agent_checksums::tests::parses_manifest_lines ... ok
[INFO] [stdout] test agent::tests::execute_bundle_runs_handler_only_when_notified ... ok
[INFO] [stdout] test agent::tests::execute_bundle_skips_when_condition_false ... ok
[INFO] [stdout] test agent_checksums::tests::empty_manifest_yields_no_entries ... ok
[INFO] [stdout] test bundle::tests::bundle_extracts_register_field ... ok
[INFO] [stdout] test bundle::tests::bundle_errors_on_duplicate_register_names ... ok
[INFO] [stdout] test bundle::tests::bundle_extracts_handler_flag ... ok
[INFO] [stdout] test bundle::tests::bundle_parses_sensitive_flag ... ok
[INFO] [stdout] test agent_checksums::tests::expected_sha256_is_idempotent ... ok
[INFO] [stdout] test bundle::tests::bundle_does_not_render_source_without_template_flag ... ok
[INFO] [stdout] test bundle::tests::bundle_errors_on_register_ref_without_dependency ... ok
[INFO] [stdout] test bundle::tests::bundle_errors_on_unknown_register_ref ... ok
[INFO] [stdout] test bundle::tests::bundle_includes_matching_state_files ... ok
[INFO] [stdout] test agent_checksums::tests::parse_manifest_known_and_unknown_arch ... ok
[INFO] [stdout] test bundle::tests::bundle_extracts_after_dependencies ... ok
[INFO] [stdout] test bundle::tests::bundle_passes_through_register_references ... ok
[INFO] [stdout] test bundle::tests::bundle_interpolates_variables ... ok
[INFO] [stdout] test bundle::tests::bundle_does_not_render_env_file_without_template_flag ... ok
[INFO] [stdout] test agent::notify::tests::parse_notify_target_variants ... ok
[INFO] [stdout] test commands::apply::tests::resource_line_includes_host_and_status ... ok
[INFO] [stdout] test commands::apply::tests::quiet_suppresses_resource_lines_but_keeps_summary ... ok
[INFO] [stdout] test commands::check::tests::check_line_reports_status ... ok
[INFO] [stdout] test commands::diff::tests::failed_resource_shows_failed_not_would_change ... ok
[INFO] [stdout] test commands::diff::tests::ok_and_skipped_are_not_printed ... ok
[INFO] [stdout] test commands::diff::tests::paginate_slices_summaries ... ok
[INFO] [stdout] test commands::diff::tests::project_resource_keeps_type_name_and_requested_only ... ok
[INFO] [stdout] test commands::apply::tests::print_result_writes_to_the_given_writer ... ok
[INFO] [stdout] test bundle::tests::inline_vars_coerces_scalar ... ok
[INFO] [stdout] test bundle::tests::bundle_roundtrip_toml ... ok
[INFO] [stdout] test commands::diff::tests::changed_resource_shows_would_change ... ok
[INFO] [stdout] test commands::diff::tests::changed_without_detail_has_no_trailing_colon ... ok
[INFO] [stdout] test commands::diff::tests::write_diff_quiet_suppresses_resource_lines_keeps_summary ... ok
[INFO] [stdout] test commands::diff::tests::write_diff_shows_resource_lines_when_not_quiet ... ok
[INFO] [stdout] test config::tests::allowed_fields_includes_common_and_specific ... ok
[INFO] [stdout] test config::tests::known_types_match_dispatcher ... ok
[INFO] [stdout] test config::tests::lax_mode_allows_unknown_prop ... ok
[INFO] [stdout] test config::tests::typoed_targets_warns_in_lax ... ok
[INFO] [stdout] test config::tests::typoed_targets_key_is_rejected ... ok
[INFO] [stdout] test config::tests::misspelled_prop_is_rejected ... ok
[INFO] [stdout] test config::tests::unknown_resource_type_is_rejected ... ok
[INFO] [stdout] test bundle::tests::bundle_resolves_source_to_content ... ok
[INFO] [stdout] test changelog::tests::changelog_drops_bulk_payloads ... ok
[INFO] [stdout] test changelog::tests::write_and_read_log ... ok
[INFO] [stdout] test bundle::tests::bundle_renders_template_env_file ... ok
[INFO] [stdout] test commands::init::tests::init_creates_directory_structure ... ok
[INFO] [stdout] test commands::init::tests::init_does_not_clobber_existing_files ... ok
[INFO] [stdout] test bundle::tests::bundle_renders_template_source_file ... ok
[INFO] [stdout] test config::tests::valid_config_passes_strict ... ok
[INFO] [stdout] test engine::tests::engine_all_hosts_nothing_changed_exits_nothing_changed ... ok
[INFO] [stdout] test config::tests::valid_top_level_keys_pass ... ok
[INFO] [stdout] test config::tests::wrong_typed_when_is_rejected ... ok
[INFO] [stdout] test bundle::tests::undefined_variable_errors ... ok
[INFO] [stdout] test config::tests::wrong_typed_after_item_is_rejected ... ok
[INFO] [stdout] test error::tests::config_error_exit_code ... ok
[INFO] [stdout] test commands::init::tests::init_force_overwrites ... ok
[INFO] [stdout] test engine::tests::resource_failure_is_not_connection_error ... ok
[INFO] [stdout] test error::tests::conflict_exit_code ... ok
[INFO] [stdout] test engine::tests::connection_only_failure_exits_connection_error ... ok
[INFO] [stdout] test engine::tests::precancelled_run_skips_all_hosts ... ok
[INFO] [stdout] test engine::tests::engine_partial_failure_exits_partial_failure ... ok
[INFO] [stdout] test error::tests::connection_error_exit_code ... ok
[INFO] [stdout] test config::tests::wrong_resource_property_is_rejected ... ok
[INFO] [stdout] test error::tests::kind_str_covers_all_variants ... ok
[INFO] [stdout] test error::tests::error_display ... ok
[INFO] [stdout] test error::tests::confirmation_required_exit_code ... ok
[INFO] [stdout] test engine::tests::run_rejects_typoed_state_key_before_ssh ... ok
[INFO] [stdout] test error::tests::resource_error_exit_code ... ok
[INFO] [stdout] test engine::tests::one_good_host_plus_one_unreachable_is_not_connection_only ... ok
[INFO] [stdout] test error::tests::target_not_found_exit_code ... ok
[INFO] [stdout] test inventory::groups::tests::missing_groups_dir_returns_empty ... ok
[INFO] [stdout] test inventory::groups::tests::ignores_non_toml_files ... ok
[INFO] [stdout] test inventory::selector::tests::empty_selector_errors ... ok
[INFO] [stdout] test inventory::selector::tests::parse_all ... ok
[INFO] [stdout] test inventory::groups::tests::load_group_vars ... ok
[INFO] [stdout] test inventory::selector::tests::parse_exclusion ... ok
[INFO] [stdout] test inventory::selector::tests::parse_single_name ... ok
[INFO] [stdout] test inventory::selector::tests::parse_union ... ok
[INFO] [stdout] test inventory::selector::tests::parse_intersection ... ok
[INFO] [stdout] test inventory::static_hosts::tests::missing_hosts_file_returns_config_error ... ok
[INFO] [stdout] test inventory::tests::filter_all ... ok
[INFO] [stdout] test inventory::tests::filter_by_group ... ok
[INFO] [stdout] test inventory::static_hosts::tests::accepts_ipv6_addresses ... ok
[INFO] [stdout] test inventory::tests::filter_by_host_name ... ok
[INFO] [stdout] test inventory::static_hosts::tests::port_defaults_to_none ... ok
[INFO] [stdout] test inventory::static_hosts::tests::parse_hosts_with_vars ... ok
[INFO] [stdout] test inventory::static_hosts::tests::parse_hosts_with_port ... ok
[INFO] [stdout] test inventory::tests::empty_directory_returns_empty_inventory ... ok
[INFO] [stdout] test inventory::static_hosts::tests::parse_hosts_file ... ok
[INFO] [stdout] test engine::tests::engine_all_hosts_succeed_with_changes_exits_success ... ok
[INFO] [stdout] test inventory::tests::filter_exclusion ... ok
[INFO] [stdout] test inventory::tests::filter_unknown_target_errors ... ok
[INFO] [stdout] test inventory::tests::filter_intersection ... ok
[INFO] [stdout] test output::tests::explicit_json_format_forces_json ... ok
[INFO] [stdout] test output::tests::explicit_text_format_no_json ... ok
[INFO] [stdout] test output::tests::json_flag_forces_json ... ok
[INFO] [stdout] test resources::apt_repo::tests::missing_name_is_an_error ... ok
[INFO] [stdout] test inventory::static_hosts::tests::rejects_option_like_address ... ok
[INFO] [stdout] test resources::cmd::tests::register_cmd_dry_run ... ok
[INFO] [stdout] test resources::cmd::tests::non_register_cmd_requires_guard ... ok
[INFO] [stdout] test resources::atomic::tests::refuses_to_replace_a_symlink ... ok
[INFO] [stdout] test inventory::tests::load_inventory_merges_group_vars ... ok
[INFO] [stdout] test resources::cmd::tests::register_cmd_captures_stdout_trimmed ... ok
[INFO] [stdout] test resources::cron::tests::command_accepts_normal_commands ... ok
[INFO] [stdout] test resources::cron::tests::command_rejects_newlines ... ok
[INFO] [stdout] test resources::cron::tests::cron_env_value_with_newline_is_rejected ... ok
[INFO] [stdout] test resources::cron::tests::cron_mailto_with_newline_is_rejected ... ok
[INFO] [stdout] test resources::atomic::tests::writes_new_file_with_default_mode ... ok
[INFO] [stdout] test resources::cron::tests::file_content_multi_job ... ok
[INFO] [stdout] test resources::cmd::tests::stdin_absent_dry_run_has_no_stdin_note ... ok
[INFO] [stdout] test resources::cron::tests::file_content_single_job ... ok
[INFO] [stdout] test resources::cron::tests::file_content_with_mailto ... ok
[INFO] [stdout] test resources::cron::tests::name_accepts_valid_identifiers ... ok
[INFO] [stdout] test resources::cmd::tests::stdin_with_unless_guard_skips_when_guard_passes ... ok
[INFO] [stdout] test resources::cron::tests::name_rejects_path_traversal ... ok
[INFO] [stdout] test resources::cron::tests::parse_jobs_multi_form ... ok
[INFO] [stdout] test resources::cron::tests::parse_jobs_rejects_both_forms_simultaneously ... ok
[INFO] [stdout] test resources::cron::tests::parse_jobs_rejects_empty_jobs_array ... ok
[INFO] [stdout] test resources::cron::tests::schedule_rejects_invalid_characters ... ok
[INFO] [stdout] test resources::cron::tests::parse_jobs_single_form ... ok
[INFO] [stdout] test resources::cron::tests::schedule_rejects_out_of_range_values ... ok
[INFO] [stdout] test resources::cron::tests::schedule_accepts_valid_expressions ... ok
[INFO] [stdout] test resources::atomic::tests::preserves_existing_mode_when_none_given ... ok
[INFO] [stdout] test resources::dag::tests::circular_dependency_errors ... ok
[INFO] [stdout] test resources::dag::tests::no_dependencies_single_layer ... ok
[INFO] [stdout] test resources::dag::tests::linear_chain ... ok
[INFO] [stdout] test resources::atomic::tests::writes_with_explicit_mode ... ok
[INFO] [stdout] test resources::dag::tests::unknown_dependency_errors ... ok
[INFO] [stdout] test resources::dag::tests::diamond_dependency ... ok
[INFO] [stdout] test resources::directory::tests::no_drift_means_no_chown ... ok
[INFO] [stdout] test resources::directory::tests::owner_drift_alone_triggers_chown ... ok
[INFO] [stdout] test resources::directory::tests::group_drift_triggers_chown_even_when_owner_matches ... ok
[INFO] [stdout] test resources::download::tests::extract_without_checksum_is_rejected ... ok
[INFO] [stdout] test resources::download::tests::extracted_file_requires_name_match ... ok
[INFO] [stdout] test resources::download::tests::extracted_file_matches_by_basename ... ok
[INFO] [stdout] test resources::file::tests::missing_path_is_an_error ... ok
[INFO] [stdout] test resources::docker_compose::tests::missing_project_dir_is_an_error ... ok
[INFO] [stdout] test resources::pkg::tests::dpkg_config_files_status_is_not_installed ... ok
[INFO] [stdout] test resources::pkg::tests::dpkg_empty_output_is_not_installed ... ok
[INFO] [stdout] test resources::pkg::tests::dpkg_installed_status_is_recognized ... ok
[INFO] [stdout] test resources::directory::tests::chown_arg_combines_owner_and_group ... ok
[INFO] [stdout] test resources::service::tests::enabled_states_are_enabled ... ok
[INFO] [stdout] test resources::service::tests::non_enabled_states_are_not_enabled ... ok
[INFO] [stdout] test resources::sysctl::tests::missing_key_returns_error ... ok
[INFO] [stdout] test resources::sysctl::tests::missing_value_returns_error ... ok
[INFO] [stdout] test resources::sysctl::tests::rebuild_appends_when_absent ... ok
[INFO] [stdout] test resources::tempdir::tests::creates_unique_private_dir ... ok
[INFO] [stdout] test resources::pkg::tests::detect_pkg_manager_returns_same_value_on_repeated_calls ... ok
[INFO] [stdout] test resources::tests::from_changes_empty_is_ok_no_diff ... ok
[INFO] [stdout] test resources::tests::from_changes_nonempty_is_changed_joined ... ok
[INFO] [stdout] test resources::tempdir::tests::removes_dir_on_drop ... ok
[INFO] [stdout] test resources::tests::parse_octal_mode_invalid ... ok
[INFO] [stdout] test resources::tests::parse_octal_mode_valid ... ok
[INFO] [stdout] test resources::tests::prop_accessors_read_typed_values ... ok
[INFO] [stdout] test resources::tests::read_bounded_accepts_within_limit ... ok
[INFO] [stdout] test resources::tests::read_bounded_rejects_oversized ... ok
[INFO] [stdout] test resources::tests::redact_result_blanks_payloads_when_sensitive ... ok
[INFO] [stdout] test resources::tests::redact_result_noop_when_not_sensitive ... ok
[INFO] [stdout] test resources::tests::resolved_resource_fqn ... ok
[INFO] [stdout] test resources::tests::resource_result_changed_constructor ... ok
[INFO] [stdout] test resources::tests::resource_result_failed_constructor ... ok
[INFO] [stdout] test resources::tests::resource_result_ok_constructor ... ok
[INFO] [stdout] test resources::sysctl::tests::rebuild_replaces_only_exact_key ... ok
[INFO] [stdout] test resources::cron::tests::schedule_rejects_wrong_field_count ... ok
[INFO] [stdout] test resources::user::tests::missing_name_is_an_error ... ok
[INFO] [stdout] test resources::when::tests::and_expression ... ok
[INFO] [stdout] test resources::when::tests::equality ... ok
[INFO] [stdout] test resources::when::tests::group_membership ... ok
[INFO] [stdout] test resources::when::tests::inequality ... ok
[INFO] [stdout] test resources::tests::run_checked_succeeds_for_true ... ok
[INFO] [stdout] test resources::tests::run_summary_counts ... ok
[INFO] [stdout] test resources::when::tests::negation ... ok
[INFO] [stdout] test resources::when::tests::or_binds_looser_than_and ... ok
[INFO] [stdout] test resources::when::tests::or_expression ... ok
[INFO] [stdout] test schema::tests::pkg_schema_has_required_fields ... ok
[INFO] [stdout] test schema::tests::real_schema_common_properties_includes_sensitive ... ok
[INFO] [stdout] test schema::tests::schema_has_all_resource_types ... ok
[INFO] [stdout] test schema::tests::schema_has_clispec_v0_2_fields ... ok
[INFO] [stdout] test resources::when::tests::missing_fact_is_false ... ok
[INFO] [stdout] test resources::file::tests::writes_content_and_is_idempotent ... ok
[INFO] [stdout] test state::tests::load_state_directory ... ok
[INFO] [stdout] test state::tests::parse_state_file ... ok
[INFO] [stdout] test state::tests::parse_state_file_no_targets ... ok
[INFO] [stdout] test schema::tests::schema_has_common_properties ... ok
[INFO] [stdout] test state::tests::resource_decl_extraction ... ok
[INFO] [stdout] test resources::cmd::tests::stdin_with_large_output_does_not_deadlock ... ok
[INFO] [stdout] test resources::tests::run_checked_errors_with_ctx_on_failure ... ok
[INFO] [stdout] test agent::notify::tests::validate_docker_path_absolute ... ok
[INFO] [stdout] test state::vars::tests::default_filter ... ok
[INFO] [stdout] test state::vars::tests::env_function_in_template ... ok
[INFO] [stdout] test state::vars::tests::env_prefix_embedded_not_resolved ... ok
[INFO] [stdout] test resources::cmd::tests::register_cmd_does_not_require_guard ... ok
[INFO] [stdout] test resources::cmd::tests::stdin_with_newlines_piped_correctly ... ok
[INFO] [stdout] test resources::cmd::tests::stdin_captures_stdout_not_stdin_content ... ok
[INFO] [stdout] test resources::cmd::tests::stdin_not_echoed_in_dry_run_diff ... ok
[INFO] [stdout] test state::vars::tests::env_var_missing_in_vars_errors ... ok
[INFO] [stdout] test state::vars::tests::if_conditional ... ok
[INFO] [stdout] test state::vars::tests::integer_substitution ... ok
[INFO] [stdout] test state::vars::tests::env_var_resolution_in_vars ... ok
[INFO] [stdout] test state::vars::tests::simple_substitution ... ok
[INFO] [stdout] test state::vars::tests::nested_object_access ... ok
[INFO] [stdout] test state::vars::tests::multiple_vars ... ok
[INFO] [stdout] test state::vars::tests::join_filter ... ok
[INFO] [stdout] test state::vars::tests::no_vars_passthrough ... ok
[INFO] [stdout] test state::vars::tests::raw_block_passthrough ... ok
[INFO] [stdout] test state::vars::tests::unclosed_brace_errors ... ok
[INFO] [stdout] test state::vars::tests::undefined_var_errors ... ok
[INFO] [stdout] test transport::ssh::tests::base_args_enable_connection_multiplexing ... ok
[INFO] [stdout] test transport::ssh::tests::base_args_include_timeout_options ... ok
[INFO] [stdout] test transport::ssh::tests::parse_preflight_empty_version_is_none_or_empty ... ok
[INFO] [stdout] test state::vars::tests::whitespace_tolerance ... ok
[INFO] [stdout] test transport::ssh::tests::base_args_accept_new_and_known_hosts ... ok
[INFO] [stdout] test transport::ssh::tests::base_args_default_is_strict_yes ... ok
[INFO] [stdout] test resources::cmd::tests::cmd_with_guard_still_works ... ok
[INFO] [stdout] test transport::ssh::tests::parse_preflight_extracts_facts_and_version ... ok
[INFO] [stdout] test transport::ssh::tests::truncate_for_error_bounds_output ... ok
[INFO] [stdout] test transport::ssh::tests::should_push_decision ... ok
[INFO] [stdout] test resources::cmd::tests::stdin_with_unless_guard_runs_when_guard_fails ... ok
[INFO] [stdout] test transport::ssh::tests::truncate_for_error_respects_char_boundary ... ok
[INFO] [stdout] test transport::ssh::tests::version_matches_only_on_exact_current_version ... ok
[INFO] [stdout] test transport::ssh::tests::sha256_file_matches_known_vector ... ok
[INFO] [stdout] test resources::cron::tests::cron_user_with_newline_is_rejected ... ok
[INFO] [stdout] test resources::when::tests::missing_fact_inequality_is_false ... ok
[INFO] [stdout] test state::vars::tests::for_loop ... ok
[INFO] [stdout] test resources::cmd::tests::stdin_is_piped_to_command ... ok
[INFO] [stdout] test engine::tests::host_timeout_produces_failed_summary ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- engine::tests::host_timeout_produces_failed_summary stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'engine::tests::host_timeout_produces_failed_summary' (2240) panicked at src/engine.rs:448:9:
[INFO] [stdout] expected a timeout error, got: connection error: failed to run preflight on target
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b0a1970d881 - 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:     0x5b0a1970d881 - 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:     0x5b0a1970d881 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b0a1970d881 - <<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:     0x5b0a1972574a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b0a1972574a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5b0a1971223c - 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:     0x5b0a1971223c - <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:     0x5b0a196e8016 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b0a196e8016 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b0a19704029 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b0a195ca4c0 - <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:     0x5b0a195ca4c0 - 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:     0x5b0a19704352 - <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:     0x5b0a19704352 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5b0a196e80c2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5b0a196df489 - 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:     0x5b0a196e91ed - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5b0a19725fcc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b0a1918ef39 - verg[a7c6d329dab7052c]::engine::tests::host_timeout_produces_failed_summary::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engine.rs:448:9
[INFO] [stdout]   20:     0x5b0a192316f2 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x5b0a1923176d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5b0a190712dd - <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70
[INFO] [stdout]   23:     0x5b0a190711db - tokio[2d39e987448e2f1f]::task::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x5b0a190711db - tokio[2d39e987448e2f1f]::task::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x5b0a190711db - <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25
[INFO] [stdout]   26:     0x5b0a19064b00 - <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19
[INFO] [stdout]   27:     0x5b0a1906e72d - <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44
[INFO] [stdout]   28:     0x5b0a1906d9d4 - <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68
[INFO] [stdout]   29:     0x5b0a1913741b - <tokio[2d39e987448e2f1f]::runtime::context::scoped::Scoped<tokio[2d39e987448e2f1f]::runtime::scheduler::Context>>::set::<<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x5b0a1912fd79 - tokio[2d39e987448e2f1f]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38
[INFO] [stdout]   31:     0x5b0a19138142 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[2d39e987448e2f1f]::runtime::context::Context>>::try_with::<tokio[2d39e987448e2f1f]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   32:     0x5b0a19137cce - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[2d39e987448e2f1f]::runtime::context::Context>>::with::<tokio[2d39e987448e2f1f]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   33:     0x5b0a1911a2ed - tokio[2d39e987448e2f1f]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17
[INFO] [stdout]   34:     0x5b0a190682c0 - <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27
[INFO] [stdout]   35:     0x5b0a190685b6 - <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24
[INFO] [stdout]   36:     0x5b0a1906d4e0 - <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   37:     0x5b0a1907ce43 - tokio[2d39e987448e2f1f]::runtime::context::runtime::enter_runtime::<<tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x5b0a19064631 - <tokio[2d39e987448e2f1f]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   39:     0x5b0a191ccce4 - <tokio[2d39e987448e2f1f]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   40:     0x5b0a191cceaf - <tokio[2d39e987448e2f1f]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   41:     0x5b0a19198993 - verg[a7c6d329dab7052c]::engine::tests::host_timeout_produces_failed_summary
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engine.rs:455:10
[INFO] [stdout]   42:     0x5b0a1918d267 - verg[a7c6d329dab7052c]::engine::tests::host_timeout_produces_failed_summary::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engine.rs:419:52
[INFO] [stdout]   43:     0x5b0a191c92e6 - <verg[a7c6d329dab7052c]::engine::tests::host_timeout_produces_failed_summary::{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]   44:     0x5b0a195bd7fb - <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]   45:     0x5b0a195bd7fb - 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]   46:     0x5b0a195cae45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x5b0a195cae45 - <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]   48:     0x5b0a195cae45 - 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]   49:     0x5b0a195cae45 - 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]   50:     0x5b0a195cae45 - 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]   51:     0x5b0a195cae45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x5b0a195cae45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x5b0a195c58f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x5b0a195c58f4 - 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]   55:     0x5b0a195cdf92 - 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]   56:     0x5b0a195cdf92 - <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]   57:     0x5b0a195cdf92 - 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]   58:     0x5b0a195cdf92 - 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]   59:     0x5b0a195cdf92 - 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]   60:     0x5b0a195cdf92 - 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]   61:     0x5b0a195cdf92 - <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]   62:     0x5b0a1970cb8f - <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]   63:     0x5b0a1970cb8f - <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]   64:     0x71b41b644aa4 - <unknown>
[INFO] [stdout]   65:     0x71b41b6d1a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     engine::tests::host_timeout_produces_failed_summary
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 243 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325", kill_on_drop: false }`
[INFO] [stdout] a1dc31d5d279764e31fe51da58afa9c90fad6c7fd52cc285a4d3928cd8028325
