[INFO] cloning repository https://github.com/nguyenvukhang/git-number
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nguyenvukhang/git-number" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnguyenvukhang%2Fgit-number", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnguyenvukhang%2Fgit-number'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4713166243a64f3d13bd94033e964e20d5ff758c
[INFO] testing nguyenvukhang/git-number against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnguyenvukhang%2Fgit-number" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nguyenvukhang/git-number
[INFO] finished tweaking git repo https://github.com/nguyenvukhang/git-number
[INFO] tweaked toml for git repo https://github.com/nguyenvukhang/git-number written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nguyenvukhang/git-number on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nguyenvukhang/git-number 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 74be625f0a3e0e3b7268154de639c3e46a3def63b82f6c2c689086cf81c7822e
[INFO] running `Command { std: "docker" "start" "-a" "74be625f0a3e0e3b7268154de639c3e46a3def63b82f6c2c689086cf81c7822e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "74be625f0a3e0e3b7268154de639c3e46a3def63b82f6c2c689086cf81c7822e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74be625f0a3e0e3b7268154de639c3e46a3def63b82f6c2c689086cf81c7822e", kill_on_drop: false }`
[INFO] [stdout] 74be625f0a3e0e3b7268154de639c3e46a3def63b82f6c2c689086cf81c7822e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6cce41f54b93df29b7c6bd13b50fe439412448eb7c9cada5fd82864378aec95d
[INFO] running `Command { std: "docker" "start" "-a" "6cce41f54b93df29b7c6bd13b50fe439412448eb7c9cada5fd82864378aec95d", kill_on_drop: false }`
[INFO] [stderr]    Compiling gitnu v0.7.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ThreadError(Box<dyn Any + Send + 'static>),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 11 -     ThreadError(Box<dyn Any + Send + 'static>),
[INFO] [stdout] 11 +     ThreadError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "6cce41f54b93df29b7c6bd13b50fe439412448eb7c9cada5fd82864378aec95d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6cce41f54b93df29b7c6bd13b50fe439412448eb7c9cada5fd82864378aec95d", kill_on_drop: false }`
[INFO] [stdout] 6cce41f54b93df29b7c6bd13b50fe439412448eb7c9cada5fd82864378aec95d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2bc7c1aa2c6a8d7d6c4bffa4c6e71b73166a7f9850cda70b8c3692e2828d30cc
[INFO] running `Command { std: "docker" "start" "-a" "2bc7c1aa2c6a8d7d6c4bffa4c6e71b73166a7f9850cda70b8c3692e2828d30cc", kill_on_drop: false }`
[INFO] [stderr]    Compiling gitnu v0.7.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/error.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 |     ThreadError(Box<dyn Any + Send + 'static>),
[INFO] [stdout]    |     ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 11 -     ThreadError(Box<dyn Any + Send + 'static>),
[INFO] [stdout] 11 +     ThreadError(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `green` and `yellow` are never used
[INFO] [stdout]   --> src/tests.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 27 |         pub trait Colored{$(fn $name(&self)->String;)*}
[INFO] [stdout]    |                   ------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 33 | color!(green, 32, yellow, 33, purple, 35, cyan, 36, gray, 37);
[INFO] [stdout]    |        ^^^^^      ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `color` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.23s
[INFO] running `Command { std: "docker" "inspect" "2bc7c1aa2c6a8d7d6c4bffa4c6e71b73166a7f9850cda70b8c3692e2828d30cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bc7c1aa2c6a8d7d6c4bffa4c6e71b73166a7f9850cda70b8c3692e2828d30cc", kill_on_drop: false }`
[INFO] [stdout] 2bc7c1aa2c6a8d7d6c4bffa4c6e71b73166a7f9850cda70b8c3692e2828d30cc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 26b208c18b0472e29a2380f4bb8caaf35c36b9909e045f9b8e0754e97a8d9a0e
[INFO] running `Command { std: "docker" "start" "-a" "26b208c18b0472e29a2380f4bb8caaf35c36b9909e045f9b8e0754e97a8d9a0e", kill_on_drop: false }`
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/error.rs:11:17
[INFO] [stderr]    |
[INFO] [stderr] 11 |     ThreadError(Box<dyn Any + Send + 'static>),
[INFO] [stderr]    |     ----------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 11 -     ThreadError(Box<dyn Any + Send + 'static>),
[INFO] [stderr] 11 +     ThreadError(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: methods `green` and `yellow` are never used
[INFO] [stderr]   --> src/tests.rs:33:8
[INFO] [stderr]    |
[INFO] [stderr] 27 |         pub trait Colored{$(fn $name(&self)->String;)*}
[INFO] [stderr]    |                   ------- methods in this trait
[INFO] [stderr] ...
[INFO] [stderr] 33 | color!(green, 32, yellow, 33, purple, 35, cyan, 36, gray, 37);
[INFO] [stderr]    |        ^^^^^      ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `color` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `gitnu` (bin "git-nu" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/git_nu-ae69f15781aae37b)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test parse::tests::test_mix ... ok
[INFO] [stdout] test parse::tests::test_overlap ... ok
[INFO] [stdout] test parse::tests::test_single ... ok
[INFO] [stdout] test parse::tests::test_zeros_2 ... ok
[INFO] [stdout] test parse::tests::test_range ... ok
[INFO] [stdout] test parse::tests::test_zeros_1 ... ok
[INFO] [stdout] test parse::tests::test_zeros_3 ... ok
[INFO] [stdout] test parse::tests::test_double_dash ... ok
[INFO] [stdout] test parse::tests::test_date_filename ... ok
[INFO] [stdout] test tests::dont_create_cache_file_without_repo ... ok
[INFO] [stdout] test tests::add_and_status_diff_dirs ... ok
[INFO] [stdout] test tests::add_unindexed_number ... ok
[INFO] [stdout] test tests::aliases ... FAILED
[INFO] [stdout] test tests::everything ... FAILED
[INFO] [stdout] test tests::git_add_modified ... FAILED
[INFO] [stdout] test tests::max_cache_add_by_number ... ok
[INFO] [stdout] test tests::test_macro_works ... ok
[INFO] [stdout] test tests::git_add_untracked ... ok
[INFO] [stdout] test tests::detached_head ... FAILED
[INFO] [stdout] test tests::git_add_deleted ... FAILED
[INFO] [stdout] test tests::range_overlap ... ok
[INFO] [stdout] test tests::max_cache_size_exceeded ... ok
[INFO] [stdout] test tests::not_at_workspace_root ... ok
[INFO] [stdout] test tests::different_workspace ... ok
[INFO] [stdout] test tests::staging_files_with_numbers ... ok
[INFO] [stdout] test tests::renames ... ok
[INFO] [stdout] test tests::skip_flags ... ok
[INFO] [stdout] test tests::merge_conflict ... FAILED
[INFO] [stdout] test tests::exit_codes ... ok
[INFO] [stdout] test tests::git_add_both_modified ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::aliases stdout ----
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false init -b main[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mInitialized empty Git repository in /<root>/.git/[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mtouch A && git add A && git commit -m 'first'[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mAuthor identity unknown
[INFO] [stdout] 
[INFO] [stdout] *** Please tell me who you are.
[INFO] [stdout] 
[INFO] [stdout] Run
[INFO] [stdout] 
[INFO] [stdout]   git config --global user.email "you@example.com"
[INFO] [stdout]   git config --global user.name "Your Name"
[INFO] [stdout] 
[INFO] [stdout] to set your account's default identity.
[INFO] [stdout] Omit --global to set the identity only in this repository.
[INFO] [stdout] 
[INFO] [stdout] fatal: unable to auto-detect email address (got 'root@26b208c18b04.(none)')[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false config --global alias.teststatus status[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false teststatus[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mOn branch main
[INFO] [stdout] 
[INFO] [stdout] No commits yet
[INFO] [stdout] 
[INFO] [stdout] Changes to be committed:
[INFO] [stdout] 	new file:   A[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false config --global --unset alias.teststatus[0m[0;37m][0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::aliases' (36) panicked at src/tests.rs:361:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "On branch main\n\nNo commits yet\n\nChanges to be committed:\n\tnew file:   A\n\n"
[INFO] [stdout]  right: "On branch main\nnothing to commit, working tree clean\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e28592e2042 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e28592e2042 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e28592e2042 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e28592e2042 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e28592f242f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e28592f242f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5e28592add11 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e28592add11 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e28592baf12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e28592bfe0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e28592bfca1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5e285927ebde - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5e285927ebde - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e28592c04cf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5e28592c04cf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5e28592c032a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5e28592bb049 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5e28592a1aad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5e28592f9e40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5e28592f9c43 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5e2859244426 - core::panicking::assert_failed::hd95420fba3ba1b6b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e285922565a - git_nu::tests::aliases::{{closure}}::h1c114018e3b0e587
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:361:5
[INFO] [stdout]   22:     0x5e285924b473 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6ddac1c209ed38a2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   23:     0x5e285922523f - git_nu::tests::aliases::h06f792a75acfd71d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:167:13
[INFO] [stdout]   24:     0x5e28592256a7 - git_nu::tests::aliases::{{closure}}::he680ee4cb9e54eb9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:162:17
[INFO] [stdout]   25:     0x5e2859241e06 - core::ops::function::FnOnce::call_once::hff8d7d9a2c6767c9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5e285927e99b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5e285927e99b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5e2859294605 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5e2859294605 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5e2859294605 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x5e2859294605 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x5e2859294605 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e2859294605 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5e2859294605 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5e285926adf4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5e285926adf4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5e285926e6ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5e285926e6ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x5e285926e6ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x5e285926e6ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5e285926e6ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5e28592b5fff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   45:     0x5e28592b5fff - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   46:     0x75136f45daa4 - <unknown>
[INFO] [stdout]   47:     0x75136f4eaa34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::everything stdout ----
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false init -b main[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mInitialized empty Git repository in /<root>/.git/[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false add B C D E G H I[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false commit -m pre[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mAuthor identity unknown
[INFO] [stdout] 
[INFO] [stdout] *** Please tell me who you are.
[INFO] [stdout] 
[INFO] [stdout] Run
[INFO] [stdout] 
[INFO] [stdout]   git config --global user.email "you@example.com"
[INFO] [stdout]   git config --global user.name "Your Name"
[INFO] [stdout] 
[INFO] [stdout] to set your account's default identity.
[INFO] [stdout] Omit --global to set the identity only in this repository.
[INFO] [stdout] 
[INFO] [stdout] fatal: unable to auto-detect email address (got 'root@26b208c18b04.(none)')[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false add A B C D E _E[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false nu status[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mOn branch main
[INFO] [stdout] 
[INFO] [stdout] No commits yet
[INFO] [stdout] 
[INFO] [stdout] Changes to be committed:
[INFO] [stdout] 1	new file:   A
[INFO] [stdout] 2	new file:   B
[INFO] [stdout] 3	new file:   D
[INFO] [stdout] 4	new file:   G
[INFO] [stdout] 5	new file:   H
[INFO] [stdout] 6	new file:   I
[INFO] [stdout] 7	new file:   _E
[INFO] [stdout] 
[INFO] [stdout] Changes not staged for commit:
[INFO] [stdout] 8	modified:   G
[INFO] [stdout] 9	typechange: H
[INFO] [stdout] 10	deleted:    I
[INFO] [stdout] 
[INFO] [stdout] Untracked files:
[INFO] [stdout] 11	F
[INFO] [stdout] 12	_I[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::everything' (40) panicked at src/tests.rs:496:1:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "On branch main\n\nNo commits yet\n\nChanges to be committed:\n1\tnew file:   A\n2\tnew file:   B\n3\tnew file:   D\n4\tnew file:   G\n5\tnew file:   H\n6\tnew file:   I\n7\tnew file:   _E\n\nChanges not staged for commit:\n8\tmodified:   G\n9\ttypechange: H\n10\tdeleted:    I\n\nUntracked files:\n11\tF\n12\t_I\n\n"
[INFO] [stdout]  right: "On branch main\nChanges to be committed:\n1\tnew file:   A\n2\tmodified:   B\n3\tdeleted:    C\n4\ttypechange: D\n5\trenamed:    E -> _E\n\nChanges not staged for commit:\n6\tmodified:   G\n7\ttypechange: H\n8\tdeleted:    I\n\nUntracked files:\n9\tF\n10\t_I\n\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e28592e2042 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e28592e2042 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e28592e2042 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e28592e2042 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e28592f242f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e28592f242f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5e28592add11 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e28592add11 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e28592baf12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e28592bfe0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e28592bfca1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5e285927ebde - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5e285927ebde - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e28592c04cf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5e28592c04cf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5e28592c032a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5e28592bb049 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5e28592a1aad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5e28592f9e40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5e28592f9c43 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5e285924426d - core::panicking::assert_failed::h4ea66bc0b8bed3be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e2859216224 - git_nu::tests::everything::{{closure}}::hce4d40a977ce92b4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:385:13
[INFO] [stdout]   22:     0x5e285924b473 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6ddac1c209ed38a2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   23:     0x5e2859215cef - git_nu::tests::everything::h6c4c2d5f307c98b0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:167:13
[INFO] [stdout]   24:     0x5e2859216537 - git_nu::tests::everything::{{closure}}::hfce7a62a8a02f0cf
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:162:17
[INFO] [stdout]   25:     0x5e28592411f6 - core::ops::function::FnOnce::call_once::h3e6218c7121441b4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5e285927e99b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5e285927e99b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5e2859294605 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5e2859294605 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5e2859294605 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x5e2859294605 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x5e2859294605 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e2859294605 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5e2859294605 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5e285926adf4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5e285926adf4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5e285926e6ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5e285926e6ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x5e285926e6ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x5e285926e6ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5e285926e6ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5e28592b5fff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   45:     0x5e28592b5fff - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   46:     0x75136f45daa4 - <unknown>
[INFO] [stdout]   47:     0x75136f4eaa34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::git_add_modified stdout ----
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false init -b main[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mInitialized empty Git repository in /<root>/.git/[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mtouch A[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false add A && git commit -m x[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mAuthor identity unknown
[INFO] [stdout] 
[INFO] [stdout] *** Please tell me who you are.
[INFO] [stdout] 
[INFO] [stdout] Run
[INFO] [stdout] 
[INFO] [stdout]   git config --global user.email "you@example.com"
[INFO] [stdout]   git config --global user.name "Your Name"
[INFO] [stdout] 
[INFO] [stdout] to set your account's default identity.
[INFO] [stdout] Omit --global to set the identity only in this repository.
[INFO] [stdout] 
[INFO] [stdout] fatal: unable to auto-detect email address (got 'root@26b208c18b04.(none)')[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false nu status[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mOn branch main
[INFO] [stdout] 
[INFO] [stdout] No commits yet
[INFO] [stdout] 
[INFO] [stdout] Changes to be committed:
[INFO] [stdout] 1	new file:   A
[INFO] [stdout] 
[INFO] [stdout] Changes not staged for commit:
[INFO] [stdout] 2	modified:   A[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::git_add_modified' (44) panicked at src/tests.rs:417:1:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "On branch main\n\nNo commits yet\n\nChanges to be committed:\n1\tnew file:   A\n\nChanges not staged for commit:\n2\tmodified:   A\n\n"
[INFO] [stdout]  right: "On branch main\nChanges not staged for commit:\n1\tmodified:   A\n\nno changes added to commit\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e28592e2042 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e28592e2042 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e28592e2042 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e28592e2042 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e28592f242f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e28592f242f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5e28592add11 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e28592add11 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e28592baf12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e28592bfe0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e28592bfca1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5e285927ebde - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5e285927ebde - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e28592c04cf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5e28592c04cf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5e28592c032a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5e28592bb049 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5e28592a1aad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5e28592f9e40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5e28592f9c43 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5e285924426d - core::panicking::assert_failed::h4ea66bc0b8bed3be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e285921bcdf - git_nu::tests::git_add_modified::{{closure}}::hfbaeedc151dd2653
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:385:13
[INFO] [stdout]   22:     0x5e285924b473 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6ddac1c209ed38a2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   23:     0x5e285921b68f - git_nu::tests::git_add_modified::h212b435b86e8f317
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:167:13
[INFO] [stdout]   24:     0x5e285921b907 - git_nu::tests::git_add_modified::{{closure}}::h94ea492dbe803e4d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:162:17
[INFO] [stdout]   25:     0x5e2859241b16 - core::ops::function::FnOnce::call_once::hcccb0fdcdd044f8b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5e285927e99b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5e285927e99b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5e2859294605 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5e2859294605 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5e2859294605 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x5e2859294605 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x5e2859294605 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e2859294605 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5e2859294605 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5e285926adf4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5e285926adf4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5e285926e6ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5e285926e6ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x5e285926e6ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x5e285926e6ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5e285926e6ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5e28592b5fff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   45:     0x5e28592b5fff - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   46:     0x75136f45daa4 - <unknown>
[INFO] [stdout]   47:     0x75136f4eaa34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::detached_head stdout ----
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false init -b main[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mInitialized empty Git repository in /<root>/.git/[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mtouch A && git add A && git commit -m 'A'[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mAuthor identity unknown
[INFO] [stdout] 
[INFO] [stdout] *** Please tell me who you are.
[INFO] [stdout] 
[INFO] [stdout] Run
[INFO] [stdout] 
[INFO] [stdout]   git config --global user.email "you@example.com"
[INFO] [stdout]   git config --global user.name "Your Name"
[INFO] [stdout] 
[INFO] [stdout] to set your account's default identity.
[INFO] [stdout] Omit --global to set the identity only in this repository.
[INFO] [stdout] 
[INFO] [stdout] fatal: unable to auto-detect email address (got 'root@26b208c18b04.(none)')[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mtouch B && git add B && git commit -m 'B'[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mAuthor identity unknown
[INFO] [stdout] 
[INFO] [stdout] *** Please tell me who you are.
[INFO] [stdout] 
[INFO] [stdout] Run
[INFO] [stdout] 
[INFO] [stdout]   git config --global user.email "you@example.com"
[INFO] [stdout]   git config --global user.name "Your Name"
[INFO] [stdout] 
[INFO] [stdout] to set your account's default identity.
[INFO] [stdout] Omit --global to set the identity only in this repository.
[INFO] [stdout] 
[INFO] [stdout] fatal: unable to auto-detect email address (got 'root@26b208c18b04.(none)')[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false checkout HEAD~1[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37merror: pathspec 'HEAD~1' did not match any file(s) known to git[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mtouch gold silver[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false rev-parse --short HEAD[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mfatal: Needed a single revision[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false nu status[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mOn branch main
[INFO] [stdout] 
[INFO] [stdout] No commits yet
[INFO] [stdout] 
[INFO] [stdout] Changes to be committed:
[INFO] [stdout] 1	new file:   A
[INFO] [stdout] 2	new file:   B
[INFO] [stdout] 
[INFO] [stdout] Untracked files:
[INFO] [stdout] 3	gold
[INFO] [stdout] 4	silver[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::detached_head' (37) panicked at src/tests.rs:583:1:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "On branch main\n\nNo commits yet\n\nChanges to be committed:\n1\tnew file:   A\n2\tnew file:   B\n\nUntracked files:\n3\tgold\n4\tsilver\n\n"
[INFO] [stdout]  right: "HEAD detached at \nUntracked files:\n1\tgold\n2\tsilver\n\nnothing added to commit but untracked files present\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e28592e2042 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e28592e2042 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e28592e2042 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e28592e2042 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e28592f242f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e28592f242f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5e28592add11 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e28592add11 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e28592baf12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e28592bfe0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e28592bfca1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5e285927ebde - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5e285927ebde - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e28592c04cf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5e28592c04cf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5e28592c032a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5e28592bb049 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5e28592a1aad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5e28592f9e40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5e28592f9c43 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5e285924426d - core::panicking::assert_failed::h4ea66bc0b8bed3be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e28592192d4 - git_nu::tests::detached_head::{{closure}}::h817a9f5811c52627
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:385:13
[INFO] [stdout]   22:     0x5e285924b473 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6ddac1c209ed38a2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   23:     0x5e2859218d6f - git_nu::tests::detached_head::h21355d400a403c7c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:167:13
[INFO] [stdout]   24:     0x5e2859218fe7 - git_nu::tests::detached_head::{{closure}}::h3bece4b92b486a70
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:162:17
[INFO] [stdout]   25:     0x5e28592414b6 - core::ops::function::FnOnce::call_once::h63680fddeeb3394d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5e285927e99b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5e285927e99b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5e2859294605 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5e2859294605 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5e2859294605 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x5e2859294605 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x5e2859294605 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e2859294605 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5e2859294605 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5e285926adf4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5e285926adf4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5e285926e6ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5e285926e6ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x5e285926e6ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x5e285926e6ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5e285926e6ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5e28592b5fff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   45:     0x5e28592b5fff - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   46:     0x75136f45daa4 - <unknown>
[INFO] [stdout]   47:     0x75136f4eaa34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::git_add_deleted stdout ----
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false init -b main[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stderr] error: test failed, to rerun pass `--bin git-nu`
[INFO] [stdout] [0;37mInitialized empty Git repository in /<root>/.git/[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mtouch A[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false add A && git commit -m x[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mAuthor identity unknown
[INFO] [stdout] 
[INFO] [stdout] *** Please tell me who you are.
[INFO] [stdout] 
[INFO] [stdout] Run
[INFO] [stdout] 
[INFO] [stdout]   git config --global user.email "you@example.com"
[INFO] [stdout]   git config --global user.name "Your Name"
[INFO] [stdout] 
[INFO] [stdout] to set your account's default identity.
[INFO] [stdout] Omit --global to set the identity only in this repository.
[INFO] [stdout] 
[INFO] [stdout] fatal: unable to auto-detect email address (got 'root@26b208c18b04.(none)')[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mrm A[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false nu status[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mOn branch main
[INFO] [stdout] 
[INFO] [stdout] No commits yet
[INFO] [stdout] 
[INFO] [stdout] Changes to be committed:
[INFO] [stdout] 1	new file:   A
[INFO] [stdout] 
[INFO] [stdout] Changes not staged for commit:
[INFO] [stdout] 2	deleted:    A[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::git_add_deleted' (43) panicked at src/tests.rs:434:1:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "On branch main\n\nNo commits yet\n\nChanges to be committed:\n1\tnew file:   A\n\nChanges not staged for commit:\n2\tdeleted:    A\n\n"
[INFO] [stdout]  right: "On branch main\nChanges not staged for commit:\n1\tdeleted:    A\n\nno changes added to commit\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e28592e2042 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e28592e2042 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e28592e2042 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e28592e2042 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e28592f242f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e28592f242f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5e28592add11 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e28592add11 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e28592baf12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e28592bfe0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e28592bfca1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5e285927ebde - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5e285927ebde - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e28592c04cf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5e28592c04cf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5e28592c032a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5e28592bb049 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5e28592a1aad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5e28592f9e40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5e28592f9c43 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5e285924426d - core::panicking::assert_failed::h4ea66bc0b8bed3be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e285921b14f - git_nu::tests::git_add_deleted::{{closure}}::h8254196ae1ec32a4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:385:13
[INFO] [stdout]   22:     0x5e285924b473 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6ddac1c209ed38a2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   23:     0x5e285921ab2f - git_nu::tests::git_add_deleted::heebb49f70e74b573
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:167:13
[INFO] [stdout]   24:     0x5e285921b487 - git_nu::tests::git_add_deleted::{{closure}}::h896f0265d7e24ee5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:162:17
[INFO] [stdout]   25:     0x5e2859241126 - core::ops::function::FnOnce::call_once::h3604ce90e8e81322
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5e285927e99b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5e285927e99b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5e2859294605 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5e2859294605 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5e2859294605 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x5e2859294605 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x5e2859294605 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e2859294605 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5e2859294605 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5e285926adf4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5e285926adf4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5e285926e6ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5e285926e6ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x5e285926e6ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x5e285926e6ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5e285926e6ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5e28592b5fff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   45:     0x5e28592b5fff - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   46:     0x75136f45daa4 - <unknown>
[INFO] [stdout]   47:     0x75136f4eaa34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::merge_conflict stdout ----
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false init -b main[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mInitialized empty Git repository in /<root>/.git/[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mtouch base[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false add --all[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false commit -m 'base commit'[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mAuthor identity unknown
[INFO] [stdout] 
[INFO] [stdout] *** Please tell me who you are.
[INFO] [stdout] 
[INFO] [stdout] Run
[INFO] [stdout] 
[INFO] [stdout]   git config --global user.email "you@example.com"
[INFO] [stdout]   git config --global user.name "Your Name"
[INFO] [stdout] 
[INFO] [stdout] to set your account's default identity.
[INFO] [stdout] Omit --global to set the identity only in this repository.
[INFO] [stdout] 
[INFO] [stdout] fatal: unable to auto-detect email address (got 'root@26b208c18b04.(none)')[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false branch -m LEFT[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false add conflict_file[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false commit -m 'left commit'[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mAuthor identity unknown
[INFO] [stdout] 
[INFO] [stdout] *** Please tell me who you are.
[INFO] [stdout] 
[INFO] [stdout] Run
[INFO] [stdout] 
[INFO] [stdout]   git config --global user.email "you@example.com"
[INFO] [stdout]   git config --global user.name "Your Name"
[INFO] [stdout] 
[INFO] [stdout] to set your account's default identity.
[INFO] [stdout] Omit --global to set the identity only in this repository.
[INFO] [stdout] 
[INFO] [stdout] fatal: unable to auto-detect email address (got 'root@26b208c18b04.(none)')[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false checkout -b RIGHT[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mSwitched to a new branch 'RIGHT'[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false reset --hard HEAD~1[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mfatal: ambiguous argument 'HEAD~1': unknown revision or path not in the working tree.
[INFO] [stdout] Use '--' to separate paths from revisions, like this:
[INFO] [stdout] 'git <command> [<revision>...] -- [<file>...]'[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false add conflict_file[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false commit -m 'right commit'[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mAuthor identity unknown
[INFO] [stdout] 
[INFO] [stdout] *** Please tell me who you are.
[INFO] [stdout] 
[INFO] [stdout] Run
[INFO] [stdout] 
[INFO] [stdout]   git config --global user.email "you@example.com"
[INFO] [stdout]   git config --global user.name "Your Name"
[INFO] [stdout] 
[INFO] [stdout] to set your account's default identity.
[INFO] [stdout] Omit --global to set the identity only in this repository.
[INFO] [stdout] 
[INFO] [stdout] fatal: unable to auto-detect email address (got 'root@26b208c18b04.(none)')[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false merge LEFT[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mmerge: LEFT - not something we can merge[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mtouch fresh[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false add fresh[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false nu status[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mOn branch RIGHT
[INFO] [stdout] 
[INFO] [stdout] No commits yet
[INFO] [stdout] 
[INFO] [stdout] Changes to be committed:
[INFO] [stdout] 1	new file:   base
[INFO] [stdout] 2	new file:   conflict_file
[INFO] [stdout] 3	new file:   fresh[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false nu add 2[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false nu status[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mOn branch RIGHT
[INFO] [stdout] 
[INFO] [stdout] No commits yet
[INFO] [stdout] 
[INFO] [stdout] Changes to be committed:
[INFO] [stdout] 1	new file:   base
[INFO] [stdout] 2	new file:   conflict_file
[INFO] [stdout] 3	new file:   fresh[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::merge_conflict' (59) panicked at src/tests.rs:544:1:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "On branch RIGHT\n\nNo commits yet\n\nChanges to be committed:\n1\tnew file:   base\n2\tnew file:   conflict_file\n3\tnew file:   fresh\n\n"
[INFO] [stdout]  right: "On branch RIGHT\nAll conflicts fixed but you are still merging.\n\nChanges to be committed:\n1\tmodified:   conflict_file\n2\tnew file:   fresh\n\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e28592e2042 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e28592e2042 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e28592e2042 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e28592e2042 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e28592f242f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e28592f242f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5e28592add11 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e28592add11 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e28592baf12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e28592bfe0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e28592bfca1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5e285927ebde - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5e285927ebde - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e28592c04cf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5e28592c04cf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5e28592c032a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5e28592bb049 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5e28592a1aad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5e28592f9e40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5e28592f9c43 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5e285924426d - core::panicking::assert_failed::h4ea66bc0b8bed3be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e285921a1d4 - git_nu::tests::merge_conflict::{{closure}}::h1c30058d2cf7083f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:385:13
[INFO] [stdout]   22:     0x5e285924b473 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6ddac1c209ed38a2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   23:     0x5e2859219c9f - git_nu::tests::merge_conflict::h8252cedd087e9aa1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:167:13
[INFO] [stdout]   24:     0x5e285921a4e7 - git_nu::tests::merge_conflict::{{closure}}::h73c039103942c62d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:162:17
[INFO] [stdout]   25:     0x5e2859241906 - core::ops::function::FnOnce::call_once::hb4a4fe6943dce623
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5e285927e99b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5e285927e99b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5e2859294605 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5e2859294605 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5e2859294605 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x5e2859294605 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x5e2859294605 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e2859294605 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5e2859294605 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5e285926adf4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5e285926adf4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5e285926e6ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5e285926e6ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x5e285926e6ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x5e285926e6ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5e285926e6ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5e28592b5fff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   45:     0x5e28592b5fff - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   46:     0x75136f45daa4 - <unknown>
[INFO] [stdout]   47:     0x75136f4eaa34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::git_add_both_modified stdout ----
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false init -b main[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mInitialized empty Git repository in /<root>/.git/[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mtouch A && git add A && git commit -m x[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mAuthor identity unknown
[INFO] [stdout] 
[INFO] [stdout] *** Please tell me who you are.
[INFO] [stdout] 
[INFO] [stdout] Run
[INFO] [stdout] 
[INFO] [stdout]   git config --global user.email "you@example.com"
[INFO] [stdout]   git config --global user.name "Your Name"
[INFO] [stdout] 
[INFO] [stdout] to set your account's default identity.
[INFO] [stdout] Omit --global to set the identity only in this repository.
[INFO] [stdout] 
[INFO] [stdout] fatal: unable to auto-detect email address (got 'root@26b208c18b04.(none)')[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false branch -m LEFT[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false add conflict_file[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false commit -m x[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mAuthor identity unknown
[INFO] [stdout] 
[INFO] [stdout] *** Please tell me who you are.
[INFO] [stdout] 
[INFO] [stdout] Run
[INFO] [stdout] 
[INFO] [stdout]   git config --global user.email "you@example.com"
[INFO] [stdout]   git config --global user.name "Your Name"
[INFO] [stdout] 
[INFO] [stdout] to set your account's default identity.
[INFO] [stdout] Omit --global to set the identity only in this repository.
[INFO] [stdout] 
[INFO] [stdout] fatal: unable to auto-detect email address (got 'root@26b208c18b04.(none)')[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false checkout -b RIGHT[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mSwitched to a new branch 'RIGHT'[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false reset --hard HEAD~1[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mfatal: ambiguous argument 'HEAD~1': unknown revision or path not in the working tree.
[INFO] [stdout] Use '--' to separate paths from revisions, like this:
[INFO] [stdout] 'git <command> [<revision>...] -- [<file>...]'[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false add conflict_file[0m[0;37m][0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false commit -m x[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mAuthor identity unknown
[INFO] [stdout] 
[INFO] [stdout] *** Please tell me who you are.
[INFO] [stdout] 
[INFO] [stdout] Run
[INFO] [stdout] 
[INFO] [stdout]   git config --global user.email "you@example.com"
[INFO] [stdout]   git config --global user.name "Your Name"
[INFO] [stdout] 
[INFO] [stdout] to set your account's default identity.
[INFO] [stdout] Omit --global to set the identity only in this repository.
[INFO] [stdout] 
[INFO] [stdout] fatal: unable to auto-detect email address (got 'root@26b208c18b04.(none)')[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false merge LEFT[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] [0;37mmerge: LEFT - not something we can merge[0m
[INFO] [stdout] [0;37m</[0m[0;35mstderr[0m[0;37m>[0m
[INFO] [stdout] > [0;37m[[0m[0;36m[0m [0;37m||[0m [0;36mgit -c advice.statusHints=false nu status[0m[0;37m][0m
[INFO] [stdout] [0;37m<[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] [0;37mOn branch RIGHT
[INFO] [stdout] 
[INFO] [stdout] No commits yet
[INFO] [stdout] 
[INFO] [stdout] Changes to be committed:
[INFO] [stdout] 1	new file:   A
[INFO] [stdout] 2	new file:   conflict_file[0m
[INFO] [stdout] [0;37m</[0m[0;35mstdout[0m[0;37m>[0m
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::git_add_both_modified' (42) panicked at src/tests.rs:451:1:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "On branch RIGHT\n\nNo commits yet\n\nChanges to be committed:\n1\tnew file:   A\n2\tnew file:   conflict_file\n\n"
[INFO] [stdout]  right: "On branch RIGHT\nYou have unmerged paths.\n\nUnmerged paths:\n1\tboth added:      conflict_file\n\nno changes added to commit\n"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e28592e2042 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e28592e2042 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e28592e2042 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5e28592e2042 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5e28592f242f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5e28592f242f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5e28592add11 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5e28592add11 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5e28592baf12 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5e28592bfe0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5e28592bfca1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5e285927ebde - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5e285927ebde - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5e28592c04cf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5e28592c04cf - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5e28592c032a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5e28592bb049 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5e28592a1aad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5e28592f9e40 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5e28592f9c43 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5e285924426d - core::panicking::assert_failed::h4ea66bc0b8bed3be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5e285921e22f - git_nu::tests::git_add_both_modified::{{closure}}::hf11742459d04930f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:385:13
[INFO] [stdout]   22:     0x5e285924b473 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6ddac1c209ed38a2
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   23:     0x5e285921dbdf - git_nu::tests::git_add_both_modified::h950b6d862ee48203
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:167:13
[INFO] [stdout]   24:     0x5e285921de57 - git_nu::tests::git_add_both_modified::{{closure}}::hd16fdc45facd74b8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:162:17
[INFO] [stdout]   25:     0x5e2859240d06 - core::ops::function::FnOnce::call_once::h028b78a10323cf3d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5e285927e99b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5e285927e99b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5e2859294605 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5e2859294605 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5e2859294605 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x5e2859294605 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x5e2859294605 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5e2859294605 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5e2859294605 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5e285926adf4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5e285926adf4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5e285926e6ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5e285926e6ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x5e285926e6ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x5e285926e6ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5e285926e6ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5e285926e6ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5e28592b5fff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   45:     0x5e28592b5fff - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   46:     0x75136f45daa4 - <unknown>
[INFO] [stdout]   47:     0x75136f4eaa34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::aliases
[INFO] [stdout]     tests::detached_head
[INFO] [stdout]     tests::everything
[INFO] [stdout]     tests::git_add_both_modified
[INFO] [stdout]     tests::git_add_deleted
[INFO] [stdout]     tests::git_add_modified
[INFO] [stdout]     tests::merge_conflict
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 23 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "26b208c18b0472e29a2380f4bb8caaf35c36b9909e045f9b8e0754e97a8d9a0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26b208c18b0472e29a2380f4bb8caaf35c36b9909e045f9b8e0754e97a8d9a0e", kill_on_drop: false }`
[INFO] [stdout] 26b208c18b0472e29a2380f4bb8caaf35c36b9909e045f9b8e0754e97a8d9a0e
