[INFO] cloning repository https://github.com/matt-porter/aoc_19 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matt-porter/aoc_19" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatt-porter%2Faoc_19", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatt-porter%2Faoc_19'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 07180929752760dfeec8279e1d56fae4c5a25e9b [INFO] checking matt-porter/aoc_19 against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatt-porter%2Faoc_19" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matt-porter/aoc_19 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/matt-porter/aoc_19 [INFO] finished tweaking git repo https://github.com/matt-porter/aoc_19 [INFO] tweaked toml for git repo https://github.com/matt-porter/aoc_19 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/matt-porter/aoc_19 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dff5a1fb0e684563289eef79f7a90339c85d42d990d87fbfcc46b3795791d584 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dff5a1fb0e684563289eef79f7a90339c85d42d990d87fbfcc46b3795791d584", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dff5a1fb0e684563289eef79f7a90339c85d42d990d87fbfcc46b3795791d584", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dff5a1fb0e684563289eef79f7a90339c85d42d990d87fbfcc46b3795791d584", kill_on_drop: false }` [INFO] [stdout] dff5a1fb0e684563289eef79f7a90339c85d42d990d87fbfcc46b3795791d584 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd96c630f56a39a210c8826e6443e9276e6cdecbfe2222a0a7a774688fa58e5a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bd96c630f56a39a210c8826e6443e9276e6cdecbfe2222a0a7a774688fa58e5a", kill_on_drop: false }` [INFO] [stderr] Checking aoc_19 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `wires::day3` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use wires::day3; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `passwords::day4` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use passwords::day4; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `stdout` [INFO] [stdout] --> src/intcode.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::{stdout, Write}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `day2`, `day5_1`, `day5_2` [INFO] [stdout] --> src/main.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | use intcode::{day2, day5_1, day5_2}; [INFO] [stdout] | ^^^^ ^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Borrow` [INFO] [stdout] --> src/orbits.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::borrow::Borrow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `day6_1` [INFO] [stdout] --> src/main.rs:14:14 [INFO] [stdout] | [INFO] [stdout] 14 | use orbits::{day6_1, day6_2}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `wires::day3` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use wires::day3; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `passwords::day4` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use passwords::day4; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `stdout` [INFO] [stdout] --> src/intcode.rs:2:15 [INFO] [stdout] | [INFO] [stdout] 2 | use std::io::{stdout, Write}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `day2`, `day5_1`, `day5_2` [INFO] [stdout] --> src/main.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | use intcode::{day2, day5_1, day5_2}; [INFO] [stdout] | ^^^^ ^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Borrow` [INFO] [stdout] --> src/orbits.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::borrow::Borrow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `day6_1` [INFO] [stdout] --> src/main.rs:14:14 [INFO] [stdout] | [INFO] [stdout] 14 | use orbits::{day6_1, day6_2}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `m3` [INFO] [stdout] --> src/intcode.rs:39:22 [INFO] [stdout] | [INFO] [stdout] 39 | let (m1, m2, m3) = parse_modes(data[iptr]); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_m3` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data_out` [INFO] [stdout] --> src/intcode.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | let data_out = execute(program, &mut writer, &[1]); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_data_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data_out` [INFO] [stdout] --> src/intcode.rs:134:9 [INFO] [stdout] | [INFO] [stdout] 134 | let data_out = execute(program, &mut writer, &[5]); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_data_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/intcode.rs:8:31 [INFO] [stdout] | [INFO] [stdout] 8 | fn output(val: i32, mut out: &mut W) { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/intcode.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | fn execute(opt: Vec, mut out: &mut W, input_values: &[i32]) -> Vec { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/intcode.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | let mut inputptr: usize = 0; [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `load_input_lines` [INFO] [stdout] --> src/input.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn load_input_lines(filename: &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `split_commas` [INFO] [stdout] --> src/input.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn split_commas(s: String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `load_input_commas` [INFO] [stdout] --> src/input.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn load_input_commas() -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse_moves` [INFO] [stdout] --> src/wires.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn parse_moves(s: String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `load_moves` [INFO] [stdout] --> src/wires.rs:27:4 [INFO] [stdout] | [INFO] [stdout] 27 | fn load_moves() -> (Vec, Vec) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `crossovers` [INFO] [stdout] --> src/wires.rs:40:4 [INFO] [stdout] | [INFO] [stdout] 40 | fn crossovers(wire1: Vec, wire2: Vec) -> Vec<(i32, i32, i32)> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `manhatten_distance` [INFO] [stdout] --> src/wires.rs:83:4 [INFO] [stdout] | [INFO] [stdout] 83 | fn manhatten_distance(pos: (i32, i32)) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `min_manhatten_distance` [INFO] [stdout] --> src/wires.rs:86:4 [INFO] [stdout] | [INFO] [stdout] 86 | fn min_manhatten_distance(crosses: &[(i32, i32, i32)]) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day3` [INFO] [stdout] --> src/wires.rs:90:8 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn day3() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_digits` [INFO] [stdout] --> src/passwords.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | fn get_digits(number: i32) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `valid_password` [INFO] [stdout] --> src/passwords.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn valid_password(password: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `valid_password_2` [INFO] [stdout] --> src/passwords.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn valid_password_2(password: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day4` [INFO] [stdout] --> src/passwords.rs:51:8 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn day4() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `input` [INFO] [stdout] --> src/intcode.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn input(input_ptr: usize, values: &[i32]) -> i32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `output` [INFO] [stdout] --> src/intcode.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn output(val: i32, mut out: &mut W) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `get_value` [INFO] [stdout] --> src/intcode.rs:13:4 [INFO] [stdout] | [INFO] [stdout] 13 | fn get_value(pos: i32, immediate_mode: bool, data: &Vec) -> i32{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse_modes` [INFO] [stdout] --> src/intcode.rs:22:4 [INFO] [stdout] | [INFO] [stdout] 22 | fn parse_modes(param: i32) -> (bool, bool, bool) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `execute` [INFO] [stdout] --> src/intcode.rs:33:4 [INFO] [stdout] | [INFO] [stdout] 33 | fn execute(opt: Vec, mut out: &mut W, input_values: &[i32]) -> Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day2` [INFO] [stdout] --> src/intcode.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn day2() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day5_1` [INFO] [stdout] --> src/intcode.rs:122:8 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn day5_1() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day5_2` [INFO] [stdout] --> src/intcode.rs:130:8 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn day5_2() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day6_1` [INFO] [stdout] --> src/orbits.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn day6_1() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `fuel` [INFO] [stdout] --> src/main.rs:16:4 [INFO] [stdout] | [INFO] [stdout] 16 | fn fuel(mass: i32) -> i32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day1` [INFO] [stdout] --> src/main.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn day1() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `m3` [INFO] [stdout] --> src/intcode.rs:39:22 [INFO] [stdout] | [INFO] [stdout] 39 | let (m1, m2, m3) = parse_modes(data[iptr]); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_m3` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data_out` [INFO] [stdout] --> src/intcode.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | let data_out = execute(program, &mut writer, &[1]); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_data_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data_out` [INFO] [stdout] --> src/intcode.rs:134:9 [INFO] [stdout] | [INFO] [stdout] 134 | let data_out = execute(program, &mut writer, &[5]); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_data_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/intcode.rs:8:31 [INFO] [stdout] | [INFO] [stdout] 8 | fn output(val: i32, mut out: &mut W) { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/intcode.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | fn execute(opt: Vec, mut out: &mut W, input_values: &[i32]) -> Vec { [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/intcode.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | let mut inputptr: usize = 0; [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `load_input_lines` [INFO] [stdout] --> src/input.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn load_input_lines(filename: &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `load_input_commas` [INFO] [stdout] --> src/input.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn load_input_commas() -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `load_moves` [INFO] [stdout] --> src/wires.rs:27:4 [INFO] [stdout] | [INFO] [stdout] 27 | fn load_moves() -> (Vec, Vec) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day3` [INFO] [stdout] --> src/wires.rs:90:8 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn day3() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `test_1` [INFO] [stdout] --> src/wires.rs:117:8 [INFO] [stdout] | [INFO] [stdout] 117 | fn test_1() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day4` [INFO] [stdout] --> src/passwords.rs:51:8 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn day4() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day2` [INFO] [stdout] --> src/intcode.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn day2() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day5_1` [INFO] [stdout] --> src/intcode.rs:122:8 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn day5_1() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day5_2` [INFO] [stdout] --> src/intcode.rs:130:8 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn day5_2() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day6_1` [INFO] [stdout] --> src/orbits.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn day6_1() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `day1` [INFO] [stdout] --> src/main.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn day1() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/intcode.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | out.write(&val.to_ne_bytes()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `SAN_p` should have a snake case name [INFO] [stdout] --> src/orbits.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | let mut SAN_p = None; [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `san_p` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `YOU_p` should have a snake case name [INFO] [stdout] --> src/orbits.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | let mut YOU_p = None; [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `you_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/intcode.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | out.write(&val.to_ne_bytes()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `SAN_p` should have a snake case name [INFO] [stdout] --> src/orbits.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | let mut SAN_p = None; [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `san_p` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `YOU_p` should have a snake case name [INFO] [stdout] --> src/orbits.rs:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | let mut YOU_p = None; [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `you_p` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `Command { std: "docker" "inspect" "bd96c630f56a39a210c8826e6443e9276e6cdecbfe2222a0a7a774688fa58e5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd96c630f56a39a210c8826e6443e9276e6cdecbfe2222a0a7a774688fa58e5a", kill_on_drop: false }` [INFO] [stdout] bd96c630f56a39a210c8826e6443e9276e6cdecbfe2222a0a7a774688fa58e5a