[INFO] cloning repository https://github.com/sonng/advent-of-code
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sonng/advent-of-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsonng%2Fadvent-of-code", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsonng%2Fadvent-of-code'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d0906a472e321ffb3b7dd4303b8797adfe693169
[INFO] checking sonng/advent-of-code against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsonng%2Fadvent-of-code" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sonng/advent-of-code
[INFO] finished tweaking git repo https://github.com/sonng/advent-of-code
[INFO] tweaked toml for git repo https://github.com/sonng/advent-of-code written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sonng/advent-of-code on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sonng/advent-of-code 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num v0.4.0
[INFO] [stderr]   Downloaded crossbeam-utils v0.8.14
[INFO] [stderr]   Downloaded num-complex v0.4.2
[INFO] [stderr]   Downloaded anyhow v1.0.66
[INFO] [stderr]   Downloaded memoffset v0.7.1
[INFO] [stderr]   Downloaded num_cpus v1.14.0
[INFO] [stderr]   Downloaded rayon-core v1.10.1
[INFO] [stderr]   Downloaded rayon v1.6.1
[INFO] [stderr]   Downloaded crossbeam-epoch v0.9.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f44d4ec8cd8ad086b03c6c3a6b1586394d37e4e87e8ce93de489e9acb4ee95bd
[INFO] running `Command { std: "docker" "start" "-a" "f44d4ec8cd8ad086b03c6c3a6b1586394d37e4e87e8ce93de489e9acb4ee95bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f44d4ec8cd8ad086b03c6c3a6b1586394d37e4e87e8ce93de489e9acb4ee95bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f44d4ec8cd8ad086b03c6c3a6b1586394d37e4e87e8ce93de489e9acb4ee95bd", kill_on_drop: false }`
[INFO] [stdout] f44d4ec8cd8ad086b03c6c3a6b1586394d37e4e87e8ce93de489e9acb4ee95bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cf319b6a40ef65a34c1f9d82cfdc7bcc3007ea014374c23e6c3c87198c12829e
[INFO] running `Command { std: "docker" "start" "-a" "cf319b6a40ef65a34c1f9d82cfdc7bcc3007ea014374c23e6c3c87198c12829e", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.13
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling libc v0.2.138
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling rayon-core v1.10.1
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking num_cpus v1.14.0
[INFO] [stderr]     Checking rayon v1.6.1
[INFO] [stderr]     Checking num-complex v0.4.2
[INFO] [stderr]     Checking block-buffer v0.10.3
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking digest v0.10.5
[INFO] [stderr]     Checking md-5 v0.10.4
[INFO] [stderr]     Checking num v0.4.0
[INFO] [stderr]     Checking y2015 v0.0.0 (/opt/rustwide/workdir/y2015)
[INFO] [stdout] warning: unused import: `cmp::max`
[INFO] [stdout]  --> y2015/src/day6.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{cmp::max, 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: unused import: `cmp::max`
[INFO] [stdout]  --> y2015/src/day6.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{cmp::max, 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: unused import: `day4`
[INFO] [stdout]  --> y2015/src/main.rs:2:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | use y2015::{day1, day2, day3, day4, day5, day6};
[INFO] [stdout]   |                               ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `day4`
[INFO] [stdout]  --> y2015/src/main.rs:2:31
[INFO] [stdout]   |
[INFO] [stdout] 2 | use y2015::{day1, day2, day3, day4, day5, day6};
[INFO] [stdout]   |                               ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]     Checking y2022 v0.0.0 (/opt/rustwide/workdir/y2022)
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> y2022/src/day15.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 |     collections::{HashMap, HashSet},
[INFO] [stdout]   |                            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `scoree`
[INFO] [stdout]    --> y2022/src/day16.rs:383:37
[INFO] [stdout]     |
[INFO] [stdout] 383 |     use super::{find_shortest_path, scoree, Valve};
[INFO] [stdout]     |                                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]    --> y2022/src/day10.rs:136:43
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         Instruction::Addx(value) => {
[INFO] [stdout]     |                                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> y2022/src/day15.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 |     collections::{HashMap, HashSet},
[INFO] [stdout]   |                            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `idx`
[INFO] [stdout]   --> y2022/src/day13.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 |         .filter(|(idx, c)| c.left <= c.right)
[INFO] [stdout]    |                   ^^^ help: if this is intentional, prefix it with an underscore: `_idx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `timings`
[INFO] [stdout]    --> y2022/src/day16.rs:397:13
[INFO] [stdout]     |
[INFO] [stdout] 397 |         let timings = vec![
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timings`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `timings`
[INFO] [stdout]    --> y2022/src/day16.rs:409:13
[INFO] [stdout]     |
[INFO] [stdout] 409 |         let timings = vec![
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timings`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `highest_point` is never read
[INFO] [stdout]    --> y2022/src/day17.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 | /         highest_point = max(
[INFO] [stdout] 476 | |             highest_point,
[INFO] [stdout] 477 | |             try_move(&mut terrian, shape, &mut directions, highest_point),
[INFO] [stdout] 478 | |         );
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> y2022/src/day18.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn solve_part_2(input: &str) -> Result<()> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> y2022/src/day7.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 |     for (name, node) in nodes.iter() {
[INFO] [stdout]    |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> y2022/src/day7.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 |     for (name, node) in nodes.iter() {
[INFO] [stdout]    |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]    --> y2022/src/day7.rs:153:22
[INFO] [stdout]     |
[INFO] [stdout] 153 |         Node::File { size, name } => {}
[INFO] [stdout]     |                      ^^^^ help: try ignoring the field: `size: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> y2022/src/day7.rs:153:28
[INFO] [stdout]     |
[INFO] [stdout] 153 |         Node::File { size, name } => {}
[INFO] [stdout]     |                            ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> y2022/src/day7.rs:166:38
[INFO] [stdout]     |
[INFO] [stdout] 166 |             Self::Directory { items, name } => {
[INFO] [stdout]     |                                      ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> y2022/src/day7.rs:181:32
[INFO] [stdout]     |
[INFO] [stdout] 181 |             Self::File { size, name } => *size,
[INFO] [stdout]     |                                ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `items`
[INFO] [stdout]    --> y2022/src/day7.rs:187:31
[INFO] [stdout]     |
[INFO] [stdout] 187 |             Self::Directory { items, name } => name.into(),
[INFO] [stdout]     |                               ^^^^^ help: try ignoring the field: `items: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]    --> y2022/src/day7.rs:188:26
[INFO] [stdout]     |
[INFO] [stdout] 188 |             Self::File { size, name } => name.into(),
[INFO] [stdout]     |                          ^^^^ help: try ignoring the field: `size: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]    --> y2022/src/day7.rs:210:26
[INFO] [stdout]     |
[INFO] [stdout] 210 |             Self::File { size, name } => vec![],
[INFO] [stdout]     |                          ^^^^ help: try ignoring the field: `size: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> y2022/src/day7.rs:210:32
[INFO] [stdout]     |
[INFO] [stdout] 210 |             Self::File { size, name } => vec![],
[INFO] [stdout]     |                                ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> y2022/src/day7.rs:211:38
[INFO] [stdout]     |
[INFO] [stdout] 211 |             Self::Directory { items, name } => items
[INFO] [stdout]     |                                      ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `normalize_y_to`, `normalize_x_to`, `apply`, and `is_on_same_axis` are never used
[INFO] [stdout]   --> y2022/src/lib.rs:62:8
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl Coord {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     fn normalize_y_to(&self, to: isize) -> Coord {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     fn normalize_x_to(&self, to: isize) -> Coord {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn apply(&mut self, other: &Coord) {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     fn is_on_same_axis(&self, other: &Coord) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> y2022/src/day10.rs:83:11
[INFO] [stdout]    |
[INFO] [stdout] 83 |     Start(usize, i64),
[INFO] [stdout]    |     ----- ^^^^^  ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 83 -     Start(usize, i64),
[INFO] [stdout] 83 +     Start((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `peek` is never used
[INFO] [stdout]    --> y2022/src/day10.rs:116:8
[INFO] [stdout]     |
[INFO] [stdout] 111 | impl CPU {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 116 |     fn peek(&self) -> i64 {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `end` is never read
[INFO] [stdout]   --> y2022/src/day12.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct Puzzle {
[INFO] [stdout]    |        ------ field in this struct
[INFO] [stdout] 19 |     start: Vec<Coord>,
[INFO] [stdout] 20 |     end: Coord,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `time_so_far` is never read
[INFO] [stdout]    --> y2022/src/day16.rs:224:5
[INFO] [stdout]     |
[INFO] [stdout] 221 | struct State {
[INFO] [stdout]     |        ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 224 |     time_so_far: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `State` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `find_and_normalize` is never used
[INFO] [stdout]    --> y2022/src/day17.rs:113:8
[INFO] [stdout]     |
[INFO] [stdout]  60 | impl Terrian {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 113 |     fn find_and_normalize(&self, row: isize, normalize_to: isize) -> HashSet<Coord> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]    --> y2022/src/day10.rs:136:43
[INFO] [stdout]     |
[INFO] [stdout] 136 |                         Instruction::Addx(value) => {
[INFO] [stdout]     |                                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `idx`
[INFO] [stdout]   --> y2022/src/day13.rs:23:19
[INFO] [stdout]    |
[INFO] [stdout] 23 |         .filter(|(idx, c)| c.left <= c.right)
[INFO] [stdout]    |                   ^^^ help: if this is intentional, prefix it with an underscore: `_idx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> y2022/src/day18.rs:31:17
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn solve_part_2(input: &str) -> Result<()> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> y2022/src/day7.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 |     for (name, node) in nodes.iter() {
[INFO] [stdout]    |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]   --> y2022/src/day7.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 |     for (name, node) in nodes.iter() {
[INFO] [stdout]    |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]    --> y2022/src/day7.rs:153:22
[INFO] [stdout]     |
[INFO] [stdout] 153 |         Node::File { size, name } => {}
[INFO] [stdout]     |                      ^^^^ help: try ignoring the field: `size: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> y2022/src/day7.rs:153:28
[INFO] [stdout]     |
[INFO] [stdout] 153 |         Node::File { size, name } => {}
[INFO] [stdout]     |                            ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> y2022/src/day7.rs:166:38
[INFO] [stdout]     |
[INFO] [stdout] 166 |             Self::Directory { items, name } => {
[INFO] [stdout]     |                                      ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> y2022/src/day7.rs:181:32
[INFO] [stdout]     |
[INFO] [stdout] 181 |             Self::File { size, name } => *size,
[INFO] [stdout]     |                                ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `items`
[INFO] [stdout]    --> y2022/src/day7.rs:187:31
[INFO] [stdout]     |
[INFO] [stdout] 187 |             Self::Directory { items, name } => name.into(),
[INFO] [stdout]     |                               ^^^^^ help: try ignoring the field: `items: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]    --> y2022/src/day7.rs:188:26
[INFO] [stdout]     |
[INFO] [stdout] 188 |             Self::File { size, name } => name.into(),
[INFO] [stdout]     |                          ^^^^ help: try ignoring the field: `size: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `size`
[INFO] [stdout]    --> y2022/src/day7.rs:210:26
[INFO] [stdout]     |
[INFO] [stdout] 210 |             Self::File { size, name } => vec![],
[INFO] [stdout]     |                          ^^^^ help: try ignoring the field: `size: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> y2022/src/day7.rs:210:32
[INFO] [stdout]     |
[INFO] [stdout] 210 |             Self::File { size, name } => vec![],
[INFO] [stdout]     |                                ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> y2022/src/day7.rs:211:38
[INFO] [stdout]     |
[INFO] [stdout] 211 |             Self::Directory { items, name } => items
[INFO] [stdout]     |                                      ^^^^ help: try ignoring the field: `name: _`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `normalize_y_to`, `normalize_x_to`, `apply`, and `is_on_same_axis` are never used
[INFO] [stdout]   --> y2022/src/lib.rs:62:8
[INFO] [stdout]    |
[INFO] [stdout] 43 | impl Coord {
[INFO] [stdout]    | ---------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     fn normalize_y_to(&self, to: isize) -> Coord {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 66 |     fn normalize_x_to(&self, to: isize) -> Coord {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn apply(&mut self, other: &Coord) {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     fn is_on_same_axis(&self, other: &Coord) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]   --> y2022/src/day10.rs:83:11
[INFO] [stdout]    |
[INFO] [stdout] 83 |     Start(usize, i64),
[INFO] [stdout]    |     ----- ^^^^^  ^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]    |
[INFO] [stdout] 83 -     Start(usize, i64),
[INFO] [stdout] 83 +     Start((), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `peek` is never used
[INFO] [stdout]    --> y2022/src/day10.rs:116:8
[INFO] [stdout]     |
[INFO] [stdout] 111 | impl CPU {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 116 |     fn peek(&self) -> i64 {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `end` is never read
[INFO] [stdout]   --> y2022/src/day12.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct Puzzle {
[INFO] [stdout]    |        ------ field in this struct
[INFO] [stdout] 19 |     start: Vec<Coord>,
[INFO] [stdout] 20 |     end: Coord,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `time_so_far` is never read
[INFO] [stdout]    --> y2022/src/day16.rs:224:5
[INFO] [stdout]     |
[INFO] [stdout] 221 | struct State {
[INFO] [stdout]     |        ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 224 |     time_so_far: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `State` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `difference` and `find_and_normalize` are never used
[INFO] [stdout]    --> y2022/src/day17.rs:100:8
[INFO] [stdout]     |
[INFO] [stdout]  60 | impl Terrian {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 100 |     fn difference(&self, coords: &HashSet<Coord>) -> Vec<Coord> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 113 |     fn find_and_normalize(&self, row: isize, normalize_to: isize) -> HashSet<Coord> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `day10`, `day11`, `day12`, `day13`, `day14`, `day15`, `day16`, `day17`, `day1`, `day2`, `day3`, `day4`, `day5`, `day6`, `day7`, `day8`, and `day9`
[INFO] [stdout]  --> y2022/src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     day1, day10, day11, day12, day13, day14, day15, day16, day17, day18, day2, day3, day4, day5,
[INFO] [stdout]   |     ^^^^  ^^^^^  ^^^^^  ^^^^^  ^^^^^  ^^^^^  ^^^^^  ^^^^^  ^^^^^         ^^^^  ^^^^  ^^^^  ^^^^
[INFO] [stdout] 3 |     day6, day7, day8, day9,
[INFO] [stdout]   |     ^^^^  ^^^^  ^^^^  ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `day10`, `day11`, `day12`, `day13`, `day14`, `day15`, `day16`, `day17`, `day1`, `day2`, `day3`, `day4`, `day5`, `day6`, `day7`, `day8`, and `day9`
[INFO] [stdout]  --> y2022/src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     day1, day10, day11, day12, day13, day14, day15, day16, day17, day18, day2, day3, day4, day5,
[INFO] [stdout]   |     ^^^^  ^^^^^  ^^^^^  ^^^^^  ^^^^^  ^^^^^  ^^^^^  ^^^^^  ^^^^^         ^^^^  ^^^^  ^^^^  ^^^^
[INFO] [stdout] 3 |     day6, day7, day8, day9,
[INFO] [stdout]   |     ^^^^  ^^^^  ^^^^  ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s
[INFO] running `Command { std: "docker" "inspect" "cf319b6a40ef65a34c1f9d82cfdc7bcc3007ea014374c23e6c3c87198c12829e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf319b6a40ef65a34c1f9d82cfdc7bcc3007ea014374c23e6c3c87198c12829e", kill_on_drop: false }`
[INFO] [stdout] cf319b6a40ef65a34c1f9d82cfdc7bcc3007ea014374c23e6c3c87198c12829e
