[INFO] cloning repository https://github.com/robenkleene/reap
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/robenkleene/reap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobenkleene%2Freap", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobenkleene%2Freap'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 93af6f144629737e57d2f8d4d123937a3b7b9cf3
[INFO] testing robenkleene/reap against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobenkleene%2Freap" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/robenkleene/reap
[INFO] finished tweaking git repo https://github.com/robenkleene/reap
[INFO] tweaked toml for git repo https://github.com/robenkleene/reap written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/robenkleene/reap on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/robenkleene/reap already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a921ff2ced8894c6c051870fbe88a3cb07e35103358226f6c1536fd66c137101
[INFO] running `Command { std: "docker" "start" "-a" "a921ff2ced8894c6c051870fbe88a3cb07e35103358226f6c1536fd66c137101", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a921ff2ced8894c6c051870fbe88a3cb07e35103358226f6c1536fd66c137101", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a921ff2ced8894c6c051870fbe88a3cb07e35103358226f6c1536fd66c137101", kill_on_drop: false }`
[INFO] [stdout] a921ff2ced8894c6c051870fbe88a3cb07e35103358226f6c1536fd66c137101
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e491dbe6a19e835ac23309fded7931643f33eee243e1247a27ed1bccad8a9f16
[INFO] running `Command { std: "docker" "start" "-a" "e491dbe6a19e835ac23309fded7931643f33eee243e1247a27ed1bccad8a9f16", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling proc-macro2 v1.0.51
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.13
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling clap_lex v0.3.3
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling roff v0.1.0
[INFO] [stderr]    Compiling rayon-core v1.10.2
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling man v0.3.0
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling diffy-fork-filenames v0.4.0
[INFO] [stderr]    Compiling unescape v0.1.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling bstr v1.3.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling regex v1.7.1
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling nix v0.26.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling memmap v0.7.0
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling rayon v1.6.1
[INFO] [stderr]    Compiling globset v0.4.10
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling grep-cli v0.1.7
[INFO] [stderr]    Compiling ctrlc v3.2.5
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling clap_derive v4.1.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling clap v4.1.11
[INFO] [stderr]    Compiling clap_complete v4.5.3
[INFO] [stderr]    Compiling rep-grep v0.0.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.26s
[INFO] running `Command { std: "docker" "inspect" "e491dbe6a19e835ac23309fded7931643f33eee243e1247a27ed1bccad8a9f16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e491dbe6a19e835ac23309fded7931643f33eee243e1247a27ed1bccad8a9f16", kill_on_drop: false }`
[INFO] [stdout] e491dbe6a19e835ac23309fded7931643f33eee243e1247a27ed1bccad8a9f16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d5002a936042feb3475afa8dd9e6780f5d691fbd1649553f281e69f11e2b8a7e
[INFO] running `Command { std: "docker" "start" "-a" "d5002a936042feb3475afa8dd9e6780f5d691fbd1649553f281e69f11e2b8a7e", kill_on_drop: false }`
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling predicates-core v1.0.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling anyhow v1.0.69
[INFO] [stderr]    Compiling termtree v0.4.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling predicates-tree v1.0.7
[INFO] [stderr]    Compiling predicates v2.1.5
[INFO] [stderr]    Compiling assert_cmd v1.0.8
[INFO] [stderr]    Compiling rep-grep v0.0.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.00s
[INFO] running `Command { std: "docker" "inspect" "d5002a936042feb3475afa8dd9e6780f5d691fbd1649553f281e69f11e2b8a7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d5002a936042feb3475afa8dd9e6780f5d691fbd1649553f281e69f11e2b8a7e", kill_on_drop: false }`
[INFO] [stdout] d5002a936042feb3475afa8dd9e6780f5d691fbd1649553f281e69f11e2b8a7e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 93bb3e5a6fda6e1bd6bea51e36f25741b27ff3e0e90d7106106ad856730cb0d5
[INFO] running `Command { std: "docker" "start" "-a" "93bb3e5a6fda6e1bd6bea51e36f25741b27ff3e0e90d7106106ad856730cb0d5", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rep-5297e8ccd0ea9ae8)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test less::test_parse_less_version_487 ... ok
[INFO] [stdout] test less::test_parse_less_version_551 ... ok
[INFO] [stdout] test patcher::tests::patch ... ok
[INFO] [stdout] test edit::tests::edit_from_line_no_text ... ok
[INFO] [stdout] test less::test_parse_less_version_529 ... ok
[INFO] [stdout] test replacer::tests::case_sensitive_default ... ok
[INFO] [stdout] test replacer::tests::no_unescape_literal_replacements ... ok
[INFO] [stdout] test replacer::tests::sanity_check_literal_replacements ... ok
[INFO] [stdout] test replacer::tests::default_global ... ok
[INFO] [stdout] test replacer::tests::escaped_char_preservation ... ok
[INFO] [stdout] test patcher::tests::patch_bad_number ... ok
[INFO] [stdout] test edit::tests::edit_from_line ... ok
[INFO] [stdout] test edit::tests::edit_from_line_no_number ... ok
[INFO] [stdout] test replacer::tests::full_word_replace ... ok
[INFO] [stdout] test edit::tests::edit_from_line_no_file ... ok
[INFO] [stdout] test less::test_parse_less_version_wrong_program ... ok
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-b29bbc5df3a68a64)
[INFO] [stdout] test replacer::tests::unescape_regex_replacements ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test cli::patch_preview_files_args ... ok
[INFO] [stdout] test cli::patch_preview_simple_delete ... ok
[INFO] [stdout] test cli::patch_preview_simple ... ok
[INFO] [stdout] test cli::patch_preview_delete_vimgrep ... ok
[INFO] [stdout] test cli::patch_preview_simple_vimgrep ... ok
[INFO] [stdout] test cli::write_line_endings ... ok
[INFO] [stdout] test cli::patch_preview_simple_delete_vimgrep ... ok
[INFO] [stdout] test cli::patch_preview_files_stdin ... ok
[INFO] [stdout] test cli::patch_preview_markdown_vimgrep ... ok
[INFO] [stdout] test cli::patch_preview_markdown_delete ... ok
[INFO] [stdout] test cli::patch_preview_markdown_delete_vimgrep ... ok
[INFO] [stdout] test cli::patch_preview_markdown ... ok
[INFO] [stdout] test cli::patch_preview_delete ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "93bb3e5a6fda6e1bd6bea51e36f25741b27ff3e0e90d7106106ad856730cb0d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93bb3e5a6fda6e1bd6bea51e36f25741b27ff3e0e90d7106106ad856730cb0d5", kill_on_drop: false }`
[INFO] [stdout] 93bb3e5a6fda6e1bd6bea51e36f25741b27ff3e0e90d7106106ad856730cb0d5
