[INFO] cloning repository https://github.com/MichaelEmmerstorfer/adventofcode2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MichaelEmmerstorfer/adventofcode2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelEmmerstorfer%2Fadventofcode2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelEmmerstorfer%2Fadventofcode2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d9773f5cd7971b59389b0097769717ce9c37a132
[INFO] testing MichaelEmmerstorfer/adventofcode2024 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMichaelEmmerstorfer%2Fadventofcode2024" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/MichaelEmmerstorfer/adventofcode2024
[INFO] finished tweaking git repo https://github.com/MichaelEmmerstorfer/adventofcode2024
[INFO] tweaked toml for git repo https://github.com/MichaelEmmerstorfer/adventofcode2024 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MichaelEmmerstorfer/adventofcode2024 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MichaelEmmerstorfer/adventofcode2024 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 95f238ff57271f63555e2584a942ff9428f433e15e7994320f6725c304d73381
[INFO] running `Command { std: "docker" "start" "-a" "95f238ff57271f63555e2584a942ff9428f433e15e7994320f6725c304d73381", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95f238ff57271f63555e2584a942ff9428f433e15e7994320f6725c304d73381", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95f238ff57271f63555e2584a942ff9428f433e15e7994320f6725c304d73381", kill_on_drop: false }`
[INFO] [stdout] 95f238ff57271f63555e2584a942ff9428f433e15e7994320f6725c304d73381
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 91e6cf84ddcca34426c0411ddc05ebb9a200ce1beb08a81db18c3c909a96c92b
[INFO] running `Command { std: "docker" "start" "-a" "91e6cf84ddcca34426c0411ddc05ebb9a200ce1beb08a81db18c3c909a96c92b", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling tinyjson v2.5.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling advent_of_code v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> src/bin/02.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     for n in 0..levelsString.clone().count()
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/bin/02.rs:63:11
[INFO] [stdout]    |
[INFO] [stdout] 63 |       let mut firstFindingResult = false;
[INFO] [stdout]    |           ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |           |
[INFO] [stdout]    |           help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> src/bin/02.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     for n in 0..numbersInTheLine
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `firstFindingResult`
[INFO] [stdout]   --> src/bin/02.rs:63:11
[INFO] [stdout]    |
[INFO] [stdout] 63 |       let mut firstFindingResult = false;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_firstFindingResult`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `safeReports` should have a snake case name
[INFO] [stdout]  --> src/bin/02.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 |   let mut safeReports = 0;
[INFO] [stdout]   |           ^^^^^^^^^^^ help: convert the identifier to snake case: `safe_reports`
[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 `safeReport` should have a snake case name
[INFO] [stdout]  --> src/bin/02.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut safeReport = true;
[INFO] [stdout]   |             ^^^^^^^^^^ help: convert the identifier to snake case: `safe_report`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `levelsString` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let mut levelsString = line.split_whitespace();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `levels_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `compareLevel` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let mut compareLevel: u32 = levelsString.next().unwrap().parse().unwrap();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `compare_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `nextLevel` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 |       let nextLevel: u32 = levelsString.next().unwrap().parse().unwrap();
[INFO] [stdout]    |           ^^^^^^^^^ help: convert the identifier to snake case: `next_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `safeReports` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 |   let mut safeReports = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^ help: convert the identifier to snake case: `safe_reports`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sameNumber` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:54:13
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let mut sameNumber = 0;
[INFO] [stdout]    |             ^^^^^^^^^^ help: convert the identifier to snake case: `same_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `levelsString` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let mut levelsString = line.split_whitespace();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `levels_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `compareLevel` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let mut compareLevel: u32 = levelsString.next().unwrap().parse().unwrap();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `compare_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `numbersInTheLine` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let numbersInTheLine = levelsString.clone().count();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `numbers_in_the_line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `firstFindingResult` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:63:15
[INFO] [stdout]    |
[INFO] [stdout] 63 |       let mut firstFindingResult = false;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `first_finding_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `nextLevel` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:64:11
[INFO] [stdout]    |
[INFO] [stdout] 64 |       let nextLevel: u32 = levelsString.next().unwrap().parse().unwrap();
[INFO] [stdout]    |           ^^^^^^^^^ help: convert the identifier to snake case: `next_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckDiagonalRightUp` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn CheckDiagonalRightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_diagonal_right_up`
[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 `locationX` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn CheckDiagonalRightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stdout]   |                             ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:3:47
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn CheckDiagonalRightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stdout]   |                                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:3:75
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]   |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:3:103
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]   |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:3:131
[INFO] [stdout]   |
[INFO] [stdout] 3 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]   |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 |   let mut retValue = false;
[INFO] [stdout]   |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckDiagonalRightDown` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn CheckDiagonalRightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, ...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_diagonal_right_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:15:31
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn CheckDiagonalRightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, ...
[INFO] [stdout]    |                               ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:15:49
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn CheckDiagonalRightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, ...
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:15:77
[INFO] [stdout]    |
[INFO] [stdout] 15 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:15:105
[INFO] [stdout]    |
[INFO] [stdout] 15 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:15:133
[INFO] [stdout]    |
[INFO] [stdout] 15 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 |   let mut retValue = false;
[INFO] [stdout]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckDiagonalLeftUp` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn CheckDiagonalLeftUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_diagonal_left_up`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:27:28
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn CheckDiagonalLeftUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stdout]    |                            ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:27:46
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn CheckDiagonalLeftUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:27:74
[INFO] [stdout]    |
[INFO] [stdout] 27 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:27:102
[INFO] [stdout]    |
[INFO] [stdout] 27 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:27:130
[INFO] [stdout]    |
[INFO] [stdout] 27 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 |   let mut retValue = false;
[INFO] [stdout]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckDiagonalLeftDown` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn CheckDiagonalLeftDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, s...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_diagonal_left_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn CheckDiagonalLeftDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, s...
[INFO] [stdout]    |                              ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:39:48
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn CheckDiagonalLeftDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, s...
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:39:76
[INFO] [stdout]    |
[INFO] [stdout] 39 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:39:104
[INFO] [stdout]    |
[INFO] [stdout] 39 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:39:132
[INFO] [stdout]    |
[INFO] [stdout] 39 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |   let mut retValue = false;
[INFO] [stdout]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckStraightDown` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn CheckStraightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizeP...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_straight_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:51:26
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn CheckStraightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizeP...
[INFO] [stdout]    |                          ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:51:44
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn CheckStraightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizeP...
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:51:72
[INFO] [stdout]    |
[INFO] [stdout] 51 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:51:100
[INFO] [stdout]    |
[INFO] [stdout] 51 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:51:128
[INFO] [stdout]    |
[INFO] [stdout] 51 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 |   let mut retValue = false;
[INFO] [stdout]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckStraightUp` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn CheckStraightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePer...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_straight_up`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn CheckStraightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePer...
[INFO] [stdout]    |                        ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:63:42
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn CheckStraightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePer...
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:63:70
[INFO] [stdout]    |
[INFO] [stdout] 63 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:63:98
[INFO] [stdout]    |
[INFO] [stdout] 63 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:63:126
[INFO] [stdout]    |
[INFO] [stdout] 63 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:64:11
[INFO] [stdout]    |
[INFO] [stdout] 64 |   let mut retValue = false;
[INFO] [stdout]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckStraightLeft` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:75:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub fn CheckStraightLeft(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bo...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_straight_left`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:75:26
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub fn CheckStraightLeft(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bo...
[INFO] [stdout]    |                          ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:75:44
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub fn CheckStraightLeft(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bo...
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:75:72
[INFO] [stdout]    |
[INFO] [stdout] 75 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:75:100
[INFO] [stdout]    |
[INFO] [stdout] 75 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:76:11
[INFO] [stdout]    |
[INFO] [stdout] 76 |   let mut retValue = false;
[INFO] [stdout]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckStraightRight` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:87:8
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn CheckStraightRight(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> b...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_straight_right`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:87:27
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn CheckStraightRight(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> b...
[INFO] [stdout]    |                           ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:87:45
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn CheckStraightRight(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> b...
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:87:73
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:87:101
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:88:10
[INFO] [stdout]    |
[INFO] [stdout] 88 |  let mut retValue = false;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `NumberOfAppearances` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |   let mut NumberOfAppearances = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_appearances`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:105:7
[INFO] [stdout]     |
[INFO] [stdout] 105 |   let sizePerRow = input.lines().next().unwrap().len();
[INFO] [stdout]     |       ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `numberOfRows` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:106:7
[INFO] [stdout]     |
[INFO] [stdout] 106 |   let numberOfRows = input.lines().count();
[INFO] [stdout]     |       ^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_rows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `currentRowInput` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:107:11
[INFO] [stdout]     |
[INFO] [stdout] 107 |   let mut currentRowInput = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_row_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForX` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:108:11
[INFO] [stdout]     |
[INFO] [stdout] 108 |   let mut locationsForX: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:109:11
[INFO] [stdout]     |
[INFO] [stdout] 109 |   let mut locationsForM: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:110:11
[INFO] [stdout]     |
[INFO] [stdout] 110 |   let mut locationsForA: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:111:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |   let mut locationsForS: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rowInput` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:113:7
[INFO] [stdout]     |
[INFO] [stdout] 113 |   for rowInput in input.lines() {
[INFO] [stdout]     |       ^^^^^^^^ help: convert the identifier to snake case: `row_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |   for locationX in locationsForX {
[INFO] [stdout]     |       ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `currentRow` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |     let currentRow = locationX / sizePerRow;
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `current_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `NumberOfAppearances` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:212:11
[INFO] [stdout]     |
[INFO] [stdout] 212 |   let mut NumberOfAppearances = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_appearances`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:214:7
[INFO] [stdout]     |
[INFO] [stdout] 214 |   let sizePerRow = input.lines().next().unwrap().len();
[INFO] [stdout]     |       ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `numberOfRows` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:215:7
[INFO] [stdout]     |
[INFO] [stdout] 215 |   let numberOfRows = input.lines().count();
[INFO] [stdout]     |       ^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_rows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `currentRowInput` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:216:11
[INFO] [stdout]     |
[INFO] [stdout] 216 |   let mut currentRowInput = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_row_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:217:11
[INFO] [stdout]     |
[INFO] [stdout] 217 |   let mut locationsForM: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:218:11
[INFO] [stdout]     |
[INFO] [stdout] 218 |   let mut locationsForA: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:219:11
[INFO] [stdout]     |
[INFO] [stdout] 219 |   let mut locationsForS: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rowInput` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:221:7
[INFO] [stdout]     |
[INFO] [stdout] 221 |   for rowInput in input.lines() {
[INFO] [stdout]     |       ^^^^^^^^ help: convert the identifier to snake case: `row_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationA` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:241:7
[INFO] [stdout]     |
[INFO] [stdout] 241 |   for locationA in locationsForA {
[INFO] [stdout]     |       ^^^^^^^^^ help: convert the identifier to snake case: `location_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `currentRow` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |     let currentRow = locationA / sizePerRow;
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `current_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `xAxis` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:243:13
[INFO] [stdout]     |
[INFO] [stdout] 243 |     let mut xAxis = false;
[INFO] [stdout]     |             ^^^^^ help: convert the identifier to snake case: `x_axis`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `yAxis` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:244:13
[INFO] [stdout]     |
[INFO] [stdout] 244 |     let mut yAxis = false;
[INFO] [stdout]     |             ^^^^^ help: convert the identifier to snake case: `y_axis`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `leftNumbers` should have a snake case name
[INFO] [stdout]  --> src/bin/01.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let mut leftNumbers: Vec<u32> = Vec::new();
[INFO] [stdout]   |             ^^^^^^^^^^^ help: convert the identifier to snake case: `left_numbers`
[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 `rightNumbers` should have a snake case name
[INFO] [stdout]  --> src/bin/01.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut rightNumbers: Vec<u32> = Vec::new();
[INFO] [stdout]   |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `right_numbers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `leftNumberString` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 |       let leftNumberString = line.split_at(5).0.parse().unwrap();
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `left_number_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rightNumberString` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 |       let rightNumberString = line.split_at(8).1.parse().unwrap();
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `right_number_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `leftNumbers` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 |   let mut leftNumbers: Vec<u32> = Vec::new();
[INFO] [stdout]    |           ^^^^^^^^^^^ help: convert the identifier to snake case: `left_numbers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rightNumbers` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 |   let mut rightNumbers: Vec<u32> = Vec::new();
[INFO] [stdout]    |           ^^^^^^^^^^^^ help: convert the identifier to snake case: `right_numbers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `similarityScore` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:45:11
[INFO] [stdout]    |
[INFO] [stdout] 45 |   let mut similarityScore: u32 = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `similarity_score`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `leftNumberString` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let leftNumberString = line.split_at(5).0.parse().unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `left_number_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rightNumberString` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let rightNumberString = line.split_at(8).1.parse().unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `right_number_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `numberOfDuplicates` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let numberOfDuplicates: u32 = rightNumbers.iter().filter(|&x| *x == *leftNumbers.get(n).unwrap()).count().try_into().unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_duplicates`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.13s
[INFO] running `Command { std: "docker" "inspect" "91e6cf84ddcca34426c0411ddc05ebb9a200ce1beb08a81db18c3c909a96c92b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91e6cf84ddcca34426c0411ddc05ebb9a200ce1beb08a81db18c3c909a96c92b", kill_on_drop: false }`
[INFO] [stdout] 91e6cf84ddcca34426c0411ddc05ebb9a200ce1beb08a81db18c3c909a96c92b
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 9bc025b93b47080a673fcd295b3c425c181e0aa1709635f383ee902644e919ed
[INFO] running `Command { std: "docker" "start" "-a" "9bc025b93b47080a673fcd295b3c425c181e0aa1709635f383ee902644e919ed", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent_of_code v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> src/bin/02.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     for n in 0..levelsString.clone().count()
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/bin/02.rs:63:11
[INFO] [stdout]    |
[INFO] [stdout] 63 |       let mut firstFindingResult = false;
[INFO] [stdout]    |           ----^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |           |
[INFO] [stdout]    |           help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]   --> src/bin/02.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     for n in 0..numbersInTheLine
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `firstFindingResult`
[INFO] [stdout]   --> src/bin/02.rs:63:11
[INFO] [stdout]    |
[INFO] [stdout] 63 |       let mut firstFindingResult = false;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_firstFindingResult`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `safeReports` should have a snake case name
[INFO] [stdout]  --> src/bin/02.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 |   let mut safeReports = 0;
[INFO] [stdout]   |           ^^^^^^^^^^^ help: convert the identifier to snake case: `safe_reports`
[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 `safeReport` should have a snake case name
[INFO] [stdout]  --> src/bin/02.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut safeReport = true;
[INFO] [stdout]   |             ^^^^^^^^^^ help: convert the identifier to snake case: `safe_report`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `levelsString` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let mut levelsString = line.split_whitespace();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `levels_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `compareLevel` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let mut compareLevel: u32 = levelsString.next().unwrap().parse().unwrap();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `compare_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `nextLevel` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 |       let nextLevel: u32 = levelsString.next().unwrap().parse().unwrap();
[INFO] [stdout]    |           ^^^^^^^^^ help: convert the identifier to snake case: `next_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `safeReports` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 |   let mut safeReports = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^ help: convert the identifier to snake case: `safe_reports`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sameNumber` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:54:13
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let mut sameNumber = 0;
[INFO] [stdout]    |             ^^^^^^^^^^ help: convert the identifier to snake case: `same_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `levelsString` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let mut levelsString = line.split_whitespace();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `levels_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `compareLevel` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |     let mut compareLevel: u32 = levelsString.next().unwrap().parse().unwrap();
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `compare_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `numbersInTheLine` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let numbersInTheLine = levelsString.clone().count();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `numbers_in_the_line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `firstFindingResult` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:63:15
[INFO] [stdout]    |
[INFO] [stdout] 63 |       let mut firstFindingResult = false;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `first_finding_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `nextLevel` should have a snake case name
[INFO] [stdout]   --> src/bin/02.rs:64:11
[INFO] [stdout]    |
[INFO] [stdout] 64 |       let nextLevel: u32 = levelsString.next().unwrap().parse().unwrap();
[INFO] [stdout]    |           ^^^^^^^^^ help: convert the identifier to snake case: `next_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckDiagonalRightUp` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn CheckDiagonalRightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_diagonal_right_up`
[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 `locationX` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn CheckDiagonalRightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stdout]   |                             ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:3:47
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn CheckDiagonalRightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stdout]   |                                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:3:75
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]   |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:3:103
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]   |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:3:131
[INFO] [stdout]   |
[INFO] [stdout] 3 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]   |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]  --> src/bin/04.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 |   let mut retValue = false;
[INFO] [stdout]   |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckDiagonalRightDown` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn CheckDiagonalRightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, ...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_diagonal_right_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:15:31
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn CheckDiagonalRightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, ...
[INFO] [stdout]    |                               ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:15:49
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn CheckDiagonalRightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, ...
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:15:77
[INFO] [stdout]    |
[INFO] [stdout] 15 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:15:105
[INFO] [stdout]    |
[INFO] [stdout] 15 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:15:133
[INFO] [stdout]    |
[INFO] [stdout] 15 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 |   let mut retValue = false;
[INFO] [stdout]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckDiagonalLeftUp` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn CheckDiagonalLeftUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_diagonal_left_up`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:27:28
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn CheckDiagonalLeftUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stdout]    |                            ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:27:46
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn CheckDiagonalLeftUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:27:74
[INFO] [stdout]    |
[INFO] [stdout] 27 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:27:102
[INFO] [stdout]    |
[INFO] [stdout] 27 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:27:130
[INFO] [stdout]    |
[INFO] [stdout] 27 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 |   let mut retValue = false;
[INFO] [stdout]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckDiagonalLeftDown` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:39:8
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn CheckDiagonalLeftDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, s...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_diagonal_left_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:39:30
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn CheckDiagonalLeftDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, s...
[INFO] [stdout]    |                              ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:39:48
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn CheckDiagonalLeftDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, s...
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:39:76
[INFO] [stdout]    |
[INFO] [stdout] 39 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:39:104
[INFO] [stdout]    |
[INFO] [stdout] 39 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:39:132
[INFO] [stdout]    |
[INFO] [stdout] 39 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:40:11
[INFO] [stdout]    |
[INFO] [stdout] 40 |   let mut retValue = false;
[INFO] [stdout]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckStraightDown` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn CheckStraightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizeP...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_straight_down`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:51:26
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn CheckStraightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizeP...
[INFO] [stdout]    |                          ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:51:44
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn CheckStraightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizeP...
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:51:72
[INFO] [stdout]    |
[INFO] [stdout] 51 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:51:100
[INFO] [stdout]    |
[INFO] [stdout] 51 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:51:128
[INFO] [stdout]    |
[INFO] [stdout] 51 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 |   let mut retValue = false;
[INFO] [stdout]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckStraightUp` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn CheckStraightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePer...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_straight_up`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn CheckStraightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePer...
[INFO] [stdout]    |                        ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:63:42
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn CheckStraightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePer...
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:63:70
[INFO] [stdout]    |
[INFO] [stdout] 63 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:63:98
[INFO] [stdout]    |
[INFO] [stdout] 63 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:63:126
[INFO] [stdout]    |
[INFO] [stdout] 63 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stdout]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:64:11
[INFO] [stdout]    |
[INFO] [stdout] 64 |   let mut retValue = false;
[INFO] [stdout]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckStraightLeft` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:75:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub fn CheckStraightLeft(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bo...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_straight_left`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:75:26
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub fn CheckStraightLeft(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bo...
[INFO] [stdout]    |                          ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:75:44
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub fn CheckStraightLeft(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bo...
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:75:72
[INFO] [stdout]    |
[INFO] [stdout] 75 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:75:100
[INFO] [stdout]    |
[INFO] [stdout] 75 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:76:11
[INFO] [stdout]    |
[INFO] [stdout] 76 |   let mut retValue = false;
[INFO] [stdout]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `CheckStraightRight` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:87:8
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn CheckStraightRight(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> b...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_straight_right`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:87:27
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn CheckStraightRight(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> b...
[INFO] [stdout]    |                           ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:87:45
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn CheckStraightRight(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> b...
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:87:73
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:87:101
[INFO] [stdout]    |
[INFO] [stdout] 87 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bool {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `retValue` should have a snake case name
[INFO] [stdout]   --> src/bin/04.rs:88:10
[INFO] [stdout]    |
[INFO] [stdout] 88 |  let mut retValue = false;
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `NumberOfAppearances` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:103:11
[INFO] [stdout]     |
[INFO] [stdout] 103 |   let mut NumberOfAppearances = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_appearances`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:105:7
[INFO] [stdout]     |
[INFO] [stdout] 105 |   let sizePerRow = input.lines().next().unwrap().len();
[INFO] [stdout]     |       ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `numberOfRows` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:106:7
[INFO] [stdout]     |
[INFO] [stdout] 106 |   let numberOfRows = input.lines().count();
[INFO] [stdout]     |       ^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_rows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `currentRowInput` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:107:11
[INFO] [stdout]     |
[INFO] [stdout] 107 |   let mut currentRowInput = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_row_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForX` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:108:11
[INFO] [stdout]     |
[INFO] [stdout] 108 |   let mut locationsForX: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:109:11
[INFO] [stdout]     |
[INFO] [stdout] 109 |   let mut locationsForM: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:110:11
[INFO] [stdout]     |
[INFO] [stdout] 110 |   let mut locationsForA: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:111:11
[INFO] [stdout]     |
[INFO] [stdout] 111 |   let mut locationsForS: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rowInput` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:113:7
[INFO] [stdout]     |
[INFO] [stdout] 113 |   for rowInput in input.lines() {
[INFO] [stdout]     |       ^^^^^^^^ help: convert the identifier to snake case: `row_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationX` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |   for locationX in locationsForX {
[INFO] [stdout]     |       ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `currentRow` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |     let currentRow = locationX / sizePerRow;
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `current_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `NumberOfAppearances` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:212:11
[INFO] [stdout]     |
[INFO] [stdout] 212 |   let mut NumberOfAppearances = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_appearances`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `sizePerRow` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:214:7
[INFO] [stdout]     |
[INFO] [stdout] 214 |   let sizePerRow = input.lines().next().unwrap().len();
[INFO] [stdout]     |       ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `numberOfRows` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:215:7
[INFO] [stdout]     |
[INFO] [stdout] 215 |   let numberOfRows = input.lines().count();
[INFO] [stdout]     |       ^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_rows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `currentRowInput` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:216:11
[INFO] [stdout]     |
[INFO] [stdout] 216 |   let mut currentRowInput = 0;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_row_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForM` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:217:11
[INFO] [stdout]     |
[INFO] [stdout] 217 |   let mut locationsForM: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForA` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:218:11
[INFO] [stdout]     |
[INFO] [stdout] 218 |   let mut locationsForA: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationsForS` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:219:11
[INFO] [stdout]     |
[INFO] [stdout] 219 |   let mut locationsForS: Vec<usize> = Vec::new();
[INFO] [stdout]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rowInput` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:221:7
[INFO] [stdout]     |
[INFO] [stdout] 221 |   for rowInput in input.lines() {
[INFO] [stdout]     |       ^^^^^^^^ help: convert the identifier to snake case: `row_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `locationA` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:241:7
[INFO] [stdout]     |
[INFO] [stdout] 241 |   for locationA in locationsForA {
[INFO] [stdout]     |       ^^^^^^^^^ help: convert the identifier to snake case: `location_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `currentRow` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |     let currentRow = locationA / sizePerRow;
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `current_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `xAxis` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:243:13
[INFO] [stdout]     |
[INFO] [stdout] 243 |     let mut xAxis = false;
[INFO] [stdout]     |             ^^^^^ help: convert the identifier to snake case: `x_axis`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `yAxis` should have a snake case name
[INFO] [stdout]    --> src/bin/04.rs:244:13
[INFO] [stdout]     |
[INFO] [stdout] 244 |     let mut yAxis = false;
[INFO] [stdout]     |             ^^^^^ help: convert the identifier to snake case: `y_axis`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `leftNumbers` should have a snake case name
[INFO] [stdout]  --> src/bin/01.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let mut leftNumbers: Vec<u32> = Vec::new();
[INFO] [stdout]   |             ^^^^^^^^^^^ help: convert the identifier to snake case: `left_numbers`
[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 `rightNumbers` should have a snake case name
[INFO] [stdout]  --> src/bin/01.rs:7:13
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut rightNumbers: Vec<u32> = Vec::new();
[INFO] [stdout]   |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `right_numbers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `leftNumberString` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 |       let leftNumberString = line.split_at(5).0.parse().unwrap();
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `left_number_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rightNumberString` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 |       let rightNumberString = line.split_at(8).1.parse().unwrap();
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `right_number_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `leftNumbers` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 |   let mut leftNumbers: Vec<u32> = Vec::new();
[INFO] [stdout]    |           ^^^^^^^^^^^ help: convert the identifier to snake case: `left_numbers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rightNumbers` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 |   let mut rightNumbers: Vec<u32> = Vec::new();
[INFO] [stdout]    |           ^^^^^^^^^^^^ help: convert the identifier to snake case: `right_numbers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `similarityScore` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:45:11
[INFO] [stdout]    |
[INFO] [stdout] 45 |   let mut similarityScore: u32 = 0;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `similarity_score`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `leftNumberString` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |     let leftNumberString = line.split_at(5).0.parse().unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `left_number_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rightNumberString` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 49 |     let rightNumberString = line.split_at(8).1.parse().unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `right_number_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `numberOfDuplicates` should have a snake case name
[INFO] [stdout]   --> src/bin/01.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |     let numberOfDuplicates: u32 = rightNumbers.iter().filter(|&x| *x == *leftNumbers.get(n).unwrap()).count().try_into().unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_duplicates`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.77s
[INFO] running `Command { std: "docker" "inspect" "9bc025b93b47080a673fcd295b3c425c181e0aa1709635f383ee902644e919ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bc025b93b47080a673fcd295b3c425c181e0aa1709635f383ee902644e919ed", kill_on_drop: false }`
[INFO] [stdout] 9bc025b93b47080a673fcd295b3c425c181e0aa1709635f383ee902644e919ed
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 166c291a3e3ad7affe0aeeec7e9827909728a39606364b4da3e2d94726150466
[INFO] running `Command { std: "docker" "start" "-a" "166c291a3e3ad7affe0aeeec7e9827909728a39606364b4da3e2d94726150466", kill_on_drop: false }`
[INFO] [stderr] warning: function `CheckDiagonalRightUp` should have a snake case name
[INFO] [stderr]  --> src/bin/04.rs:3:8
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn CheckDiagonalRightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_diagonal_right_up`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationX` should have a snake case name
[INFO] [stderr]  --> src/bin/04.rs:3:29
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn CheckDiagonalRightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stderr]   |                             ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForM` should have a snake case name
[INFO] [stderr]  --> src/bin/04.rs:3:47
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn CheckDiagonalRightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stderr]   |                                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForA` should have a snake case name
[INFO] [stderr]  --> src/bin/04.rs:3:75
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]   |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForS` should have a snake case name
[INFO] [stderr]  --> src/bin/04.rs:3:103
[INFO] [stderr]   |
[INFO] [stderr] 3 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]   |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `sizePerRow` should have a snake case name
[INFO] [stderr]  --> src/bin/04.rs:3:131
[INFO] [stderr]   |
[INFO] [stderr] 3 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]   |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `retValue` should have a snake case name
[INFO] [stderr]  --> src/bin/04.rs:4:11
[INFO] [stderr]   |
[INFO] [stderr] 4 |   let mut retValue = false;
[INFO] [stderr]   |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stderr] 
[INFO] [stderr] warning: function `CheckDiagonalRightDown` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:15:8
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub fn CheckDiagonalRightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, ...
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_diagonal_right_down`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationX` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:15:31
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub fn CheckDiagonalRightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, ...
[INFO] [stderr]    |                               ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForM` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:15:49
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub fn CheckDiagonalRightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, ...
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForA` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:15:77
[INFO] [stderr]    |
[INFO] [stderr] 15 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForS` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:15:105
[INFO] [stderr]    |
[INFO] [stderr] 15 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `sizePerRow` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:15:133
[INFO] [stderr]    |
[INFO] [stderr] 15 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `retValue` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:16:11
[INFO] [stderr]    |
[INFO] [stderr] 16 |   let mut retValue = false;
[INFO] [stderr]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stderr] 
[INFO] [stderr] warning: function `CheckDiagonalLeftUp` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:27:8
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub fn CheckDiagonalLeftUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_diagonal_left_up`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationX` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:27:28
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub fn CheckDiagonalLeftUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stderr]    |                            ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForM` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:27:46
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub fn CheckDiagonalLeftUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, siz...
[INFO] [stderr]    |                                              ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForA` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:27:74
[INFO] [stderr]    |
[INFO] [stderr] 27 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForS` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:27:102
[INFO] [stderr]    |
[INFO] [stderr] 27 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `sizePerRow` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:27:130
[INFO] [stderr]    |
[INFO] [stderr] 27 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `retValue` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:28:11
[INFO] [stderr]    |
[INFO] [stderr] 28 |   let mut retValue = false;
[INFO] [stderr]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stderr] 
[INFO] [stderr] warning: function `CheckDiagonalLeftDown` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:39:8
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub fn CheckDiagonalLeftDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, s...
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_diagonal_left_down`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationX` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:39:30
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub fn CheckDiagonalLeftDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, s...
[INFO] [stderr]    |                              ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForM` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:39:48
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub fn CheckDiagonalLeftDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, s...
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForA` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:39:76
[INFO] [stderr]    |
[INFO] [stderr] 39 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForS` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:39:104
[INFO] [stderr]    |
[INFO] [stderr] 39 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `sizePerRow` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:39:132
[INFO] [stderr]    |
[INFO] [stderr] 39 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `retValue` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:40:11
[INFO] [stderr]    |
[INFO] [stderr] 40 |   let mut retValue = false;
[INFO] [stderr]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stderr] 
[INFO] [stderr] warning: function `CheckStraightDown` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:51:8
[INFO] [stderr]    |
[INFO] [stderr] 51 | pub fn CheckStraightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizeP...
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_straight_down`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationX` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:51:26
[INFO] [stderr]    |
[INFO] [stderr] 51 | pub fn CheckStraightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizeP...
[INFO] [stderr]    |                          ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForM` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:51:44
[INFO] [stderr]    |
[INFO] [stderr] 51 | pub fn CheckStraightDown(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizeP...
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForA` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:51:72
[INFO] [stderr]    |
[INFO] [stderr] 51 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForS` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:51:100
[INFO] [stderr]    |
[INFO] [stderr] 51 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `sizePerRow` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:51:128
[INFO] [stderr]    |
[INFO] [stderr] 51 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `retValue` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:52:11
[INFO] [stderr]    |
[INFO] [stderr] 52 |   let mut retValue = false;
[INFO] [stderr]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stderr] 
[INFO] [stderr] warning: function `CheckStraightUp` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:63:8
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn CheckStraightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePer...
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_straight_up`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationX` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:63:24
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn CheckStraightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePer...
[INFO] [stderr]    |                        ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForM` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:63:42
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn CheckStraightUp(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePer...
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForA` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:63:70
[INFO] [stderr]    |
[INFO] [stderr] 63 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForS` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:63:98
[INFO] [stderr]    |
[INFO] [stderr] 63 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `sizePerRow` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:63:126
[INFO] [stderr]    |
[INFO] [stderr] 63 | ..., locationsForS :&Vec<usize>, sizePerRow: usize) -> bool {
[INFO] [stderr]    |                                  ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `retValue` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:64:11
[INFO] [stderr]    |
[INFO] [stderr] 64 |   let mut retValue = false;
[INFO] [stderr]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stderr] 
[INFO] [stderr] warning: function `CheckStraightLeft` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:75:8
[INFO] [stderr]    |
[INFO] [stderr] 75 | pub fn CheckStraightLeft(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bo...
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_straight_left`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationX` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:75:26
[INFO] [stderr]    |
[INFO] [stderr] 75 | pub fn CheckStraightLeft(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bo...
[INFO] [stderr]    |                          ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForM` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:75:44
[INFO] [stderr]    |
[INFO] [stderr] 75 | pub fn CheckStraightLeft(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bo...
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForA` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:75:72
[INFO] [stderr]    |
[INFO] [stderr] 75 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForS` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:75:100
[INFO] [stderr]    |
[INFO] [stderr] 75 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `retValue` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:76:11
[INFO] [stderr]    |
[INFO] [stderr] 76 |   let mut retValue = false;
[INFO] [stderr]    |           ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stderr] 
[INFO] [stderr] warning: function `CheckStraightRight` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:87:8
[INFO] [stderr]    |
[INFO] [stderr] 87 | pub fn CheckStraightRight(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> b...
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `check_straight_right`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationX` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:87:27
[INFO] [stderr]    |
[INFO] [stderr] 87 | pub fn CheckStraightRight(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> b...
[INFO] [stderr]    |                           ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForM` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:87:45
[INFO] [stderr]    |
[INFO] [stderr] 87 | pub fn CheckStraightRight(locationX: usize, locationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> b...
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForA` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:87:73
[INFO] [stderr]    |
[INFO] [stderr] 87 | ...ocationsForM :&Vec<usize>, locationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForS` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:87:101
[INFO] [stderr]    |
[INFO] [stderr] 87 | ...ocationsForA :&Vec<usize>, locationsForS :&Vec<usize>) -> bool {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `retValue` should have a snake case name
[INFO] [stderr]   --> src/bin/04.rs:88:10
[INFO] [stderr]    |
[INFO] [stderr] 88 |  let mut retValue = false;
[INFO] [stderr]    |          ^^^^^^^^ help: convert the identifier to snake case: `ret_value`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `NumberOfAppearances` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:103:11
[INFO] [stderr]     |
[INFO] [stderr] 103 |   let mut NumberOfAppearances = 0;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_appearances`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `sizePerRow` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:105:7
[INFO] [stderr]     |
[INFO] [stderr] 105 |   let sizePerRow = input.lines().next().unwrap().len();
[INFO] [stderr]     |       ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `numberOfRows` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:106:7
[INFO] [stderr]     |
[INFO] [stderr] 106 |   let numberOfRows = input.lines().count();
[INFO] [stderr]     |       ^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_rows`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `currentRowInput` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:107:11
[INFO] [stderr]     |
[INFO] [stderr] 107 |   let mut currentRowInput = 0;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_row_input`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForX` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:108:11
[INFO] [stderr]     |
[INFO] [stderr] 108 |   let mut locationsForX: Vec<usize> = Vec::new();
[INFO] [stderr]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_x`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForM` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:109:11
[INFO] [stderr]     |
[INFO] [stderr] 109 |   let mut locationsForM: Vec<usize> = Vec::new();
[INFO] [stderr]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForA` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:110:11
[INFO] [stderr]     |
[INFO] [stderr] 110 |   let mut locationsForA: Vec<usize> = Vec::new();
[INFO] [stderr]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForS` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:111:11
[INFO] [stderr]     |
[INFO] [stderr] 111 |   let mut locationsForS: Vec<usize> = Vec::new();
[INFO] [stderr]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `rowInput` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:113:7
[INFO] [stderr]     |
[INFO] [stderr] 113 |   for rowInput in input.lines() {
[INFO] [stderr]     |       ^^^^^^^^ help: convert the identifier to snake case: `row_input`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationX` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:136:7
[INFO] [stderr]     |
[INFO] [stderr] 136 |   for locationX in locationsForX {
[INFO] [stderr]     |       ^^^^^^^^^ help: convert the identifier to snake case: `location_x`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `currentRow` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:137:9
[INFO] [stderr]     |
[INFO] [stderr] 137 |     let currentRow = locationX / sizePerRow;
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `current_row`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `NumberOfAppearances` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:212:11
[INFO] [stderr]     |
[INFO] [stderr] 212 |   let mut NumberOfAppearances = 0;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_appearances`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `sizePerRow` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:214:7
[INFO] [stderr]     |
[INFO] [stderr] 214 |   let sizePerRow = input.lines().next().unwrap().len();
[INFO] [stderr]     |       ^^^^^^^^^^ help: convert the identifier to snake case: `size_per_row`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `numberOfRows` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:215:7
[INFO] [stderr]     |
[INFO] [stderr] 215 |   let numberOfRows = input.lines().count();
[INFO] [stderr]     |       ^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_rows`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `currentRowInput` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:216:11
[INFO] [stderr]     |
[INFO] [stderr] 216 |   let mut currentRowInput = 0;
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `current_row_input`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForM` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:217:11
[INFO] [stderr]     |
[INFO] [stderr] 217 |   let mut locationsForM: Vec<usize> = Vec::new();
[INFO] [stderr]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_m`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForA` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:218:11
[INFO] [stderr]     |
[INFO] [stderr] 218 |   let mut locationsForA: Vec<usize> = Vec::new();
[INFO] [stderr]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_a`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationsForS` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:219:11
[INFO] [stderr]     |
[INFO] [stderr] 219 |   let mut locationsForS: Vec<usize> = Vec::new();
[INFO] [stderr]     |           ^^^^^^^^^^^^^ help: convert the identifier to snake case: `locations_for_s`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `rowInput` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:221:7
[INFO] [stderr]     |
[INFO] [stderr] 221 |   for rowInput in input.lines() {
[INFO] [stderr]     |       ^^^^^^^^ help: convert the identifier to snake case: `row_input`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `locationA` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:241:7
[INFO] [stderr]     |
[INFO] [stderr] 241 |   for locationA in locationsForA {
[INFO] [stderr]     |       ^^^^^^^^^ help: convert the identifier to snake case: `location_a`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `currentRow` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:242:9
[INFO] [stderr]     |
[INFO] [stderr] 242 |     let currentRow = locationA / sizePerRow;
[INFO] [stderr]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `current_row`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `xAxis` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:243:13
[INFO] [stderr]     |
[INFO] [stderr] 243 |     let mut xAxis = false;
[INFO] [stderr]     |             ^^^^^ help: convert the identifier to snake case: `x_axis`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `yAxis` should have a snake case name
[INFO] [stderr]    --> src/bin/04.rs:244:13
[INFO] [stderr]     |
[INFO] [stderr] 244 |     let mut yAxis = false;
[INFO] [stderr]     |             ^^^^^ help: convert the identifier to snake case: `y_axis`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `leftNumbers` should have a snake case name
[INFO] [stderr]  --> src/bin/01.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 |     let mut leftNumbers: Vec<u32> = Vec::new();
[INFO] [stderr]   |             ^^^^^^^^^^^ help: convert the identifier to snake case: `left_numbers`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `rightNumbers` should have a snake case name
[INFO] [stderr]  --> src/bin/01.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 |     let mut rightNumbers: Vec<u32> = Vec::new();
[INFO] [stderr]   |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `right_numbers`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `leftNumberString` should have a snake case name
[INFO] [stderr]   --> src/bin/01.rs:11:11
[INFO] [stderr]    |
[INFO] [stderr] 11 |       let leftNumberString = line.split_at(5).0.parse().unwrap();
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `left_number_string`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `rightNumberString` should have a snake case name
[INFO] [stderr]   --> src/bin/01.rs:12:11
[INFO] [stderr]    |
[INFO] [stderr] 12 |       let rightNumberString = line.split_at(8).1.parse().unwrap();
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `right_number_string`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `leftNumbers` should have a snake case name
[INFO] [stderr]   --> src/bin/01.rs:43:11
[INFO] [stderr]    |
[INFO] [stderr] 43 |   let mut leftNumbers: Vec<u32> = Vec::new();
[INFO] [stderr]    |           ^^^^^^^^^^^ help: convert the identifier to snake case: `left_numbers`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `rightNumbers` should have a snake case name
[INFO] [stderr]   --> src/bin/01.rs:44:11
[INFO] [stderr]    |
[INFO] [stderr] 44 |   let mut rightNumbers: Vec<u32> = Vec::new();
[INFO] [stderr]    |           ^^^^^^^^^^^^ help: convert the identifier to snake case: `right_numbers`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `similarityScore` should have a snake case name
[INFO] [stderr]   --> src/bin/01.rs:45:11
[INFO] [stderr]    |
[INFO] [stderr] 45 |   let mut similarityScore: u32 = 0;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `similarity_score`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `leftNumberString` should have a snake case name
[INFO] [stderr]   --> src/bin/01.rs:48:9
[INFO] [stderr]    |
[INFO] [stderr] 48 |     let leftNumberString = line.split_at(5).0.parse().unwrap();
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `left_number_string`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `rightNumberString` should have a snake case name
[INFO] [stderr]   --> src/bin/01.rs:49:9
[INFO] [stderr]    |
[INFO] [stderr] 49 |     let rightNumberString = line.split_at(8).1.parse().unwrap();
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `right_number_string`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `numberOfDuplicates` should have a snake case name
[INFO] [stderr]   --> src/bin/01.rs:59:9
[INFO] [stderr]    |
[INFO] [stderr] 59 |     let numberOfDuplicates: u32 = rightNumbers.iter().filter(|&x| *x == *leftNumbers.get(n).unwrap()).count().try_into().unwrap();
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `number_of_duplicates`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]   --> src/bin/02.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     for n in 0..levelsString.clone().count()
[INFO] [stderr]    |         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/bin/02.rs:63:11
[INFO] [stderr]    |
[INFO] [stderr] 63 |       let mut firstFindingResult = false;
[INFO] [stderr]    |           ----^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |           |
[INFO] [stderr]    |           help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]   --> src/bin/02.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 61 |     for n in 0..numbersInTheLine
[INFO] [stderr]    |         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `firstFindingResult`
[INFO] [stderr]   --> src/bin/02.rs:63:11
[INFO] [stderr]    |
[INFO] [stderr] 63 |       let mut firstFindingResult = false;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_firstFindingResult`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `safeReports` should have a snake case name
[INFO] [stderr]  --> src/bin/02.rs:4:11
[INFO] [stderr]   |
[INFO] [stderr] 4 |   let mut safeReports = 0;
[INFO] [stderr]   |           ^^^^^^^^^^^ help: convert the identifier to snake case: `safe_reports`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable `safeReport` should have a snake case name
[INFO] [stderr]  --> src/bin/02.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 |     let mut safeReport = true;
[INFO] [stderr]   |             ^^^^^^^^^^ help: convert the identifier to snake case: `safe_report`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `levelsString` should have a snake case name
[INFO] [stderr]   --> src/bin/02.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let mut levelsString = line.split_whitespace();
[INFO] [stderr]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `levels_string`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `compareLevel` should have a snake case name
[INFO] [stderr]   --> src/bin/02.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 |     let mut compareLevel: u32 = levelsString.next().unwrap().parse().unwrap();
[INFO] [stderr]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `compare_level`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `nextLevel` should have a snake case name
[INFO] [stderr]   --> src/bin/02.rs:16:11
[INFO] [stderr]    |
[INFO] [stderr] 16 |       let nextLevel: u32 = levelsString.next().unwrap().parse().unwrap();
[INFO] [stderr]    |           ^^^^^^^^^ help: convert the identifier to snake case: `next_level`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `safeReports` should have a snake case name
[INFO] [stderr]   --> src/bin/02.rs:49:11
[INFO] [stderr]    |
[INFO] [stderr] 49 |   let mut safeReports = 0;
[INFO] [stderr]    |           ^^^^^^^^^^^ help: convert the identifier to snake case: `safe_reports`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `sameNumber` should have a snake case name
[INFO] [stderr]   --> src/bin/02.rs:54:13
[INFO] [stderr]    |
[INFO] [stderr] 54 |     let mut sameNumber = 0;
[INFO] [stderr]    |             ^^^^^^^^^^ help: convert the identifier to snake case: `same_number`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `levelsString` should have a snake case name
[INFO] [stderr]   --> src/bin/02.rs:57:13
[INFO] [stderr]    |
[INFO] [stderr] 57 |     let mut levelsString = line.split_whitespace();
[INFO] [stderr]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `levels_string`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `compareLevel` should have a snake case name
[INFO] [stderr]   --> src/bin/02.rs:58:13
[INFO] [stderr]    |
[INFO] [stderr] 58 |     let mut compareLevel: u32 = levelsString.next().unwrap().parse().unwrap();
[INFO] [stderr]    |             ^^^^^^^^^^^^ help: convert the identifier to snake case: `compare_level`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `numbersInTheLine` should have a snake case name
[INFO] [stderr]   --> src/bin/02.rs:59:9
[INFO] [stderr]    |
[INFO] [stderr] 59 |     let numbersInTheLine = levelsString.clone().count();
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `numbers_in_the_line`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `firstFindingResult` should have a snake case name
[INFO] [stderr]   --> src/bin/02.rs:63:15
[INFO] [stderr]    |
[INFO] [stderr] 63 |       let mut firstFindingResult = false;
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `first_finding_result`
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] warning: variable `nextLevel` should have a snake case name
[INFO] [stdout] running 0 tests
[INFO] [stderr]   --> src/bin/02.rs:64:11
[INFO] [stderr]    |
[INFO] [stderr] 64 |       let nextLevel: u32 = levelsString.next().unwrap().parse().unwrap();
[INFO] [stderr]    |           ^^^^^^^^^ help: convert the identifier to snake case: `next_level`
[INFO] [stderr] 
[INFO] [stderr] warning: `advent_of_code` (bin "04" test) generated 77 warnings
[INFO] [stderr] warning: `advent_of_code` (bin "01" test) generated 10 warnings
[INFO] [stderr] warning: `advent_of_code` (bin "02" test) generated 16 warnings (run `cargo fix --bin "02" -p advent_of_code --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/advent_of_code/5593505e433c0037/deps/advent_of_code-5593505e433c0037)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/01.rs (/opt/rustwide/target/debug/build/advent_of_code/effd248df77faddf/deps/01-effd248df77faddf)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_part_one ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--bin 01`
[INFO] [stdout] test tests::test_part_two ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_part_one stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_part_one' (26) panicked at src/bin/01.rs:80:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Some(118341)
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a480d394e2 - std[840933623431fd06]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a480d394e2 - std[840933623431fd06]::backtrace_rs::backtrace::trace_unsynchronized::<std[840933623431fd06]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a480d394e2 - std[840933623431fd06]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a480d394e2 - <<std[840933623431fd06]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8f93d80df273fe75]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a480d4ddca - <core[8f93d80df273fe75]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a480d4ddca - core[8f93d80df273fe75]::fmt::write
[INFO] [stdout]    6:     0x59a480d3e316 - std[840933623431fd06]::io::default_write_fmt::<alloc[40b2bae28975ac47]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59a480d3e316 - <alloc[40b2bae28975ac47]::vec::Vec<u8> as std[840933623431fd06]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x59a480d1748f - <std[840933623431fd06]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a480d1748f - std[840933623431fd06]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a480d31479 - std[840933623431fd06]::panicking::default_hook
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a480cca16e - <alloc[40b2bae28975ac47]::boxed::Box<dyn for<'a, 'b> core[8f93d80df273fe75]::ops::function::Fn<(&'a std[840933623431fd06]::panic::PanicHookInfo<'b>,), Output = ()> + core[8f93d80df273fe75]::marker::Sync + core[8f93d80df273fe75]::marker::Send> as core[8f93d80df273fe75]::ops::function::Fn<(&std[840933623431fd06]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x59a480cca16e - test[2f1252070343a163]::test_main_with_exit_callback::<test[2f1252070343a163]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59a480d31632 - <alloc[40b2bae28975ac47]::boxed::Box<dyn for<'a, 'b> core[8f93d80df273fe75]::ops::function::Fn<(&'a std[840933623431fd06]::panic::PanicHookInfo<'b>,), Output = ()> + core[8f93d80df273fe75]::marker::Sync + core[8f93d80df273fe75]::marker::Send> as core[8f93d80df273fe75]::ops::function::Fn<(&std[840933623431fd06]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x59a480d31632 - std[840933623431fd06]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a480d17548 - std[840933623431fd06]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59a480d0ee19 - std[840933623431fd06]::sys::backtrace::__rust_end_short_backtrace::<std[840933623431fd06]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a480d1839d - __rustc[5b4a0c6d8cc4a177]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a480d4e47c - core[8f93d80df273fe75]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a480d4e393 - core[8f93d80df273fe75]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59a480cbb7cd - core[8f93d80df273fe75]::panicking::assert_failed::<core[8f93d80df273fe75]::option::Option<u32>, core[8f93d80df273fe75]::option::Option<u32>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59a480cba131 - 01[d3123663c87a4cb4]::tests::test_part_one
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/01.rs:80:9
[INFO] [stdout]   22:     0x59a480cb8247 - 01[d3123663c87a4cb4]::tests::test_part_one::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/01.rs:78:23
[INFO] [stdout]   23:     0x59a480cbe426 - <01[d3123663c87a4cb4]::tests::test_part_one::{closure#0} as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x59a480cbe51b - <fn() -> core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x59a480cbe51b - test[2f1252070343a163]::__rust_begin_short_backtrace::<core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>, fn() -> core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x59a480ccad7a - test[2f1252070343a163]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x59a480ccad7a - <core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x59a480ccad7a - std[840933623431fd06]::panicking::catch_unwind::do_call::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}>, core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x59a480ccad7a - std[840933623431fd06]::panicking::catch_unwind::<core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>, core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x59a480ccad7a - std[840933623431fd06]::panic::catch_unwind::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}>, core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x59a480ccad7a - test[2f1252070343a163]::run_test_in_process
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x59a480ccad7a - test[2f1252070343a163]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x59a480cc5244 - test[2f1252070343a163]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x59a480cc5244 - std[840933623431fd06]::sys::backtrace::__rust_begin_short_backtrace::<test[2f1252070343a163]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x59a480ccd872 - std[840933623431fd06]::thread::lifecycle::spawn_unchecked::<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x59a480ccd872 - <core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x59a480ccd872 - std[840933623431fd06]::panicking::catch_unwind::do_call::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x59a480ccd872 - std[840933623431fd06]::panicking::catch_unwind::<(), core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x59a480ccd872 - std[840933623431fd06]::panic::catch_unwind::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x59a480ccd872 - std[840933623431fd06]::thread::lifecycle::spawn_unchecked::<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x59a480ccd872 - <std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1} as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x59a480d389ef - <alloc[40b2bae28975ac47]::boxed::Box<dyn core[8f93d80df273fe75]::ops::function::FnOnce<(), Output = ()> + core[8f93d80df273fe75]::marker::Send> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x59a480d389ef - <std[840933623431fd06]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x71de51b86aa4 - <unknown>
[INFO] [stdout]   45:     0x71de51c13a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_part_two stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_part_two' (27) panicked at src/bin/01.rs:86:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Some(0)
[INFO] [stdout]  right: None
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a480d394e2 - std[840933623431fd06]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a480d394e2 - std[840933623431fd06]::backtrace_rs::backtrace::trace_unsynchronized::<std[840933623431fd06]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a480d394e2 - std[840933623431fd06]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59a480d394e2 - <<std[840933623431fd06]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8f93d80df273fe75]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59a480d4ddca - <core[8f93d80df273fe75]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59a480d4ddca - core[8f93d80df273fe75]::fmt::write
[INFO] [stdout]    6:     0x59a480d3e316 - std[840933623431fd06]::io::default_write_fmt::<alloc[40b2bae28975ac47]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59a480d3e316 - <alloc[40b2bae28975ac47]::vec::Vec<u8> as std[840933623431fd06]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x59a480d1748f - <std[840933623431fd06]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59a480d1748f - std[840933623431fd06]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59a480d31479 - std[840933623431fd06]::panicking::default_hook
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59a480cca16e - <alloc[40b2bae28975ac47]::boxed::Box<dyn for<'a, 'b> core[8f93d80df273fe75]::ops::function::Fn<(&'a std[840933623431fd06]::panic::PanicHookInfo<'b>,), Output = ()> + core[8f93d80df273fe75]::marker::Sync + core[8f93d80df273fe75]::marker::Send> as core[8f93d80df273fe75]::ops::function::Fn<(&std[840933623431fd06]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x59a480cca16e - test[2f1252070343a163]::test_main_with_exit_callback::<test[2f1252070343a163]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59a480d31632 - <alloc[40b2bae28975ac47]::boxed::Box<dyn for<'a, 'b> core[8f93d80df273fe75]::ops::function::Fn<(&'a std[840933623431fd06]::panic::PanicHookInfo<'b>,), Output = ()> + core[8f93d80df273fe75]::marker::Sync + core[8f93d80df273fe75]::marker::Send> as core[8f93d80df273fe75]::ops::function::Fn<(&std[840933623431fd06]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x59a480d31632 - std[840933623431fd06]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59a480d17548 - std[840933623431fd06]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59a480d0ee19 - std[840933623431fd06]::sys::backtrace::__rust_end_short_backtrace::<std[840933623431fd06]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59a480d1839d - __rustc[5b4a0c6d8cc4a177]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59a480d4e47c - core[8f93d80df273fe75]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59a480d4e393 - core[8f93d80df273fe75]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59a480cbb7cd - core[8f93d80df273fe75]::panicking::assert_failed::<core[8f93d80df273fe75]::option::Option<u32>, core[8f93d80df273fe75]::option::Option<u32>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59a480cba231 - 01[d3123663c87a4cb4]::tests::test_part_two
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/01.rs:86:9
[INFO] [stdout]   22:     0x59a480cb8277 - 01[d3123663c87a4cb4]::tests::test_part_two::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/01.rs:84:23
[INFO] [stdout]   23:     0x59a480cbe466 - <01[d3123663c87a4cb4]::tests::test_part_two::{closure#0} as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x59a480cbe51b - <fn() -> core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x59a480cbe51b - test[2f1252070343a163]::__rust_begin_short_backtrace::<core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>, fn() -> core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x59a480ccad7a - test[2f1252070343a163]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x59a480ccad7a - <core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x59a480ccad7a - std[840933623431fd06]::panicking::catch_unwind::do_call::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}>, core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x59a480ccad7a - std[840933623431fd06]::panicking::catch_unwind::<core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>, core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x59a480ccad7a - std[840933623431fd06]::panic::catch_unwind::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<test[2f1252070343a163]::run_test_in_process::{closure#0}>, core[8f93d80df273fe75]::result::Result<(), alloc[40b2bae28975ac47]::string::String>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x59a480ccad7a - test[2f1252070343a163]::run_test_in_process
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x59a480ccad7a - test[2f1252070343a163]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x59a480cc5244 - test[2f1252070343a163]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x59a480cc5244 - std[840933623431fd06]::sys::backtrace::__rust_begin_short_backtrace::<test[2f1252070343a163]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x59a480ccd872 - std[840933623431fd06]::thread::lifecycle::spawn_unchecked::<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x59a480ccd872 - <core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x59a480ccd872 - std[840933623431fd06]::panicking::catch_unwind::do_call::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x59a480ccd872 - std[840933623431fd06]::panicking::catch_unwind::<(), core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x59a480ccd872 - std[840933623431fd06]::panic::catch_unwind::<core[8f93d80df273fe75]::panic::unwind_safe::AssertUnwindSafe<std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x59a480ccd872 - std[840933623431fd06]::thread::lifecycle::spawn_unchecked::<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x59a480ccd872 - <std[840933623431fd06]::thread::lifecycle::spawn_unchecked<test[2f1252070343a163]::run_test::{closure#1}, ()>::{closure#1} as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x59a480d389ef - <alloc[40b2bae28975ac47]::boxed::Box<dyn core[8f93d80df273fe75]::ops::function::FnOnce<(), Output = ()> + core[8f93d80df273fe75]::marker::Send> as core[8f93d80df273fe75]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x59a480d389ef - <std[840933623431fd06]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/bd7d74411512a3dd3b35d2f699c51dd2557c7e7e/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x71de51b86aa4 - <unknown>
[INFO] [stdout]   45:     0x71de51c13a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_part_one
[INFO] [stdout]     tests::test_part_two
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "166c291a3e3ad7affe0aeeec7e9827909728a39606364b4da3e2d94726150466", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "166c291a3e3ad7affe0aeeec7e9827909728a39606364b4da3e2d94726150466", kill_on_drop: false }`
[INFO] [stdout] 166c291a3e3ad7affe0aeeec7e9827909728a39606364b4da3e2d94726150466
