[INFO] cloning repository https://github.com/Devkeystuff/adventofcode2022
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Devkeystuff/adventofcode2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevkeystuff%2Fadventofcode2022", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevkeystuff%2Fadventofcode2022'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1949ce8b4264a8259481c99728884abd6ebb3071
[INFO] checking Devkeystuff/adventofcode2022 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevkeystuff%2Fadventofcode2022" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Devkeystuff/adventofcode2022
[INFO] finished tweaking git repo https://github.com/Devkeystuff/adventofcode2022
[INFO] tweaked toml for git repo https://github.com/Devkeystuff/adventofcode2022 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Devkeystuff/adventofcode2022 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/Devkeystuff/adventofcode2022 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-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] ef636f363e78bdad08087e0b50794bf089fa444ca1f901964919e989f0668b8b
[INFO] running `Command { std: "docker" "start" "-a" "ef636f363e78bdad08087e0b50794bf089fa444ca1f901964919e989f0668b8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ef636f363e78bdad08087e0b50794bf089fa444ca1f901964919e989f0668b8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef636f363e78bdad08087e0b50794bf089fa444ca1f901964919e989f0668b8b", kill_on_drop: false }`
[INFO] [stdout] ef636f363e78bdad08087e0b50794bf089fa444ca1f901964919e989f0668b8b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] d23281a1db832fbf2e350e9776753e36f81e1df06def53ae1bec1a4e3d967fd0
[INFO] running `Command { std: "docker" "start" "-a" "d23281a1db832fbf2e350e9776753e36f81e1df06def53ae1bec1a4e3d967fd0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling rustversion v1.0.9
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]     Checking aoc2022 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated function `part_one` is never used
[INFO] [stdout]   --> src/day.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub trait Day {
[INFO] [stdout]    |           --- associated function in this trait
[INFO] [stdout] ...
[INFO] [stdout] 13 |     fn part_one() -> String;
[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 `Day01` is never constructed
[INFO] [stdout]  --> src/day_01/mod.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | struct Day01 {}
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `get_total_carriage_per_elf` is never used
[INFO] [stdout]  --> src/day_01/mod.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl Day01 {
[INFO] [stdout]   | ---------- associated function in this implementation
[INFO] [stdout] 6 |     fn get_total_carriage_per_elf(input: String) -> Vec<i32> {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Day02` is never constructed
[INFO] [stdout]  --> src/day_02/mod.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Day02 {}
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Move` is never used
[INFO] [stdout]  --> src/day_02/mod.rs:8:6
[INFO] [stdout]   |
[INFO] [stdout] 8 | enum Move {
[INFO] [stdout]   |      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GameResult` is never used
[INFO] [stdout]   --> src/day_02/mod.rs:18:6
[INFO] [stdout]    |
[INFO] [stdout] 18 | enum GameResult {
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `compare_move` and `calculate_move` are never used
[INFO] [stdout]   --> src/day_02/mod.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl Move {
[INFO] [stdout]    | --------- associated functions in this implementation
[INFO] [stdout] 28 |     fn compare_move(my_move: Move, opponent_move: Move) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     fn calculate_move(opponent_move: Move, result: GameResult) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `get_rounds` is never used
[INFO] [stdout]   --> src/day_02/mod.rs:54:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl Day02 {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 54 |     fn get_rounds(input: String) -> Vec<String> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Rucksack` is never constructed
[INFO] [stdout]  --> src/day_03/mod.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | struct Rucksack(String, String);
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `part_one` is never used
[INFO] [stdout]   --> src/day.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub trait Day {
[INFO] [stdout]    |           --- associated function in this trait
[INFO] [stdout] ...
[INFO] [stdout] 13 |     fn part_one() -> String;
[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 `Day01` is never constructed
[INFO] [stdout]  --> src/day_01/mod.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | struct Day01 {}
[INFO] [stdout]   |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `get_total_carriage_per_elf` is never used
[INFO] [stdout]  --> src/day_01/mod.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl Day01 {
[INFO] [stdout]   | ---------- associated function in this implementation
[INFO] [stdout] 6 |     fn get_total_carriage_per_elf(input: String) -> Vec<i32> {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Day02` is never constructed
[INFO] [stdout]  --> src/day_02/mod.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Day02 {}
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Move` is never used
[INFO] [stdout]  --> src/day_02/mod.rs:8:6
[INFO] [stdout]   |
[INFO] [stdout] 8 | enum Move {
[INFO] [stdout]   |      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `GameResult` is never used
[INFO] [stdout]   --> src/day_02/mod.rs:18:6
[INFO] [stdout]    |
[INFO] [stdout] 18 | enum GameResult {
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `compare_move` and `calculate_move` are never used
[INFO] [stdout]   --> src/day_02/mod.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | impl Move {
[INFO] [stdout]    | --------- associated functions in this implementation
[INFO] [stdout] 28 |     fn compare_move(my_move: Move, opponent_move: Move) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     fn calculate_move(opponent_move: Move, result: GameResult) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `get_rounds` is never used
[INFO] [stdout]   --> src/day_02/mod.rs:54:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl Day02 {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 54 |     fn get_rounds(input: String) -> Vec<String> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Rucksack` is never constructed
[INFO] [stdout]  --> src/day_03/mod.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | struct Rucksack(String, String);
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
[INFO] running `Command { std: "docker" "inspect" "d23281a1db832fbf2e350e9776753e36f81e1df06def53ae1bec1a4e3d967fd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d23281a1db832fbf2e350e9776753e36f81e1df06def53ae1bec1a4e3d967fd0", kill_on_drop: false }`
[INFO] [stdout] d23281a1db832fbf2e350e9776753e36f81e1df06def53ae1bec1a4e3d967fd0
