[INFO] cloning repository https://github.com/willmartian/doot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/willmartian/doot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillmartian%2Fdoot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillmartian%2Fdoot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2823e57ff690047f944ff92d0c243f9a3f436b67
[INFO] building willmartian/doot against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwillmartian%2Fdoot" "/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/willmartian/doot
[INFO] finished tweaking git repo https://github.com/willmartian/doot
[INFO] tweaked toml for git repo https://github.com/willmartian/doot written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/willmartian/doot on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/willmartian/doot 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 557ebfdc4a58f400bf1774ce6f0f091b1c6e1a488ebe2793854c394a85768e98
[INFO] running `Command { std: "docker" "start" "-a" "557ebfdc4a58f400bf1774ce6f0f091b1c6e1a488ebe2793854c394a85768e98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "557ebfdc4a58f400bf1774ce6f0f091b1c6e1a488ebe2793854c394a85768e98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "557ebfdc4a58f400bf1774ce6f0f091b1c6e1a488ebe2793854c394a85768e98", kill_on_drop: false }`
[INFO] [stdout] 557ebfdc4a58f400bf1774ce6f0f091b1c6e1a488ebe2793854c394a85768e98
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6809f54228772a8449c3e4728603171d1531122dc6babab84a13f84a01f1656c
[INFO] running `Command { std: "docker" "start" "-a" "6809f54228772a8449c3e4728603171d1531122dc6babab84a13f84a01f1656c", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling serde v1.0.214
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling grep-matcher v0.1.7
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling rustix v0.38.38
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling thiserror v1.0.66
[INFO] [stderr]    Compiling anstyle v1.0.9
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling anstream v0.6.17
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling syn v2.0.86
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling encoding_rs_io v0.1.7
[INFO] [stderr]    Compiling memmap2 v0.9.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling clap_builder v4.5.20
[INFO] [stderr]    Compiling notify-types v1.0.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling compact_str v0.8.0
[INFO] [stderr]    Compiling inotify v0.10.2
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling bstr v1.10.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling globset v0.4.15
[INFO] [stderr]    Compiling grep-searcher v0.1.14
[INFO] [stderr]    Compiling grep-regex v0.1.13
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling notify v7.0.0
[INFO] [stderr]    Compiling grep-cli v0.1.11
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.66
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling instability v0.3.2
[INFO] [stderr]    Compiling grep-printer v0.2.2
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling todo-txt v3.1.0
[INFO] [stderr]    Compiling grep v0.3.2
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling clap v4.5.20
[INFO] [stderr]    Compiling doot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `ratatui::widgets::block::Title::<'a>::alignment`: use Block::title_top() or Block::title_bottom() instead. This will be removed in a future release.
[INFO] [stdout]    --> src/main.rs:143:26
[INFO] [stdout]     |
[INFO] [stdout] 143 |             .title(title.alignment(Alignment::Center))
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `ratatui::widgets::block::Title::<'a>::alignment`: use Block::title_top() or Block::title_bottom() instead. This will be removed in a future release.
[INFO] [stdout]    --> src/main.rs:146:22
[INFO] [stdout]     |
[INFO] [stdout] 146 |                     .alignment(Alignment::Center)
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `ratatui::widgets::block::Title::<'a>::position`: use Block::title_top() or Block::title_bottom() instead. This will be removed in a future release.
[INFO] [stdout]    --> src/main.rs:147:22
[INFO] [stdout]     |
[INFO] [stdout] 147 |                     .position(Position::Bottom),
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         self.find_todos();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let _ = self.find_todos();
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
[INFO] running `Command { std: "docker" "inspect" "6809f54228772a8449c3e4728603171d1531122dc6babab84a13f84a01f1656c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6809f54228772a8449c3e4728603171d1531122dc6babab84a13f84a01f1656c", kill_on_drop: false }`
[INFO] [stdout] 6809f54228772a8449c3e4728603171d1531122dc6babab84a13f84a01f1656c
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f67619edde6bb87833d3700d86799641c2a470a3fcf7bb752c449c6bf9dd67ac
[INFO] running `Command { std: "docker" "start" "-a" "f67619edde6bb87833d3700d86799641c2a470a3fcf7bb752c449c6bf9dd67ac", kill_on_drop: false }`
[INFO] [stderr]    Compiling doot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `ratatui::widgets::block::Title::<'a>::alignment`: use Block::title_top() or Block::title_bottom() instead. This will be removed in a future release.
[INFO] [stdout]    --> src/main.rs:143:26
[INFO] [stdout]     |
[INFO] [stdout] 143 |             .title(title.alignment(Alignment::Center))
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `ratatui::widgets::block::Title::<'a>::alignment`: use Block::title_top() or Block::title_bottom() instead. This will be removed in a future release.
[INFO] [stdout]    --> src/main.rs:146:22
[INFO] [stdout]     |
[INFO] [stdout] 146 |                     .alignment(Alignment::Center)
[INFO] [stdout]     |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `ratatui::widgets::block::Title::<'a>::position`: use Block::title_top() or Block::title_bottom() instead. This will be removed in a future release.
[INFO] [stdout]    --> src/main.rs:147:22
[INFO] [stdout]     |
[INFO] [stdout] 147 |                     .position(Position::Bottom),
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/main.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |         self.find_todos();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 63 |         let _ = self.find_todos();
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.97s
[INFO] running `Command { std: "docker" "inspect" "f67619edde6bb87833d3700d86799641c2a470a3fcf7bb752c449c6bf9dd67ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f67619edde6bb87833d3700d86799641c2a470a3fcf7bb752c449c6bf9dd67ac", kill_on_drop: false }`
[INFO] [stdout] f67619edde6bb87833d3700d86799641c2a470a3fcf7bb752c449c6bf9dd67ac
