[INFO] cloning repository https://github.com/dhth/dfft
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dhth/dfft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhth%2Fdfft", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhth%2Fdfft'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c66bb319e6f8ed78b782f6468e184f4ba7fffb1c
[INFO] testing dhth/dfft against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhth%2Fdfft" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/dhth/dfft
[INFO] finished tweaking git repo https://github.com/dhth/dfft
[INFO] tweaked toml for git repo https://github.com/dhth/dfft written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dhth/dfft on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dhth/dfft 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c0ff0bd54dd3ebe8c301c8679c1cb1f9a215bcec10e6728428720f0552ea2987
[INFO] running `Command { std: "docker" "start" "-a" "c0ff0bd54dd3ebe8c301c8679c1cb1f9a215bcec10e6728428720f0552ea2987", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0ff0bd54dd3ebe8c301c8679c1cb1f9a215bcec10e6728428720f0552ea2987", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0ff0bd54dd3ebe8c301c8679c1cb1f9a215bcec10e6728428720f0552ea2987", kill_on_drop: false }`
[INFO] [stdout] c0ff0bd54dd3ebe8c301c8679c1cb1f9a215bcec10e6728428720f0552ea2987
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 743b75638a5832524c8d4bfbf3351c09eabaddf7f0aa315fd74c2d3cc9c521fc
[INFO] running `Command { std: "docker" "start" "-a" "743b75638a5832524c8d4bfbf3351c09eabaddf7f0aa315fd74c2d3cc9c521fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling bytemuck v1.23.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling symphonia-core v0.5.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling cpal v0.16.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling symphonia-metadata v0.5.4
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling extended v0.1.0
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling symphonia-format-riff v0.5.4
[INFO] [stderr]    Compiling alsa v0.9.1
[INFO] [stderr]    Compiling inotify v0.11.0
[INFO] [stderr]    Compiling symphonia-codec-pcm v0.5.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling notify-types v2.0.0
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling dasp_sample v0.11.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling symphonia v0.5.4
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling file-id v0.2.3
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling rodio v0.21.1
[INFO] [stderr]    Compiling notify-debouncer-full v0.6.0
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling console v0.16.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling etcetera v0.11.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling dfft v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
[INFO] running `Command { std: "docker" "inspect" "743b75638a5832524c8d4bfbf3351c09eabaddf7f0aa315fd74c2d3cc9c521fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "743b75638a5832524c8d4bfbf3351c09eabaddf7f0aa315fd74c2d3cc9c521fc", kill_on_drop: false }`
[INFO] [stdout] 743b75638a5832524c8d4bfbf3351c09eabaddf7f0aa315fd74c2d3cc9c521fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d511560b2a9060f725d722b4accf22ab40ae2c255edd2191e0591af26b58b978
[INFO] running `Command { std: "docker" "start" "-a" "d511560b2a9060f725d722b4accf22ab40ae2c255edd2191e0591af26b58b978", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling insta-cmd v0.6.0
[INFO] [stderr]    Compiling dfft v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 42.48s
[INFO] running `Command { std: "docker" "inspect" "d511560b2a9060f725d722b4accf22ab40ae2c255edd2191e0591af26b58b978", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d511560b2a9060f725d722b4accf22ab40ae2c255edd2191e0591af26b58b978", kill_on_drop: false }`
[INFO] [stdout] d511560b2a9060f725d722b4accf22ab40ae2c255edd2191e0591af26b58b978
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] eed2d14fb64bac962eded8c83f876bed55c5d1b6f24e279b70d14d19239d452c
[INFO] running `Command { std: "docker" "start" "-a" "eed2d14fb64bac962eded8c83f876bed55c5d1b6f24e279b70d14d19239d452c", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dfft-893f57dc7dbbd58f)
[INFO] [stdout] 
[INFO] [stdout] running 73 tests
[INFO] [stdout] test domain::cache::tests::creating_empty_cache_works ... ok
[INFO] [stdout] test domain::cache::tests::len_reflects_cache_size_correctly ... ok
[INFO] [stdout] test domain::cache::tests::removing_a_nested_directory_works ... ok
[INFO] [stdout] test domain::cache::tests::removing_directory_matches_path_exactly ... ok
[INFO] [stdout] test domain::cache::tests::removing_directory_is_case_sensitive ... ok
[INFO] [stdout] test domain::cache::tests::inserting_path_with_backslashes_normalizes_to_forward_slashes ... ok
[INFO] [stdout] test domain::cache::tests::inserting_new_file_works ... ok
[INFO] [stdout] test domain::cache::tests::removing_directory_on_empty_cache_works ... ok
[INFO] [stdout] test domain::cache::tests::inserting_file_returns_previous_content_when_overwriting ... ok
[INFO] [stdout] test domain::cache::tests::mixed_path_separators_work_consistently ... ok
[INFO] [stdout] test domain::cache::tests::removing_directory_removes_all_files_in_it ... ok
[INFO] [stdout] test domain::cache::tests::removing_directory_with_nested_paths_works ... ok
[INFO] [stdout] test domain::cache::tests::removing_directory_with_root_path_doesnt_do_anything ... ok
[INFO] [stdout] test domain::cache::tests::removing_windows_directory_without_trailing_separator_works ... ok
[INFO] [stdout] test domain::cache::tests::removing_windows_directory_works ... ok
[INFO] [stdout] test domain::cache::tests::removing_directory_with_exact_prefix_match_works ... ok
[INFO] [stdout] test domain::cache::tests::removing_directory_without_trailing_separator_works ... ok
[INFO] [stdout] test domain::cache::tests::removing_directory_without_trailing_separator_matches_path_exactly ... ok
[INFO] [stdout] test domain::cache::tests::removing_existing_file_returns_content ... ok
[INFO] [stdout] test domain::cache::tests::removing_nonexistent_file_returns_none ... ok
[INFO] [stdout] test domain::diff::tests::creating_a_diff_with_no_changes_works ... ok
[INFO] [stdout] test domain::diff::tests::creating_diff_with_multiple_hunks_works ... ok
[INFO] [stdout] test domain::diff::tests::creating_simple_diff_works ... ok
[INFO] [stdout] test tui::model::tests::debouncing_audio_playback_works ... ok
[INFO] [stdout] test domain::cache::tests::removing_windows_path_works ... ok
[INFO] [stdout] test domain::cache::tests::removing_directory_returns_false_when_no_files_removed ... ok
[INFO] [stdout] test tui::tests::change::selecting_first_change_from_an_empty_changes_list_doesnt_crash ... ok
[INFO] [stdout] test tui::tests::change::selecting_first_change_from_changes_pane_works ... ok
[INFO] [stdout] test tui::tests::change::selecting_last_change_from_an_empty_changes_list_doesnt_crash ... ok
[INFO] [stdout] test tui::tests::change::selecting_last_change_from_changes_pane_works ... ok
[INFO] [stdout] test tui::tests::diff::diff_pane_doesnt_scroll_beyond_limits ... ok
[INFO] [stdout] test tui::tests::diff::max_scroll_for_diff_is_recomputed_when_terminal_size_crosses_minimum_threshold ... ok
[INFO] [stdout] test tui::tests::diff::max_scroll_for_diff_doesnt_change_when_only_terminal_width_changes ... ok
[INFO] [stdout] test tui::tests::diff::main_view_renders_modified_file_with_diff ... ok
[INFO] [stdout] test tui::tests::diff::diff_scroll_is_reset_when_follow_mode_is_on ... ok
[INFO] [stdout] test tui::tests::diff::diff_scroll_is_reset_when_another_change_is_selected ... ok
[INFO] [stdout] test tui::tests::diff::selecting_first_change_from_diff_pane_works ... ok
[INFO] [stdout] test tui::tests::diff::max_scroll_for_diff_is_reset_when_change_list_is_reset ... ok
[INFO] [stdout] test tui::tests::diff::scrolling_diff_by_half_a_page_works ... ok
[INFO] [stdout] test tui::tests::diff::scrolling_diff_by_a_line_works ... ok
[INFO] [stdout] test tui::tests::diff::max_scroll_for_diff_is_recomputed_when_terminal_height_changes ... ok
[INFO] [stdout] test domain::diff::tests::diff_adjusts_padding_for_line_numbers_accordinly ... ok
[INFO] [stdout] test tui::tests::general::info_message_disappears_after_its_frame_budget_expires ... ok
[INFO] [stdout] test tui::tests::diff::selecting_last_change_from_diff_pane_works ... ok
[INFO] [stdout] test tui::tests::general::cursor_moves_automatically_when_following_enabled ... ok
[INFO] [stdout] test tui::tests::general::cursor_doesnt_move_by_itself_when_following_disabled ... ok
[INFO] [stdout] test tui::tests::general::main_view_renders_created_file_change ... ok
[INFO] [stdout] test tui::tests::general::changes_list_handles_long_file_paths ... ok
[INFO] [stdout] test tui::tests::general::main_view_renders_removed_file_change ... ok
[INFO] [stdout] test tui::tests::general::main_view_renders_created_file_with_error ... ok
[INFO] [stdout] test tui::tests::general::main_view_renders_banner_when_no_changes_present ... ok
[INFO] [stdout] test tui::tests::general::changes_list_shows_item_count_in_title ... ok
[INFO] [stdout] test tui::tests::general::main_view_renders_initial_snapshot_change ... ok
[INFO] [stdout] test tui::tests::general::cursor_moves_to_the_end_when_following_is_turned_on_after_a_while ... ok
[INFO] [stdout] test tui::tests::diff::diff_pane_renders_diff_with_several_hunks_correctly ... ok
[INFO] [stdout] test tui::tests::general::status_line_shows_error_message ... ok
[INFO] [stdout] test tui::tests::general::status_line_shows_following_changes_indicator ... ok
[INFO] [stdout] test tui::tests::general::showing_debug_info_works ... ok
[INFO] [stdout] test tui::tests::general::main_view_renders_modified_file_with_error ... ok
[INFO] [stdout] test tui::tests::general::terminal_too_small_view_is_shown_when_both_dimensions_small ... ok
[INFO] [stdout] test tui::tests::general::status_line_shows_info_message ... ok
[INFO] [stdout] test tui::tests::general::scrolling_for_created_file_contents_doesnt_go_beyond_limits ... ok
[INFO] [stdout] test tui::tests::general::sound_unavailable_indicator_is_shown_when_applicable ... ok
[INFO] [stdout] test tui::tests::help::max_scroll_for_help_doesnt_change_when_only_terminal_width_changes ... ok
[INFO] [stdout] test tui::tests::help::max_scroll_for_help_is_recomputed_when_terminal_size_crosses_minimum_threshold ... ok
[INFO] [stdout] test tui::tests::general::status_line_shows_paused_status ... ok
[INFO] [stdout] test tui::tests::general::terminal_too_small_view_is_shown_when_width_too_small ... ok
[INFO] [stdout] test tui::tests::general::terminal_too_small_view_is_shown_when_height_too_small ... ok
[INFO] [stdout] test utils::tests::test_num_digits ... ok
[INFO] [stdout] test tui::tests::general::max_scroll_for_created_file_contents_is_recomputed_when_terminal_height_changes ... ok
[INFO] [stdout] test tui::tests::help::help_pane_doesnt_scroll_beyond_limits ... ok
[INFO] [stdout] test tui::tests::help::scrolling_help_pane_works ... ok
[INFO] [stdout] test tui::tests::help::rendering_help_pane_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/help_test.rs (/opt/rustwide/target/debug/deps/help_test-fb9478d8352a99f1)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr]      Running tests/run_test.rs (/opt/rustwide/target/debug/deps/run_test-c7f5a5835539135d)
[INFO] [stdout] test showing_help_for_run_works ... ok
[INFO] [stdout] test showing_help_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test turning_off_prepopulation_works ... ok
[INFO] [stdout] test turning_off_watching_works ... ok
[INFO] [stdout] test changing_path_works ... ok
[INFO] [stdout] test turning_off_following_works ... ok
[INFO] [stdout] test turning_off_sound_works ... ok
[INFO] [stdout] test debug_flag_works ... ok
[INFO] [stdout] test fails_if_provided_path_doesnt_exist ... FAILED
[INFO] [stdout] test fails_if_provided_path_is_not_a_directory ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- fails_if_provided_path_doesnt_exist stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot: fails_if_provided_path_doesnt_exist
[INFO] [stdout] Source: tests/run_test.rs:203
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] program: dfft
[INFO] [stdout] args:
[INFO] [stdout]   - run
[INFO] [stdout]   - "--path"
[INFO] [stdout]   - this/doesnt/exist/8163ef59
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]     2     2 │ exit_code: 1
[INFO] [stdout]     3     3 │ ----- stdout -----
[INFO] [stdout]     4     4 │ 
[INFO] [stdout]     5     5 │ ----- stderr -----
[INFO] [stdout]     6       │-Error: path doesn't exist: this/doesnt/exist/8163ef59
[INFO] [stdout]           6 │+Error: path doesn't exist: this/doesnt/exist/8163ef59
[INFO] [stdout]           7 │+
[INFO] [stdout]           8 │+Stack backtrace:
[INFO] [stdout]           9 │+   0: anyhow::error::<impl anyhow::Error>::msg
[INFO] [stdout]          10 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]          11 │+   1: dfft::main::{{closure}}
[INFO] [stdout]          12 │+             at ./src/main.rs:43:21
[INFO] [stdout]          13 │+   2: tokio::runtime::park::CachedParkThread::block_on::{{closure}}
[INFO] [stdout]          14 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/park.rs:285:71
[INFO] [stdout]          15 │+   3: tokio::task::coop::with_budget
[INFO] [stdout]          16 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]          17 │+   4: tokio::task::coop::budget
[INFO] [stdout]          18 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]          19 │+   5: tokio::runtime::park::CachedParkThread::block_on
[INFO] [stdout]          20 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/park.rs:285:31
[INFO] [stdout]          21 │+   6: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
[INFO] [stdout]          22 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]          23 │+   7: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
[INFO] [stderr] error: test failed, to rerun pass `--test run_test`
[INFO] [stdout]          24 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/multi_thread/mod.rs:87:22
[INFO] [stdout]          25 │+   8: tokio::runtime::context::runtime::enter_runtime
[INFO] [stdout]          26 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]          27 │+   9: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
[INFO] [stdout]          28 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
[INFO] [stdout]          29 │+  10: tokio::runtime::runtime::Runtime::block_on_inner
[INFO] [stdout]          30 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:370:50
[INFO] [stdout]          31 │+  11: tokio::runtime::runtime::Runtime::block_on
[INFO] [stdout]          32 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]          33 │+  12: dfft::main
[INFO] [stdout]          34 │+             at ./src/main.rs:69:7
[INFO] [stdout]          35 │+  13: core::ops::function::FnOnce::call_once
[INFO] [stdout]          36 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]          37 │+  14: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]          38 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]          39 │+  15: std::rt::lang_start::{{closure}}
[INFO] [stdout]          40 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:206:18
[INFO] [stdout]          41 │+  16: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
[INFO] [stdout]          42 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:287:21
[INFO] [stdout]          43 │+  17: std::panicking::catch_unwind::do_call
[INFO] [stdout]          44 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]          45 │+  18: std::panicking::catch_unwind
[INFO] [stdout]          46 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]          47 │+  19: std::panic::catch_unwind
[INFO] [stdout]          48 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]          49 │+  20: std::rt::lang_start_internal::{{closure}}
[INFO] [stdout]          50 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:175:24
[INFO] [stdout]          51 │+  21: std::panicking::catch_unwind::do_call
[INFO] [stdout]          52 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]          53 │+  22: std::panicking::catch_unwind
[INFO] [stdout]          54 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]          55 │+  23: std::panic::catch_unwind
[INFO] [stdout]          56 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]          57 │+  24: std::rt::lang_start_internal
[INFO] [stdout]          58 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:171:5
[INFO] [stdout]          59 │+  25: std::rt::lang_start
[INFO] [stdout]          60 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:205:5
[INFO] [stdout]          61 │+  26: main
[INFO] [stdout]          62 │+  27: <unknown>
[INFO] [stdout]          63 │+  28: __libc_start_main
[INFO] [stdout]          64 │+  29: _start
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'fails_if_provided_path_doesnt_exist' (116) panicked at tests/run_test.rs:203:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59ae87ac2ac2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59ae87ac2ac2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59ae87ac2ac2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59ae87ac2ac2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59ae87ad52af - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59ae87ad52af - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x59ae87a8e203 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59ae87a8e203 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59ae87a9a902 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59ae87aa062f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59ae87aa04c1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59ae8798a9be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x59ae8798a9be - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59ae87aa0c3f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x59ae87aa0c3f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x59ae87aa0a9a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x59ae87a9aa39 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59ae87a8158d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x59ae87ade9f0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59ae87addc46 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x59ae87964875 - core::result::Result<T,E>::unwrap::h8ef419c77e103a2c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x59ae87964875 - run_test::fails_if_provided_path_doesnt_exist::{{closure}}::{{closure}}::h9b6638e5a3f173ff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-cmd-0.6.0/src/macros.rs:29:13
[INFO] [stdout]   22:     0x59ae879643e7 - run_test::fails_if_provided_path_doesnt_exist::{{closure}}::h92c03013f771320e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-cmd-0.6.0/src/macros.rs:11:13
[INFO] [stdout]   23:     0x59ae8795ebcf - insta::settings::Settings::bind::h9ceb82a6e6349e49
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.2/src/settings.rs:509:9
[INFO] [stdout]   24:     0x59ae8796408d - run_test::fails_if_provided_path_doesnt_exist::h690ad4574ae14962
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/run_test.rs:203:5
[INFO] [stdout]   25:     0x59ae87964147 - run_test::fails_if_provided_path_doesnt_exist::{{closure}}::h073a6b4dfc8a9923
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/run_test.rs:196:41
[INFO] [stdout]   26:     0x59ae879674c6 - core::ops::function::FnOnce::call_once::h1447482313648e33
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x59ae8798a7bb - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x59ae8798a7bb - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x59ae8799e81d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x59ae8799e81d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x59ae8799e81d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x59ae8799e81d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x59ae8799e81d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x59ae8799e81d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x59ae8799e81d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x59ae87977d64 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x59ae87977d64 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x59ae8797b5ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x59ae8797b5ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x59ae8797b5ba - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x59ae8797b5ba - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x59ae8797b5ba - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x59ae8797b5ba - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x59ae8797b5ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x59ae87a95c4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x59ae87a95c4f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7f1c827d1aa4 - <unknown>
[INFO] [stdout]   48:     0x7f1c8285ea64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fails_if_provided_path_is_not_a_directory stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot: fails_if_provided_path_is_not_a_directory
[INFO] [stdout] Source: tests/run_test.rs:221
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] program: dfft
[INFO] [stdout] args:
[INFO] [stdout]   - run
[INFO] [stdout]   - "--path"
[INFO] [stdout]   - tests/run_test.rs
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]     2     2 │ exit_code: 1
[INFO] [stdout]     3     3 │ ----- stdout -----
[INFO] [stdout]     4     4 │ 
[INFO] [stdout]     5     5 │ ----- stderr -----
[INFO] [stdout]     6       │-Error: path is not a directory: tests/run_test.rs
[INFO] [stdout]           6 │+Error: path is not a directory: tests/run_test.rs
[INFO] [stdout]           7 │+
[INFO] [stdout]           8 │+Stack backtrace:
[INFO] [stdout]           9 │+   0: anyhow::error::<impl anyhow::Error>::msg
[INFO] [stdout]          10 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]          11 │+   1: dfft::main::{{closure}}
[INFO] [stdout]          12 │+             at ./src/main.rs:51:17
[INFO] [stdout]          13 │+   2: tokio::runtime::park::CachedParkThread::block_on::{{closure}}
[INFO] [stdout]          14 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/park.rs:285:71
[INFO] [stdout]          15 │+   3: tokio::task::coop::with_budget
[INFO] [stdout]          16 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]          17 │+   4: tokio::task::coop::budget
[INFO] [stdout]          18 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]          19 │+   5: tokio::runtime::park::CachedParkThread::block_on
[INFO] [stdout]          20 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/park.rs:285:31
[INFO] [stdout]          21 │+   6: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
[INFO] [stdout]          22 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/blocking.rs:66:14
[INFO] [stdout]          23 │+   7: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
[INFO] [stdout]          24 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/multi_thread/mod.rs:87:22
[INFO] [stdout]          25 │+   8: tokio::runtime::context::runtime::enter_runtime
[INFO] [stdout]          26 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]          27 │+   9: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
[INFO] [stdout]          28 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/scheduler/multi_thread/mod.rs:86:9
[INFO] [stdout]          29 │+  10: tokio::runtime::runtime::Runtime::block_on_inner
[INFO] [stdout]          30 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:370:50
[INFO] [stdout]          31 │+  11: tokio::runtime::runtime::Runtime::block_on
[INFO] [stdout]          32 │+             at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.48.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]          33 │+  12: dfft::main
[INFO] [stdout]          34 │+             at ./src/main.rs:69:7
[INFO] [stdout]          35 │+  13: core::ops::function::FnOnce::call_once
[INFO] [stdout]          36 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]          37 │+  14: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stdout]          38 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]          39 │+  15: std::rt::lang_start::{{closure}}
[INFO] [stdout]          40 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:206:18
[INFO] [stdout]          41 │+  16: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
[INFO] [stdout]          42 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:287:21
[INFO] [stdout]          43 │+  17: std::panicking::catch_unwind::do_call
[INFO] [stdout]          44 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]          45 │+  18: std::panicking::catch_unwind
[INFO] [stdout]          46 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]          47 │+  19: std::panic::catch_unwind
[INFO] [stdout]          48 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]          49 │+  20: std::rt::lang_start_internal::{{closure}}
[INFO] [stdout]          50 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:175:24
[INFO] [stdout]          51 │+  21: std::panicking::catch_unwind::do_call
[INFO] [stdout]          52 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]          53 │+  22: std::panicking::catch_unwind
[INFO] [stdout]          54 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]          55 │+  23: std::panic::catch_unwind
[INFO] [stdout]          56 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]          57 │+  24: std::rt::lang_start_internal
[INFO] [stdout]          58 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:171:5
[INFO] [stdout]          59 │+  25: std::rt::lang_start
[INFO] [stdout]          60 │+             at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/rt.rs:205:5
[INFO] [stdout]          61 │+  26: main
[INFO] [stdout]          62 │+  27: <unknown>
[INFO] [stdout]          63 │+  28: __libc_start_main
[INFO] [stdout]          64 │+  29: _start
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'fails_if_provided_path_is_not_a_directory' (119) panicked at tests/run_test.rs:221:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59ae87ac2ac2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59ae87ac2ac2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59ae87ac2ac2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59ae87ac2ac2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59ae87ad52af - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59ae87ad52af - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x59ae87a8e203 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59ae87a8e203 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59ae87a9a902 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59ae87aa062f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x59ae87aa04c1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x59ae8798a9be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x59ae8798a9be - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59ae87aa0c3f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x59ae87aa0c3f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x59ae87aa0a9a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x59ae87a9aa39 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59ae87a8158d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x59ae87ade9f0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59ae87addc46 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x59ae87965455 - core::result::Result<T,E>::unwrap::h8ef419c77e103a2c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x59ae87965455 - run_test::fails_if_provided_path_is_not_a_directory::{{closure}}::{{closure}}::h64d9ac79287a6d00
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-cmd-0.6.0/src/macros.rs:29:13
[INFO] [stdout]   22:     0x59ae87964fc7 - run_test::fails_if_provided_path_is_not_a_directory::{{closure}}::h9f7d7f80c491428c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-cmd-0.6.0/src/macros.rs:11:13
[INFO] [stdout]   23:     0x59ae8795ea6f - insta::settings::Settings::bind::h1dc01014e1db956e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.2/src/settings.rs:509:9
[INFO] [stdout]   24:     0x59ae87964c6d - run_test::fails_if_provided_path_is_not_a_directory::hb63a9d55a237550e
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/run_test.rs:221:5
[INFO] [stdout]   25:     0x59ae87964d27 - run_test::fails_if_provided_path_is_not_a_directory::{{closure}}::h77104473422745cf
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/run_test.rs:214:47
[INFO] [stdout]   26:     0x59ae87967546 - core::ops::function::FnOnce::call_once::h46ca00584df252f3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x59ae8798a7bb - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x59ae8798a7bb - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x59ae8799e81d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x59ae8799e81d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x59ae8799e81d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   32:     0x59ae8799e81d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   33:     0x59ae8799e81d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x59ae8799e81d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x59ae8799e81d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x59ae87977d64 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x59ae87977d64 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x59ae8797b5ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   39:     0x59ae8797b5ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x59ae8797b5ba - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   41:     0x59ae8797b5ba - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   42:     0x59ae8797b5ba - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x59ae8797b5ba - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   44:     0x59ae8797b5ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x59ae87a95c4f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   46:     0x59ae87a95c4f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   47:     0x7f1c827d1aa4 - <unknown>
[INFO] [stdout]   48:     0x7f1c8285ea64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     fails_if_provided_path_doesnt_exist
[INFO] [stdout]     fails_if_provided_path_is_not_a_directory
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 6 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "eed2d14fb64bac962eded8c83f876bed55c5d1b6f24e279b70d14d19239d452c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eed2d14fb64bac962eded8c83f876bed55c5d1b6f24e279b70d14d19239d452c", kill_on_drop: false }`
[INFO] [stdout] eed2d14fb64bac962eded8c83f876bed55c5d1b6f24e279b70d14d19239d452c
