[INFO] cloning repository https://github.com/winksaville/vc-x1.mirror.20260319
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/winksaville/vc-x1.mirror.20260319" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwinksaville%2Fvc-x1.mirror.20260319", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwinksaville%2Fvc-x1.mirror.20260319'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d160ff7f4f07ec5121d4193624e3d2b7b25d31bd
[INFO] testing winksaville/vc-x1.mirror.20260319 against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwinksaville%2Fvc-x1.mirror.20260319" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/winksaville/vc-x1.mirror.20260319
[INFO] finished tweaking git repo https://github.com/winksaville/vc-x1.mirror.20260319
[INFO] tweaked toml for git repo https://github.com/winksaville/vc-x1.mirror.20260319 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/winksaville/vc-x1.mirror.20260319 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/winksaville/vc-x1.mirror.20260319 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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2cbb6b0bbd4189e4d301da320e535164299434c90fbfffb88bc3c054079d245b
[INFO] running `Command { std: "docker" "start" "-a" "2cbb6b0bbd4189e4d301da320e535164299434c90fbfffb88bc3c054079d245b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2cbb6b0bbd4189e4d301da320e535164299434c90fbfffb88bc3c054079d245b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cbb6b0bbd4189e4d301da320e535164299434c90fbfffb88bc3c054079d245b", kill_on_drop: false }`
[INFO] [stdout] 2cbb6b0bbd4189e4d301da320e535164299434c90fbfffb88bc3c054079d245b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 947977f9fa65abca730da4dd9ffeb22ffec4c1ae9be47f1ecc9c89057c562471
[INFO] running `Command { std: "docker" "start" "-a" "947977f9fa65abca730da4dd9ffeb22ffec4c1ae9be47f1ecc9c89057c562471", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling gix-trace v0.1.18
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling jiff v0.2.23
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling faster-hex v0.10.0
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling nonempty v0.12.0
[INFO] [stderr]    Compiling gix-utils v0.3.1
[INFO] [stderr]    Compiling sha1-checked v0.10.0
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling logos-codegen v0.15.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling uluru v3.1.0
[INFO] [stderr]    Compiling clru v0.6.3
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling arc-swap v1.8.2
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling imara-diff v0.1.8
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling gix-sec v0.13.1
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling rand v0.10.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling etcetera v0.11.0
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling pollster v0.4.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_edit v0.24.1+spec-1.1.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling gix-validate v0.11.0
[INFO] [stderr]    Compiling gix-error v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling gix-chunk v0.7.0
[INFO] [stderr]    Compiling gix-quote v0.7.0
[INFO] [stderr]    Compiling gix-bitmap v0.3.0
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling jj-lib-proc-macros v0.39.0
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling logos-derive v0.15.1
[INFO] [stderr]    Compiling logos v0.15.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling gix-path v0.11.1
[INFO] [stderr]    Compiling gix-packetline v0.21.1
[INFO] [stderr]    Compiling rand_chacha v0.10.0
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling gix-command v0.8.0
[INFO] [stderr]    Compiling gix-config-value v0.17.1
[INFO] [stderr]    Compiling gix-url v0.35.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling gix-date v0.15.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling gix-actor v0.40.0
[INFO] [stderr]    Compiling prodash v31.0.0
[INFO] [stderr]    Compiling gix-features v0.46.1
[INFO] [stderr]    Compiling gix-hash v0.22.1
[INFO] [stderr]    Compiling gix-fs v0.19.1
[INFO] [stderr]    Compiling gix-glob v0.24.0
[INFO] [stderr]    Compiling gix-transport v0.55.0
[INFO] [stderr]    Compiling interim v0.2.1
[INFO] [stderr]    Compiling gix-attributes v0.31.0
[INFO] [stderr]    Compiling gix-ignore v0.19.0
[INFO] [stderr]    Compiling gix-hashtable v0.12.0
[INFO] [stderr]    Compiling gix-commitgraph v0.34.0
[INFO] [stderr]    Compiling gix-tempfile v21.0.1
[INFO] [stderr]    Compiling gix-object v0.57.0
[INFO] [stderr]    Compiling gix-lock v21.0.1
[INFO] [stderr]    Compiling gix-shallow v0.9.0
[INFO] [stderr]    Compiling gix-pathspec v0.16.0
[INFO] [stderr]    Compiling gix-revwalk v0.28.0
[INFO] [stderr]    Compiling gix-ref v0.60.0
[INFO] [stderr]    Compiling gix-pack v0.67.0
[INFO] [stderr]    Compiling gix-filter v0.27.0
[INFO] [stderr]    Compiling gix-traverse v0.54.0
[INFO] [stderr]    Compiling gix-revision v0.42.0
[INFO] [stderr]    Compiling gix-refspec v0.38.0
[INFO] [stderr]    Compiling gix-index v0.48.0
[INFO] [stderr]    Compiling gix-config v0.53.0
[INFO] [stderr]    Compiling gix-discover v0.48.0
[INFO] [stderr]    Compiling gix-protocol v0.58.0
[INFO] [stderr]    Compiling gix-odb v0.77.0
[INFO] [stderr]    Compiling gix-worktree v0.49.0
[INFO] [stderr]    Compiling gix-diff v0.60.0
[INFO] [stderr]    Compiling gix-submodule v0.27.0
[INFO] [stderr]    Compiling gix v0.80.0
[INFO] [stderr]    Compiling jj-lib v0.39.0
[INFO] [stderr]    Compiling vc-x1 v0.22.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
[INFO] running `Command { std: "docker" "inspect" "947977f9fa65abca730da4dd9ffeb22ffec4c1ae9be47f1ecc9c89057c562471", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "947977f9fa65abca730da4dd9ffeb22ffec4c1ae9be47f1ecc9c89057c562471", kill_on_drop: false }`
[INFO] [stdout] 947977f9fa65abca730da4dd9ffeb22ffec4c1ae9be47f1ecc9c89057c562471
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b2bd94c2a9569636af680a1050196dedf44777440d10d04910068d255fd5f35
[INFO] running `Command { std: "docker" "start" "-a" "5b2bd94c2a9569636af680a1050196dedf44777440d10d04910068d255fd5f35", kill_on_drop: false }`
[INFO] [stderr]    Compiling vc-x1 v0.22.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.90s
[INFO] running `Command { std: "docker" "inspect" "5b2bd94c2a9569636af680a1050196dedf44777440d10d04910068d255fd5f35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b2bd94c2a9569636af680a1050196dedf44777440d10d04910068d255fd5f35", kill_on_drop: false }`
[INFO] [stdout] 5b2bd94c2a9569636af680a1050196dedf44777440d10d04910068d255fd5f35
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 198d44746ab670d197a34054edd1d660a910b8a3ebef26fcffa454452e8ad2e4
[INFO] running `Command { std: "docker" "start" "-a" "198d44746ab670d197a34054edd1d660a910b8a3ebef26fcffa454452e8ad2e4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/vc_x1-906ce60854f07726)
[INFO] [stdout] 
[INFO] [stdout] running 81 tests
[INFO] [stdout] test chid::tests::all_opts ... ok
[INFO] [stdout] test chid::tests::label_custom ... ok
[INFO] [stdout] test chid::tests::defaults ... ok
[INFO] [stdout] test chid::tests::label_default ... ok
[INFO] [stdout] test chid::tests::positional_both_dots ... ok
[INFO] [stdout] test chid::tests::comma_repo ... ok
[INFO] [stdout] test chid::tests::positional_rev_and_count ... ok
[INFO] [stdout] test chid::tests::with_limit ... ok
[INFO] [stdout] test common::tests::indent_body_empty_string ... ok
[INFO] [stdout] test chid::tests::no_label ... ok
[INFO] [stdout] test common::tests::indent_body_empty_lines_preserved ... ok
[INFO] [stdout] test common::tests::indent_body_multi_line ... ok
[INFO] [stdout] test chid::tests::with_revision ... ok
[INFO] [stdout] test chid::tests::with_repo ... ok
[INFO] [stdout] test common::tests::indent_body_zero ... ok
[INFO] [stdout] test chid::tests::multi_repo ... ok
[INFO] [stdout] test common::tests::parse_dot_rev_ancestors ... ok
[INFO] [stdout] test common::tests::indent_body_single_line ... ok
[INFO] [stdout] test common::tests::parse_dot_rev_bare ... ok
[INFO] [stdout] test common::tests::parse_dot_rev_both ... ok
[INFO] [stdout] test common::tests::parse_dot_rev_both_changeid ... ok
[INFO] [stdout] test common::tests::parse_dot_rev_changeid ... ok
[INFO] [stdout] test common::tests::parse_dot_rev_descendants ... ok
[INFO] [stdout] test chid::tests::positional_rev ... ok
[INFO] [stdout] test common::tests::resolve_spec_ancestors ... ok
[INFO] [stdout] test common::tests::resolve_spec_ancestors_no_count ... ok
[INFO] [stdout] test common::tests::resolve_spec_bare_with_count ... ok
[INFO] [stdout] test common::tests::resolve_spec_both ... ok
[INFO] [stdout] test common::tests::resolve_spec_both_odd ... ok
[INFO] [stdout] test common::tests::resolve_spec_defaults ... ok
[INFO] [stdout] test common::tests::resolve_spec_descendants ... ok
[INFO] [stdout] test common::tests::resolve_spec_flag_limit_overrides_pos_count ... ok
[INFO] [stdout] test common::tests::resolve_spec_flag_overrides_positional ... ok
[INFO] [stdout] test desc::tests::all_opts ... ok
[INFO] [stdout] test desc::tests::multi_repo ... ok
[INFO] [stdout] test desc::tests::with_limit ... ok
[INFO] [stdout] test desc::tests::positional_rev_and_count ... ok
[INFO] [stdout] test desc::tests::with_repo ... ok
[INFO] [stdout] test fix_ochid::tests::already_correct ... ok
[INFO] [stdout] test desc::tests::positional_both_dots ... ok
[INFO] [stdout] test desc::tests::positional_rev ... ok
[INFO] [stdout] test finalize::tests::defaults ... ok
[INFO] [stdout] test finalize::tests::missing_bookmark ... ok
[INFO] [stdout] test desc::tests::with_revision ... ok
[INFO] [stdout] test finalize::tests::all_opts ... ok
[INFO] [stdout] test finalize::tests::bad_delay ... ok
[INFO] [stdout] test desc::tests::defaults ... ok
[INFO] [stdout] test finalize::tests::partial_opts ... ok
[INFO] [stdout] test finalize::tests::build_exec_args_roundtrip ... ok
[INFO] [stdout] test fix_ochid::tests::custom_id_len ... ok
[INFO] [stdout] test finalize::tests::unknown_opt ... ok
[INFO] [stdout] test fix_ochid::tests::fix_title_and_ochid ... ok
[INFO] [stdout] test fix_ochid::tests::fix_wrong_prefix ... ok
[INFO] [stdout] test fix_ochid::tests::no_ochid_no_change ... ok
[INFO] [stdout] test fix_ochid::tests::other_path_without_trailing_slash ... ok
[INFO] [stdout] test fix_ochid::tests::prefix_from_claude ... ok
[INFO] [stdout] test fix_ochid::tests::prefix_from_dot ... ok
[INFO] [stdout] test fix_ochid::tests::fix_bare_id ... ok
[INFO] [stdout] test fix_ochid::tests::prefix_from_path ... ok
[INFO] [stdout] test fix_ochid::tests::truncate_long_id ... ok
[INFO] [stdout] test list::tests::defaults ... ok
[INFO] [stdout] test list::tests::multi_repo ... ok
[INFO] [stdout] test list::tests::all_opts ... ok
[INFO] [stdout] test list::tests::with_repo ... ok
[INFO] [stdout] test show::tests::with_commit_limit ... ok
[INFO] [stdout] test list::tests::positional_rev ... ok
[INFO] [stdout] test list::tests::custom_width ... ok
[INFO] [stdout] test show::tests::defaults ... ok
[INFO] [stdout] test list::tests::with_revision ... ok
[INFO] [stdout] test show::tests::with_file_limit_all ... ok
[INFO] [stdout] test show::tests::all_opts ... ok
[INFO] [stdout] test list::tests::positional_rev_and_count ... ok
[INFO] [stdout] test show::tests::positional_rev_and_count ... ok
[INFO] [stdout] test list::tests::with_limit ... ok
[INFO] [stdout] test show::tests::multi_repo ... ok
[INFO] [stdout] test show::tests::positional_rev ... ok
[INFO] [stdout] test list::tests::positional_both_dots ... ok
[INFO] [stdout] test show::tests::with_file_limit_flag ... ok
[INFO] [stdout] test show::tests::with_repo ... ok
[INFO] [stdout] test show::tests::with_revision ... ok
[INFO] [stdout] test tests::unknown_command ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 81 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "198d44746ab670d197a34054edd1d660a910b8a3ebef26fcffa454452e8ad2e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "198d44746ab670d197a34054edd1d660a910b8a3ebef26fcffa454452e8ad2e4", kill_on_drop: false }`
[INFO] [stdout] 198d44746ab670d197a34054edd1d660a910b8a3ebef26fcffa454452e8ad2e4
