[INFO] cloning repository https://github.com/Nickztar/AoC23
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nickztar/AoC23" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNickztar%2FAoC23", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNickztar%2FAoC23'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 97e41fb1fc21c1c338f169a3d0c51731481befb2
[INFO] checking Nickztar/AoC23 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNickztar%2FAoC23" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Nickztar/AoC23
[INFO] finished tweaking git repo https://github.com/Nickztar/AoC23
[INFO] tweaked toml for git repo https://github.com/Nickztar/AoC23 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Nickztar/AoC23 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/Nickztar/AoC23 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 1e1ce7bb7ff3988e0a2be98019df0903334bfa5604f787cf692adc94232fcf36
[INFO] running `Command { std: "docker" "start" "-a" "1e1ce7bb7ff3988e0a2be98019df0903334bfa5604f787cf692adc94232fcf36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e1ce7bb7ff3988e0a2be98019df0903334bfa5604f787cf692adc94232fcf36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e1ce7bb7ff3988e0a2be98019df0903334bfa5604f787cf692adc94232fcf36", kill_on_drop: false }`
[INFO] [stdout] 1e1ce7bb7ff3988e0a2be98019df0903334bfa5604f787cf692adc94232fcf36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 123926ea6e3519123c2218d9b28baf0ada609fcb42bec8225b3b7c1fdd5a234a
[INFO] running `Command { std: "docker" "start" "-a" "123926ea6e3519123c2218d9b28baf0ada609fcb42bec8225b3b7c1fdd5a234a", kill_on_drop: false }`
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking advent_of_code v0.9.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/bin/05.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(iter_array_chunks)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `collections::HashMap` and `io::SeekFrom`
[INFO] [stdout]  --> src/bin/05.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{collections::HashMap, io::SeekFrom};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/bin/05.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(iter_array_chunks)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `collections::HashMap` and `io::SeekFrom`
[INFO] [stdout]  --> src/bin/05.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{collections::HashMap, io::SeekFrom};
[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: `dest`
[INFO] [stdout]   --> src/bin/05.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                     .find(|(dest, source, length)| source <= &seed && &seed < &(source + length));
[INFO] [stdout]    |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_dest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (bin "05") due to 1 previous error; 2 warnings emitted
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/bin/02.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 |             .filter(|(id, game)| {
[INFO] [stdout]    |                       ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/bin/02.rs:94:20
[INFO] [stdout]    |
[INFO] [stdout] 94 |             .map(|(id, game)| {
[INFO] [stdout]    |                    ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Bag` is never constructed
[INFO] [stdout]  --> src/bin/02.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | struct Bag {
[INFO] [stdout]   |        ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Game` is never constructed
[INFO] [stdout]  --> src/bin/02.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | struct Game {
[INFO] [stdout]   |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `maxB` should have a snake case name
[INFO] [stdout]    --> src/bin/02.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 let maxB = colors.iter().map(|f| f.0).max().unwrap();
[INFO] [stdout]     |                     ^^^^ help: convert the identifier to snake case: `max_b`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `maxG` should have a snake case name
[INFO] [stdout]    --> src/bin/02.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                 let maxG = colors.iter().map(|f| f.1).max().unwrap();
[INFO] [stdout]     |                     ^^^^ help: convert the identifier to snake case: `max_g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `maxR` should have a snake case name
[INFO] [stdout]    --> src/bin/02.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |                 let maxR = colors.iter().map(|f| f.2).max().unwrap();
[INFO] [stdout]     |                     ^^^^ help: convert the identifier to snake case: `max_r`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent_of_code` (bin "05" test) due to 1 previous error; 2 warnings emitted
[INFO] [stdout] warning: unused variable: `dest`
[INFO] [stdout]   --> src/bin/05.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                     .find(|(dest, source, length)| source <= &seed && &seed < &(source + length));
[INFO] [stdout]    |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_dest`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashMap`
[INFO] [stdout]  --> src/bin/04.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::{HashMap, VecDeque};
[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: `id`
[INFO] [stdout]   --> src/bin/02.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 |             .filter(|(id, game)| {
[INFO] [stdout]    |                       ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]   --> src/bin/02.rs:94:20
[INFO] [stdout]    |
[INFO] [stdout] 94 |             .map(|(id, game)| {
[INFO] [stdout]    |                    ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Bag` is never constructed
[INFO] [stdout]  --> src/bin/02.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | struct Bag {
[INFO] [stdout]   |        ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Game` is never constructed
[INFO] [stdout]  --> src/bin/02.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | struct Game {
[INFO] [stdout]   |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `maxB` should have a snake case name
[INFO] [stdout]    --> src/bin/02.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 let maxB = colors.iter().map(|f| f.0).max().unwrap();
[INFO] [stdout]     |                     ^^^^ help: convert the identifier to snake case: `max_b`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `maxG` should have a snake case name
[INFO] [stdout]    --> src/bin/02.rs:117:21
[INFO] [stdout]     |
[INFO] [stdout] 117 |                 let maxG = colors.iter().map(|f| f.1).max().unwrap();
[INFO] [stdout]     |                     ^^^^ help: convert the identifier to snake case: `max_g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `maxR` should have a snake case name
[INFO] [stdout]    --> src/bin/02.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |                 let maxR = colors.iter().map(|f| f.2).max().unwrap();
[INFO] [stdout]     |                     ^^^^ help: convert the identifier to snake case: `max_r`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "123926ea6e3519123c2218d9b28baf0ada609fcb42bec8225b3b7c1fdd5a234a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "123926ea6e3519123c2218d9b28baf0ada609fcb42bec8225b3b7c1fdd5a234a", kill_on_drop: false }`
[INFO] [stdout] 123926ea6e3519123c2218d9b28baf0ada609fcb42bec8225b3b7c1fdd5a234a
