[INFO] cloning repository https://github.com/AkalUstat/adventofcode_2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AkalUstat/adventofcode_2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkalUstat%2Fadventofcode_2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkalUstat%2Fadventofcode_2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8448a8c6ad20f0723772ae42c965852ea510aa04
[INFO] building AkalUstat/adventofcode_2023 against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkalUstat%2Fadventofcode_2023" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/AkalUstat/adventofcode_2023 on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/AkalUstat/adventofcode_2023
[INFO] finished tweaking git repo https://github.com/AkalUstat/adventofcode_2023
[INFO] tweaked toml for git repo https://github.com/AkalUstat/adventofcode_2023 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/AkalUstat/adventofcode_2023 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 820757468dce4fc093127ce29454023301c9bde2edd05ab83611e5954ec817ed
[INFO] running `Command { std: "docker" "start" "-a" "820757468dce4fc093127ce29454023301c9bde2edd05ab83611e5954ec817ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "820757468dce4fc093127ce29454023301c9bde2edd05ab83611e5954ec817ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "820757468dce4fc093127ce29454023301c9bde2edd05ab83611e5954ec817ed", kill_on_drop: false }`
[INFO] [stdout] 820757468dce4fc093127ce29454023301c9bde2edd05ab83611e5954ec817ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b48d5b70f489090bef0daab61cca40592050755e809fdd3b46b5333df8dc0a1e
[INFO] running `Command { std: "docker" "start" "-a" "b48d5b70f489090bef0daab61cca40592050755e809fdd3b46b5333df8dc0a1e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling bit-set v0.5.3
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling fancy-regex v0.12.0
[INFO] [stderr]    Compiling adventofcode_2023 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `PatternID`
[INFO] [stdout]  --> src/bin/day1.rs:5:33
[INFO] [stdout]   |
[INFO] [stdout] 5 | use aho_corasick::{AhoCorasick, PatternID};
[INFO] [stdout]   |                                 ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Deref`
[INFO] [stdout]  --> src/bin/day10.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ops::Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/bin/day1.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let mut lines_iter = reader.lines().map(|l| l.unwrap());
[INFO] [stdout]    |         ----^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `total_lines`
[INFO] [stdout]   --> src/bin/day5.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let total_lines = lines.len();
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total_lines`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `checker_queue`
[INFO] [stdout]    --> src/bin/day10.rs:173:13
[INFO] [stdout]     |
[INFO] [stdout] 173 |     let mut checker_queue: VecDeque<Pipe> = VecDeque::new();
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_checker_queue`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/bin/day10.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 173 |     let mut checker_queue: VecDeque<Pipe> = VecDeque::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `I` and `A` are never constructed
[INFO] [stdout]   --> src/bin/day10.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | enum Dir {
[INFO] [stdout]    |      --- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 12 |     I,
[INFO] [stdout]    |     ^
[INFO] [stdout] 13 |     A,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Dir` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `connect` is never used
[INFO] [stdout]   --> src/bin/day10.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl Connection {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 27 |     fn connect(&mut self) {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/bin/day10.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 79 | impl Pipe {
[INFO] [stdout]    | --------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 89 |     pub fn new(x: usize, y: usize, pipe_type: PipeType) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `part_two` is never used
[INFO] [stdout]    --> src/bin/day10.rs:237:4
[INFO] [stdout]     |
[INFO] [stdout] 237 | fn part_two() {}
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.43s
[INFO] running `Command { std: "docker" "inspect" "b48d5b70f489090bef0daab61cca40592050755e809fdd3b46b5333df8dc0a1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b48d5b70f489090bef0daab61cca40592050755e809fdd3b46b5333df8dc0a1e", kill_on_drop: false }`
[INFO] [stdout] b48d5b70f489090bef0daab61cca40592050755e809fdd3b46b5333df8dc0a1e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0aa56022664bd1fd3c50789e3c8d7f99e54553ed96a352ebe5e29ae5b847e4d6
[INFO] running `Command { std: "docker" "start" "-a" "0aa56022664bd1fd3c50789e3c8d7f99e54553ed96a352ebe5e29ae5b847e4d6", kill_on_drop: false }`
[INFO] [stderr]    Compiling adventofcode_2023 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `PatternID`
[INFO] [stdout]  --> src/bin/day1.rs:5:33
[INFO] [stdout]   |
[INFO] [stdout] 5 | use aho_corasick::{AhoCorasick, PatternID};
[INFO] [stdout]   |                                 ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/bin/day1.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     let mut lines_iter = reader.lines().map(|l| l.unwrap());
[INFO] [stdout]    |         ----^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Deref`
[INFO] [stdout]  --> src/bin/day10.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ops::Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `total_lines`
[INFO] [stdout]   --> src/bin/day5.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let total_lines = lines.len();
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_total_lines`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `checker_queue`
[INFO] [stdout]    --> src/bin/day10.rs:173:13
[INFO] [stdout]     |
[INFO] [stdout] 173 |     let mut checker_queue: VecDeque<Pipe> = VecDeque::new();
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_checker_queue`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/bin/day10.rs:173:9
[INFO] [stdout]     |
[INFO] [stdout] 173 |     let mut checker_queue: VecDeque<Pipe> = VecDeque::new();
[INFO] [stdout]     |         ----^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `I` and `A` are never constructed
[INFO] [stdout]   --> src/bin/day10.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 7  | enum Dir {
[INFO] [stdout]    |      --- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 12 |     I,
[INFO] [stdout]    |     ^
[INFO] [stdout] 13 |     A,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Dir` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `connect` is never used
[INFO] [stdout]   --> src/bin/day10.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl Connection {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 27 |     fn connect(&mut self) {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/bin/day10.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 79 | impl Pipe {
[INFO] [stdout]    | --------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 89 |     pub fn new(x: usize, y: usize, pipe_type: PipeType) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `part_two` is never used
[INFO] [stdout]    --> src/bin/day10.rs:237:4
[INFO] [stdout]     |
[INFO] [stdout] 237 | fn part_two() {}
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.92s
[INFO] running `Command { std: "docker" "inspect" "0aa56022664bd1fd3c50789e3c8d7f99e54553ed96a352ebe5e29ae5b847e4d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0aa56022664bd1fd3c50789e3c8d7f99e54553ed96a352ebe5e29ae5b847e4d6", kill_on_drop: false }`
[INFO] [stdout] 0aa56022664bd1fd3c50789e3c8d7f99e54553ed96a352ebe5e29ae5b847e4d6
