[INFO] cloning repository https://github.com/ollien/hline
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ollien/hline" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Follien%2Fhline", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Follien%2Fhline'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f08d7277003e7428a577e357fe18cc7012391fc2
[INFO] testing ollien/hline 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%2Follien%2Fhline" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ollien/hline
[INFO] finished tweaking git repo https://github.com/ollien/hline
[INFO] tweaked toml for git repo https://github.com/ollien/hline written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ollien/hline 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/ollien/hline 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 0da9b01c1f437dc77912228fe34fbc51a8b0b7810e1ede9b4df9861ce7da55c6
[INFO] running `Command { std: "docker" "start" "-a" "0da9b01c1f437dc77912228fe34fbc51a8b0b7810e1ede9b4df9861ce7da55c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0da9b01c1f437dc77912228fe34fbc51a8b0b7810e1ede9b4df9861ce7da55c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0da9b01c1f437dc77912228fe34fbc51a8b0b7810e1ede9b4df9861ce7da55c6", kill_on_drop: false }`
[INFO] [stdout] 0da9b01c1f437dc77912228fe34fbc51a8b0b7810e1ede9b4df9861ce7da55c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 5f7cd820466380d5c494856e4f675aaf1fd62374dc918d3b0320589f32a76bc1
[INFO] running `Command { std: "docker" "start" "-a" "5f7cd820466380d5c494856e4f675aaf1fd62374dc918d3b0320589f32a76bc1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling libc v0.2.106
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling encoding_rs v0.8.29
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]    Compiling bytecount v0.6.2
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling grep-matcher v0.1.5
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling numtoa v0.1.0
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling memmap2 v0.3.1
[INFO] [stderr]    Compiling termion v1.5.6
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling encoding_rs_io v0.1.7
[INFO] [stderr]    Compiling grep-searcher v0.1.8
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling globset v0.4.8
[INFO] [stderr]    Compiling grep-regex v0.1.9
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling grep-cli v0.1.6
[INFO] [stderr]    Compiling grep-printer v0.1.6
[INFO] [stderr]    Compiling grep v0.2.8
[INFO] [stderr]    Compiling hline v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]  --> src/lines.rs:7:67
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) fn line_split<'a>(s: &'a str) -> impl Iterator<Item = (&str, Option<&str>)> + 'a {
[INFO] [stdout]   |                                  --                               ^^^^         ^^^^      -- the same lifetime is named here
[INFO] [stdout]   |                                  |                                |            |
[INFO] [stdout]   |                                  |                                |            the same lifetime is elided here
[INFO] [stdout]   |                                  the lifetime is named here       the same lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) fn line_split<'a>(s: &'a str) -> impl Iterator<Item = (&'a str, Option<&'a str>)> + 'a {
[INFO] [stdout]   |                                                                    ++              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.40s
[INFO] running `Command { std: "docker" "inspect" "5f7cd820466380d5c494856e4f675aaf1fd62374dc918d3b0320589f32a76bc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f7cd820466380d5c494856e4f675aaf1fd62374dc918d3b0320589f32a76bc1", kill_on_drop: false }`
[INFO] [stdout] 5f7cd820466380d5c494856e4f675aaf1fd62374dc918d3b0320589f32a76bc1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 35325c8803d3e169300f980cbb8bdf080f004a0c9a77296832ac2f59fe0c4865
[INFO] running `Command { std: "docker" "start" "-a" "35325c8803d3e169300f980cbb8bdf080f004a0c9a77296832ac2f59fe0c4865", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling test-case v1.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]    Compiling grep-printer v0.1.6
[INFO] [stderr]    Compiling grep v0.2.8
[INFO] [stderr]    Compiling hline v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]  --> src/lines.rs:7:67
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) fn line_split<'a>(s: &'a str) -> impl Iterator<Item = (&str, Option<&str>)> + 'a {
[INFO] [stdout]   |                                  --                               ^^^^         ^^^^      -- the same lifetime is named here
[INFO] [stdout]   |                                  |                                |            |
[INFO] [stdout]   |                                  |                                |            the same lifetime is elided here
[INFO] [stdout]   |                                  the lifetime is named here       the same lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) fn line_split<'a>(s: &'a str) -> impl Iterator<Item = (&'a str, Option<&'a str>)> + 'a {
[INFO] [stdout]   |                                                                    ++              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]  --> src/lines.rs:7:67
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) fn line_split<'a>(s: &'a str) -> impl Iterator<Item = (&str, Option<&str>)> + 'a {
[INFO] [stdout]   |                                  --                               ^^^^         ^^^^      -- the same lifetime is named here
[INFO] [stdout]   |                                  |                                |            |
[INFO] [stdout]   |                                  |                                |            the same lifetime is elided here
[INFO] [stdout]   |                                  the lifetime is named here       the same lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) fn line_split<'a>(s: &'a str) -> impl Iterator<Item = (&'a str, Option<&'a str>)> + 'a {
[INFO] [stdout]   |                                                                    ++              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.55s
[INFO] running `Command { std: "docker" "inspect" "35325c8803d3e169300f980cbb8bdf080f004a0c9a77296832ac2f59fe0c4865", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35325c8803d3e169300f980cbb8bdf080f004a0c9a77296832ac2f59fe0c4865", kill_on_drop: false }`
[INFO] [stdout] 35325c8803d3e169300f980cbb8bdf080f004a0c9a77296832ac2f59fe0c4865
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 36f84fbd397e04845438530f41060b874dc76d0226ef505ebb1a8c5879e88f2f
[INFO] running `Command { std: "docker" "start" "-a" "36f84fbd397e04845438530f41060b874dc76d0226ef505ebb1a8c5879e88f2f", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]  --> src/lines.rs:7:67
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub(crate) fn line_split<'a>(s: &'a str) -> impl Iterator<Item = (&str, Option<&str>)> + 'a {
[INFO] [stderr]   |                                  --                               ^^^^         ^^^^      -- the same lifetime is named here
[INFO] [stderr]   |                                  |                                |            |
[INFO] [stderr]   |                                  |                                |            the same lifetime is elided here
[INFO] [stderr]   |                                  the lifetime is named here       the same lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub(crate) fn line_split<'a>(s: &'a str) -> impl Iterator<Item = (&'a str, Option<&'a str>)> + 'a {
[INFO] [stderr]   |                                                                    ++              ++
[INFO] [stderr] 
[INFO] [stderr] warning: `hline` (lib) generated 1 warning (run `cargo fix --lib -p hline` to apply 1 suggestion)
[INFO] [stderr] warning: `hline` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hline-279547e398867d56)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test file::recorder::tests::test_does_not_call_underlying_read_when_reading_within_recorded_portion ... ok
[INFO] [stdout] test file::recorder::tests::test_can_read_recorded_portion_repeatedly_without_calling_underlying_reader ... ok
[INFO] [stdout] test file::utf8::tests::test_is_file_likely_utf8::simple_string_is_utf_8 ... ok
[INFO] [stdout] test file::utf8::tests::test_is_file_likely_utf8::single_binary_char_is_ok ... ok
[INFO] [stdout] test file::recorder::tests::test_reads_transparently_by_default ... ok
[INFO] [stdout] test file::utf8::tests::test_is_file_likely_utf8::single_non_utf_8_is_ok ... ok
[INFO] [stdout] test lines::tests::test_splits_on_newlines::carriage_return_alone_isn_t_significant ... ok
[INFO] [stdout] test file::utf8::tests::test_is_file_likely_utf8::single_non_utf_8_and_binary_is_ok ... ok
[INFO] [stdout] test lines::tests::test_splits_on_newlines::mixing_newline_types ... ok
[INFO] [stdout] test lines::tests::test_splits_on_newlines::no_newlines ... ok
[INFO] [stdout] test lines::tests::test_splits_on_newlines::chained_mixed_newlines ... ok
[INFO] [stdout] test lines::tests::test_splits_on_newlines::splitting_newline ... ok
[INFO] [stdout] test lines::tests::test_splits_on_newlines::terminating_newlines ... ok
[INFO] [stdout] test print::tests::test_error_from_io_err::brokenpipe_results_in_brokenpipe_variant ... ok
[INFO] [stdout] test file::utf8::tests::test_is_file_likely_utf8::too_many_non_utf_8_is_not_ok ... ok
[INFO] [stdout] test print::tests::test_resets_colors_properly::empty_strings_don_t_need_colorization ... ok
[INFO] [stdout] test file::recorder::tests::test_reading_past_recorded_portion_drops_recording ... ok
[INFO] [stdout] test print::tests::test_resets_colors_properly::no_newline_case_ends_with_reset ... ok
[INFO] [stdout] test print::tests::test_resets_colors_properly::puts_reset_char_before_newlines ... ok
[INFO] [stdout] test lines::tests::test_splits_on_newlines::chained_newlines ... ok
[INFO] [stdout] test sink::tests::test_requires_properly_configured_searcher::passthru ... ok
[INFO] [stdout] test tests::test_does_not_attempt_to_print_after_broken_pipe_error::never_matching_will_only_attempt_to_print_the_first_line ... ok
[INFO] [stdout] test tests::test_highlights_matches ... ok
[INFO] [stdout] test file::recorder::tests::can_read_slowly_through_recording ... ok
[INFO] [stdout] test file::recorder::tests::test_can_rewind_through_zero_length_recording ... ok
[INFO] [stdout] test file::utf8::tests::test_is_file_likely_utf8::elf_header_is_binary ... ok
[INFO] [stdout] test file::utf8::tests::test_is_file_likely_utf8::null_terms_are_binary_chars ... ok
[INFO] [stdout] test tests::case_insensitive_pattern_matches ... ok
[INFO] [stdout] test print::tests::test_error_from_io_err::non_brokenpipe_produces_other_variant ... ok
[INFO] [stdout] test tests::test_does_not_attempt_to_print_after_broken_pipe_error::failure_on_first_match_will_only_attempt_to_print_that_match ... ok
[INFO] [stdout] test sink::tests::test_requires_properly_configured_searcher::none ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hline-2bd3e9a3c400a81c)
[INFO] [stderr]    Doc-tests hline
[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] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/file/recorder.rs - file::recorder::ReadRecorder (line 11) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "36f84fbd397e04845438530f41060b874dc76d0226ef505ebb1a8c5879e88f2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36f84fbd397e04845438530f41060b874dc76d0226ef505ebb1a8c5879e88f2f", kill_on_drop: false }`
[INFO] [stdout] 36f84fbd397e04845438530f41060b874dc76d0226ef505ebb1a8c5879e88f2f
