[INFO] cloning repository https://github.com/raaymax/lazytail
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/raaymax/lazytail" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraaymax%2Flazytail", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraaymax%2Flazytail'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2d1d4e5cd2195d38d54c4b39f2a0fb472135c1ec
[INFO] checking raaymax/lazytail against master#3f6250a7bb79e600d9036bbc7c8f65af43933643 for pr-147859
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraaymax%2Flazytail" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/raaymax/lazytail
[INFO] finished tweaking git repo https://github.com/raaymax/lazytail
[INFO] tweaked toml for git repo https://github.com/raaymax/lazytail written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/raaymax/lazytail on toolchain 3f6250a7bb79e600d9036bbc7c8f65af43933643
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f6250a7bb79e600d9036bbc7c8f65af43933643" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/raaymax/lazytail 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" "+3f6250a7bb79e600d9036bbc7c8f65af43933643" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded smallvec v2.0.0-alpha.12
[INFO] [stderr]   Downloaded garde_derive v0.22.1
[INFO] [stderr]   Downloaded rmcp v0.1.5
[INFO] [stderr]   Downloaded notify-types v1.0.1
[INFO] [stderr]   Downloaded rmcp-macros v0.1.5
[INFO] [stderr]   Downloaded garde v0.22.1
[INFO] [stderr]   Downloaded lz4_flex v0.12.0
[INFO] [stderr]   Downloaded annotate-snippets v0.12.5
[INFO] [stderr]   Downloaded notify v7.0.0
[INFO] [stderr]   Downloaded saphyr-parser-bw v0.0.607
[INFO] [stderr]   Downloaded serde-saphyr v0.0.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+3f6250a7bb79e600d9036bbc7c8f65af43933643" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d4185b001595f9af7b02d1547eca2f1f8f81f80c931214e1cfea14056e1827fb
[INFO] running `Command { std: "docker" "start" "-a" "d4185b001595f9af7b02d1547eca2f1f8f81f80c931214e1cfea14056e1827fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d4185b001595f9af7b02d1547eca2f1f8f81f80c931214e1cfea14056e1827fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4185b001595f9af7b02d1547eca2f1f8f81f80c931214e1cfea14056e1827fb", kill_on_drop: false }`
[INFO] [stdout] d4185b001595f9af7b02d1547eca2f1f8f81f80c931214e1cfea14056e1827fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+3f6250a7bb79e600d9036bbc7c8f65af43933643" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc79eddc4cbc446204f5e8ca82b98d4244ca850d7c84d09eb0792486e1148c1f
[INFO] running `Command { std: "docker" "start" "-a" "bc79eddc4cbc446204f5e8ca82b98d4244ca850d7c84d09eb0792486e1148c1f", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking zerocopy v0.8.38
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling garde_derive v0.22.1
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking supports-hyperlinks v3.2.0
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking smallvec v2.0.0-alpha.12
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking saphyr-parser-bw v0.0.607
[INFO] [stderr]     Checking notify-types v1.0.1
[INFO] [stderr]     Checking inotify v0.10.2
[INFO] [stderr]     Checking encoding_rs_io v0.1.7
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking annotate-snippets v0.12.5
[INFO] [stderr]     Checking garde v0.22.1
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling rmcp-macros v0.1.5
[INFO] [stderr]     Checking filetime v0.2.26
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking notify v7.0.0
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking miette v7.6.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling validator_derive v0.20.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking validator v0.20.0
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking serde-saphyr v0.0.17
[INFO] [stderr]     Checking rmcp v0.1.5
[INFO] [stderr]     Checking ansi-to-tui v7.0.0
[INFO] [stderr]     Checking lazytail v0.5.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::fs`
[INFO] [stdout]  --> src/history.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::fs;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `history_file_path` is never used
[INFO] [stdout]  --> src/history.rs:6:4
[INFO] [stdout]   |
[INFO] [stdout] 6 | fn history_file_path() -> Option<PathBuf> {
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.93s
[INFO] running `Command { std: "docker" "inspect" "bc79eddc4cbc446204f5e8ca82b98d4244ca850d7c84d09eb0792486e1148c1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc79eddc4cbc446204f5e8ca82b98d4244ca850d7c84d09eb0792486e1148c1f", kill_on_drop: false }`
[INFO] [stdout] bc79eddc4cbc446204f5e8ca82b98d4244ca850d7c84d09eb0792486e1148c1f
