[INFO] cloning repository https://github.com/loziuu/aoc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/loziuu/aoc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floziuu%2Faoc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floziuu%2Faoc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5fa3ce0de7ba8871ec200a376b96bf4aff9c3593
[INFO] testing loziuu/aoc against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floziuu%2Faoc" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/loziuu/aoc
[INFO] finished tweaking git repo https://github.com/loziuu/aoc
[INFO] tweaked toml for git repo https://github.com/loziuu/aoc written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/loziuu/aoc on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/loziuu/aoc 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ed1bd2777a7484f606b4b409d54a361aee799a030166221c5ef74b5c946d2fe5
[INFO] running `Command { std: "docker" "start" "-a" "ed1bd2777a7484f606b4b409d54a361aee799a030166221c5ef74b5c946d2fe5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed1bd2777a7484f606b4b409d54a361aee799a030166221c5ef74b5c946d2fe5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed1bd2777a7484f606b4b409d54a361aee799a030166221c5ef74b5c946d2fe5", kill_on_drop: false }`
[INFO] [stdout] ed1bd2777a7484f606b4b409d54a361aee799a030166221c5ef74b5c946d2fe5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 554ee13959f646dc14f28be708d9c006878cf71831e44fa57515bbf5a36b996b
[INFO] running `Command { std: "docker" "start" "-a" "554ee13959f646dc14f28be708d9c006878cf71831e44fa57515bbf5a36b996b", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `core::num`
[INFO] [stdout]  --> src/eleven/first.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::eight::first`
[INFO] [stdout]  --> src/eleven/first.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::eight::first;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hash::Hash`
[INFO] [stdout]  --> src/fifteen/second.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     hash::Hash,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hash::Hash`
[INFO] [stdout]  --> src/twentyfour/first.rs:1:53
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashMap, fs::read_to_string, hash::Hash};
[INFO] [stdout]   |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `first_n_bytes`
[INFO] [stdout]   --> src/eighteen/second.rs:27:51
[INFO] [stdout]    |
[INFO] [stdout] 27 | fn traverse(n: usize, bytes: Vec<(usize, usize)>, first_n_bytes: usize) -> (usize, usize) {
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_n_bytes`
[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/seven/first.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut count = 1;
[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: `count`
[INFO] [stdout]  --> src/seven/first.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut count = 1;
[INFO] [stdout]   |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file` is never used
[INFO] [stdout]   --> src/main.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn file(name: &str) -> File {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `elapsed` is never used
[INFO] [stdout]   --> src/main.rs:35:4
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn elapsed<T>(func: T)
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/eight/first.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn execute(file: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc` is never used
[INFO] [stdout]   --> src/eight/first.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn calc(matrix: Vec<Vec<char>>) -> usize {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]   --> src/eight/first.rs:48:4
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn add(x: i32, y: i32, dx: i32, dy: i32, m: i32, n: i32, set: &mut HashSet<(i32, i32)>) {
[INFO] [stdout]    |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/eight/second.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn execute(file: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc` is never used
[INFO] [stdout]   --> src/eight/second.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn calc(matrix: Vec<Vec<char>>) -> usize {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]   --> src/eight/second.rs:48:4
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn add(x: i32, y: i32, dx: i32, dy: i32, m: i32, n: i32, set: &mut HashSet<(i32, i32)>) {
[INFO] [stdout]    |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Path` is never used
[INFO] [stdout]  --> src/eighteen/first.rs:8:6
[INFO] [stdout]   |
[INFO] [stdout] 8 | type Path = (usize, usize, usize);
[INFO] [stdout]   |      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIR` is never used
[INFO] [stdout]   --> src/eighteen/first.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const DIR: [(i32, i32); 4] = [(-1, 0), (0, 1), (1, 0), (0, -1)];
[INFO] [stdout]    |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/eighteen/first.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `traverse` is never used
[INFO] [stdout]   --> src/eighteen/first.rs:27:4
[INFO] [stdout]    |
[INFO] [stdout] 27 | fn traverse(n: usize, bytes: Vec<(usize, usize)>, first_n_bytes: usize) -> usize {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `next_point` is never used
[INFO] [stdout]   --> src/eighteen/first.rs:65:4
[INFO] [stdout]    |
[INFO] [stdout] 65 | fn next_point(x: usize, y: usize, dir: usize) -> (usize, usize) {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Path` is never used
[INFO] [stdout]  --> src/eighteen/second.rs:8:6
[INFO] [stdout]   |
[INFO] [stdout] 8 | type Path = (usize, usize, usize);
[INFO] [stdout]   |      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIR` is never used
[INFO] [stdout]   --> src/eighteen/second.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const DIR: [(i32, i32); 4] = [(-1, 0), (0, 1), (1, 0), (0, -1)];
[INFO] [stdout]    |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/eighteen/second.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn execute(file_path: &str) -> (usize, usize) {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `traverse` is never used
[INFO] [stdout]   --> src/eighteen/second.rs:27:4
[INFO] [stdout]    |
[INFO] [stdout] 27 | fn traverse(n: usize, bytes: Vec<(usize, usize)>, first_n_bytes: usize) -> (usize, usize) {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `can_traverse` is never used
[INFO] [stdout]   --> src/eighteen/second.rs:41:4
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn can_traverse(n: usize, matrix: &[Vec<i32>]) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `next_point` is never used
[INFO] [stdout]   --> src/eighteen/second.rs:74:4
[INFO] [stdout]    |
[INFO] [stdout] 74 | fn next_point(x: usize, y: usize, dir: usize) -> (usize, usize) {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/eleven/first.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn execute(file: &str, blinks: usize) -> usize {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc_after` is never used
[INFO] [stdout]   --> src/eleven/first.rs:24:4
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn calc_after(stones: &[usize], blinks: usize) -> usize {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc` is never used
[INFO] [stdout]   --> src/eleven/first.rs:36:4
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn calc(
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIR` is never used
[INFO] [stdout]  --> src/fifteen/first.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | const DIR: [(i32, i32); 4] = [(-1, 0), (0, 1), (1, 0), (0, -1)];
[INFO] [stdout]   |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/fifteen/first.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `traverse` is never used
[INFO] [stdout]   --> src/fifteen/first.rs:41:4
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn traverse(matrix: &mut Vec<Vec<char>>, dirs: &[char]) {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `move_cell` is never used
[INFO] [stdout]   --> src/fifteen/first.rs:62:4
[INFO] [stdout]    |
[INFO] [stdout] 62 | fn move_cell(i: usize, j: usize, dir: usize, matrix: &mut Vec<Vec<char>>) -> (usize, usize) {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `to_dir` is never used
[INFO] [stdout]   --> src/fifteen/first.rs:83:4
[INFO] [stdout]    |
[INFO] [stdout] 83 | fn to_dir(ch: char) -> usize {
[INFO] [stdout]    |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_matrix` is never used
[INFO] [stdout]   --> src/fifteen/first.rs:96:4
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn print_matrix(matrix: &Vec<Vec<char>>) {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIR` is never used
[INFO] [stdout]  --> src/fifteen/second.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const DIR: [(i32, i32); 4] = [(-1, 0), (0, 1), (1, 0), (0, -1)];
[INFO] [stdout]   |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/fifteen/second.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `traverse` is never used
[INFO] [stdout]   --> src/fifteen/second.rs:54:4
[INFO] [stdout]    |
[INFO] [stdout] 54 | fn traverse(matrix: &mut Vec<Vec<char>>, dirs: &[char]) {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `to_dir` is never used
[INFO] [stdout]    --> src/fifteen/second.rs:177:4
[INFO] [stdout]     |
[INFO] [stdout] 177 | fn to_dir(ch: char) -> usize {
[INFO] [stdout]     |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_matrix` is never used
[INFO] [stdout]    --> src/fifteen/second.rs:190:4
[INFO] [stdout]     |
[INFO] [stdout] 190 | fn print_matrix(matrix: &Vec<Vec<char>>) {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Graph` is never used
[INFO] [stdout]  --> src/five/first.rs:7:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | type Graph = HashMap<i32, Vec<i32>>;
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/five/first.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn execute(file: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> src/five/first.rs:49:4
[INFO] [stdout]    |
[INFO] [stdout] 49 | fn check(updates: &[i32], g: &Graph) -> bool {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Graph` is never used
[INFO] [stdout]  --> src/five/second.rs:8:6
[INFO] [stdout]   |
[INFO] [stdout] 8 | type Graph = HashMap<i32, Vec<i32>>;
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/five/second.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn execute(file: &str) -> i32 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check` is never used
[INFO] [stdout]   --> src/five/second.rs:51:4
[INFO] [stdout]    |
[INFO] [stdout] 51 | fn check(updates: &[i32], g: &Graph) -> bool {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `order` is never used
[INFO] [stdout]   --> src/five/second.rs:63:4
[INFO] [stdout]    |
[INFO] [stdout] 63 | fn order(mut update: Vec<i32>, g: &Graph) -> i32 {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WORD` is never used
[INFO] [stdout]  --> src/four/first.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const WORD: [char; 4] = ['X', 'M', 'A', 'S'];
[INFO] [stdout]   |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIR` is never used
[INFO] [stdout]  --> src/four/first.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const DIR: [(i32, i32); 8] = [
[INFO] [stdout]   |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/four/first.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn execute(file: File) -> i32 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc` is never used
[INFO] [stdout]   --> src/four/first.rs:30:4
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn calc(matrix: &[Vec<char>]) -> i32 {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dfs_fwd` is never used
[INFO] [stdout]   --> src/four/first.rs:46:4
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn dfs_fwd(i: i32, j: i32, matrix: &[Vec<char>]) -> i32 {
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WORD` is never used
[INFO] [stdout]  --> src/four/second.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const WORD: [char; 4] = ['X', 'M', 'A', 'S'];
[INFO] [stdout]   |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIR` is never used
[INFO] [stdout]  --> src/four/second.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const DIR: [(i32, i32); 8] = [
[INFO] [stdout]   |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/four/second.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn execute(file: File) -> i32 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc` is never used
[INFO] [stdout]   --> src/four/second.rs:29:4
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn calc(matrix: &Vec<Vec<char>>) -> i32 {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `left` is never used
[INFO] [stdout]   --> src/four/second.rs:45:4
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn left(i: usize, j: usize, matrix: &[Vec<char>]) -> bool {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `right` is never used
[INFO] [stdout]   --> src/four/second.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn right(i: usize, j: usize, matrix: &[Vec<char>]) -> bool {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Tuple` is never used
[INFO] [stdout]  --> src/fourteen/first.rs:6:6
[INFO] [stdout]   |
[INFO] [stdout] 6 | type Tuple = (i32, i32);
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/fourteen/first.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `count_quadrant` is never used
[INFO] [stdout]   --> src/fourteen/first.rs:44:4
[INFO] [stdout]    |
[INFO] [stdout] 44 | fn count_quadrant(positions: &[(i32, i32)], x_bounds: (i32, i32), y_bounds: (i32, i32)) -> usize {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `final_position` is never used
[INFO] [stdout]   --> src/fourteen/first.rs:53:4
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn final_position(pos: Tuple, velo: Tuple, m: i32, n: i32, seconds: i32) -> (i32, i32) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `modulo` is never used
[INFO] [stdout]   --> src/fourteen/first.rs:60:4
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn modulo(dividend: i32, divisor: i32) -> i32 {
[INFO] [stdout]    |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Tuple` is never used
[INFO] [stdout]  --> src/fourteen/second.rs:6:6
[INFO] [stdout]   |
[INFO] [stdout] 6 | type Tuple = (i32, i32);
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/fourteen/second.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn execute(file_path: &str) {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `next_position` is never used
[INFO] [stdout]   --> src/fourteen/second.rs:52:4
[INFO] [stdout]    |
[INFO] [stdout] 52 | fn next_position(pos: Tuple, velo: Tuple, m: i32, n: i32) -> (i32, i32) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `modulo` is never used
[INFO] [stdout]   --> src/fourteen/second.rs:59:4
[INFO] [stdout]    |
[INFO] [stdout] 59 | fn modulo(dividend: i32, divisor: i32) -> i32 {
[INFO] [stdout]    |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/nine/first.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `checksum` is never used
[INFO] [stdout]  --> src/nine/first.rs:9:4
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn checksum(disk_map: &str) -> usize {
[INFO] [stdout]   |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Block` is never used
[INFO] [stdout]  --> src/nine/second.rs:4:6
[INFO] [stdout]   |
[INFO] [stdout] 4 | enum Block {
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/nine/second.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `checksum` is never used
[INFO] [stdout]   --> src/nine/second.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn checksum(disk_map: &str) -> usize {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/nineteen/first.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_towels_ref` is never used
[INFO] [stdout]   --> src/nineteen/first.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn collect_towels_ref(mut available: Vec<&str>, target: Vec<&str>) -> usize {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_target` is never used
[INFO] [stdout]   --> src/nineteen/first.rs:29:4
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn check_target(target: &str, available: &mut [&str], cache: &mut HashMap<String, bool>) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_target_no_repeat` is never used
[INFO] [stdout]   --> src/nineteen/first.rs:52:4
[INFO] [stdout]    |
[INFO] [stdout] 52 | fn check_target_no_repeat(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/nineteen/second.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_towels_ref` is never used
[INFO] [stdout]   --> src/nineteen/second.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn collect_towels_ref(mut available: Vec<&str>, target: Vec<&str>) -> usize {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_target` is never used
[INFO] [stdout]   --> src/nineteen/second.rs:27:4
[INFO] [stdout]    |
[INFO] [stdout] 27 | fn check_target(target: &str, available: &mut [&str], cache: &mut HashMap<String, usize>) -> usize {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_target_no_repeat` is never used
[INFO] [stdout]   --> src/nineteen/second.rs:47:4
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn check_target_no_repeat(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/one/first.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn execute(file_name: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/one/second.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn execute(file_name: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/seven/first.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn execute(file: &str) -> i64 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `can_evaluate` is never used
[INFO] [stdout]   --> src/seven/first.rs:30:4
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn can_evaluate(i: usize, value: i64, values: &[i32], target: i64) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/seven/second.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn execute(file: &str) -> i64 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `can_evaluate` is never used
[INFO] [stdout]   --> src/seven/second.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn can_evaluate(i: usize, value: i64, values: &[i32], target: i64) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `concat` is never used
[INFO] [stdout]   --> src/seven/second.rs:41:4
[INFO] [stdout]    |
[INFO] [stdout] 41 | fn concat(a: i64, b: i64) -> i64 {
[INFO] [stdout]    |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Computer` is never constructed
[INFO] [stdout]  --> src/seventeen/first.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | struct Computer {
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/seventeen/first.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl Computer {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 11 |     fn new(reg_a: i32, reg_b: i32, reg_c: i32) -> Self {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn adv(&mut self, operand: u8) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     fn bxl(&mut self, operand: u8) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     fn bst(&mut self, operand: u8) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     fn jnz(&mut self, operand: u8) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     fn bxc(&mut self, _: u8) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     fn out(&mut self, operand: u8) -> i32 {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |     fn bdv(&mut self, operand: u8) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     fn cdv(&mut self, operand: u8) {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     fn bump_ip(&mut self) {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 68 |     fn combo_operator(&self, operand: u8) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     fn run(&mut self, program: Vec<i32>) -> String {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]    --> src/seventeen/first.rs:118:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn execute(file_path: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIR` is never used
[INFO] [stdout]  --> src/six/first.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const DIR: [(i32, i32); 4] = [(-1, 0), (0, 1), (1, 0), (0, -1)];
[INFO] [stdout]   |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/six/first.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn execute(file: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mark_patroled` is never used
[INFO] [stdout]   --> src/six/first.rs:32:4
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn mark_patroled(matrix: &mut [Vec<char>]) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `traverse` is never used
[INFO] [stdout]   --> src/six/first.rs:43:4
[INFO] [stdout]    |
[INFO] [stdout] 43 | fn traverse(i: i32, j: i32, dir: usize, matrix: &mut [Vec<char>]) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `next` is never used
[INFO] [stdout]   --> src/six/first.rs:63:4
[INFO] [stdout]    |
[INFO] [stdout] 63 | fn next(dir: usize) -> usize {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIR` is never used
[INFO] [stdout]  --> src/six/second.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const DIR: [(i32, i32); 4] = [(-1, 0), (0, 1), (1, 0), (0, -1)];
[INFO] [stdout]   |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/six/second.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn execute(file: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `mark_patroled` is never used
[INFO] [stdout]   --> src/six/second.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn mark_patroled(matrix: &mut [Vec<char>]) -> (usize, usize) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `traverse` is never used
[INFO] [stdout]   --> src/six/second.rs:54:4
[INFO] [stdout]    |
[INFO] [stdout] 54 | fn traverse(i: i32, j: i32, dir: usize, matrix: &mut [Vec<char>]) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `has_loop` is never used
[INFO] [stdout]   --> src/six/second.rs:75:4
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn has_loop(
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `next` is never used
[INFO] [stdout]    --> src/six/second.rs:110:4
[INFO] [stdout]     |
[INFO] [stdout] 110 | fn next(dir: usize) -> usize {
[INFO] [stdout]     |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIR` is never used
[INFO] [stdout]  --> src/sixteen/first.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const DIR: [(i32, i32); 4] = [(-1, 0), (0, 1), (1, 0), (0, -1)];
[INFO] [stdout]   |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Node` is never used
[INFO] [stdout]  --> src/sixteen/first.rs:9:6
[INFO] [stdout]   |
[INFO] [stdout] 9 | type Node = (usize, usize);
[INFO] [stdout]   |      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Path` is never constructed
[INFO] [stdout]   --> src/sixteen/first.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct Path {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `zero` and `make_move` are never used
[INFO] [stdout]   --> src/sixteen/first.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl Path {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 32 |     fn zero(x: usize, y: usize) -> Path {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn make_move(&self, x: usize, y: usize, cost: usize, dir: usize) -> Path {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/sixteen/first.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `solve` is never used
[INFO] [stdout]   --> src/sixteen/first.rs:61:4
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn solve(maze: Vec<Vec<char>>) -> usize {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clockwise` is never used
[INFO] [stdout]    --> src/sixteen/first.rs:113:4
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn clockwise(dir: usize) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `counterwise` is never used
[INFO] [stdout]    --> src/sixteen/first.rs:117:4
[INFO] [stdout]     |
[INFO] [stdout] 117 | fn counterwise(dir: usize) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `next_point` is never used
[INFO] [stdout]    --> src/sixteen/first.rs:124:4
[INFO] [stdout]     |
[INFO] [stdout] 124 | fn next_point(x: usize, y: usize, dir: usize) -> (usize, usize) {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIR` is never used
[INFO] [stdout]  --> src/sixteen/second.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const DIR: [(i32, i32); 4] = [(-1, 0), (0, 1), (1, 0), (0, -1)];
[INFO] [stdout]   |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Node` is never used
[INFO] [stdout]  --> src/sixteen/second.rs:9:6
[INFO] [stdout]   |
[INFO] [stdout] 9 | type Node = (usize, usize);
[INFO] [stdout]   |      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Path` is never constructed
[INFO] [stdout]   --> src/sixteen/second.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct Path {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `zero` and `make_move` are never used
[INFO] [stdout]   --> src/sixteen/second.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl Path {
[INFO] [stdout]    | --------- associated items in this implementation
[INFO] [stdout] 32 |     fn zero(x: usize, y: usize) -> Path {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn make_move(&self, x: usize, y: usize, cost: usize, dir: usize) -> Path {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/sixteen/second.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `solve` is never used
[INFO] [stdout]   --> src/sixteen/second.rs:61:4
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn solve(mut maze: Vec<Vec<char>>) -> usize {
[INFO] [stdout]    |    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `backtrack` is never used
[INFO] [stdout]    --> src/sixteen/second.rs:118:4
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn backtrack(
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clockwise` is never used
[INFO] [stdout]    --> src/sixteen/second.rs:172:4
[INFO] [stdout]     |
[INFO] [stdout] 172 | fn clockwise(dir: usize) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `counterwise` is never used
[INFO] [stdout]    --> src/sixteen/second.rs:176:4
[INFO] [stdout]     |
[INFO] [stdout] 176 | fn counterwise(dir: usize) -> usize {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reverse` is never used
[INFO] [stdout]    --> src/sixteen/second.rs:183:4
[INFO] [stdout]     |
[INFO] [stdout] 183 | fn reverse(dir: usize) -> usize {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `next_point` is never used
[INFO] [stdout]    --> src/sixteen/second.rs:187:4
[INFO] [stdout]     |
[INFO] [stdout] 187 | fn next_point(x: usize, y: usize, dir: usize) -> (usize, usize) {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `add` is never used
[INFO] [stdout]    --> src/sixteen/second.rs:194:4
[INFO] [stdout]     |
[INFO] [stdout] 194 | fn add(x: usize, y: i32) -> usize {
[INFO] [stdout]     |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dir_to_char` is never used
[INFO] [stdout]    --> src/sixteen/second.rs:198:4
[INFO] [stdout]     |
[INFO] [stdout] 198 | fn dir_to_char(dir: usize) -> char {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/ten/first.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn execute(file_name: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `trails` is never used
[INFO] [stdout]   --> src/ten/first.rs:16:4
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn trails(matrix: &[Vec<u32>]) -> i32 {
[INFO] [stdout]    |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `count_trails` is never used
[INFO] [stdout]   --> src/ten/first.rs:39:4
[INFO] [stdout]    |
[INFO] [stdout] 39 | fn count_trails(
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/ten/second.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn execute(file_name: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `trails` is never used
[INFO] [stdout]   --> src/ten/second.rs:16:4
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn trails(matrix: &[Vec<u32>]) -> i32 {
[INFO] [stdout]    |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `count_trails` is never used
[INFO] [stdout]   --> src/ten/second.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn count_trails(
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Tuple` is never used
[INFO] [stdout]  --> src/thirteen/first.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | type Tuple = (i32, i32);
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/thirteen/first.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn execute(file: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc` is never used
[INFO] [stdout]   --> src/thirteen/first.rs:94:4
[INFO] [stdout]    |
[INFO] [stdout] 94 | fn calc(a: Tuple, b: Tuple, prize: Tuple) -> i32 {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `traverse` is never used
[INFO] [stdout]   --> src/thirteen/first.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn traverse(a: Tuple, b: Tuple, prize: Tuple) -> i32 {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Tuple` is never used
[INFO] [stdout]  --> src/thirteen/second.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | type Tuple = (i64, i64);
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFFSET` is never used
[INFO] [stdout]  --> src/thirteen/second.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | const OFFSET: i64 = 10000000000000;
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/thirteen/second.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn execute(file: &str) -> i64 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc` is never used
[INFO] [stdout]   --> src/thirteen/second.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn calc(a: Tuple, b: Tuple, prize: Tuple) -> i64 {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `traverse` is never used
[INFO] [stdout]    --> src/thirteen/second.rs:102:4
[INFO] [stdout]     |
[INFO] [stdout] 102 | fn traverse(a: Tuple, b: Tuple, prize: Tuple) -> i64 {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BUFFER_SIZE` is never used
[INFO] [stdout]  --> src/three/first.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const BUFFER_SIZE: usize = 1024;
[INFO] [stdout]   |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Reader` is never constructed
[INFO] [stdout]  --> src/three/first.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct Reader {
[INFO] [stdout]   |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/three/first.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout]  15 | impl Reader {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout]  16 |     pub fn from_file(file: File) -> Reader {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  25 |     pub fn get_next(&mut self) -> Option<(i32, i32)> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  38 |     fn mul(&mut self) -> Option<(i32, i32)> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout]  67 |     fn get_number(&mut self) -> Option<i32> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     fn expect(&mut self, expected: u8) -> Option<()> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  95 |     fn get_pointer(&mut self) -> Option<usize> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     fn get_and_bump_pointer(&mut self) -> Option<usize> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]    --> src/three/first.rs:119:8
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub fn execute(file: File) -> i64 {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BUFFER_SIZE` is never used
[INFO] [stdout]  --> src/three/second.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const BUFFER_SIZE: usize = 1024;
[INFO] [stdout]   |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Reader` is never constructed
[INFO] [stdout]  --> src/three/second.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct Reader {
[INFO] [stdout]   |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/three/second.rs:17:12
[INFO] [stdout]     |
[INFO] [stdout]  16 | impl Reader {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout]  17 |     pub fn from_file(file: File) -> Reader {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  27 |     pub fn get_next(&mut self) -> Option<(i32, i32)> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  44 |     fn do_or_dont(&mut self) -> Option<()> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  77 |     fn mul(&mut self) -> Option<(i32, i32)> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |     fn get_number(&mut self) -> Option<i32> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     fn expect(&mut self, expected: u8) -> Option<()> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     fn expect_bool(&mut self, expected: u8) -> Option<bool> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     fn get_pointer(&mut self) -> Option<usize> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |     fn get_and_bump_pointer(&mut self) -> Option<usize> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]    --> src/three/second.rs:166:8
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub fn execute(file: File) -> i64 {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/twelve/first.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn execute(file: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc` is never used
[INFO] [stdout]   --> src/twelve/first.rs:16:4
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn calc(matrix: &[Vec<char>]) -> usize {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dfs` is never used
[INFO] [stdout]   --> src/twelve/first.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn dfs(
[INFO] [stdout]    |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/twelve/second.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn execute(file: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc` is never used
[INFO] [stdout]   --> src/twelve/second.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn calc(matrix: &[Vec<char>]) -> usize {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dfs` is never used
[INFO] [stdout]   --> src/twelve/second.rs:43:4
[INFO] [stdout]    |
[INFO] [stdout] 43 | fn dfs(
[INFO] [stdout]    |    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_in_bounds` is never used
[INFO] [stdout]   --> src/twelve/second.rs:87:4
[INFO] [stdout]    |
[INFO] [stdout] 87 | fn is_in_bounds(i: i32, j: i32, m: usize, n: usize) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc_sides` is never used
[INFO] [stdout]   --> src/twelve/second.rs:91:4
[INFO] [stdout]    |
[INFO] [stdout] 91 | fn calc_sides(set: &HashSet<(i32, i32, i32)>) -> usize {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `calc` is never used
[INFO] [stdout]   --> src/twentyfour/second.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Gate {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 13 |     pub fn calc(&self, a: bool, b: bool) -> bool {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `gate` is never read
[INFO] [stdout]   --> src/twentyfour/second.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct Formula {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] 34 |     gate: Gate,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/twentyfour/second.rs:50:11
[INFO] [stdout]    |
[INFO] [stdout] 50 |     Value(bool),
[INFO] [stdout]    |     ----- ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 50 -     Value(bool),
[INFO] [stdout] 50 +     Value(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Graph` is never used
[INFO] [stdout]  --> src/twentythree/first.rs:7:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | type Graph = HashMap<String, Vec<String>>;
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/twentythree/first.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `group_contains_host_with_t` is never used
[INFO] [stdout]   --> src/twentythree/first.rs:33:4
[INFO] [stdout]    |
[INFO] [stdout] 33 | fn group_contains_host_with_t(key: &str, graph: &Graph, groups: &mut HashSet<Vec<String>>) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Graph` is never used
[INFO] [stdout]  --> src/twentythree/second.rs:7:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | type Graph = HashMap<String, Vec<String>>;
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/twentythree/second.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn execute(file_path: &str) -> String {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `group_contains_host_with_t` is never used
[INFO] [stdout]   --> src/twentythree/second.rs:34:4
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn group_contains_host_with_t(key: &str, graph: &Graph, groups: &mut HashSet<Vec<String>>) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/two/first.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn execute(file_name: File) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_valid` is never used
[INFO] [stdout]   --> src/two/first.rs:23:4
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn is_valid(level: &[i32]) -> bool {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_dp` is never used
[INFO] [stdout]   --> src/two/first.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn check_dp(level: &[i32], range: RangeInclusive<i32>) -> bool {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DECREASING` is never used
[INFO] [stdout]  --> src/two/second.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const DECREASING: RangeInclusive<i32> = -3..=-1;
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `INCREASING` is never used
[INFO] [stdout]  --> src/two/second.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const INCREASING: RangeInclusive<i32> = 1..=3;
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/two/second.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn execute(file_name: File) -> usize {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_valid` is never used
[INFO] [stdout]   --> src/two/second.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn is_valid(level: &[i32]) -> bool {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_dp` is never used
[INFO] [stdout]   --> src/two/second.rs:34:4
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn check_dp(level: &[i32], range: RangeInclusive<i32>, skippable: usize) -> bool {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
[INFO] running `Command { std: "docker" "inspect" "554ee13959f646dc14f28be708d9c006878cf71831e44fa57515bbf5a36b996b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "554ee13959f646dc14f28be708d9c006878cf71831e44fa57515bbf5a36b996b", kill_on_drop: false }`
[INFO] [stdout] 554ee13959f646dc14f28be708d9c006878cf71831e44fa57515bbf5a36b996b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13124b0961f266805cddac1e9912961a10e5100f7e895236eee5c427ed69655f
[INFO] running `Command { std: "docker" "start" "-a" "13124b0961f266805cddac1e9912961a10e5100f7e895236eee5c427ed69655f", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `core::num`
[INFO] [stdout]  --> src/eleven/first.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::num;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::eight::first`
[INFO] [stdout]  --> src/eleven/first.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::eight::first;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hash::Hash`
[INFO] [stdout]  --> src/fifteen/second.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     hash::Hash,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hash::Hash`
[INFO] [stdout]  --> src/twentyfour/first.rs:1:53
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashMap, fs::read_to_string, hash::Hash};
[INFO] [stdout]   |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `first_n_bytes`
[INFO] [stdout]   --> src/eighteen/second.rs:27:51
[INFO] [stdout]    |
[INFO] [stdout] 27 | fn traverse(n: usize, bytes: Vec<(usize, usize)>, first_n_bytes: usize) -> (usize, usize) {
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_n_bytes`
[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/seven/first.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut count = 1;
[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: `count`
[INFO] [stdout]  --> src/seven/first.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut count = 1;
[INFO] [stdout]   |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file` is never used
[INFO] [stdout]   --> src/main.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn file(name: &str) -> File {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `elapsed` is never used
[INFO] [stdout]   --> src/main.rs:35:4
[INFO] [stdout]    |
[INFO] [stdout] 35 | fn elapsed<T>(func: T)
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/eighteen/first.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/eighteen/second.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn execute(file_path: &str) -> (usize, usize) {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/eleven/first.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn execute(file: &str, blinks: usize) -> usize {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_matrix` is never used
[INFO] [stdout]   --> src/fifteen/first.rs:96:4
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn print_matrix(matrix: &Vec<Vec<char>>) {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_matrix` is never used
[INFO] [stdout]    --> src/fifteen/second.rs:190:4
[INFO] [stdout]     |
[INFO] [stdout] 190 | fn print_matrix(matrix: &Vec<Vec<char>>) {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/four/first.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn execute(file: File) -> i32 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `WORD` is never used
[INFO] [stdout]  --> src/four/second.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const WORD: [char; 4] = ['X', 'M', 'A', 'S'];
[INFO] [stdout]   |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DIR` is never used
[INFO] [stdout]  --> src/four/second.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const DIR: [(i32, i32); 8] = [
[INFO] [stdout]   |       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/four/second.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn execute(file: File) -> i32 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Tuple` is never used
[INFO] [stdout]  --> src/fourteen/first.rs:6:6
[INFO] [stdout]   |
[INFO] [stdout] 6 | type Tuple = (i32, i32);
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/fourteen/first.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `count_quadrant` is never used
[INFO] [stdout]   --> src/fourteen/first.rs:44:4
[INFO] [stdout]    |
[INFO] [stdout] 44 | fn count_quadrant(positions: &[(i32, i32)], x_bounds: (i32, i32), y_bounds: (i32, i32)) -> usize {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `final_position` is never used
[INFO] [stdout]   --> src/fourteen/first.rs:53:4
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn final_position(pos: Tuple, velo: Tuple, m: i32, n: i32, seconds: i32) -> (i32, i32) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `modulo` is never used
[INFO] [stdout]   --> src/fourteen/first.rs:60:4
[INFO] [stdout]    |
[INFO] [stdout] 60 | fn modulo(dividend: i32, divisor: i32) -> i32 {
[INFO] [stdout]    |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Tuple` is never used
[INFO] [stdout]  --> src/fourteen/second.rs:6:6
[INFO] [stdout]   |
[INFO] [stdout] 6 | type Tuple = (i32, i32);
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/fourteen/second.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn execute(file_path: &str) {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `next_position` is never used
[INFO] [stdout]   --> src/fourteen/second.rs:52:4
[INFO] [stdout]    |
[INFO] [stdout] 52 | fn next_position(pos: Tuple, velo: Tuple, m: i32, n: i32) -> (i32, i32) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `modulo` is never used
[INFO] [stdout]   --> src/fourteen/second.rs:59:4
[INFO] [stdout]    |
[INFO] [stdout] 59 | fn modulo(dividend: i32, divisor: i32) -> i32 {
[INFO] [stdout]    |    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/nine/first.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/nine/second.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/nineteen/first.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_target_no_repeat` is never used
[INFO] [stdout]   --> src/nineteen/first.rs:52:4
[INFO] [stdout]    |
[INFO] [stdout] 52 | fn check_target_no_repeat(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/nineteen/second.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn execute(file_path: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_target_no_repeat` is never used
[INFO] [stdout]   --> src/nineteen/second.rs:47:4
[INFO] [stdout]    |
[INFO] [stdout] 47 | fn check_target_no_repeat(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/one/first.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn execute(file_name: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/one/second.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn execute(file_name: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]    --> src/seventeen/first.rs:118:8
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub fn execute(file_path: &str) -> String {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dir_to_char` is never used
[INFO] [stdout]    --> src/sixteen/second.rs:198:4
[INFO] [stdout]     |
[INFO] [stdout] 198 | fn dir_to_char(dir: usize) -> char {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/ten/first.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn execute(file_name: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/ten/second.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn execute(file_name: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/thirteen/first.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn execute(file: &str) -> i32 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Tuple` is never used
[INFO] [stdout]  --> src/thirteen/second.rs:3:6
[INFO] [stdout]   |
[INFO] [stdout] 3 | type Tuple = (i64, i64);
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `OFFSET` is never used
[INFO] [stdout]  --> src/thirteen/second.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | const OFFSET: i64 = 10000000000000;
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/thirteen/second.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn execute(file: &str) -> i64 {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `calc` is never used
[INFO] [stdout]   --> src/thirteen/second.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn calc(a: Tuple, b: Tuple, prize: Tuple) -> i64 {
[INFO] [stdout]    |    ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `traverse` is never used
[INFO] [stdout]    --> src/thirteen/second.rs:102:4
[INFO] [stdout]     |
[INFO] [stdout] 102 | fn traverse(a: Tuple, b: Tuple, prize: Tuple) -> i64 {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BUFFER_SIZE` is never used
[INFO] [stdout]  --> src/three/first.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const BUFFER_SIZE: usize = 1024;
[INFO] [stdout]   |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Reader` is never constructed
[INFO] [stdout]  --> src/three/first.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct Reader {
[INFO] [stdout]   |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/three/first.rs:16:12
[INFO] [stdout]     |
[INFO] [stdout]  15 | impl Reader {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout]  16 |     pub fn from_file(file: File) -> Reader {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  25 |     pub fn get_next(&mut self) -> Option<(i32, i32)> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  38 |     fn mul(&mut self) -> Option<(i32, i32)> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout]  67 |     fn get_number(&mut self) -> Option<i32> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  87 |     fn expect(&mut self, expected: u8) -> Option<()> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  95 |     fn get_pointer(&mut self) -> Option<usize> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     fn get_and_bump_pointer(&mut self) -> Option<usize> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]    --> src/three/first.rs:119:8
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub fn execute(file: File) -> i64 {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BUFFER_SIZE` is never used
[INFO] [stdout]  --> src/three/second.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const BUFFER_SIZE: usize = 1024;
[INFO] [stdout]   |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Reader` is never constructed
[INFO] [stdout]  --> src/three/second.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct Reader {
[INFO] [stdout]   |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/three/second.rs:17:12
[INFO] [stdout]     |
[INFO] [stdout]  16 | impl Reader {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout]  17 |     pub fn from_file(file: File) -> Reader {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  27 |     pub fn get_next(&mut self) -> Option<(i32, i32)> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  44 |     fn do_or_dont(&mut self) -> Option<()> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  77 |     fn mul(&mut self) -> Option<(i32, i32)> {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |     fn get_number(&mut self) -> Option<i32> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 126 |     fn expect(&mut self, expected: u8) -> Option<()> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     fn expect_bool(&mut self, expected: u8) -> Option<bool> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     fn get_pointer(&mut self) -> Option<usize> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |     fn get_and_bump_pointer(&mut self) -> Option<usize> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]    --> src/three/second.rs:166:8
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub fn execute(file: File) -> i64 {
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/twelve/first.rs:6:8
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub fn execute(file: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/twelve/second.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn execute(file: &str) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `calc` is never used
[INFO] [stdout]   --> src/twentyfour/second.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Gate {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 13 |     pub fn calc(&self, a: bool, b: bool) -> bool {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `gate` is never read
[INFO] [stdout]   --> src/twentyfour/second.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct Formula {
[INFO] [stdout]    |        ------- field in this struct
[INFO] [stdout] 34 |     gate: Gate,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/twentyfour/second.rs:50:11
[INFO] [stdout]    |
[INFO] [stdout] 50 |     Value(bool),
[INFO] [stdout]    |     ----- ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 50 -     Value(bool),
[INFO] [stdout] 50 +     Value(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Graph` is never used
[INFO] [stdout]  --> src/twentythree/second.rs:7:6
[INFO] [stdout]   |
[INFO] [stdout] 7 | type Graph = HashMap<String, Vec<String>>;
[INFO] [stdout]   |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/twentythree/second.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn execute(file_path: &str) -> String {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `group_contains_host_with_t` is never used
[INFO] [stdout]   --> src/twentythree/second.rs:34:4
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn group_contains_host_with_t(key: &str, graph: &Graph, groups: &mut HashSet<Vec<String>>) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]  --> src/two/first.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn execute(file_name: File) -> usize {
[INFO] [stdout]   |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_valid` is never used
[INFO] [stdout]   --> src/two/first.rs:23:4
[INFO] [stdout]    |
[INFO] [stdout] 23 | fn is_valid(level: &[i32]) -> bool {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `check_dp` is never used
[INFO] [stdout]   --> src/two/first.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn check_dp(level: &[i32], range: RangeInclusive<i32>) -> bool {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute` is never used
[INFO] [stdout]   --> src/two/second.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub fn execute(file_name: File) -> usize {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.00s
[INFO] running `Command { std: "docker" "inspect" "13124b0961f266805cddac1e9912961a10e5100f7e895236eee5c427ed69655f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13124b0961f266805cddac1e9912961a10e5100f7e895236eee5c427ed69655f", kill_on_drop: false }`
[INFO] [stdout] 13124b0961f266805cddac1e9912961a10e5100f7e895236eee5c427ed69655f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d452a1af4b132471186fce3df2021fc9841d51e6a4302821142a45ef4101f144
[INFO] running `Command { std: "docker" "start" "-a" "d452a1af4b132471186fce3df2021fc9841d51e6a4302821142a45ef4101f144", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `core::num`
[INFO] [stderr]  --> src/eleven/first.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use core::num;
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::eight::first`
[INFO] [stderr]  --> src/eleven/first.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use crate::eight::first;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `hash::Hash`
[INFO] [stderr]  --> src/fifteen/second.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     hash::Hash,
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `hash::Hash`
[INFO] [stderr]  --> src/twentyfour/first.rs:1:53
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{collections::HashMap, fs::read_to_string, hash::Hash};
[INFO] [stderr]   |                                                     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `first_n_bytes`
[INFO] [stderr]   --> src/eighteen/second.rs:27:51
[INFO] [stderr]    |
[INFO] [stderr] 27 | fn traverse(n: usize, bytes: Vec<(usize, usize)>, first_n_bytes: usize) -> (usize, usize) {
[INFO] [stderr]    |                                                   ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_n_bytes`
[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/seven/first.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |     let mut count = 1;
[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: `count`
[INFO] [stderr]  --> src/seven/first.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 |     let mut count = 1;
[INFO] [stderr]   |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: function `file` is never used
[INFO] [stderr]   --> src/main.rs:31:4
[INFO] [stderr]    |
[INFO] [stderr] 31 | fn file(name: &str) -> File {
[INFO] [stderr]    |    ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `elapsed` is never used
[INFO] [stderr]   --> src/main.rs:35:4
[INFO] [stderr]    |
[INFO] [stderr] 35 | fn elapsed<T>(func: T)
[INFO] [stderr]    |    ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]   --> src/eighteen/first.rs:12:8
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn execute(file_path: &str) -> usize {
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]   --> src/eighteen/second.rs:12:8
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn execute(file_path: &str) -> (usize, usize) {
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]   --> src/eleven/first.rs:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn execute(file: &str, blinks: usize) -> usize {
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `print_matrix` is never used
[INFO] [stderr]   --> src/fifteen/first.rs:96:4
[INFO] [stderr]    |
[INFO] [stderr] 96 | fn print_matrix(matrix: &Vec<Vec<char>>) {
[INFO] [stderr]    |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `print_matrix` is never used
[INFO] [stderr]    --> src/fifteen/second.rs:190:4
[INFO] [stderr]     |
[INFO] [stderr] 190 | fn print_matrix(matrix: &Vec<Vec<char>>) {
[INFO] [stderr]     |    ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]   --> src/four/first.rs:20:8
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn execute(file: File) -> i32 {
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `WORD` is never used
[INFO] [stderr]  --> src/four/second.rs:6:7
[INFO] [stderr]   |
[INFO] [stderr] 6 | const WORD: [char; 4] = ['X', 'M', 'A', 'S'];
[INFO] [stderr]   |       ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `DIR` is never used
[INFO] [stderr]  --> src/four/second.rs:8:7
[INFO] [stderr]   |
[INFO] [stderr] 8 | const DIR: [(i32, i32); 8] = [
[INFO] [stderr]   |       ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]   --> src/four/second.rs:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn execute(file: File) -> i32 {
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `Tuple` is never used
[INFO] [stderr]  --> src/fourteen/first.rs:6:6
[INFO] [stderr]   |
[INFO] [stderr] 6 | type Tuple = (i32, i32);
[INFO] [stderr]   |      ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/fourteen/first.rs:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn execute(file_path: &str) -> usize {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `count_quadrant` is never used
[INFO] [stderr]   --> src/fourteen/first.rs:44:4
[INFO] [stderr]    |
[INFO] [stderr] 44 | fn count_quadrant(positions: &[(i32, i32)], x_bounds: (i32, i32), y_bounds: (i32, i32)) -> usize {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `final_position` is never used
[INFO] [stderr]   --> src/fourteen/first.rs:53:4
[INFO] [stderr]    |
[INFO] [stderr] 53 | fn final_position(pos: Tuple, velo: Tuple, m: i32, n: i32, seconds: i32) -> (i32, i32) {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `modulo` is never used
[INFO] [stderr]   --> src/fourteen/first.rs:60:4
[INFO] [stderr]    |
[INFO] [stderr] 60 | fn modulo(dividend: i32, divisor: i32) -> i32 {
[INFO] [stderr]    |    ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `Tuple` is never used
[INFO] [stderr]  --> src/fourteen/second.rs:6:6
[INFO] [stderr]   |
[INFO] [stderr] 6 | type Tuple = (i32, i32);
[INFO] [stderr]   |      ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/fourteen/second.rs:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub fn execute(file_path: &str) {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `next_position` is never used
[INFO] [stderr]   --> src/fourteen/second.rs:52:4
[INFO] [stderr]    |
[INFO] [stderr] 52 | fn next_position(pos: Tuple, velo: Tuple, m: i32, n: i32) -> (i32, i32) {
[INFO] [stderr]    |    ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `modulo` is never used
[INFO] [stderr]   --> src/fourteen/second.rs:59:4
[INFO] [stderr]    |
[INFO] [stderr] 59 | fn modulo(dividend: i32, divisor: i32) -> i32 {
[INFO] [stderr]    |    ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/nine/first.rs:3:8
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn execute(file_path: &str) -> usize {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]   --> src/nine/second.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub fn execute(file_path: &str) -> usize {
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/nineteen/first.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn execute(file_path: &str) -> usize {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `check_target_no_repeat` is never used
[INFO] [stderr]   --> src/nineteen/first.rs:52:4
[INFO] [stderr]    |
[INFO] [stderr] 52 | fn check_target_no_repeat(
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/nineteen/second.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn execute(file_path: &str) -> usize {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `check_target_no_repeat` is never used
[INFO] [stderr]   --> src/nineteen/second.rs:47:4
[INFO] [stderr]    |
[INFO] [stderr] 47 | fn check_target_no_repeat(
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/one/first.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub fn execute(file_name: &str) -> i32 {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/one/second.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub fn execute(file_name: &str) -> i32 {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]    --> src/seventeen/first.rs:118:8
[INFO] [stderr]     |
[INFO] [stderr] 118 | pub fn execute(file_path: &str) -> String {
[INFO] [stderr]     |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `dir_to_char` is never used
[INFO] [stderr]    --> src/sixteen/second.rs:198:4
[INFO] [stderr]     |
[INFO] [stderr] 198 | fn dir_to_char(dir: usize) -> char {
[INFO] [stderr]     |    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/ten/first.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn execute(file_name: &str) -> i32 {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/ten/second.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn execute(file_name: &str) -> i32 {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/thirteen/first.rs:5:8
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn execute(file: &str) -> i32 {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `Tuple` is never used
[INFO] [stderr]  --> src/thirteen/second.rs:3:6
[INFO] [stderr]   |
[INFO] [stderr] 3 | type Tuple = (i64, i64);
[INFO] [stderr]   |      ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `OFFSET` is never used
[INFO] [stderr]  --> src/thirteen/second.rs:5:7
[INFO] [stderr]   |
[INFO] [stderr] 5 | const OFFSET: i64 = 10000000000000;
[INFO] [stderr]   |       ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/thirteen/second.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub fn execute(file: &str) -> i64 {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `calc` is never used
[INFO] [stderr]   --> src/thirteen/second.rs:98:4
[INFO] [stderr]    |
[INFO] [stderr] 98 | fn calc(a: Tuple, b: Tuple, prize: Tuple) -> i64 {
[INFO] [stderr]    |    ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `traverse` is never used
[INFO] [stderr]    --> src/thirteen/second.rs:102:4
[INFO] [stderr]     |
[INFO] [stderr] 102 | fn traverse(a: Tuple, b: Tuple, prize: Tuple) -> i64 {
[INFO] [stderr]     |    ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `BUFFER_SIZE` is never used
[INFO] [stderr]  --> src/three/first.rs:6:7
[INFO] [stderr]   |
[INFO] [stderr] 6 | const BUFFER_SIZE: usize = 1024;
[INFO] [stderr]   |       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Reader` is never constructed
[INFO] [stderr]  --> src/three/first.rs:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 | struct Reader {
[INFO] [stderr]   |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/three/first.rs:16:12
[INFO] [stderr]     |
[INFO] [stderr]  15 | impl Reader {
[INFO] [stderr]     | ----------- associated items in this implementation
[INFO] [stderr]  16 |     pub fn from_file(file: File) -> Reader {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  25 |     pub fn get_next(&mut self) -> Option<(i32, i32)> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  38 |     fn mul(&mut self) -> Option<(i32, i32)> {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] ...
[INFO] [stderr]  67 |     fn get_number(&mut self) -> Option<i32> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  87 |     fn expect(&mut self, expected: u8) -> Option<()> {
[INFO] [stderr]     |        ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  95 |     fn get_pointer(&mut self) -> Option<usize> {
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 111 |     fn get_and_bump_pointer(&mut self) -> Option<usize> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]    --> src/three/first.rs:119:8
[INFO] [stderr]     |
[INFO] [stderr] 119 | pub fn execute(file: File) -> i64 {
[INFO] [stderr]     |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `BUFFER_SIZE` is never used
[INFO] [stderr]  --> src/three/second.rs:6:7
[INFO] [stderr]   |
[INFO] [stderr] 6 | const BUFFER_SIZE: usize = 1024;
[INFO] [stderr]   |       ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Reader` is never constructed
[INFO] [stderr]  --> src/three/second.rs:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 | struct Reader {
[INFO] [stderr]   |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/three/second.rs:17:12
[INFO] [stderr]     |
[INFO] [stderr]  16 | impl Reader {
[INFO] [stderr]     | ----------- associated items in this implementation
[INFO] [stderr]  17 |     pub fn from_file(file: File) -> Reader {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  27 |     pub fn get_next(&mut self) -> Option<(i32, i32)> {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  44 |     fn do_or_dont(&mut self) -> Option<()> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  77 |     fn mul(&mut self) -> Option<(i32, i32)> {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 106 |     fn get_number(&mut self) -> Option<i32> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 126 |     fn expect(&mut self, expected: u8) -> Option<()> {
[INFO] [stderr]     |        ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 134 |     fn expect_bool(&mut self, expected: u8) -> Option<bool> {
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 142 |     fn get_pointer(&mut self) -> Option<usize> {
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 158 |     fn get_and_bump_pointer(&mut self) -> Option<usize> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]    --> src/three/second.rs:166:8
[INFO] [stderr]     |
[INFO] [stderr] 166 | pub fn execute(file: File) -> i64 {
[INFO] [stderr]     |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/twelve/first.rs:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn execute(file: &str) -> usize {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/twelve/second.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub fn execute(file: &str) -> usize {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `calc` is never used
[INFO] [stderr]   --> src/twentyfour/second.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 12 | impl Gate {
[INFO] [stderr]    | --------- method in this implementation
[INFO] [stderr] 13 |     pub fn calc(&self, a: bool, b: bool) -> bool {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `gate` is never read
[INFO] [stderr]   --> src/twentyfour/second.rs:34:5
[INFO] [stderr]    |
[INFO] [stderr] 33 | struct Formula {
[INFO] [stderr]    |        ------- field in this struct
[INFO] [stderr] 34 |     gate: Gate,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/twentyfour/second.rs:50:11
[INFO] [stderr]    |
[INFO] [stderr] 50 |     Value(bool),
[INFO] [stderr]    |     ----- ^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 50 -     Value(bool),
[INFO] [stderr] 50 +     Value(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `Graph` is never used
[INFO] [stderr]  --> src/twentythree/second.rs:7:6
[INFO] [stderr]   |
[INFO] [stderr] 7 | type Graph = HashMap<String, Vec<String>>;
[INFO] [stderr]   |      ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/twentythree/second.rs:9:8
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub fn execute(file_path: &str) -> String {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `group_contains_host_with_t` is never used
[INFO] [stderr]   --> src/twentythree/second.rs:34:4
[INFO] [stderr]    |
[INFO] [stderr] 34 | fn group_contains_host_with_t(key: &str, graph: &Graph, groups: &mut HashSet<Vec<String>>) {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]  --> src/two/first.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub fn execute(file_name: File) -> usize {
[INFO] [stderr]   |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `is_valid` is never used
[INFO] [stderr]   --> src/two/first.rs:23:4
[INFO] [stderr]    |
[INFO] [stderr] 23 | fn is_valid(level: &[i32]) -> bool {
[INFO] [stderr]    |    ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `check_dp` is never used
[INFO] [stderr]   --> src/two/first.rs:31:4
[INFO] [stderr]    |
[INFO] [stderr] 31 | fn check_dp(level: &[i32], range: RangeInclusive<i32>) -> bool {
[INFO] [stderr]    |    ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `execute` is never used
[INFO] [stderr]   --> src/two/second.rs:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub fn execute(file_name: File) -> usize {
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `aoc` (bin "aoc" test) generated 65 warnings (run `cargo fix --bin "aoc" -p aoc --tests` to apply 7 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc-9ceab2ee5fd079ae)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test eighteen::first::tests::first ... ok
[INFO] [stdout] test eight::second::tests::first ... ok
[INFO] [stdout] test fifteen::first::tests::first ... ok
[INFO] [stdout] test four::first::tests::first ... ok
[INFO] [stdout] test four::second::tests::second ... ok
[INFO] [stdout] test nine::first::tests::first ... ok
[INFO] [stdout] test nine::second::tests::first ... ok
[INFO] [stdout] test nineteen::first::tests::first ... ok
[INFO] [stdout] test nineteen::second::tests::first ... ok
[INFO] [stdout] test eight::first::tests::first ... ok
[INFO] [stdout] test seven::first::tests::first ... ok
[INFO] [stdout] test seven::second::tests::con ... ok
[INFO] [stdout] test seven::second::tests::second ... ok
[INFO] [stdout] test seventeen::first::tests::first ... ok
[INFO] [stdout] test six::first::tests::first ... ok
[INFO] [stdout] test eleven::first::tests::first ... ok
[INFO] [stdout] test six::second::tests::second ... ok
[INFO] [stdout] test sixteen::first::tests::first ... ok
[INFO] [stdout] test thirteen::first::tests::first ... ok
[INFO] [stdout] test sixteen::second::tests::first ... ok
[INFO] [stdout] test thirteen::first::tests::second ... ok
[INFO] [stdout] test ten::first::tests::first ... ok
[INFO] [stdout] test ten::second::tests::first ... ok
[INFO] [stdout] test five::second::tests::first ... ok
[INFO] [stdout] test thirteen::first::tests::fourth ... ok
[INFO] [stdout] test twelve::first::tests::first ... ok
[INFO] [stdout] test two::second::tests::first ... ok
[INFO] [stdout] test twentythree::first::tests::first ... ok
[INFO] [stdout] test five::first::tests::first ... ok
[INFO] [stdout] test twelve::second::tests::second ... ok
[INFO] [stdout] test eighteen::second::tests::first ... ok
[INFO] [stdout] test thirteen::first::tests::third ... ok
[INFO] [stdout] test fifteen::second::tests::first ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- fifteen::second::tests::first stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'fifteen::second::tests::first' (24) panicked at src/fifteen/second.rs:204:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 9021
[INFO] [stdout]  right: 9643
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62c2d17457d2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62c2d17457d2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62c2d17457d2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62c2d17457d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62c2d175593f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62c2d175593f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x62c2d17132a3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62c2d17132a3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62c2d171f042 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62c2d1723b1f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x62c2d17239b1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x62c2d16e641e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x62c2d16e641e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62c2d172412f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x62c2d172412f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x62c2d1723f8a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x62c2d171f179 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62c2d170730d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x62c2d175d3f0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62c2d175d1f3 - core::panicking::assert_failed_inner::h865658b89c1b891d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:444:17
[INFO] [stdout]   20:     0x62c2d175d037 - core::panicking::assert_failed::hda11ef7e070fa843
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:399:5
[INFO] [stdout]   21:     0x62c2d169c6ec - aoc::fifteen::second::tests::first::hd5c557a2753a476d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fifteen/second.rs:204:9
[INFO] [stdout]   22:     0x62c2d169c717 - aoc::fifteen::second::tests::first::{{closure}}::h60b3a87ec04b9690
[INFO] [stdout]                                at /opt/rustwide/workdir/src/fifteen/second.rs:201:15
[INFO] [stdout]   23:     0x62c2d169d9e6 - core::ops::function::FnOnce::call_once::h51511a824b113970
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62c2d16e621b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62c2d16e621b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x62c2d16fa27d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x62c2d16fa27d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x62c2d16fa27d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x62c2d16fa27d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x62c2d16fa27d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62c2d16fa27d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x62c2d16fa27d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x62c2d16d37c4 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x62c2d16d37c4 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62c2d16d701a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x62c2d16d701a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x62c2d16d701a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x62c2d16d701a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x62c2d16d701a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62c2d16d701a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x62c2d16d701a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x62c2d171a57f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x62c2d171a57f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x7da57d1d1aa4 - <unknown>
[INFO] [stdout]   45:     0x7da57d25ea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     fifteen::second::tests::first
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 32 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin aoc`
[INFO] running `Command { std: "docker" "inspect" "d452a1af4b132471186fce3df2021fc9841d51e6a4302821142a45ef4101f144", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d452a1af4b132471186fce3df2021fc9841d51e6a4302821142a45ef4101f144", kill_on_drop: false }`
[INFO] [stdout] d452a1af4b132471186fce3df2021fc9841d51e6a4302821142a45ef4101f144
