[INFO] cloning repository https://github.com/luciano-sparti/FATES
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luciano-sparti/FATES" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluciano-sparti%2FFATES", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluciano-sparti%2FFATES'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5d4d7beeba6218d4f6fd4c731f570dbec198a179
[INFO] testing luciano-sparti/FATES against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluciano-sparti%2FFATES" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/luciano-sparti/FATES
[INFO] finished tweaking git repo https://github.com/luciano-sparti/FATES
[INFO] tweaked toml for git repo https://github.com/luciano-sparti/FATES written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/luciano-sparti/FATES on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/luciano-sparti/FATES already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c
[INFO] running `Command { std: "docker" "start" "bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c", 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" "bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c", 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" "bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.2
[INFO] [stderr]    Compiling sysinfo v0.39.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.8
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling fates-cli v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 32.70s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c", 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" "bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling fates-cli v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3.36s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c", 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" "bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.31.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/fates-0ff077ccd8e2eb66)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test config::tests::multiple_errors_are_all_reported ... ok
[INFO] [stdout] test config::tests::empty_cmd_is_an_error ... ok
[INFO] [stdout] test config::tests::missing_dependency_is_an_error ... ok
[INFO] [stdout] test config::tests::topological_order_keeps_every_name ... ok
[INFO] [stdout] test config::tests::topological_order_puts_dependencies_first ... ok
[INFO] [stdout] test config::tests::self_dependency_is_an_error ... ok
[INFO] [stdout] test config::tests::topological_order_survives_cycles ... ok
[INFO] [stdout] test dashboard::tests::colored_highlights_selected_row ... ok
[INFO] [stdout] test config::tests::valid_config_has_no_errors ... ok
[INFO] [stdout] test dashboard::tests::colored_uses_box_chars_and_ansi ... ok
[INFO] [stdout] test dashboard::tests::cpu_style_tints_high_usage ... ok
[INFO] [stdout] test dashboard::tests::plain_renders_headers_rows_and_totals ... ok
[INFO] [stdout] test shell::tests::adjacent_quoted_and_unquoted_parts_merge ... ok
[INFO] [stdout] test shell::tests::backslash_escapes_next_character ... ok
[INFO] [stdout] test shell::tests::collapses_leading_trailing_and_repeated_whitespace ... ok
[INFO] [stdout] test shell::tests::double_quotes_group_and_allow_escapes ... ok
[INFO] [stdout] test shell::tests::empty_input_yields_no_words ... ok
[INFO] [stdout] test shell::tests::empty_quoted_word_is_preserved ... ok
[INFO] [stdout] test shell::tests::env_expands_from_process_environment ... ok
[INFO] [stdout] test shell::tests::env_expands_simple_and_braced_forms ... ok
[INFO] [stdout] test shell::tests::env_lone_dollar_is_literal ... ok
[INFO] [stdout] test shell::tests::env_overlay_takes_precedence ... ok
[INFO] [stdout] test shell::tests::env_unset_variables_expand_to_empty ... ok
[INFO] [stdout] test shell::tests::single_quotes_group_into_one_word ... ok
[INFO] [stdout] test shell::tests::tilde_expands_to_home ... ok
[INFO] [stdout] test shell::tests::tilde_is_untouched_when_home_is_unknown ... ok
[INFO] [stdout] test state::tests::empty_args_are_stale ... ok
[INFO] [stdout] test shell::tests::splits_on_whitespace ... ok
[INFO] [stdout] test shell::tests::non_tilde_paths_are_unchanged ... ok
[INFO] [stdout] test state::tests::differing_cmdline_is_stale ... ok
[INFO] [stdout] test state::tests::live_matching_process_is_not_stale ... ok
[INFO] [stdout] test state::tests::dead_process_is_stale ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/release/deps/integration-dbb03fa077184fa7)
[INFO] [stdout] 
[INFO] [stdout] running 55 tests
[INFO] [stdout] test completions_are_generated_for_common_shells ... FAILED
[INFO] [stdout] test cut_all_is_idempotent_when_groups_are_already_stopped ... FAILED
[INFO] [stdout] test concurrent_spins_preserve_all_groups ... FAILED
[INFO] [stdout] test config_quoted_command_preserves_arguments ... FAILED
[INFO] [stdout] test config_env_block_is_applied_to_process ... FAILED
[INFO] [stdout] test draw_respawns_after_dead_pid ... FAILED
[INFO] [stdout] test cut_all_stops_dependents_first ... FAILED
[INFO] [stdout] test cut_force_terminates_immediately ... FAILED
[INFO] [stdout] test draw_all_registers_config_groups_automatically ... FAILED
[INFO] [stdout] test cut_stale_pid_is_rejected_without_signaling ... FAILED
[INFO] [stdout] test draw_all_requires_no_config_for_state_only_groups ... FAILED
[INFO] [stdout] test help_exits_successfully ... FAILED
[INFO] [stdout] test init_writes_starter_config_and_refuses_overwrite ... FAILED
[INFO] [stdout] test draw_already_running_is_rejected ... FAILED
[INFO] [stdout] test inline_command_with_quotes_preserves_arguments ... FAILED
[INFO] [stdout] test logs_follow_with_tail_prints_history_first ... FAILED
[INFO] [stdout] test cut_nonexistent_group_exits_with_error ... FAILED
[INFO] [stdout] test help_lists_aliases ... FAILED
[INFO] [stdout] test logs_for_drawn_process_contains_output ... FAILED
[INFO] [stdout] test loom_json_empty_state_is_empty_array ... FAILED
[INFO] [stdout] test draw_all_starts_in_dependency_order ... FAILED
[INFO] [stdout] test draw_and_cut_a_process ... FAILED
[INFO] [stdout] test loom_prints_totals_row ... FAILED
[INFO] [stdout] test logs_follow_streams_newly_appended_lines ... FAILED
[INFO] [stdout] test loom_prints_table_headers ... FAILED
[INFO] [stdout] test loom_marks_dead_process_stopped ... FAILED
[INFO] [stdout] test rotate_alias_behaves_like_reel ... FAILED
[INFO] [stdout] test respin_unknown_group_shows_error ... FAILED
[INFO] [stdout] test respin_of_stopped_group_starts_it ... FAILED
[INFO] [stdout] test restart_alias_behaves_like_respin ... FAILED
[INFO] [stdout] test logs_tail_returns_only_last_lines ... FAILED
[INFO] [stdout] test logs_for_undrawn_process_shows_error ... FAILED
[INFO] [stdout] test reel_archives_log_and_starts_fresh ... FAILED
[INFO] [stdout] test loom_json_reports_running_process ... FAILED
[INFO] [stdout] test respin_stops_and_starts_group ... FAILED
[INFO] [stdout] test spin_rejects_config_with_missing_dependency ... FAILED
[INFO] [stdout] test register_alias_behaves_like_spin ... FAILED
[INFO] [stdout] test loom_watch_refreshes_repeatedly ... FAILED
[INFO] [stdout] test loom_empty_state_shows_message ... FAILED
[INFO] [stdout] test reel_unknown_group_shows_error ... FAILED
[INFO] [stdout] test spin_registers_group_from_cli ... FAILED
[INFO] [stdout] test spin_unknown_group_without_cmd_exits_nonzero ... FAILED
[INFO] [stdout] test wait_stopped_group_returns_immediately ... FAILED
[INFO] [stdout] test status_alias_behaves_like_loom ... FAILED
[INFO] [stdout] test system_errors_exit_with_code_two ... FAILED
[INFO] [stdout] test stop_alias_behaves_like_cut ... FAILED
[INFO] [stdout] test start_alias_behaves_like_draw ... FAILED
[INFO] [stdout] test wait_returns_when_process_exits ... FAILED
[INFO] [stdout] test state_dir_flag_controls_state_location ... FAILED
[INFO] [stdout] test spin_from_config_file ... FAILED
[INFO] [stdout] test spin_rejects_config_with_empty_cmd ... FAILED
[INFO] [stdout] test version_exits_successfully ... FAILED
[INFO] [stdout] test wait_times_out_on_long_running_process ... FAILED
[INFO] [stdout] test weave_prints_dependency_tree ... FAILED
[INFO] [stdout] test weave_unknown_group_exits_with_error ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- completions_are_generated_for_common_shells stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'completions_are_generated_for_common_shells' (1186) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956d261 - <integration[2202dd64611c1232]::completions_are_generated_for_common_shells::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cut_all_is_idempotent_when_groups_are_already_stopped stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cut_all_is_idempotent_when_groups_are_already_stopped' (1191) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956f93e - <integration[2202dd64611c1232]::cut_all_is_idempotent_when_groups_are_already_stopped::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- concurrent_spins_preserve_all_groups stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'concurrent_spins_preserve_all_groups' (1187) panicked at tests/integration.rs:538:14:
[INFO] [stdout] Failed to spawn fates: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x586769569b8d - <integration[2202dd64611c1232]::concurrent_spins_preserve_all_groups::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x761722cf807a - <unknown>
[INFO] [stdout]   19:     0x761722d8b534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- config_quoted_command_preserves_arguments stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'config_quoted_command_preserves_arguments' (1189) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956c538 - <integration[2202dd64611c1232]::config_quoted_command_preserves_arguments::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- config_env_block_is_applied_to_process stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'config_env_block_is_applied_to_process' (1188) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956a75e - <integration[2202dd64611c1232]::config_env_block_is_applied_to_process::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- draw_respawns_after_dead_pid stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'draw_respawns_after_dead_pid' (1209) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x5867695620a3 - <integration[2202dd64611c1232]::draw_respawns_after_dead_pid::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cut_all_stops_dependents_first stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cut_all_stops_dependents_first' (1192) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956380e - <integration[2202dd64611c1232]::cut_all_stops_dependents_first::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cut_force_terminates_immediately stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cut_force_terminates_immediately' (1193) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769565934 - <integration[2202dd64611c1232]::cut_force_terminates_immediately::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- draw_all_registers_config_groups_automatically stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'draw_all_registers_config_groups_automatically' (1203) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956e31b - <integration[2202dd64611c1232]::draw_all_registers_config_groups_automatically::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cut_stale_pid_is_rejected_without_signaling stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cut_stale_pid_is_rejected_without_signaling' (1201) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956d79f - <integration[2202dd64611c1232]::cut_stale_pid_is_rejected_without_signaling::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- draw_all_requires_no_config_for_state_only_groups stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'draw_all_requires_no_config_for_state_only_groups' (1204) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956f501 - <integration[2202dd64611c1232]::draw_all_requires_no_config_for_state_only_groups::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- help_exits_successfully stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'help_exits_successfully' (1210) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x5867695614a4 - <integration[2202dd64611c1232]::help_exits_successfully::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- init_writes_starter_config_and_refuses_overwrite stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'init_writes_starter_config_and_refuses_overwrite' (1214) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956ef5b - <integration[2202dd64611c1232]::init_writes_starter_config_and_refuses_overwrite::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- draw_already_running_is_rejected stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'draw_already_running_is_rejected' (1207) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769565d38 - <integration[2202dd64611c1232]::draw_already_running_is_rejected::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- inline_command_with_quotes_preserves_arguments stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'inline_command_with_quotes_preserves_arguments' (1219) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956e9ce - <integration[2202dd64611c1232]::inline_command_with_quotes_preserves_arguments::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- logs_follow_with_tail_prints_history_first stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'logs_follow_with_tail_prints_history_first' (1221) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956cb75 - <integration[2202dd64611c1232]::logs_follow_with_tail_prints_history_first::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- cut_nonexistent_group_exits_with_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cut_nonexistent_group_exits_with_error' (1196) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956ac63 - <integration[2202dd64611c1232]::cut_nonexistent_group_exits_with_error::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- help_lists_aliases stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'help_lists_aliases' (1211) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769560061 - <integration[2202dd64611c1232]::help_lists_aliases::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- logs_for_drawn_process_contains_output stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'logs_for_drawn_process_contains_output' (1222) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956aeb7 - <integration[2202dd64611c1232]::logs_for_drawn_process_contains_output::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- loom_json_empty_state_is_empty_array stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'loom_json_empty_state_is_empty_array' (1227) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956a14b - <integration[2202dd64611c1232]::loom_json_empty_state_is_empty_array::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- draw_all_starts_in_dependency_order stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'draw_all_starts_in_dependency_order' (1205) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769568e62 - <integration[2202dd64611c1232]::draw_all_starts_in_dependency_order::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- draw_and_cut_a_process stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'draw_and_cut_a_process' (1208) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769560a58 - <integration[2202dd64611c1232]::draw_and_cut_a_process::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- loom_prints_totals_row stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'loom_prints_totals_row' (1238) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956112e - <integration[2202dd64611c1232]::loom_prints_totals_row::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- logs_follow_streams_newly_appended_lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'logs_follow_streams_newly_appended_lines' (1220) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956be35 - <integration[2202dd64611c1232]::logs_follow_streams_newly_appended_lines::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- loom_prints_table_headers stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'loom_prints_table_headers' (1237) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x5867695616d2 - <integration[2202dd64611c1232]::loom_prints_table_headers::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- loom_marks_dead_process_stopped stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'loom_marks_dead_process_stopped' (1236) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769564cd2 - <integration[2202dd64611c1232]::loom_marks_dead_process_stopped::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- rotate_alias_behaves_like_reel stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'rotate_alias_behaves_like_reel' (1256) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956440a - <integration[2202dd64611c1232]::rotate_alias_behaves_like_reel::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- respin_unknown_group_shows_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'respin_unknown_group_shows_error' (1249) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769566473 - <integration[2202dd64611c1232]::respin_unknown_group_shows_error::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- respin_of_stopped_group_starts_it stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'respin_of_stopped_group_starts_it' (1246) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x5867695679c6 - <integration[2202dd64611c1232]::respin_of_stopped_group_starts_it::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- restart_alias_behaves_like_respin stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'restart_alias_behaves_like_respin' (1251) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769567cc6 - <integration[2202dd64611c1232]::restart_alias_behaves_like_respin::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- logs_tail_returns_only_last_lines stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'logs_tail_returns_only_last_lines' (1225) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769566a01 - <integration[2202dd64611c1232]::logs_tail_returns_only_last_lines::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- logs_for_undrawn_process_shows_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'logs_for_undrawn_process_shows_error' (1224) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769569f63 - <integration[2202dd64611c1232]::logs_for_undrawn_process_shows_error::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- reel_archives_log_and_starts_fresh stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'reel_archives_log_and_starts_fresh' (1241) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769568108 - <integration[2202dd64611c1232]::reel_archives_log_and_starts_fresh::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- loom_json_reports_running_process stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'loom_json_reports_running_process' (1234) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769567186 - <integration[2202dd64611c1232]::loom_json_reports_running_process::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- respin_stops_and_starts_group stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'respin_stops_and_starts_group' (1248) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956283b - <integration[2202dd64611c1232]::respin_stops_and_starts_group::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- spin_rejects_config_with_missing_dependency stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'spin_rejects_config_with_missing_dependency' (1264) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956dcd2 - <integration[2202dd64611c1232]::spin_rejects_config_with_missing_dependency::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- register_alias_behaves_like_spin stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'register_alias_behaves_like_spin' (1245) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x5867695660db - <integration[2202dd64611c1232]::register_alias_behaves_like_spin::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- loom_watch_refreshes_repeatedly stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'loom_watch_refreshes_repeatedly' (1239) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769564fe2 - <integration[2202dd64611c1232]::loom_watch_refreshes_repeatedly::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- loom_empty_state_shows_message stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'loom_empty_state_shows_message' (1226) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769563fdf - <integration[2202dd64611c1232]::loom_empty_state_shows_message::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- reel_unknown_group_shows_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'reel_unknown_group_shows_error' (1242) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769564183 - <integration[2202dd64611c1232]::reel_unknown_group_shows_error::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- spin_registers_group_from_cli stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'spin_registers_group_from_cli' (1262) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769563254 - <integration[2202dd64611c1232]::spin_registers_group_from_cli::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- spin_unknown_group_without_cmd_exits_nonzero stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'spin_unknown_group_without_cmd_exits_nonzero' (1265) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956e000 - <integration[2202dd64611c1232]::spin_unknown_group_without_cmd_exits_nonzero::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- wait_stopped_group_returns_immediately stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'wait_stopped_group_returns_immediately' (1281) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956b7b6 - <integration[2202dd64611c1232]::wait_stopped_group_returns_immediately::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- status_alias_behaves_like_loom stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'status_alias_behaves_like_loom' (1272) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769564a41 - <integration[2202dd64611c1232]::status_alias_behaves_like_loom::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- system_errors_exit_with_code_two stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'system_errors_exit_with_code_two' (1276) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769566740 - <integration[2202dd64611c1232]::system_errors_exit_with_code_two::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- stop_alias_behaves_like_cut stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'stop_alias_behaves_like_cut' (1275) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769561b5d - <integration[2202dd64611c1232]::stop_alias_behaves_like_cut::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- start_alias_behaves_like_draw stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'start_alias_behaves_like_draw' (1266) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x5867695634c6 - <integration[2202dd64611c1232]::start_alias_behaves_like_draw::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- wait_returns_when_process_exits stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'wait_returns_when_process_exits' (1279) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x5867695655fb - <integration[2202dd64611c1232]::wait_returns_when_process_exits::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- state_dir_flag_controls_state_location stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'state_dir_flag_controls_state_location' (1271) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956b331 - <integration[2202dd64611c1232]::state_dir_flag_controls_state_location::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- spin_from_config_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'spin_from_config_file' (1261) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769560732 - <integration[2202dd64611c1232]::spin_from_config_file::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- spin_rejects_config_with_empty_cmd stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'spin_rejects_config_with_empty_cmd' (1263) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769568b20 - <integration[2202dd64611c1232]::spin_rejects_config_with_empty_cmd::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- version_exits_successfully stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'version_exits_successfully' (1277) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x586769561914 - <integration[2202dd64611c1232]::version_exits_successfully::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- wait_times_out_on_long_running_process stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'wait_times_out_on_long_running_process' (1282) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956ba66 - <integration[2202dd64611c1232]::wait_times_out_on_long_running_process::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- weave_prints_dependency_tree stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'weave_prints_dependency_tree' (1283) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x5867695624dc - <integration[2202dd64611c1232]::weave_prints_dependency_tree::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- weave_unknown_group_exits_with_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'weave_unknown_group_exits_with_error' (1284) panicked at tests/integration.rs:40:14:
[INFO] [stdout] Failed to execute fates binary. Have you run `cargo build`?: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5867695f3f11 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x586769608eca - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x5867695f862c - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x5867695ce886 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5867695eb949 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x5867695866e0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5867695ebb02 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5867695ce932 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5867695c6c69 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5867695cf52d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x5867696095fc - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5867696093d2 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x58676955f20d - <integration[2202dd64611c1232]::TestEnv>::run
[INFO] [stdout]   13:     0x58676956a440 - <integration[2202dd64611c1232]::weave_unknown_group_exits_with_error::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5867695799cb - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   15:     0x586769587035 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5867695803f4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x58676958a192 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5867695f3289 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x761722cf807a - <unknown>
[INFO] [stdout]   20:     0x761722d8b534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     completions_are_generated_for_common_shells
[INFO] [stdout]     concurrent_spins_preserve_all_groups
[INFO] [stdout]     config_env_block_is_applied_to_process
[INFO] [stdout]     config_quoted_command_preserves_arguments
[INFO] [stdout]     cut_all_is_idempotent_when_groups_are_already_stopped
[INFO] [stdout]     cut_all_stops_dependents_first
[INFO] [stdout]     cut_force_terminates_immediately
[INFO] [stdout]     cut_nonexistent_group_exits_with_error
[INFO] [stdout]     cut_stale_pid_is_rejected_without_signaling
[INFO] [stdout]     draw_all_registers_config_groups_automatically
[INFO] [stdout]     draw_all_requires_no_config_for_state_only_groups
[INFO] [stdout]     draw_all_starts_in_dependency_order
[INFO] [stdout]     draw_already_running_is_rejected
[INFO] [stdout]     draw_and_cut_a_process
[INFO] [stdout]     draw_respawns_after_dead_pid
[INFO] [stdout]     help_exits_successfully
[INFO] [stdout]     help_lists_aliases
[INFO] [stdout]     init_writes_starter_config_and_refuses_overwrite
[INFO] [stdout]     inline_command_with_quotes_preserves_arguments
[INFO] [stdout]     logs_follow_streams_newly_appended_lines
[INFO] [stdout]     logs_follow_with_tail_prints_history_first
[INFO] [stdout]     logs_for_drawn_process_contains_output
[INFO] [stdout]     logs_for_undrawn_process_shows_error
[INFO] [stdout]     logs_tail_returns_only_last_lines
[INFO] [stdout]     loom_empty_state_shows_message
[INFO] [stdout]     loom_json_empty_state_is_empty_array
[INFO] [stdout]     loom_json_reports_running_process
[INFO] [stdout]     loom_marks_dead_process_stopped
[INFO] [stdout]     loom_prints_table_headers
[INFO] [stdout]     loom_prints_totals_row
[INFO] [stdout]     loom_watch_refreshes_repeatedly
[INFO] [stdout]     reel_archives_log_and_starts_fresh
[INFO] [stdout]     reel_unknown_group_shows_error
[INFO] [stdout]     register_alias_behaves_like_spin
[INFO] [stdout]     respin_of_stopped_group_starts_it
[INFO] [stdout]     respin_stops_and_starts_group
[INFO] [stdout]     respin_unknown_group_shows_error
[INFO] [stdout]     restart_alias_behaves_like_respin
[INFO] [stdout]     rotate_alias_behaves_like_reel
[INFO] [stdout]     spin_from_config_file
[INFO] [stdout]     spin_registers_group_from_cli
[INFO] [stdout]     spin_rejects_config_with_empty_cmd
[INFO] [stdout]     spin_rejects_config_with_missing_dependency
[INFO] [stdout]     spin_unknown_group_without_cmd_exits_nonzero
[INFO] [stdout]     start_alias_behaves_like_draw
[INFO] [stdout]     state_dir_flag_controls_state_location
[INFO] [stdout]     status_alias_behaves_like_loom
[INFO] [stdout]     stop_alias_behaves_like_cut
[INFO] [stdout]     system_errors_exit_with_code_two
[INFO] [stdout]     version_exits_successfully
[INFO] [stdout]     wait_returns_when_process_exits
[INFO] [stdout]     wait_stopped_group_returns_immediately
[INFO] [stdout]     wait_times_out_on_long_running_process
[INFO] [stdout]     weave_prints_dependency_tree
[INFO] [stdout]     weave_unknown_group_exits_with_error
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 55 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c", kill_on_drop: false }`
[INFO] [stdout] bacc964f19a48408f937948e70a459d8b8d94e1e0053726b5da8af1e85b0ef2c
