[INFO] cloning repository https://github.com/oysteinkrog/grove
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oysteinkrog/grove" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foysteinkrog%2Fgrove", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foysteinkrog%2Fgrove'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3bae4cba852ce486d160f7a2738dc48c1daf395a
[INFO] testing oysteinkrog/grove against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foysteinkrog%2Fgrove" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/oysteinkrog/grove
[INFO] finished tweaking git repo https://github.com/oysteinkrog/grove
[INFO] tweaked toml for git repo https://github.com/oysteinkrog/grove written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/oysteinkrog/grove on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/oysteinkrog/grove already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5
[INFO] running `Command { std: "docker" "start" "17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling gix-trace v0.1.19
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling prodash v31.0.0
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling jiff v0.2.24
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling faster-hex v0.10.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling sha1-checked v0.10.0
[INFO] [stderr]    Compiling nonempty v0.12.0
[INFO] [stderr]    Compiling dashmap v6.2.1
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling gix-sec v0.14.0
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling gix-validate v0.11.1
[INFO] [stderr]    Compiling gix-utils v0.3.2
[INFO] [stderr]    Compiling gix-error v0.2.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling gix-date v0.15.3
[INFO] [stderr]    Compiling gix-chunk v0.7.1
[INFO] [stderr]    Compiling gix-quote v0.7.1
[INFO] [stderr]    Compiling gix-bitmap v0.3.1
[INFO] [stderr]    Compiling gix-imara-diff v0.2.1
[INFO] [stderr]    Compiling gix-actor v0.41.0
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling clru v0.6.3
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling gix-path v0.12.0
[INFO] [stderr]    Compiling gix-packetline v0.21.3
[INFO] [stderr]    Compiling gix-features v0.48.0
[INFO] [stderr]    Compiling gix-command v0.9.0
[INFO] [stderr]    Compiling gix-hash v0.25.0
[INFO] [stderr]    Compiling gix-fs v0.21.1
[INFO] [stderr]    Compiling gix-glob v0.26.0
[INFO] [stderr]    Compiling gix-hashtable v0.15.0
[INFO] [stderr]    Compiling gix-object v0.60.0
[INFO] [stderr]    Compiling gix-tempfile v23.0.0
[INFO] [stderr]    Compiling gix-commitgraph v0.37.0
[INFO] [stderr]    Compiling gix-attributes v0.33.0
[INFO] [stderr]    Compiling gix-config-value v0.18.0
[INFO] [stderr]    Compiling gix-lock v23.0.0
[INFO] [stderr]    Compiling gix-ignore v0.21.0
[INFO] [stderr]    Compiling gix-pathspec v0.18.0
[INFO] [stderr]    Compiling gix-url v0.36.0
[INFO] [stderr]    Compiling gix-shallow v0.12.0
[INFO] [stderr]    Compiling ansitok v0.3.0
[INFO] [stderr]    Compiling maybe-async v0.2.11
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling gix-revwalk v0.31.0
[INFO] [stderr]    Compiling gix-ref v0.63.0
[INFO] [stderr]    Compiling gix-traverse v0.57.0
[INFO] [stderr]    Compiling gix-filter v0.30.0
[INFO] [stderr]    Compiling gix-revision v0.45.0
[INFO] [stderr]    Compiling gix-pack v0.70.0
[INFO] [stderr]    Compiling gix-index v0.51.0
[INFO] [stderr]    Compiling gix-transport v0.57.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling gix-refspec v0.41.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling gix-discover v0.51.0
[INFO] [stderr]    Compiling gix-config v0.56.0
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling gix-worktree v0.52.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling gix-dir v0.25.0
[INFO] [stderr]    Compiling gix-diff v0.63.0
[INFO] [stderr]    Compiling gix-protocol v0.61.0
[INFO] [stderr]    Compiling gix-odb v0.80.0
[INFO] [stderr]    Compiling gix-status v0.30.0
[INFO] [stderr]    Compiling gix-submodule v0.30.0
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling gix-worktree-stream v0.32.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling ansi-str v0.9.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling grove v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling gix v0.83.0
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling clap_complete v4.6.5
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling which v8.0.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
[INFO] running `Command { std: "docker" "inspect" "17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling serial_test_derive v3.4.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling serial_test v3.4.0
[INFO] [stderr]    Compiling grove v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 28.30s
[INFO] running `Command { std: "docker" "inspect" "17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/grove-38893a667edf1d09)
[INFO] [stdout] 
[INFO] [stdout] running 147 tests
[INFO] [stdout] test cli::cd::tests::cd_known_tag_returns_same_as_path ... ok
[INFO] [stdout] test cli::cd::tests::cd_output_no_decoration ... ok
[INFO] [stdout] test cli::cd::tests::cd_unknown_tag_returns_error ... ok
[INFO] [stdout] test cli::completions::tests::powershell_completion_nonempty_and_contains_grove ... ok
[INFO] [stdout] test cli::completions::tests::bash_completion_nonempty_and_contains_grove ... ok
[INFO] [stdout] test cli::completions::tests::zsh_completion_nonempty_and_contains_grove ... ok
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpE9d3Jy/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmptKEArC/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpPUC06v/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpU76idO/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpZX5A2E/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpv8D7Wz/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpZHsfsE/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpFMbO4a/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpuUpsb7/
[INFO] [stdout] [main (root-commit) 2594552] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpETF8jA/.git/
[INFO] [stdout] test cli::completions::tests::fish_completion_nonempty_and_contains_grove ... ok
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpt0lynC/.git/
[INFO] [stdout] [main (root-commit) 2594552] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpMWrVCs/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpKP6W9s/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpPmYJPq/.git/
[INFO] [stdout] [main (root-commit) 2594552] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [main (root-commit) 2594552] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [main (root-commit) 2594552] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [main (root-commit) 2594552] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [main (root-commit) 2594552] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] To /tmp/.tmpE9d3Jy
[INFO] [stderr]  * [new branch]      main -> main
[INFO] [stdout] branch 'main' set up to track 'origin/main'.
[INFO] [stderr] To /tmp/.tmpuUpsb7
[INFO] [stderr]  * [new branch]      main -> main
[INFO] [stdout] branch 'main' set up to track 'origin/main'.
[INFO] [stderr] Cloning into '/tmp/.tmpCBTgOd'...
[INFO] [stderr] To /tmp/.tmpFMbO4a
[INFO] [stderr]  * [new branch]      main -> main
[INFO] [stderr] done.
[INFO] [stdout] branch 'main' set up to track 'origin/main'.
[INFO] [stderr] Cloning into '/tmp/.tmpWwQdgz'...
[INFO] [stderr] Cloning into '/tmp/.tmp93kyWe'...
[INFO] [stderr] Preparing worktree (new branch 'feature-dirty')
[INFO] [stderr] To /tmp/.tmptKEArC
[INFO] [stderr]  * [new branch]      main -> main
[INFO] [stdout] branch 'main' set up to track 'origin/main'.
[INFO] [stderr] Cloning into '/tmp/.tmpnjUFlM'...
[INFO] [stdout] HEAD is now at 2594552 init
[INFO] [stderr] To /tmp/.tmpv8D7Wz
[INFO] [stderr]  * [new branch]      main -> main
[INFO] [stderr] done.
[INFO] [stdout] branch 'main' set up to track 'origin/main'.
[INFO] [stderr] To /tmp/.tmpZHsfsE
[INFO] [stderr]  * [new branch]      main -> main
[INFO] [stderr] Cloning into '/tmp/.tmphUkvXq'...
[INFO] [stderr] done.
[INFO] [stdout] branch 'main' set up to track 'origin/main'.
[INFO] [stderr] To /tmp/.tmpPUC06v
[INFO] [stdout] branch 'main' set up to track 'origin/main'.
[INFO] [stderr]  * [new branch]      main -> main
[INFO] [stderr] Preparing worktree (new branch 'feature-clean')
[INFO] [stderr] Cloning into '/tmp/.tmpL5N6hc'...
[INFO] [stdout] HEAD is now at 2594552 init
[INFO] [stdout] branch 'feature-dirty' set up to track 'origin/feature-dirty'.
[INFO] [stderr] done.
[INFO] [stderr] To /tmp/.tmpE9d3Jy
[INFO] [stderr]  * [new branch]      feature-dirty -> feature-dirty
[INFO] [stderr] Cloning into '/tmp/.tmpVNEbQK'...
[INFO] [stderr] Preparing worktree (new branch 'feature-keeploc')
[INFO] [stdout] test cli::done::tests::dirty_worktree_returns_error ... ok
[INFO] [stderr] done.
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmppD6kej/
[INFO] [stderr] To /tmp/.tmptKEArC
[INFO] [stderr]  * [new branch]      feature-clean -> feature-clean
[INFO] [stderr] done.
[INFO] [stdout] branch 'feature-clean' set up to track 'origin/feature-clean'.
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpvQK8QV/.git/
[INFO] [stdout] HEAD is now at 2594552 init
[INFO] [stderr] Preparing worktree (new branch 'feature-force')Preparing worktree (new branch 'feature-detached')
[INFO] [stderr] 
[INFO] [stderr] done.
[INFO] [stderr] Preparing worktree (new branch 'feature-cwdforce')
[INFO] [stdout] branch 'feature-keeploc' set up to track 'origin/feature-keeploc'.
[INFO] [stderr] To /tmp/.tmpFMbO4a
[INFO] [stderr]  * [new branch]      feature-keeploc -> feature-keeploc
[INFO] [stderr] Preparing worktree (new branch 'feature-keeprem')
[INFO] [stdout] [main (root-commit) 2594552] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] HEAD is now at 2594552 init
[INFO] [stdout] HEAD is now at 2594552 init
[INFO] [stdout] test cli::done::tests::clean_worktree_removes_and_deregisters ... ok
[INFO] [stdout] HEAD is now at 2594552 init
[INFO] [stderr] To /tmp/.tmppD6kej
[INFO] [stderr]  * [new branch]      main -> main
[INFO] [stdout] branch 'main' set up to track 'origin/main'.
[INFO] [stdout] test cli::freeze::tests::freeze_sets_frozen_true ... ok
[INFO] [stderr] Cloning into '/tmp/.tmpCUlgvF'...
[INFO] [stdout] test cli::freeze::tests::no_tag_uses_cwd_project ... ok
[INFO] [stdout] test cli::freeze::tests::thaw_sets_frozen_false ... ok
[INFO] [stdout] test cli::freeze::tests::unknown_tag_suggests_near_match ... ok
[INFO] [stdout] test cli::launch::tests::all_unfrozen_projects_become_tabs_alphabetically ... ok
[INFO] [stdout] test cli::done::tests::keep_local_skips_branch_deletion ... ok
[INFO] [stdout] test cli::launch::tests::frozen_projects_are_excluded ... ok
[INFO] [stdout] test cli::launch::tests::no_claude_uses_bare_fish_command ... ok
[INFO] [stdout] test cli::launch::tests::only_flag_restricts_tabs ... ok
[INFO] [stdout] HEAD is now at 2594552 init
[INFO] [stdout] test cli::launch::tests::dry_run_uses_mock_and_does_not_call_launch ... ok
[INFO] [stderr] done.
[INFO] [stderr] To /tmp/.tmpv8D7Wz
[INFO] [stderr]  * [new branch]      feature-cwdforce -> feature-cwdforce
[INFO] [stdout] branch 'feature-cwdforce' set up to track 'origin/feature-cwdforce'.
[INFO] [stderr] Preparing worktree (new branch 'feature-unpushed')
[INFO] [stdout] branch 'feature-keeprem' set up to track 'origin/feature-keeprem'.
[INFO] [stderr] To /tmp/.tmpZHsfsE
[INFO] [stderr]  * [new branch]      feature-keeprem -> feature-keeprem
[INFO] [stderr] To /tmp/.tmpuUpsb7
[INFO] [stderr]  * [new branch]      feature-detached -> feature-detached
[INFO] [stdout] branch 'feature-detached' set up to track 'origin/feature-detached'.
[INFO] [stderr] HEAD is now at 2594552 init
[INFO] [stdout] test cli::done::tests::no_tag_force_removes_dirty_worktree_from_cwd ... ok
[INFO] [stdout] test cli::done::tests::keep_remote_skips_remote_deletion ... ok
[INFO] [stdout] test cli::list::tests::format_status_variants ... ok
[INFO] [stderr] To /tmp/.tmpPUC06v
[INFO] [stderr]  * [new branch]      feature-force -> feature-force
[INFO] [stdout] branch 'feature-force' set up to track 'origin/feature-force'.
[INFO] [stdout] test cli::list::tests::frozen_project_has_frozen_suffix ... ok
[INFO] [stdout] HEAD is now at 2594552 init
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpaA5eke/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpwvzVUR/.git/
[INFO] [stdout] test cli::done::tests::force_bypasses_safety_checks ... ok
[INFO] [stdout] test cli::done::tests::detached_head_on_remote_is_not_unpushed ... ok
[INFO] [stderr] To /tmp/.tmppD6kej
[INFO] [stderr]  * [new branch]      feature-unpushed -> feature-unpushed
[INFO] [stdout] branch 'feature-unpushed' set up to track 'origin/feature-unpushed'.
[INFO] [stdout] test cli::list::tests::snapshot_json_with_status ... ok
[INFO] [stdout] test cli::list::tests::snapshot_json_no_status ... ok
[INFO] [stdout] [main (root-commit) 2594552] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] test cli::list::tests::snapshot_short_section ... ok
[INFO] [stdout] test cli::new::tests::base_none_uses_default ... ok
[INFO] [stdout] branch 'feature-unpushed' set up to track 'origin/main'.
[INFO] [stdout] test cli::new::tests::base_already_fully_qualified ... ok
[INFO] [stdout] test cli::new::tests::base_plain_name_no_stable_prefix ... ok
[INFO] [stdout] test cli::list::tests::snapshot_basic_section ... ok
[INFO] [stdout] test cli::new::tests::base_version_gets_stable_prefix ... ok
[INFO] [stdout] test cli::new::tests::base_version_single_digit_segments ... ok
[INFO] [stdout] test cli::new::tests::branch_no_issue_no_override ... ok
[INFO] [stdout] test cli::new::tests::branch_override_wins_over_issue ... ok
[INFO] [stdout] test cli::new::tests::branch_override_no_issue ... ok
[INFO] [stdout] test cli::new::tests::branch_with_issue_and_prefix ... ok
[INFO] [stdout] test cli::new::tests::tag_empty_invalid ... ok
[INFO] [stdout] test cli::new::tests::branch_with_issue_no_prefix_falls_back ... ok
[INFO] [stdout] test cli::new::tests::tag_valid ... ok
[INFO] [stdout] test cli::new::tests::tag_with_slash_invalid ... ok
[INFO] [stdout] test cli::new::tests::version_detection ... ok
[INFO] [stdout] test cli::new::tests::tag_with_space_invalid ... ok
[INFO] [stdout] test cli::path::tests::known_tag_returns_path ... ok
[INFO] [stdout] test cli::path::tests::path_output_has_no_decoration ... ok
[INFO] [stdout] test cli::path::tests::unknown_tag_no_near_match_plain_error ... ok
[INFO] [stdout] test cli::path::tests::unknown_tag_suggests_near_match ... ok
[INFO] [stdout] test cli::repo::tests::repo_path_default_no_default_repo_errors ... ok
[INFO] [stdout] test cli::repo::tests::repo_path_default_prints_work_dir ... ok
[INFO] [stdout] test cli::repo::tests::repo_path_no_decoration ... ok
[INFO] [stdout] test cli::repo::tests::repo_path_no_flag_prints_current_repo_work_dir ... ok
[INFO] [stdout] [feature-unpushed 1baf450] unpushed commit
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 new.txt
[INFO] [stdout] branch 'main' set up to track 'origin/main'.
[INFO] [stderr] To /tmp/.tmpaA5eke
[INFO] [stderr]  * [new branch]      main -> main
[INFO] [stderr] Cloning into '/tmp/.tmpE2jP4o'...
[INFO] [stderr] done.
[INFO] [stdout] test cli::done::tests::unpushed_commits_returns_error ... ok
[INFO] [stderr] Preparing worktree (new branch 'feature-cwd')
[INFO] [stdout] HEAD is now at 2594552 init
[INFO] [stderr] To /tmp/.tmpaA5eke
[INFO] [stderr]  * [new branch]      feature-cwd -> feature-cwd
[INFO] [stdout] branch 'feature-cwd' set up to track 'origin/feature-cwd'.
[INFO] [stdout] test cli::done::tests::no_tag_resolves_from_cwd ... ok
[INFO] [stdout] test cli::repo::tests::repo_show_prints_entry_and_project_count ... ok
[INFO] [stdout] test cli::list::tests::cross_repo_cwd_inside_repo_b_comes_first ... ok
[INFO] [stdout] test cli::list::tests::cross_repo_filter_by_repo_id ... ok
[INFO] [stdout] test cli::repo::tests::repo_list_outputs_all_repos ... ok
[INFO] [stdout] test cli::repo::tests::repo_default_updates_manifest ... ok
[INFO] [stdout] test cli::status::tests::snapshot_human_clean ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] test cli::status::tests::snapshot_json_dirty ... ok
[INFO] [stdout] test config::global::tests::default_on_missing_file ... ok
[INFO] [stdout] test config::global::tests::round_trip ... ok
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmplOI6vq/.git/
[INFO] [stdout] test config::global::tests::schema_too_new_errors ... ok
[INFO] [stdout] test config::global::tests::unknown_fields_ignored ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp4GlIQS/.git/
[INFO] [stdout] test config::repo::tests::minimal_config_no_optional_fields ... ok
[INFO] [stdout] test config::repo::tests::missing_file_returns_none ... ok
[INFO] [stdout] test config::repo::tests::round_trip_with_launch_overrides ... ok
[INFO] [stdout] test config::repo::tests::schema_too_new_errors ... ok
[INFO] [stdout] test config::tests::no_per_repo_returns_global_verbatim ... ok
[INFO] [stdout] test config::tests::per_repo_none_fields_fall_back_to_global ... ok
[INFO] [stdout] test config::tests::per_repo_overrides_take_precedence ... ok
[INFO] [stdout] test config::tests::unknown_repo_id_returns_none ... ok
[INFO] [stdout] test display::tests::color_helpers_passthrough_when_disabled ... ok
[INFO] [stdout] test cli::repo::tests::repo_remove_with_projects_errors_without_force ... ok
[INFO] [stdout] test display::tests::no_color_env_disables_color ... ok
[INFO] [stdout] test display::tests::non_tty_disables_color ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpePTsAd/.git/
[INFO] [stdout] [master (root-commit) 9f02fe4] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] test cli::status::tests::unknown_tag_no_near_match_plain_error ... ok
[INFO] [stdout] test git::gix_backend::tests::open_missing_path_returns_not_found ... ok
[INFO] [stdout] [master (root-commit) 9f02fe4] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] test cli::status::tests::near_match_hint_on_bad_tag ... ok
[INFO] [stdout] test git::gix_backend::tests::trait_compiles_with_gix_backend ... ok
[INFO] [stdout] test git::shell_backend::tests::error_path_missing_repo_returns_git_command_failed ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpmQA85C/.git/
[INFO] [stdout] [master (root-commit) 9f02fe4] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [master (root-commit) f813a1c] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] test cli::status::tests::compute_detail_dirty_repo ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp3R3VKK/.git/
[INFO] [stdout] test git::shell_backend::tests::worktree_add_appears_in_list ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpe5irMK/.git/
[INFO] [stdout] [master (root-commit) f813a1c] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [master (root-commit) f813a1c] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] test git::shell_backend::tests::worktree_move_appears_at_new_path ... ok
[INFO] [stdout] test git::shell_backend::tests::worktree_add_existing_branch ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpo3Kf0c/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpaTnwF3/.git/
[INFO] [stdout] [master (root-commit) f813a1c] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] [master (root-commit) f813a1c] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] test git::shell_backend::tests::worktree_remove_disappears_from_list ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp3rqEKJ/.git/
[INFO] [stdout] [master (root-commit) 9f02fe4] init
[INFO] [stderr] Cloning into '/tmp/.tmpJsGf0a'...
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] test git::shell_backend::tests::worktree_remove_force_on_dirty_worktree ... ok
[INFO] [stderr] done.
[INFO] [stdout] test git::status::tests::clean_repo_with_upstream_is_all_zero ... ok
[INFO] [stdout] test display::tests::dim_preserves_text_content ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpUfAS2N/.git/
[INFO] [stdout] [master (root-commit) 9f02fe4] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] test git::status::tests::modified_tracked_file_is_dirty ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmphBxC8q/.git/
[INFO] [stdout] [master (root-commit) 9f02fe4] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] Cloning into '/tmp/.tmpmzbcSq'...
[INFO] [stderr] done.
[INFO] [stdout] [master c2a7a47] commit 1
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 file1.txt
[INFO] [stdout] [master a90837b] commit 2
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 file2.txt
[INFO] [stdout] test git::status::tests::two_commits_ahead_of_upstream ... FAILED
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmptzI1aU/.git/
[INFO] [stdout] [master (root-commit) 1324751] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] Preparing worktree (new branch 'feature-a')
[INFO] [stderr] Preparing worktree (new branch 'feature-b')
[INFO] [stdout] HEAD is now at 1324751 init
[INFO] [stdout] HEAD is now at 1324751 init
[INFO] [stdout] test git::gix_backend::tests::list_matches_git_porcelain ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp4k4EJm/.git/
[INFO] [stdout] [master (root-commit) 1324751] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] Preparing worktree (new branch 'my-branch')
[INFO] [stdout] HEAD is now at 1324751 init
[INFO] [stdout] test git::gix_backend::tests::open_returns_branch_and_head ... ok
[INFO] [stdout] test launch::tests::override_wins_regardless_of_env ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpvVCkIK/.git/
[INFO] [stdout] [master (root-commit) 1c53720] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpRPeKIn/.git/
[INFO] [stdout] [master (root-commit) 1c53720] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] test git::status::tests::compute_all_error_propagation ... ok
[INFO] [stdout] test cli::list::tests::cross_repo_alphabetical_when_cwd_matches_neither ... ok
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp2A53Nk/.git/
[INFO] [stdout] test launch::wezterm::tests::configured_wezterm_path_used ... ok
[INFO] [stdout] test launch::wezterm::tests::cwd_converted_to_windows_path ... ok
[INFO] [stdout] test launch::wezterm::tests::dry_run_returns_one_argv_per_tab_no_process_spawned ... ok
[INFO] [stdout] test launch::wezterm::tests::three_tabs_produce_three_separate_spawn_invocations ... ok
[INFO] [stdout] test launch::windows_terminal::tests::cwd_converted_to_windows_path ... ok
[INFO] [stdout] test launch::windows_terminal::tests::dry_run_does_not_spawn_process ... ok
[INFO] [stdout] test launch::windows_terminal::tests::single_wt_invocation_for_three_tabs ... ok
[INFO] [stdout] test launch::windows_terminal::tests::title_forwarded_to_wt ... ok
[INFO] [stdout] test migrate::tests::already_migrated_returns_not_needed ... ok
[INFO] [stdout] [master (root-commit) 1c53720] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] test migrate::tests::malformed_legacy_json_returns_error ... ok
[INFO] [stdout] test migrate::tests::migration_runs_when_legacy_present ... ok
[INFO] [stdout] test migrate::tests::n_project_round_trip_preservation ... ok
[INFO] [stdout] test migrate::tests::no_legacy_files_returns_not_needed ... ok
[INFO] [stdout] test git::status::tests::no_upstream_gives_none ... ok
[INFO] [stdout] test paths::tests::already_windows_path_unchanged ... ok
[INFO] [stdout] test paths::tests::already_wsl_path_unchanged ... ok
[INFO] [stdout] test paths::tests::lowercase_drive_letter_normalized ... ok
[INFO] [stdout] test paths::tests::mnt_drive_root_becomes_windows_root ... ok
[INFO] [stdout] test paths::tests::mnt_wsl_path_becomes_windows ... ok
[INFO] [stdout] test paths::tests::non_mounted_path_unchanged ... ok
[INFO] [stdout] test paths::tests::round_trip_mnt_to_windows_to_wsl ... ok
[INFO] [stdout] test paths::tests::round_trip_wsl_to_windows_to_wsl ... ok
[INFO] [stdout] test paths::tests::short_wsl_path_becomes_windows ... ok
[INFO] [stdout] test paths::tests::unc_wsl_path_unchanged ... ok
[INFO] [stdout] test paths::tests::windows_forward_slash_becomes_wsl ... ok
[INFO] [stdout] test paths::tests::windows_path_becomes_wsl ... ok
[INFO] [stdout] test paths::tests::windows_root_becomes_wsl_root ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] test paths::tests::wsl_drive_root_becomes_windows_root ... ok
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] test registry::tests::atomic_save_uses_tmpfile ... Initialized empty Git repository in /tmp/.tmpQwseTX/.git/
[INFO] [stdout] ok
[INFO] [stdout] test registry::tests::bak_rotation_on_second_save ... ok
[INFO] [stdout] test registry::tests::duplicate_tag_returns_error ... ok
[INFO] [stdout] test registry::tests::load_default_on_missing_file ... ok
[INFO] [stdout] test registry::tests::round_trip_preserves_fields ... ok
[INFO] [stdout] [master (root-commit) 1c53720] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] test cli::status::tests::compute_detail_clean_repo ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpA3QEz7/.git/
[INFO] [stdout] [master (root-commit) 1c53720] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout] test git::status::tests::untracked_files_counted ... ok
[INFO] [stdout] test launch::tests::no_terminal_available_returns_error ... ok
[INFO] [stdout] test repo::tests::disambiguate_qualified_form_selects_correct_repo ... ok
[INFO] [stdout] test repo::tests::discover_cwd_under_exactly_one_repo ... ok
[INFO] [stdout] test launch::tests::wt_session_env_wins ... ok
[INFO] [stdout] test repo::tests::discover_error_when_no_match_and_no_default ... ok
[INFO] [stdout] test repo::tests::discover_from_cwd_inside_work_dir ... ok
[INFO] [stdout] test repo::tests::disambiguate_cwd_inside_one_repo_wins ... ok
[INFO] [stdout] test cli::repo::tests::repo_remove_no_projects_succeeds ... ok
[INFO] [stdout] test repo::tests::disambiguate_strsim_hint_for_close_unknown_tag ... ok
[INFO] [stdout] test migrate::tests::only_registry_present_partial_state ... ok
[INFO] [stdout] test launch::tests::wezterm_pane_env_wins ... ok
[INFO] [stdout] test repo::tests::discover_explicit_repo_flag_overrides_all ... ok
[INFO] [stdout] test repo::tests::discover_prefers_grove_orig_cwd_over_current_dir ... ok
[INFO] [stdout] test repo::tests::discover_uses_default_repo_when_cwd_unrelated ... ok
[INFO] [stdout] test repo::tests::disambiguate_ambiguous_tag_outside_both_repos ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- git::status::tests::two_commits_ahead_of_upstream stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'git::status::tests::two_commits_ahead_of_upstream' (3028) panicked at src/git/status.rs:366:9:
[INFO] [stdout] assertion `left == right` failed: should not be behind
[INFO] [stdout]   left: Some(1)
[INFO] [stdout]  right: Some(0)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x633a84e13bd1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x633a84e13bd1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x633a84e13bd1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x633a84e13bd1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x633a84e2d4ba - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x633a84e2d4ba - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x633a84e1a10c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x633a84e1a10c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x633a84dec056 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x633a84dec056 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x633a84e09249 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x633a8450dee0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x633a8450dee0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x633a84e09572 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x633a84e09572 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x633a84dec102 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x633a84de2ec9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x633a84ded11d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x633a84e2dd6c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x633a84e2dc53 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x633a843d8dad - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<core[6883ba1bc0fe4ed1]::option::Option<u32>, core[6883ba1bc0fe4ed1]::option::Option<u32>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x633a8441cfa9 - grove[a2ad58365e16499c]::git::status::tests::two_commits_ahead_of_upstream::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/git/status.rs:366:9
[INFO] [stdout]   22:     0x633a843d5aee - <grove[a2ad58365e16499c]::git::status::tests::two_commits_ahead_of_upstream::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x633a84b215ee - serial_test[cb6dec0c2344ba3e]::serial_code_lock::local_serial_core
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-3.4.0/src/serial_code_lock.rs:36:5
[INFO] [stdout]   24:     0x633a84429234 - grove[a2ad58365e16499c]::git::status::tests::two_commits_ahead_of_upstream
[INFO] [stdout]                                at /opt/rustwide/workdir/src/git/status.rs:338:5
[INFO] [stdout]   25:     0x633a8441b527 - grove[a2ad58365e16499c]::git::status::tests::two_commits_ahead_of_upstream::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/git/status.rs:338:14
[INFO] [stdout]   26:     0x633a843d59a6 - <grove[a2ad58365e16499c]::git::status::tests::two_commits_ahead_of_upstream::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x633a8450121b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x633a8450121b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   29:     0x633a8450e865 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   30:     0x633a8450e865 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31:     0x633a8450e865 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   32:     0x633a8450e865 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x633a8450e865 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x633a8450e865 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   35:     0x633a8450e865 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   36:     0x633a84509314 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   37:     0x633a84509314 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x633a845119b2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   39:     0x633a845119b2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40:     0x633a845119b2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   41:     0x633a845119b2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x633a845119b2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x633a845119b2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   44:     0x633a845119b2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x633a84e12a3f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   46:     0x633a84e12a3f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   47:     0x7ec42d727aa4 - <unknown>
[INFO] [stdout]   48:     0x7ec42d7b4a64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     git::status::tests::two_commits_ahead_of_upstream
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 146 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.86s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5", kill_on_drop: false }`
[INFO] [stdout] 17ca987991c628dbc22997fbb0ef332f66931cf0ef84da0f8c64c314ddae5cd5
