[INFO] cloning repository https://github.com/hravnx/fixup-commits
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hravnx/fixup-commits" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhravnx%2Ffixup-commits", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhravnx%2Ffixup-commits'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 26296fd03f4592c05917af259c5d73d8ff67882e
[INFO] testing hravnx/fixup-commits 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%2Fhravnx%2Ffixup-commits" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hravnx/fixup-commits
[INFO] finished tweaking git repo https://github.com/hravnx/fixup-commits
[INFO] tweaked toml for git repo https://github.com/hravnx/fixup-commits written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hravnx/fixup-commits 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/hravnx/fixup-commits 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] e575693c330d9b3fcb4455153473dc99044e0c57d3a6514b692cc0fddad6d05f
[INFO] running `Command { std: "docker" "start" "-a" "e575693c330d9b3fcb4455153473dc99044e0c57d3a6514b692cc0fddad6d05f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e575693c330d9b3fcb4455153473dc99044e0c57d3a6514b692cc0fddad6d05f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e575693c330d9b3fcb4455153473dc99044e0c57d3a6514b692cc0fddad6d05f", kill_on_drop: false }`
[INFO] [stdout] e575693c330d9b3fcb4455153473dc99044e0c57d3a6514b692cc0fddad6d05f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 0bbb039fb4f906123d4988cc963845084e1a1df206d6e7d7fde10bf93faaa6f6
[INFO] running `Command { std: "docker" "start" "-a" "0bbb039fb4f906123d4988cc963845084e1a1df206d6e7d7fde10bf93faaa6f6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling fixup-commits v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.08s
[INFO] running `Command { std: "docker" "inspect" "0bbb039fb4f906123d4988cc963845084e1a1df206d6e7d7fde10bf93faaa6f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bbb039fb4f906123d4988cc963845084e1a1df206d6e7d7fde10bf93faaa6f6", kill_on_drop: false }`
[INFO] [stdout] 0bbb039fb4f906123d4988cc963845084e1a1df206d6e7d7fde10bf93faaa6f6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 355eb0daa20e6fa8cf07045c80bc94b578a2d5b82ac3503988d61dc256620278
[INFO] running `Command { std: "docker" "start" "-a" "355eb0daa20e6fa8cf07045c80bc94b578a2d5b82ac3503988d61dc256620278", kill_on_drop: false }`
[INFO] [stderr]    Compiling fixup-commits v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.11s
[INFO] running `Command { std: "docker" "inspect" "355eb0daa20e6fa8cf07045c80bc94b578a2d5b82ac3503988d61dc256620278", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "355eb0daa20e6fa8cf07045c80bc94b578a2d5b82ac3503988d61dc256620278", kill_on_drop: false }`
[INFO] [stdout] 355eb0daa20e6fa8cf07045c80bc94b578a2d5b82ac3503988d61dc256620278
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] bfae89bf89c636e08ae5c4b647dc5d8a93e9b1a39d7bc3e860efd38e695ff189
[INFO] running `Command { std: "docker" "start" "-a" "bfae89bf89c636e08ae5c4b647dc5d8a93e9b1a39d7bc3e860efd38e695ff189", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fixup_commits-d436bd4121a21c82)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test git::tests::normalizes_single_revisions_to_single_commit_ranges ... ok
[INFO] [stdout] test git::tests::parses_commit_details_output ... ok
[INFO] [stdout] test git::tests::parses_git_log_output ... ok
[INFO] [stdout] test git::tests::rejects_malformed_git_log_output ... ok
[INFO] [stdout] test rewrite::tests::rejects_non_linear_ranges ... ok
[INFO] [stdout] test plan::tests::marks_matching_commits_and_rewrites_subjects ... ok
[INFO] [stdout] test rewrite::tests::rewrites_only_the_subject_line ... ok
[INFO] [stdout] test git::tests::leaves_explicit_ranges_unchanged ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/rewrite_integration.rs (/opt/rustwide/target/debug/deps/rewrite_integration-7b6bcfc83f05ab13)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test rewrites_a_single_revision_argument ... ok
[INFO] [stdout] test rewrites_a_multi_commit_range ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bfae89bf89c636e08ae5c4b647dc5d8a93e9b1a39d7bc3e860efd38e695ff189", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfae89bf89c636e08ae5c4b647dc5d8a93e9b1a39d7bc3e860efd38e695ff189", kill_on_drop: false }`
[INFO] [stdout] bfae89bf89c636e08ae5c4b647dc5d8a93e9b1a39d7bc3e860efd38e695ff189
