[INFO] cloning repository https://github.com/pallewela/rusta
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pallewela/rusta" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpallewela%2Frusta", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpallewela%2Frusta'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4db2ce931b23401aba3e3bacf71e9439cd3783ff
[INFO] testing pallewela/rusta against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpallewela%2Frusta" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pallewela/rusta
[INFO] finished tweaking git repo https://github.com/pallewela/rusta
[INFO] tweaked toml for git repo https://github.com/pallewela/rusta written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pallewela/rusta on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pallewela/rusta already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap_mangen v0.3.0
[INFO] [stderr]   Downloaded roff v1.1.1
[INFO] [stderr]   Downloaded clap_complete v4.6.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30
[INFO] running `Command { std: "docker" "start" "7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30", 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" "7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30", 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" "7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling roff v1.1.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.7
[INFO] [stderr]    Compiling clap_mangen v0.3.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling rusta-cli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.65s
[INFO] running `Command { std: "docker" "inspect" "7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30", 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" "7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusta-cli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.80s
[INFO] running `Command { std: "docker" "inspect" "7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30", 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" "7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rusta_cli-6dfbd25f4164ea30)
[INFO] [stdout] 
[INFO] [stdout] running 112 tests
[INFO] [stdout] test cli::tests::delete_requires_vm ... ok
[INFO] [stdout] test cli::tests::parses_down_with_timeout_and_force ... ok
[INFO] [stdout] test cli::tests::no_subcommand_is_ok ... ok
[INFO] [stdout] test cli::tests::parses_global_verbose_and_log ... ok
[INFO] [stdout] test cli::tests::create_image_ref_conflicts_with_source_and_image ... ok
[INFO] [stdout] test cli::tests::delete_yes_short_flag ... ok
[INFO] [stdout] test cli::tests::parses_create_with_gui_no_arg_defaults_to_ubuntu_desktop ... ok
[INFO] [stdout] test cli::tests::parses_create_with_image ... ok
[INFO] [stdout] test cli::tests::parses_create_with_image_ref_and_source ... ok
[INFO] [stdout] test cli::tests::parses_create_with_explicit_gui ... ok
[INFO] [stdout] test cli::tests::create_image_and_source_compose ... ok
[INFO] [stdout] test commands::create::tests::names_accept_alnum_dot_underscore_dash ... ok
[INFO] [stdout] test cli::tests::parses_create_defaults ... ok
[INFO] [stdout] test cli::tests::parses_ssh_with_remote_command_after_dashdash ... ok
[INFO] [stdout] test commands::create::tests::none_name_is_ok ... ok
[INFO] [stdout] test commands::create::tests::prompt_explicit_name_overrides_suggested ... ok
[INFO] [stdout] test cli::tests::up_no_gui_has_alias ... ok
[INFO] [stdout] test cli::tests::parses_up_with_graphical_flag ... ok
[INFO] [stdout] test commands::create::tests::prompt_eof_aborts ... ok
[INFO] [stdout] test commands::create::tests::prompt_renders_suggested_in_brackets ... ok
[INFO] [stdout] test cli::tests::up_graphical_has_aliases ... ok
[INFO] [stdout] test commands::create::tests::names_reject_invalid ... ok
[INFO] [stdout] test cli::tests::up_graphical_and_no_gui_conflict ... ok
[INFO] [stdout] test commands::create::tests::prompt_empty_line_accepts_suggested ... ok
[INFO] [stdout] test commands::versions::tests::single_source_uses_legacy_format ... ok
[INFO] [stdout] test error::tests::cmd_wraps_io_error ... ok
[INFO] [stdout] test error::tests::defaults_exit_code_one ... ok
[INFO] [stdout] test cli::tests::parses_versions_with_source_and_image ... ok
[INFO] [stdout] test cli::tests::parses_image_subcommands ... ok
[INFO] [stdout] test error::tests::with_code_uses_provided ... ok
[INFO] [stdout] test io::tests::colors_off_when_not_tty ... ok
[INFO] [stdout] test paths::tests::paths_compose_from_state_dir ... ok
[INFO] [stdout] test io::tests::colors_on_when_tty ... ok
[INFO] [stdout] test commands::create::tests::prompt_trims_whitespace ... ok
[INFO] [stdout] test io::tests::verbose_toggle_roundtrip ... ok
[INFO] [stdout] test commands::versions::tests::absent_error_distinguished_from_unreachable ... ok
[INFO] [stdout] test picker::tests::picks_first ... ok
[INFO] [stdout] test commands::versions::tests::matrix_groups_by_image_and_marks_conflicts ... ok
[INFO] [stdout] test commands::versions::tests::matrix_omits_images_without_a_version ... ok
[INFO] [stdout] test commands::versions::tests::versions_sorted_ascending_across_sources ... ok
[INFO] [stdout] test cli::tests::parses_source_subcommands ... ok
[INFO] [stdout] test picker::tests::picks_last ... ok
[INFO] [stdout] test picker::tests::rejects_empty_line ... ok
[INFO] [stdout] test picker::tests::rejects_eof ... ok
[INFO] [stdout] test picker::tests::rejects_zero ... ok
[INFO] [stdout] test picker::tests::rejects_out_of_range ... ok
[INFO] [stdout] test provision::tests::codename_only_for_affected_releases ... ok
[INFO] [stdout] test picker::tests::writes_menu_to_writer ... ok
[INFO] [stdout] test picker::tests::rejects_non_numeric ... ok
[INFO] [stdout] test provision::tests::display_manager_table ... ok
[INFO] [stdout] test provision::tests::generate_for_22_04_skips_apt_cache_fix ... ok
[INFO] [stdout] test provision::tests::generate_without_gui_omits_nm_block ... ok
[INFO] [stdout] test provision::tests::generate_for_24_04_includes_apt_cache_fix ... ok
[INFO] [stdout] test registry::tests::pick_first_source_with_version_wins ... ok
[INFO] [stdout] test registry::tests::pick_not_found_reports_checked_and_unreachable ... ok
[INFO] [stdout] test registry::tests::pick_skips_unreachable_then_matches ... ok
[INFO] [stdout] test commands::versions::tests::multi_source_annotates_and_marks_chosen ... ok
[INFO] [stdout] test provision::tests::generate_with_gui_installs_desktop_and_dm ... ok
[INFO] [stdout] test registry::tests::pick_does_not_warn_about_sources_after_match ... ok
[INFO] [stdout] test error::tests::from_io_error_default_exit_one ... ok
[INFO] [stdout] test registry::tests::parse_version_accepts_two_dot ... ok
[INFO] [stdout] test error::tests::not_found_uses_code_two ... ok
[INFO] [stdout] test registry::tests::parse_version_rejects_non_numeric ... ok
[INFO] [stdout] test provision::tests::generate_with_lubuntu_uses_sddm ... ok
[INFO] [stdout] test provision::tests::generate_with_xubuntu_uses_lightdm ... ok
[INFO] [stdout] test registry::tests::normalize_strips_ubuntu_and_slashes ... ok
[INFO] [stdout] test registry::tests::validate_image_accepts_bare_names ... ok
[INFO] [stdout] test registry::tests::validate_image_rejects_bad_inputs ... ok
[INFO] [stdout] test registry::tests::validate_rejects_bad_inputs ... ok
[INFO] [stdout] test runtime::tests::bin_for_falls_back_when_unset ... ok
[INFO] [stdout] test runtime::tests::bin_for_replaces_hyphen_in_env_key ... ok
[INFO] [stdout] test runtime::tests::bin_for_honors_override ... ok
[INFO] [stdout] test ssh::tests::ssh_opts_loglevel_changes_with_verbose ... ok
[INFO] [stdout] test ssh::tests::ssh_opts_includes_required_flags ... ok
[INFO] [stdout] test ssh::tests::ssh_poll_interval_honors_env_var ... ok
[INFO] [stdout] test state::tests::add_image_is_idempotent ... ok
[INFO] [stdout] test state::tests::add_image_materializes_defaults_then_appends ... ok
[INFO] [stdout] test state::tests::add_source_is_idempotent ... ok
[INFO] [stdout] test state::tests::old_schema_without_sources_still_loads ... ok
[INFO] [stdout] test commands::completions::tests::completions_emits_zsh_compdef_header ... ok
[INFO] [stdout] test state::tests::effective_images_seeds_defaults_when_empty ... ok
[INFO] [stdout] test state::tests::clear_default_only_when_match ... ok
[INFO] [stdout] test state::tests::effective_sources_seeds_default_when_empty ... ok
[INFO] [stdout] test state::tests::forget_vm_is_noop_when_absent ... ok
[INFO] [stdout] test registry::tests::validate_accepts_ghcr_prefix ... ok
[INFO] [stdout] test tart::tests::parse_list_filters_to_local_source ... ok
[INFO] [stdout] test tart::tests::parse_list_rejects_invalid_json ... ok
[INFO] [stdout] test tart::tests::parse_list_rejects_non_array ... ok
[INFO] [stdout] test state::tests::load_corrupt_file_returns_default ... ok
[INFO] [stdout] test tart::tests::pid_alive_self_is_alive_and_zero_is_invalid ... ok
[INFO] [stdout] test tart::tests::parse_list_skips_empty_name ... ok
[INFO] [stdout] test update_check::tests::channel_suppresses_pre_for_stable_users ... ok
[INFO] [stdout] test update_check::tests::color_enabled_decision_matrix ... ok
[INFO] [stdout] test state::tests::load_returns_default_when_missing ... ok
[INFO] [stdout] test update_check::tests::detect_install_respects_env_override ... ok
[INFO] [stdout] test update_check::tests::is_newer_basic ... ok
[INFO] [stdout] test update_check::tests::is_newer_handles_build_metadata ... ok
[INFO] [stdout] test update_check::tests::is_newer_prerelease_ordering ... ok
[INFO] [stdout] test update_check::tests::is_newer_strips_v_prefix ... ok
[INFO] [stdout] test update_check::tests::is_prerelease_matrix ... ok
[INFO] [stdout] test update_check::tests::parse_semver_rejects_garbage ... ok
[INFO] [stdout] test state::tests::move_image_changes_priority ... ok
[INFO] [stdout] test state::tests::source_label_and_refs ... ok
[INFO] [stdout] test state::tests::move_source_changes_priority ... ok
[INFO] [stdout] test state::tests::old_schema_without_vms_table_still_loads ... ok
[INFO] [stdout] test state::tests::old_schema_without_images_still_loads ... ok
[INFO] [stdout] test state::tests::remove_image_and_reseed_when_last ... ok
[INFO] [stdout] test state::tests::add_source_materializes_default_then_appends ... ok
[INFO] [stdout] test state::tests::remove_source_and_reseed_when_last ... ok
[INFO] [stdout] test state::tests::save_and_reload_roundtrip ... ok
[INFO] [stdout] test state::tests::vm_gui_roundtrip ... ok
[INFO] [stdout] test commands::completions::tests::man_writes_root_and_subcommand_pages ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 112 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rusta-d9a5d1977979668c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running tests/cli_basics.rs (/opt/rustwide/target/debug/deps/cli_basics-1bd33019e6d3e0aa)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test unknown_flag_errors ... ok
[INFO] [stdout] test subcommand_help_works ... ok
[INFO] [stdout] test no_args_prints_top_help ... ok
[INFO] [stdout] test completions_and_man_are_hidden_from_top_help ... ok
[INFO] [stdout] test completions_zsh_emits_compdef_header ... ok
[INFO] [stdout] test help_flag_prints_help ... ok
[INFO] [stdout] test man_writes_root_and_subcommand_pages ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/create_delete.rs (/opt/rustwide/target/debug/deps/create_delete-f05919250d6d8f32)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test create_without_name_in_non_tty_errors ... ok
[INFO] [stdout] test create_with_invalid_name_errors ... ok
[INFO] [stdout] test create_with_invalid_gui_errors ... ok
[INFO] [stdout] test create_existing_vm_is_skip ... ok
[INFO] [stdout] test create_without_name_aborts_on_eof_via_stdin_pipe ... ok
[INFO] [stdout] test set_gui_rejects_invalid_mode ... ok
[INFO] [stdout] test delete_unknown_vm_returns_2 ... ok
[INFO] [stdout] test set_gui_unknown_vm_returns_2 ... ok
[INFO] [stdout] test set_gui_on_records_true_for_existing_vm ... ok
[INFO] [stdout] test set_gui_off_records_false_for_existing_vm ... ok
[INFO] [stdout] test delete_refuses_running_vm_without_force ... ok
[INFO] [stdout] test delete_with_yes_skips_prompt_and_clears_default ... ok
[INFO] [stdout] test delete_force_running_stops_and_deletes ... ok
[INFO] [stdout] test create_with_explicit_name_and_version ... ok
[INFO] [stdout] test set_gui_off_makes_up_default_headless ... ok
[INFO] [stdout] test create_without_gui_records_false ... ok
[INFO] [stdout] test create_with_gui_works ... ok
[INFO] [stdout] test create_does_not_set_default ... ok
[INFO] [stdout] test create_with_explicit_name_creates_it ... ok
[INFO] [stdout] test set_gui_overrides_previous_preference ... ok
[INFO] [stdout] test create_with_gui_records_state ... ok
[INFO] [stderr]      Running tests/failure_paths.rs (/opt/rustwide/target/debug/deps/failure_paths-2b6eda959eeb0f9f)
[INFO] [stdout] test delete_removes_vm_state_entry ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tart_list_failure_surfaces_error ... ok
[INFO] [stdout] test ssh_interactive_propagates_exit_code ... ok
[INFO] [stdout] test create_fails_when_tart_clone_fails ... ok
[INFO] [stdout] test ssh_copy_fails_when_sshpass_returns_error ... ok
[INFO] [stdout] test docker_setup_fails_when_docker_context_create_fails ... FAILED
[INFO] [stdout] test tart_ip_failure_surfaces_error ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- docker_setup_fails_when_docker_context_create_fails stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'docker_setup_fails_when_docker_context_create_fails' (1752) panicked at tests/failure_paths.rs:113:5:
[INFO] [stdout] assertion failed: stderr(&out).contains("docker context")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ee2ea885168 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ee2ea885168 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ee2ea885168 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ee2ea885168 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ee2ea89918a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ee2ea89918a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5ee2ea889aa2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5ee2ea889aa2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5ee2ea862056 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ee2ea862056 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ee2ea87ca79 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ee2ea80b44c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5ee2ea80b44c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5ee2ea87cc32 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5ee2ea87cc32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ee2ea862144 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5ee2ea8570e9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ee2ea862ebd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ee2ea8998dc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ee2ea8998a2 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5ee2ea7f5b3a - failure_paths[cac3352b829679f1]::docker_setup_fails_when_docker_context_create_fails
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/failure_paths.rs:113:5
[INFO] [stdout]   21:     0x5ee2ea7f37a7 - failure_paths[cac3352b829679f1]::docker_setup_fails_when_docker_context_create_fails::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/failure_paths.rs:102:57
[INFO] [stdout]   22:     0x5ee2ea7fe3c6 - <failure_paths[cac3352b829679f1]::docker_setup_fails_when_docker_context_create_fails::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5ee2ea7fe52b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ee2ea7fe52b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5ee2ea80bda5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5ee2ea80bda5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5ee2ea80bda5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5ee2ea80bda5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5ee2ea80bda5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5ee2ea80bda5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5ee2ea80bda5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5ee2ea8056b4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5ee2ea8056b4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5ee2ea80ee22 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5ee2ea80ee22 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5ee2ea80ee22 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5ee2ea80ee22 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5ee2ea80ee22 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5ee2ea80ee22 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5ee2ea80ee22 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5ee2ea8845bf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   42:     0x5ee2ea8845bf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stderr] error: test failed, to rerun pass `--test failure_paths`
[INFO] [stdout]   43:     0x7983479a5aa4 - <unknown>
[INFO] [stdout]   44:     0x798347a32a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     docker_setup_fails_when_docker_context_create_fails
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.05s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30", kill_on_drop: false }`
[INFO] [stdout] 7a883842d13dc8d6c57a2c82f088d6c01ef26921cfdd58e4ef2eee1515afbe30
