[INFO] cloning repository https://github.com/fetidd/svn-util [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fetidd/svn-util" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffetidd%2Fsvn-util", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffetidd%2Fsvn-util'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 81a16696032f47e2d8016028d9ff067f3b8f00fb [INFO] testing fetidd/svn-util against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffetidd%2Fsvn-util" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/fetidd/svn-util [INFO] finished tweaking git repo https://github.com/fetidd/svn-util [INFO] tweaked toml for git repo https://github.com/fetidd/svn-util written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/fetidd/svn-util on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/fetidd/svn-util 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded redox_syscall v0.5.10 [INFO] [stderr] Downloaded signal-hook v0.3.17 [INFO] [stderr] Downloaded anyhow v1.0.97 [INFO] [stderr] Downloaded relative-path v1.9.3 [INFO] [stderr] Downloaded rstest v0.25.0 [INFO] [stderr] Downloaded cc v1.2.17 [INFO] [stderr] Downloaded clap v4.5.35 [INFO] [stderr] Downloaded toml v0.8.20 [INFO] [stderr] Downloaded color-spantrace v0.2.1 [INFO] [stderr] Downloaded indexmap v2.8.0 [INFO] [stderr] Downloaded winnow v0.7.4 [INFO] [stderr] Downloaded color-eyre v0.6.3 [INFO] [stderr] Downloaded clap_builder v4.5.35 [INFO] [stderr] Downloaded rstest_macros v0.25.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 43cc381f490af5ad71996cc24b6a33b68d61a23b65a820fa50702d791f49be8d [INFO] running `Command { std: "docker" "start" "-a" "43cc381f490af5ad71996cc24b6a33b68d61a23b65a820fa50702d791f49be8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "43cc381f490af5ad71996cc24b6a33b68d61a23b65a820fa50702d791f49be8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43cc381f490af5ad71996cc24b6a33b68d61a23b65a820fa50702d791f49be8d", kill_on_drop: false }` [INFO] [stdout] 43cc381f490af5ad71996cc24b6a33b68d61a23b65a820fa50702d791f49be8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 56679d4f0f3270f9390d02476a02fa2fb7a429b8e412d1af60817f695b296b67 [INFO] running `Command { std: "docker" "start" "-a" "56679d4f0f3270f9390d02476a02fa2fb7a429b8e412d1af60817f695b296b67", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling cc v1.2.17 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling winnow v0.7.4 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling object v0.32.2 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Compiling clap_builder v4.5.35 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling castaway v0.2.3 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling backtrace v0.3.71 [INFO] [stderr] Compiling tracing-error v0.2.1 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling color-spantrace v0.2.1 [INFO] [stderr] Compiling chrono v0.4.40 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling color-eyre v0.6.3 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling instability v0.3.7 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling clap v4.5.35 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling toml_edit v0.22.24 [INFO] [stderr] Compiling toml v0.8.20 [INFO] [stderr] Compiling svn-util v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.15s [INFO] running `Command { std: "docker" "inspect" "56679d4f0f3270f9390d02476a02fa2fb7a429b8e412d1af60817f695b296b67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56679d4f0f3270f9390d02476a02fa2fb7a429b8e412d1af60817f695b296b67", kill_on_drop: false }` [INFO] [stdout] 56679d4f0f3270f9390d02476a02fa2fb7a429b8e412d1af60817f695b296b67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ca18410654212805590503a76fb0dd55cffb4024d7c8e118c91d3826f243095 [INFO] running `Command { std: "docker" "start" "-a" "6ca18410654212805590503a76fb0dd55cffb4024d7c8e118c91d3826f243095", kill_on_drop: false }` [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling rstest_macros v0.25.0 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling toml_edit v0.22.24 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling clap v4.5.35 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling instability v0.3.7 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling rstest v0.25.0 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling toml v0.8.20 [INFO] [stderr] Compiling svn-util v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::process::Command` [INFO] [stdout] --> src/command.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::process::Command; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 29.17s [INFO] running `Command { std: "docker" "inspect" "6ca18410654212805590503a76fb0dd55cffb4024d7c8e118c91d3826f243095", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ca18410654212805590503a76fb0dd55cffb4024d7c8e118c91d3826f243095", kill_on_drop: false }` [INFO] [stdout] 6ca18410654212805590503a76fb0dd55cffb4024d7c8e118c91d3826f243095 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a4934c55649fab7415c11d60a78130236176e0dd1dc52e4022102e1ca4e746e4 [INFO] running `Command { std: "docker" "start" "-a" "a4934c55649fab7415c11d60a78130236176e0dd1dc52e4022102e1ca4e746e4", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `std::process::Command` [INFO] [stderr] --> src/command.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::process::Command; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `svn-util` (bin "svn-util" test) generated 1 warning (run `cargo fix --bin "svn-util" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/svn_util-7e9beffb62da6559) [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stdout] test app::tests::test_current_mouse_section::case_4 ... ok [INFO] [stdout] test app::tests::test_current_mouse_section::case_2 ... ok [INFO] [stdout] test app::tests::test_current_mouse_section::case_3 ... ok [INFO] [stdout] test app::tests::test_handle_mouse_scroll_changes_section::case_1 ... ok [INFO] [stdout] test app::tests::test_handle_scroll::case_1 ... ok [INFO] [stdout] test app::tests::test_handle_scroll::case_2 ... ok [INFO] [stdout] test app::tests::test_handle_mouse_scroll_changes_section::case_2 ... ok [INFO] [stdout] test app::tests::test_handle_scroll::case_3 ... ok [INFO] [stdout] test app::tests::test_handle_scroll::case_4 ... ok [INFO] [stdout] test app::tests::test_handle_scroll::case_5 ... ok [INFO] [stdout] test app::tests::test_current_mouse_section::case_1 ... ok [INFO] [stdout] test app::tests::test_handle_mouse_scroll_changes_section::case_3 ... ok [INFO] [stdout] test app::tests::test_handle_scroll::case_6 ... ok [INFO] [stdout] test app::tests::test_handle_scroll::case_7 ... ok [INFO] [stdout] test app::tests::test_handle_scroll::case_9 ... ok [INFO] [stdout] test app::tests::test_time_for_update::case_1 ... ok [INFO] [stdout] test app::tests::test_time_for_update::case_2 ... ok [INFO] [stdout] test app::tests::test_time_for_update::case_3 ... ok [INFO] [stdout] test app::tests::test_time_for_update::case_4 ... ok [INFO] [stdout] test app::ui::tests::test_create_file_list_item::case_1 ... ok [INFO] [stdout] test app::ui::tests::test_create_file_list_item::case_2 ... ok [INFO] [stdout] test app::ui::tests::test_create_file_list_item::case_3 ... ok [INFO] [stdout] test app::ui::tests::test_create_file_list_item::case_4 ... ok [INFO] [stdout] test app::ui::tests::test_create_file_list_item::case_5 ... ok [INFO] [stdout] test app::ui::tests::test_create_file_list_item::case_6 ... ok [INFO] [stdout] test app::ui::tests::test_create_file_list_item::case_7 ... ok [INFO] [stdout] test app::ui::tests::test_create_file_list_item::case_8 ... ok [INFO] [stdout] test svn::filelist::tests::can_populate_from_svn_output ... ok [INFO] [stdout] test svn::filelist::tests::can_get_changes_correctly ... ok [INFO] [stdout] test svn::filelist::tests::parses_text_conflicts_correctly ... ok [INFO] [stdout] test svn::filetree::tests::can_populate_from_svn_output ... ok [INFO] [stdout] test svn::tests::test_get_branch_name::case_1 ... ok [INFO] [stdout] test svn::tests::test_get_branch_name::case_2 ... ok [INFO] [stdout] test svn::tests::test_get_branch_name::case_3 ... ok [INFO] [stdout] test svn::tests::test_get_branch_name::case_4 ... ok [INFO] [stdout] test svn::tests::test_parse_conflict_part::case_1 ... ok [INFO] [stdout] test svn::tests::test_parse_conflict_part::case_2 ... ok [INFO] [stdout] test svn::tests::test_parse_conflict_part::case_3 ... ok [INFO] [stdout] test svn::tests::test_parse_conflict_part::case_4 ... ok [INFO] [stdout] test svn::tests::test_parse_conflict_part::case_5 ... ok [INFO] [stdout] test svn::tests::test_parse_conflict_part::case_6 ... ok [INFO] [stdout] test svn::tests::test_parse_conflict_part::case_8 ... ok [INFO] [stdout] test svn::tests::test_parse_conflict_part::case_7 ... ok [INFO] [stdout] test svn::tests::test_parse_conflict_part::case_9 ... ok [INFO] [stdout] test svn::tests::test_parse_status_line::case_1 ... ok [INFO] [stdout] test svn::tests::test_parse_status_line::case_2 ... ok [INFO] [stdout] test app::tests::test_handle_scroll::case_8 ... ok [INFO] [stdout] test svn::tests::test_parse_status_line::case_3 ... ok [INFO] [stdout] test svn::tests::test_parse_status_line::case_5 ... ok [INFO] [stdout] test svn::tests::test_parse_status_line::case_6 ... ok [INFO] [stdout] test svn::tests::test_parse_status_line::case_7 ... ok [INFO] [stdout] test svn::tests::test_parse_status_line::case_8 ... ok [INFO] [stdout] test svn::tests::test_parse_status_line::case_4 ... ok [INFO] [stdout] test svn::tests::test_parse_svn_status::case_1 ... ok [INFO] [stdout] test svn::tests::test_parse_svn_status::case_2 ... ok [INFO] [stdout] test svn::tests::test_parse_svn_status::case_3 ... ok [INFO] [stdout] test svn::tests::test_svn_status_filter::case_1 ... ok [INFO] [stdout] test svn::tests::test_svn_status_filter::case_2 ... ok [INFO] [stdout] test svn::tests::test_svn_status_filter::case_3 ... ok [INFO] [stdout] test svn::tests::test_svn_status_filter::case_4 ... ok [INFO] [stdout] test svn::tests::test_svn_status_filter::case_5 ... ok [INFO] [stdout] test svn::tests::test_svn_status_filter::case_6 ... ok [INFO] [stdout] test svn::tests::test_trim_conflict_suffix::case_1 ... ok [INFO] [stdout] test svn::tests::test_trim_conflict_suffix::case_3 ... ok [INFO] [stdout] test svn::tests::test_trim_conflict_suffix::case_4 ... ok [INFO] [stdout] test svn::tests::test_trim_conflict_suffix::case_5 ... ok [INFO] [stdout] test svn::tests::test_trim_conflict_suffix::case_6 ... ok [INFO] [stdout] test svn::tests::test_trim_conflict_suffix::case_2 ... ok [INFO] [stdout] test app::tests::test_handle_click has been running for over 60 seconds [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "a4934c55649fab7415c11d60a78130236176e0dd1dc52e4022102e1ca4e746e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a4934c55649fab7415c11d60a78130236176e0dd1dc52e4022102e1ca4e746e4", kill_on_drop: false }` [INFO] [stdout] a4934c55649fab7415c11d60a78130236176e0dd1dc52e4022102e1ca4e746e4