[INFO] cloning repository https://github.com/mehdig-dev/mcp-git
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mehdig-dev/mcp-git" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmehdig-dev%2Fmcp-git", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmehdig-dev%2Fmcp-git'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8d54251c399e1daaf63171f6ae12cd79944f5b6e
[INFO] testing mehdig-dev/mcp-git against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmehdig-dev%2Fmcp-git" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mehdig-dev/mcp-git
[INFO] finished tweaking git repo https://github.com/mehdig-dev/mcp-git
[INFO] tweaked toml for git repo https://github.com/mehdig-dev/mcp-git written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mehdig-dev/mcp-git on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mehdig-dev/mcp-git 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded schemars_derive v1.2.1
[INFO] [stderr]   Downloaded gix-trace v0.1.18
[INFO] [stderr]   Downloaded gix-object v0.47.0
[INFO] [stderr]   Downloaded gix-validate v0.10.1
[INFO] [stderr]   Downloaded gix-hashtable v0.7.0
[INFO] [stderr]   Downloaded gix-hash v0.16.0
[INFO] [stderr]   Downloaded gix-utils v0.1.14
[INFO] [stderr]   Downloaded gix-worktree v0.39.0
[INFO] [stderr]   Downloaded gix-bitmap v0.2.16
[INFO] [stderr]   Downloaded rmcp-macros v0.15.0
[INFO] [stderr]   Downloaded gix-glob v0.18.0
[INFO] [stderr]   Downloaded gix-ignore v0.13.0
[INFO] [stderr]   Downloaded gix-command v0.4.1
[INFO] [stderr]   Downloaded gix-submodule v0.17.0
[INFO] [stderr]   Downloaded gix-shallow v0.2.0
[INFO] [stderr]   Downloaded gix-url v0.29.0
[INFO] [stderr]   Downloaded gix-pathspec v0.9.0
[INFO] [stderr]   Downloaded clap v4.5.59
[INFO] [stderr]   Downloaded gix-diff v0.50.0
[INFO] [stderr]   Downloaded gix-config v0.43.0
[INFO] [stderr]   Downloaded winnow v0.6.26
[INFO] [stderr]   Downloaded gix-odb v0.67.0
[INFO] [stderr]   Downloaded gix-pack v0.57.0
[INFO] [stderr]   Downloaded rmcp v0.15.0
[INFO] [stderr]   Downloaded gix-protocol v0.48.0
[INFO] [stderr]   Downloaded gix v0.70.0
[INFO] [stderr]   Downloaded gix-ref v0.50.0
[INFO] [stderr]   Downloaded jiff-static v0.2.20
[INFO] [stderr]   Downloaded gix-discover v0.38.0
[INFO] [stderr]   Downloaded clap_builder v4.5.59
[INFO] [stderr]   Downloaded gix-filter v0.17.0
[INFO] [stderr]   Downloaded gix-transport v0.45.0
[INFO] [stderr]   Downloaded gix-revision v0.32.0
[INFO] [stderr]   Downloaded gix-refspec v0.28.0
[INFO] [stderr]   Downloaded gix-attributes v0.24.0
[INFO] [stderr]   Downloaded prodash v29.0.2
[INFO] [stderr]   Downloaded gix-quote v0.4.15
[INFO] [stderr]   Downloaded redox_syscall v0.7.1
[INFO] [stderr]   Downloaded gix-index v0.38.0
[INFO] [stderr]   Downloaded gix-path v0.10.22
[INFO] [stderr]   Downloaded gix-fs v0.13.0
[INFO] [stderr]   Downloaded gix-tempfile v16.0.0
[INFO] [stderr]   Downloaded gix-commitgraph v0.26.0
[INFO] [stderr]   Downloaded gix-revwalk v0.18.0
[INFO] [stderr]   Downloaded gix-traverse v0.44.0
[INFO] [stderr]   Downloaded gix-actor v0.33.2
[INFO] [stderr]   Downloaded gix-lock v16.0.0
[INFO] [stderr]   Downloaded gix-chunk v0.4.12
[INFO] [stderr]   Downloaded gix-features v0.40.0
[INFO] [stderr]   Downloaded jiff v0.2.20
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1e147daeb746e566c94ed258d110c0e7a5e0e01f61c98ce35b60bc89eda96f43
[INFO] running `Command { std: "docker" "start" "-a" "1e147daeb746e566c94ed258d110c0e7a5e0e01f61c98ce35b60bc89eda96f43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e147daeb746e566c94ed258d110c0e7a5e0e01f61c98ce35b60bc89eda96f43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e147daeb746e566c94ed258d110c0e7a5e0e01f61c98ce35b60bc89eda96f43", kill_on_drop: false }`
[INFO] [stdout] 1e147daeb746e566c94ed258d110c0e7a5e0e01f61c98ce35b60bc89eda96f43
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d6edd5cab12138135c07d4633873ebeb198124bfc910c906b07b489d414ec46
[INFO] running `Command { std: "docker" "start" "-a" "0d6edd5cab12138135c07d4633873ebeb198124bfc910c906b07b489d414ec46", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling gix-trace v0.1.18
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling jiff v0.2.20
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling winnow v0.6.26
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling gix-sec v0.10.12
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling clru v0.6.2
[INFO] [stderr]    Compiling arc-swap v1.8.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling imara-diff v0.1.8
[INFO] [stderr]    Compiling rmcp v0.15.0
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling gix-utils v0.1.14
[INFO] [stderr]    Compiling prodash v29.0.2
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling clap_builder v4.5.59
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling gix-validate v0.10.1
[INFO] [stderr]    Compiling gix-date v0.9.4
[INFO] [stderr]    Compiling gix-validate v0.9.4
[INFO] [stderr]    Compiling gix-chunk v0.4.12
[INFO] [stderr]    Compiling gix-quote v0.4.15
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling gix-bitmap v0.2.16
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling gix-actor v0.33.2
[INFO] [stderr]    Compiling gix-path v0.10.22
[INFO] [stderr]    Compiling gix-command v0.4.1
[INFO] [stderr]    Compiling gix-config-value v0.14.12
[INFO] [stderr]    Compiling clap v4.5.59
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling rmcp-macros v0.15.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling faster-hex v0.9.0
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling gix-hash v0.16.0
[INFO] [stderr]    Compiling gix-packetline-blocking v0.18.3
[INFO] [stderr]    Compiling gix-packetline v0.18.4
[INFO] [stderr]    Compiling gix-features v0.40.0
[INFO] [stderr]    Compiling gix-hashtable v0.7.0
[INFO] [stderr]    Compiling gix-object v0.47.0
[INFO] [stderr]    Compiling gix-fs v0.13.0
[INFO] [stderr]    Compiling gix-commitgraph v0.26.0
[INFO] [stderr]    Compiling gix-glob v0.18.0
[INFO] [stderr]    Compiling gix-tempfile v16.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling gix-lock v16.0.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling gix-attributes v0.24.0
[INFO] [stderr]    Compiling gix-ignore v0.13.0
[INFO] [stderr]    Compiling gix-shallow v0.2.0
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling gix-pathspec v0.9.0
[INFO] [stderr]    Compiling gix-url v0.29.0
[INFO] [stderr]    Compiling gix-transport v0.45.0
[INFO] [stderr]    Compiling gix-revwalk v0.18.0
[INFO] [stderr]    Compiling gix-ref v0.50.0
[INFO] [stderr]    Compiling gix-pack v0.57.0
[INFO] [stderr]    Compiling gix-filter v0.17.0
[INFO] [stderr]    Compiling gix-traverse v0.44.0
[INFO] [stderr]    Compiling gix-revision v0.32.0
[INFO] [stderr]    Compiling gix-index v0.38.0
[INFO] [stderr]    Compiling gix-refspec v0.28.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling gix-config v0.43.0
[INFO] [stderr]    Compiling gix-protocol v0.48.0
[INFO] [stderr]    Compiling gix-discover v0.38.0
[INFO] [stderr]    Compiling gix-odb v0.67.0
[INFO] [stderr]    Compiling gix-worktree v0.39.0
[INFO] [stderr]    Compiling gix-diff v0.50.0
[INFO] [stderr]    Compiling gix-submodule v0.17.0
[INFO] [stderr]    Compiling gix v0.70.0
[INFO] [stderr]    Compiling mcp-git v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
[INFO] running `Command { std: "docker" "inspect" "0d6edd5cab12138135c07d4633873ebeb198124bfc910c906b07b489d414ec46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d6edd5cab12138135c07d4633873ebeb198124bfc910c906b07b489d414ec46", kill_on_drop: false }`
[INFO] [stdout] 0d6edd5cab12138135c07d4633873ebeb198124bfc910c906b07b489d414ec46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc850dc6f2bba631ac10016389344f1c649a5ace10f35ac8bd6620c16562f697
[INFO] running `Command { std: "docker" "start" "-a" "fc850dc6f2bba631ac10016389344f1c649a5ace10f35ac8bd6620c16562f697", kill_on_drop: false }`
[INFO] [stderr]    Compiling mcp-git v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.92s
[INFO] running `Command { std: "docker" "inspect" "fc850dc6f2bba631ac10016389344f1c649a5ace10f35ac8bd6620c16562f697", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc850dc6f2bba631ac10016389344f1c649a5ace10f35ac8bd6620c16562f697", kill_on_drop: false }`
[INFO] [stdout] fc850dc6f2bba631ac10016389344f1c649a5ace10f35ac8bd6620c16562f697
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a19a58849b4316bd05edacd09d9b46ad0970b20cbd8fcd4c115f079143b84c11
[INFO] running `Command { std: "docker" "start" "-a" "a19a58849b4316bd05edacd09d9b46ad0970b20cbd8fcd4c115f079143b84c11", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mcp_git-f695fb230be905a7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mcp_git-32f63f9f474100fc)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/git_integration.rs (/opt/rustwide/target/debug/deps/git_integration-567ce07949288095)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test test_log_basic ... ok
[INFO] [stdout] test test_get_remote_info ... ok
[INFO] [stdout] test test_blame ... ok
[INFO] [stdout] test test_get_file_contents_not_found ... ok
[INFO] [stdout] test test_log_with_author_filter ... ok
[INFO] [stdout] test test_list_repos ... ok
[INFO] [stdout] test test_log_with_max_count ... ok
[INFO] [stdout] test test_diff_with_path_filter ... ok
[INFO] [stdout] test test_list_branches ... ok
[INFO] [stdout] test test_resolve_not_found ... ok
[INFO] [stdout] test test_get_file_contents ... ok
[INFO] [stdout] test test_get_file_contents_at_ref ... ok
[INFO] [stdout] test test_log_author_filter_does_not_reduce_max ... ok
[INFO] [stdout] test test_list_tags ... ok
[INFO] [stdout] test test_diff ... ok
[INFO] [stdout] test test_resolve_ambiguous ... ok
[INFO] [stdout] test test_search_commits ... ok
[INFO] [stdout] test test_show_commit ... ok
[INFO] [stdout] test test_resolve_single_repo ... ok
[INFO] [stdout] test test_status_clean ... ok
[INFO] [stdout] test test_status_modified ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests mcp_git
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a19a58849b4316bd05edacd09d9b46ad0970b20cbd8fcd4c115f079143b84c11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a19a58849b4316bd05edacd09d9b46ad0970b20cbd8fcd4c115f079143b84c11", kill_on_drop: false }`
[INFO] [stdout] a19a58849b4316bd05edacd09d9b46ad0970b20cbd8fcd4c115f079143b84c11
