[INFO] cloning repository https://github.com/imalsogreg/advent-of-code-2022
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/imalsogreg/advent-of-code-2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimalsogreg%2Fadvent-of-code-2022", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimalsogreg%2Fadvent-of-code-2022'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5303c6d3ab89ee6dc58a2b660bc2c0abb8f26ce3
[INFO] testing imalsogreg/advent-of-code-2022 against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimalsogreg%2Fadvent-of-code-2022" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/imalsogreg/advent-of-code-2022
[INFO] finished tweaking git repo https://github.com/imalsogreg/advent-of-code-2022
[INFO] tweaked toml for git repo https://github.com/imalsogreg/advent-of-code-2022 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/imalsogreg/advent-of-code-2022 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/imalsogreg/advent-of-code-2022 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c8cab30fcf565f018c5a8505d7f83a179bfccaa4f1393914c51f06521d89a247
[INFO] running `Command { std: "docker" "start" "-a" "c8cab30fcf565f018c5a8505d7f83a179bfccaa4f1393914c51f06521d89a247", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c8cab30fcf565f018c5a8505d7f83a179bfccaa4f1393914c51f06521d89a247", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8cab30fcf565f018c5a8505d7f83a179bfccaa4f1393914c51f06521d89a247", kill_on_drop: false }`
[INFO] [stdout] c8cab30fcf565f018c5a8505d7f83a179bfccaa4f1393914c51f06521d89a247
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 54b71304816d58934d89df39d2b03e46a232de4c316b35379a12b84d415633d2
[INFO] running `Command { std: "docker" "start" "-a" "54b71304816d58934d89df39d2b03e46a232de4c316b35379a12b84d415633d2", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/puzzle_01.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/puzzle_02.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/puzzle_04.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashSet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::char`
[INFO] [stdout]  --> src/puzzle_04.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::char;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::hash_map::RandomState`
[INFO] [stdout]  --> src/puzzle_04.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::collections::hash_map::RandomState;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/puzzle_05.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashSet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/puzzle_05.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::{self, BufRead};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::hash_map::RandomState`
[INFO] [stdout]  --> src/puzzle_05.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::collections::hash_map::RandomState;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs`
[INFO] [stdout]  --> src/puzzle_06.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fs;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BufRead`
[INFO] [stdout]  --> src/puzzle_05.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::{self, BufRead};
[INFO] [stdout]   |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry`
[INFO] [stdout]    --> src/puzzle_02.rs:132:26
[INFO] [stdout]     |
[INFO] [stdout] 132 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stdout]     |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_entry`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/puzzle_03.rs:21:27
[INFO] [stdout]    |
[INFO] [stdout] 21 |         if s.chars().all(|c| s.is_ascii()) {
[INFO] [stdout]    |                           ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` is never used
[INFO] [stdout]  --> src/puzzle_01.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const input_file : &'static str = "inputs/puzzle_1.txt";
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `fake_input_file` is never used
[INFO] [stdout]  --> src/puzzle_01.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const fake_input_file : &'static str = "inputs/puzzle_1_fake.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Entry` is never used
[INFO] [stdout]   --> src/puzzle_01.rs:11:6
[INFO] [stdout]    |
[INFO] [stdout] 11 | enum Entry {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]   --> src/puzzle_01.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | struct State {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `step`, and `update_leader` are never used
[INFO] [stdout]   --> src/puzzle_01.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl State {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 39 |
[INFO] [stdout] 40 |   pub fn new() -> State {
[INFO] [stdout]    |          ^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |   pub fn update_leader(&mut self) {
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]   --> src/puzzle_01.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub fn run<'a, I>(lines: I) -> Result<(i32, i32), &'static str>
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file_lines` is never used
[INFO] [stdout]   --> src/puzzle_01.rs:89:8
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub fn file_lines(path: &str) -> Box<dyn Iterator<Item = String>> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State2` is never constructed
[INFO] [stdout]   --> src/puzzle_01.rs:96:8
[INFO] [stdout]    |
[INFO] [stdout] 96 | struct State2 {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `step`, and `top_3_sum` are never used
[INFO] [stdout]    --> src/puzzle_01.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 101 | impl State2 {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 102 |   pub fn new() -> State2 {
[INFO] [stdout]     |          ^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stdout]     |          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |   pub fn top_3_sum(self) -> i32 {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` is never used
[INFO] [stdout]  --> src/puzzle_02.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const input_file : &'static str = "inputs/puzzle_2.txt";
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `fake_input_file` is never used
[INFO] [stdout]  --> src/puzzle_02.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const fake_input_file : &'static str = "inputs/puzzle_2_fake.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Play` is never used
[INFO] [stdout]   --> src/puzzle_02.rs:10:6
[INFO] [stdout]    |
[INFO] [stdout] 10 | enum Play {
[INFO] [stdout]    |      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Entry` is never constructed
[INFO] [stdout]   --> src/puzzle_02.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct Entry {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `score` is never used
[INFO] [stdout]   --> src/puzzle_02.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl Entry {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 24 |   pub fn score(&self) -> u32 {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]   --> src/puzzle_02.rs:80:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | struct State {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `step` are never used
[INFO] [stdout]   --> src/puzzle_02.rs:86:10
[INFO] [stdout]    |
[INFO] [stdout] 84 | impl State {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 85 |
[INFO] [stdout] 86 |   pub fn new() -> State {
[INFO] [stdout]    |          ^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]   --> src/puzzle_02.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn run<'a, I>(lines: I) -> Result<(u32, u32), &'static str>
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file_lines` is never used
[INFO] [stdout]    --> src/puzzle_02.rs:116:8
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn file_lines(path: &str) -> Box<dyn Iterator<Item = String>> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State2` is never constructed
[INFO] [stdout]    --> src/puzzle_02.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 | struct State2 {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `step` are never used
[INFO] [stdout]    --> src/puzzle_02.rs:128:10
[INFO] [stdout]     |
[INFO] [stdout] 127 | impl State2 {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 128 |   pub fn new() -> State2 {
[INFO] [stdout]     |          ^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stdout]     |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` is never used
[INFO] [stdout]  --> src/puzzle_03.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const input_file : &'static str = "inputs/puzzle_3.txt";
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Item` is never constructed
[INFO] [stdout]   --> src/puzzle_03.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct Item { item_code: char }
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Rucksack` is never constructed
[INFO] [stdout]   --> src/puzzle_03.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct Rucksack {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `priority` is never used
[INFO] [stdout]   --> src/puzzle_03.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl Item {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 34 |     pub fn priority(&self) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `misplaced_item` is never used
[INFO] [stdout]   --> src/puzzle_03.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl Rucksack {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] 51 |     pub fn misplaced_item(&self) -> Result<Item, &'static str> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file_lines` is never used
[INFO] [stdout]   --> src/puzzle_03.rs:66:8
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub fn file_lines(path: &str) -> Box<dyn Iterator<Item = String>> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]   --> src/puzzle_03.rs:72:8
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub fn run<'a, I>(lines: I) -> Result<i32, &'static str>
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_2` is never used
[INFO] [stdout]   --> src/puzzle_03.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub fn run_2<'a, I>(mut lines: I) -> Result<i32, &'static str>
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` is never used
[INFO] [stdout]  --> src/puzzle_04.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const input_file : &'static str = "inputs/puzzle_4.txt";
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Assignment` is never constructed
[INFO] [stdout]   --> src/puzzle_04.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct Assignment {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Pair` is never constructed
[INFO] [stdout]   --> src/puzzle_04.rs:17:8
[INFO] [stdout]    |
[INFO] [stdout] 17 | struct Pair {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `contains` is never used
[INFO] [stdout]   --> src/puzzle_04.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl Assignment {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] 43 |     pub fn contains(&self, other: &Assignment) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `has_full_containment` and `has_some_overlap` are never used
[INFO] [stdout]   --> src/puzzle_04.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl Pair {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] 49 |     pub fn has_full_containment(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn has_some_overlap(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file_lines` is never used
[INFO] [stdout]   --> src/puzzle_04.rs:62:8
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub fn file_lines(path: &str) -> Box<dyn Iterator<Item = String>> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file_stacks` is never used
[INFO] [stdout]  --> src/puzzle_05.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const input_file_stacks : &'static str = "inputs/puzzle_5_stacks.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file_moves` is never used
[INFO] [stdout]  --> src/puzzle_05.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const input_file_moves : &'static str = "inputs/puzzle_5_moves.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]   --> src/puzzle_05.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct State {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `apply_1`, and `apply_2` are never used
[INFO] [stdout]   --> src/puzzle_05.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | impl State {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 18 |     pub fn new() -> State {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn apply_1(&mut self, instruction: &Instruction) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     pub fn apply_2(&mut self, instruction: &Instruction) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Instruction` is never constructed
[INFO] [stdout]   --> src/puzzle_05.rs:80:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | struct Instruction {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Problem` is never constructed
[INFO] [stdout]   --> src/puzzle_05.rs:87:8
[INFO] [stdout]    |
[INFO] [stdout] 87 | struct Problem {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `load`, `solve_1`, and `solve_2` are never used
[INFO] [stdout]    --> src/puzzle_05.rs:95:12
[INFO] [stdout]     |
[INFO] [stdout]  94 | impl Problem {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout]  95 |     pub fn load(state_path: &str, moves_path: &str) -> Problem {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub fn solve_1(mut self) -> Vec<char> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |     pub fn solve_2(mut self) -> Vec<char> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` is never used
[INFO] [stdout]  --> src/puzzle_06.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const input_file : &'static str = "inputs/puzzle_6.txt";
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CircBuf4` is never constructed
[INFO] [stdout]  --> src/puzzle_06.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct CircBuf4 {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `push`, and `all_unique` are never used
[INFO] [stdout]   --> src/puzzle_06.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl CircBuf4 {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 15 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn push(&mut self, c: char) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn all_unique(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CircBuf14` is never constructed
[INFO] [stdout]   --> src/puzzle_06.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub struct CircBuf14 {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `push`, and `all_unique` are never used
[INFO] [stdout]   --> src/puzzle_06.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl CircBuf14 {
[INFO] [stdout]    | -------------- associated items in this implementation
[INFO] [stdout] 43 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn push(&mut self, c: char) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub fn all_unique(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_start_sequence` is never used
[INFO] [stdout]   --> src/puzzle_06.rs:65:8
[INFO] [stdout]    |
[INFO] [stdout] 65 | pub fn find_start_sequence(s: &str) -> u32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `find_start_sequence_2` is never used
[INFO] [stdout]   --> src/puzzle_06.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout] 78 | pub fn find_start_sequence_2(s: &str) -> u32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_01.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const input_file : &'static str = "inputs/puzzle_1.txt";
[INFO] [stdout]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `fake_input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_01.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const fake_input_file : &'static str = "inputs/puzzle_1_fake.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FAKE_INPUT_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_02.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const input_file : &'static str = "inputs/puzzle_2.txt";
[INFO] [stdout]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `fake_input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_02.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const fake_input_file : &'static str = "inputs/puzzle_2_fake.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FAKE_INPUT_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_03.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const input_file : &'static str = "inputs/puzzle_3.txt";
[INFO] [stdout]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_04.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const input_file : &'static str = "inputs/puzzle_4.txt";
[INFO] [stdout]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file_stacks` should have an upper case name
[INFO] [stdout]  --> src/puzzle_05.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const input_file_stacks : &'static str = "inputs/puzzle_5_stacks.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE_STACKS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file_moves` should have an upper case name
[INFO] [stdout]  --> src/puzzle_05.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const input_file_moves : &'static str = "inputs/puzzle_5_moves.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE_MOVES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_06.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const input_file : &'static str = "inputs/puzzle_6.txt";
[INFO] [stdout]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
[INFO] running `Command { std: "docker" "inspect" "54b71304816d58934d89df39d2b03e46a232de4c316b35379a12b84d415633d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54b71304816d58934d89df39d2b03e46a232de4c316b35379a12b84d415633d2", kill_on_drop: false }`
[INFO] [stdout] 54b71304816d58934d89df39d2b03e46a232de4c316b35379a12b84d415633d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2fa28aa6c9aebf415c3e57e47ed7e22698722bef1ee8ed7eb871ea6c4fcd3ab6
[INFO] running `Command { std: "docker" "start" "-a" "2fa28aa6c9aebf415c3e57e47ed7e22698722bef1ee8ed7eb871ea6c4fcd3ab6", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/puzzle_01.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/puzzle_02.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/puzzle_04.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashSet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::char`
[INFO] [stdout]  --> src/puzzle_04.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::char;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::hash_map::RandomState`
[INFO] [stdout]  --> src/puzzle_04.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::collections::hash_map::RandomState;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/puzzle_05.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashSet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]  --> src/puzzle_05.rs:4:15
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::{self, BufRead};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::hash_map::RandomState`
[INFO] [stdout]  --> src/puzzle_05.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::collections::hash_map::RandomState;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs`
[INFO] [stdout]  --> src/puzzle_06.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fs;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `BufRead`
[INFO] [stdout]  --> src/puzzle_05.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::{self, BufRead};
[INFO] [stdout]   |                     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `entry`
[INFO] [stdout]    --> src/puzzle_02.rs:132:26
[INFO] [stdout]     |
[INFO] [stdout] 132 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stdout]     |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_entry`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/puzzle_03.rs:21:27
[INFO] [stdout]    |
[INFO] [stdout] 21 |         if s.chars().all(|c| s.is_ascii()) {
[INFO] [stdout]    |                           ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` is never used
[INFO] [stdout]  --> src/puzzle_01.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const input_file : &'static str = "inputs/puzzle_1.txt";
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `fake_input_file` is never used
[INFO] [stdout]  --> src/puzzle_01.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const fake_input_file : &'static str = "inputs/puzzle_1_fake.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Entry` is never used
[INFO] [stdout]   --> src/puzzle_01.rs:11:6
[INFO] [stdout]    |
[INFO] [stdout] 11 | enum Entry {
[INFO] [stdout]    |      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]   --> src/puzzle_01.rs:31:8
[INFO] [stdout]    |
[INFO] [stdout] 31 | struct State {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `step`, and `update_leader` are never used
[INFO] [stdout]   --> src/puzzle_01.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl State {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 39 |
[INFO] [stdout] 40 |   pub fn new() -> State {
[INFO] [stdout]    |          ^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |   pub fn update_leader(&mut self) {
[INFO] [stdout]    |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]   --> src/puzzle_01.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub fn run<'a, I>(lines: I) -> Result<(i32, i32), &'static str>
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file_lines` is never used
[INFO] [stdout]   --> src/puzzle_01.rs:89:8
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub fn file_lines(path: &str) -> Box<dyn Iterator<Item = String>> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State2` is never constructed
[INFO] [stdout]   --> src/puzzle_01.rs:96:8
[INFO] [stdout]    |
[INFO] [stdout] 96 | struct State2 {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `step`, and `top_3_sum` are never used
[INFO] [stdout]    --> src/puzzle_01.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 101 | impl State2 {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 102 |   pub fn new() -> State2 {
[INFO] [stdout]     |          ^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stdout]     |          ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |   pub fn top_3_sum(self) -> i32 {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` is never used
[INFO] [stdout]  --> src/puzzle_02.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const input_file : &'static str = "inputs/puzzle_2.txt";
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `fake_input_file` is never used
[INFO] [stdout]  --> src/puzzle_02.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const fake_input_file : &'static str = "inputs/puzzle_2_fake.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Play` is never used
[INFO] [stdout]   --> src/puzzle_02.rs:10:6
[INFO] [stdout]    |
[INFO] [stdout] 10 | enum Play {
[INFO] [stdout]    |      ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Entry` is never constructed
[INFO] [stdout]   --> src/puzzle_02.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 18 | struct Entry {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `score` is never used
[INFO] [stdout]   --> src/puzzle_02.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl Entry {
[INFO] [stdout]    | ---------- method in this implementation
[INFO] [stdout] 24 |   pub fn score(&self) -> u32 {
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]   --> src/puzzle_02.rs:80:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | struct State {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `step` are never used
[INFO] [stdout]   --> src/puzzle_02.rs:86:10
[INFO] [stdout]    |
[INFO] [stdout] 84 | impl State {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 85 |
[INFO] [stdout] 86 |   pub fn new() -> State {
[INFO] [stdout]    |          ^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]   --> src/puzzle_02.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn run<'a, I>(lines: I) -> Result<(u32, u32), &'static str>
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file_lines` is never used
[INFO] [stdout]    --> src/puzzle_02.rs:116:8
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub fn file_lines(path: &str) -> Box<dyn Iterator<Item = String>> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State2` is never constructed
[INFO] [stdout]    --> src/puzzle_02.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 | struct State2 {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `step` are never used
[INFO] [stdout]    --> src/puzzle_02.rs:128:10
[INFO] [stdout]     |
[INFO] [stdout] 127 | impl State2 {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 128 |   pub fn new() -> State2 {
[INFO] [stdout]     |          ^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stdout]     |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` is never used
[INFO] [stdout]  --> src/puzzle_03.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const input_file : &'static str = "inputs/puzzle_3.txt";
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Item` is never constructed
[INFO] [stdout]   --> src/puzzle_03.rs:10:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct Item { item_code: char }
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Rucksack` is never constructed
[INFO] [stdout]   --> src/puzzle_03.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct Rucksack {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `priority` is never used
[INFO] [stdout]   --> src/puzzle_03.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl Item {
[INFO] [stdout]    | --------- method in this implementation
[INFO] [stdout] 34 |     pub fn priority(&self) -> i32 {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `misplaced_item` is never used
[INFO] [stdout]   --> src/puzzle_03.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl Rucksack {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] 51 |     pub fn misplaced_item(&self) -> Result<Item, &'static str> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file_lines` is never used
[INFO] [stdout]   --> src/puzzle_03.rs:66:8
[INFO] [stdout]    |
[INFO] [stdout] 66 | pub fn file_lines(path: &str) -> Box<dyn Iterator<Item = String>> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run` is never used
[INFO] [stdout]   --> src/puzzle_03.rs:72:8
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub fn run<'a, I>(lines: I) -> Result<i32, &'static str>
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `run_2` is never used
[INFO] [stdout]   --> src/puzzle_03.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 | pub fn run_2<'a, I>(mut lines: I) -> Result<i32, &'static str>
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` is never used
[INFO] [stdout]  --> src/puzzle_04.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const input_file : &'static str = "inputs/puzzle_4.txt";
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Assignment` is never constructed
[INFO] [stdout]   --> src/puzzle_04.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct Assignment {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Pair` is never constructed
[INFO] [stdout]   --> src/puzzle_04.rs:17:8
[INFO] [stdout]    |
[INFO] [stdout] 17 | struct Pair {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `contains` is never used
[INFO] [stdout]   --> src/puzzle_04.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl Assignment {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] 43 |     pub fn contains(&self, other: &Assignment) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `has_full_containment` and `has_some_overlap` are never used
[INFO] [stdout]   --> src/puzzle_04.rs:49:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | impl Pair {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] 49 |     pub fn has_full_containment(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn has_some_overlap(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `file_lines` is never used
[INFO] [stdout]   --> src/puzzle_04.rs:62:8
[INFO] [stdout]    |
[INFO] [stdout] 62 | pub fn file_lines(path: &str) -> Box<dyn Iterator<Item = String>> {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file_stacks` is never used
[INFO] [stdout]  --> src/puzzle_05.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const input_file_stacks : &'static str = "inputs/puzzle_5_stacks.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file_moves` is never used
[INFO] [stdout]  --> src/puzzle_05.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const input_file_moves : &'static str = "inputs/puzzle_5_moves.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_01.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const input_file : &'static str = "inputs/puzzle_1.txt";
[INFO] [stdout]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `fake_input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_01.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const fake_input_file : &'static str = "inputs/puzzle_1_fake.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FAKE_INPUT_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_02.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | const input_file : &'static str = "inputs/puzzle_2.txt";
[INFO] [stdout]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `fake_input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_02.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const fake_input_file : &'static str = "inputs/puzzle_2_fake.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FAKE_INPUT_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_03.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const input_file : &'static str = "inputs/puzzle_3.txt";
[INFO] [stdout]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_04.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const input_file : &'static str = "inputs/puzzle_4.txt";
[INFO] [stdout]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file_stacks` should have an upper case name
[INFO] [stdout]  --> src/puzzle_05.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const input_file_stacks : &'static str = "inputs/puzzle_5_stacks.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE_STACKS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file_moves` should have an upper case name
[INFO] [stdout]  --> src/puzzle_05.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const input_file_moves : &'static str = "inputs/puzzle_5_moves.txt";
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE_MOVES`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `input_file` should have an upper case name
[INFO] [stdout]  --> src/puzzle_06.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | const input_file : &'static str = "inputs/puzzle_6.txt";
[INFO] [stdout]   |       ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]   |
[INFO] [stdout] 7 - const input_file : &'static str = "inputs/puzzle_6.txt";
[INFO] [stdout] 7 + const INPUT_FILE : &'static str = "inputs/puzzle_6.txt";
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s
[INFO] running `Command { std: "docker" "inspect" "2fa28aa6c9aebf415c3e57e47ed7e22698722bef1ee8ed7eb871ea6c4fcd3ab6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2fa28aa6c9aebf415c3e57e47ed7e22698722bef1ee8ed7eb871ea6c4fcd3ab6", kill_on_drop: false }`
[INFO] [stdout] 2fa28aa6c9aebf415c3e57e47ed7e22698722bef1ee8ed7eb871ea6c4fcd3ab6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 240086566bac991965c0f811b860ed21e602b627a7564debc745b40be7115780
[INFO] running `Command { std: "docker" "start" "-a" "240086566bac991965c0f811b860ed21e602b627a7564debc745b40be7115780", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::path::Path`
[INFO] [stderr]  --> src/puzzle_01.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::path::Path;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::path::Path`
[INFO] [stderr]  --> src/puzzle_02.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::path::Path;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::HashSet`
[INFO] [stderr]  --> src/puzzle_04.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::collections::HashSet;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::char`
[INFO] [stderr]  --> src/puzzle_04.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::char;
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::hash_map::RandomState`
[INFO] [stderr]  --> src/puzzle_04.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::collections::hash_map::RandomState;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::HashSet`
[INFO] [stderr]  --> src/puzzle_05.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::collections::HashSet;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self`
[INFO] [stderr]  --> src/puzzle_05.rs:4:15
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::io::{self, BufRead};
[INFO] [stderr]   |               ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::hash_map::RandomState`
[INFO] [stderr]  --> src/puzzle_05.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::collections::hash_map::RandomState;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::fs`
[INFO] [stderr]  --> src/puzzle_06.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::fs;
[INFO] [stderr]   |     ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `BufRead`
[INFO] [stderr]  --> src/puzzle_05.rs:4:21
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::io::{self, BufRead};
[INFO] [stderr]   |                     ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `entry`
[INFO] [stderr]    --> src/puzzle_02.rs:132:26
[INFO] [stderr]     |
[INFO] [stderr] 132 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stderr]     |                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_entry`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `c`
[INFO] [stderr]   --> src/puzzle_03.rs:21:27
[INFO] [stderr]    |
[INFO] [stderr] 21 |         if s.chars().all(|c| s.is_ascii()) {
[INFO] [stderr]    |                           ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file` is never used
[INFO] [stderr]  --> src/puzzle_01.rs:6:7
[INFO] [stderr]   |
[INFO] [stderr] 6 | const input_file : &'static str = "inputs/puzzle_1.txt";
[INFO] [stderr]   |       ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `fake_input_file` is never used
[INFO] [stderr]  --> src/puzzle_01.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 | const fake_input_file : &'static str = "inputs/puzzle_1_fake.txt";
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Entry` is never used
[INFO] [stderr]   --> src/puzzle_01.rs:11:6
[INFO] [stderr]    |
[INFO] [stderr] 11 | enum Entry {
[INFO] [stderr]    |      ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `State` is never constructed
[INFO] [stderr]   --> src/puzzle_01.rs:31:8
[INFO] [stderr]    |
[INFO] [stderr] 31 | struct State {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `step`, and `update_leader` are never used
[INFO] [stderr]   --> src/puzzle_01.rs:40:10
[INFO] [stderr]    |
[INFO] [stderr] 38 | impl State {
[INFO] [stderr]    | ---------- associated items in this implementation
[INFO] [stderr] 39 |
[INFO] [stderr] 40 |   pub fn new() -> State {
[INFO] [stderr]    |          ^^^
[INFO] [stderr] ...
[INFO] [stderr] 45 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stderr]    |          ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 60 |   pub fn update_leader(&mut self) {
[INFO] [stderr]    |          ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `run` is never used
[INFO] [stderr]   --> src/puzzle_01.rs:69:8
[INFO] [stderr]    |
[INFO] [stderr] 69 | pub fn run<'a, I>(lines: I) -> Result<(i32, i32), &'static str>
[INFO] [stderr]    |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `file_lines` is never used
[INFO] [stderr]   --> src/puzzle_01.rs:89:8
[INFO] [stderr]    |
[INFO] [stderr] 89 | pub fn file_lines(path: &str) -> Box<dyn Iterator<Item = String>> {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `State2` is never constructed
[INFO] [stderr]   --> src/puzzle_01.rs:96:8
[INFO] [stderr]    |
[INFO] [stderr] 96 | struct State2 {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `step`, and `top_3_sum` are never used
[INFO] [stderr]    --> src/puzzle_01.rs:102:10
[INFO] [stderr]     |
[INFO] [stderr] 101 | impl State2 {
[INFO] [stderr]     | ----------- associated items in this implementation
[INFO] [stderr] 102 |   pub fn new() -> State2 {
[INFO] [stderr]     |          ^^^
[INFO] [stderr] ...
[INFO] [stderr] 106 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stderr]     |          ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 118 |   pub fn top_3_sum(self) -> i32 {
[INFO] [stderr]     |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file` is never used
[INFO] [stderr]  --> src/puzzle_02.rs:6:7
[INFO] [stderr]   |
[INFO] [stderr] 6 | const input_file : &'static str = "inputs/puzzle_2.txt";
[INFO] [stderr]   |       ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `fake_input_file` is never used
[INFO] [stderr]  --> src/puzzle_02.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 | const fake_input_file : &'static str = "inputs/puzzle_2_fake.txt";
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Play` is never used
[INFO] [stderr]   --> src/puzzle_02.rs:10:6
[INFO] [stderr]    |
[INFO] [stderr] 10 | enum Play {
[INFO] [stderr]    |      ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Entry` is never constructed
[INFO] [stderr]   --> src/puzzle_02.rs:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 | struct Entry {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `score` is never used
[INFO] [stderr]   --> src/puzzle_02.rs:24:10
[INFO] [stderr]    |
[INFO] [stderr] 23 | impl Entry {
[INFO] [stderr]    | ---------- method in this implementation
[INFO] [stderr] 24 |   pub fn score(&self) -> u32 {
[INFO] [stderr]    |          ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `State` is never constructed
[INFO] [stderr]   --> src/puzzle_02.rs:80:8
[INFO] [stderr]    |
[INFO] [stderr] 80 | struct State {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new` and `step` are never used
[INFO] [stderr]   --> src/puzzle_02.rs:86:10
[INFO] [stderr]    |
[INFO] [stderr] 84 | impl State {
[INFO] [stderr]    | ---------- associated items in this implementation
[INFO] [stderr] 85 |
[INFO] [stderr] 86 |   pub fn new() -> State {
[INFO] [stderr]    |          ^^^
[INFO] [stderr] ...
[INFO] [stderr] 91 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stderr]    |          ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `run` is never used
[INFO] [stderr]   --> src/puzzle_02.rs:97:8
[INFO] [stderr]    |
[INFO] [stderr] 97 | pub fn run<'a, I>(lines: I) -> Result<(u32, u32), &'static str>
[INFO] [stderr]    |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `file_lines` is never used
[INFO] [stderr]    --> src/puzzle_02.rs:116:8
[INFO] [stderr]     |
[INFO] [stderr] 116 | pub fn file_lines(path: &str) -> Box<dyn Iterator<Item = String>> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `State2` is never constructed
[INFO] [stderr]    --> src/puzzle_02.rs:123:8
[INFO] [stderr]     |
[INFO] [stderr] 123 | struct State2 {
[INFO] [stderr]     |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new` and `step` are never used
[INFO] [stderr]    --> src/puzzle_02.rs:128:10
[INFO] [stderr]     |
[INFO] [stderr] 127 | impl State2 {
[INFO] [stderr]     | ----------- associated items in this implementation
[INFO] [stderr] 128 |   pub fn new() -> State2 {
[INFO] [stderr]     |          ^^^
[INFO] [stderr] ...
[INFO] [stderr] 132 |   pub fn step(&mut self, entry: &Entry) {
[INFO] [stderr]     |          ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file` is never used
[INFO] [stderr]  --> src/puzzle_03.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 | const input_file : &'static str = "inputs/puzzle_3.txt";
[INFO] [stderr]   |       ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Item` is never constructed
[INFO] [stderr]   --> src/puzzle_03.rs:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 | struct Item { item_code: char }
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Rucksack` is never constructed
[INFO] [stderr]   --> src/puzzle_03.rs:13:8
[INFO] [stderr]    |
[INFO] [stderr] 13 | struct Rucksack {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `priority` is never used
[INFO] [stderr]   --> src/puzzle_03.rs:34:12
[INFO] [stderr]    |
[INFO] [stderr] 33 | impl Item {
[INFO] [stderr]    | --------- method in this implementation
[INFO] [stderr] 34 |     pub fn priority(&self) -> i32 {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `misplaced_item` is never used
[INFO] [stderr]   --> src/puzzle_03.rs:51:12
[INFO] [stderr]    |
[INFO] [stderr] 50 | impl Rucksack {
[INFO] [stderr]    | ------------- method in this implementation
[INFO] [stderr] 51 |     pub fn misplaced_item(&self) -> Result<Item, &'static str> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `file_lines` is never used
[INFO] [stderr]   --> src/puzzle_03.rs:66:8
[INFO] [stderr]    |
[INFO] [stderr] 66 | pub fn file_lines(path: &str) -> Box<dyn Iterator<Item = String>> {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `run` is never used
[INFO] [stderr]   --> src/puzzle_03.rs:72:8
[INFO] [stderr]    |
[INFO] [stderr] 72 | pub fn run<'a, I>(lines: I) -> Result<i32, &'static str>
[INFO] [stderr]    |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `run_2` is never used
[INFO] [stderr]   --> src/puzzle_03.rs:83:8
[INFO] [stderr]    |
[INFO] [stderr] 83 | pub fn run_2<'a, I>(mut lines: I) -> Result<i32, &'static str>
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file` is never used
[INFO] [stderr]  --> src/puzzle_04.rs:8:7
[INFO] [stderr]   |
[INFO] [stderr] 8 | const input_file : &'static str = "inputs/puzzle_4.txt";
[INFO] [stderr]   |       ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Assignment` is never constructed
[INFO] [stderr]   --> src/puzzle_04.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | struct Assignment {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Pair` is never constructed
[INFO] [stderr]   --> src/puzzle_04.rs:17:8
[INFO] [stderr]    |
[INFO] [stderr] 17 | struct Pair {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `contains` is never used
[INFO] [stderr]   --> src/puzzle_04.rs:43:12
[INFO] [stderr]    |
[INFO] [stderr] 42 | impl Assignment {
[INFO] [stderr]    | --------------- method in this implementation
[INFO] [stderr] 43 |     pub fn contains(&self, other: &Assignment) -> bool {
[INFO] [stderr]    |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `has_full_containment` and `has_some_overlap` are never used
[INFO] [stderr]   --> src/puzzle_04.rs:49:12
[INFO] [stderr]    |
[INFO] [stderr] 48 | impl Pair {
[INFO] [stderr]    | --------- methods in this implementation
[INFO] [stderr] 49 |     pub fn has_full_containment(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 53 |     pub fn has_some_overlap(&self) -> bool {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `file_lines` is never used
[INFO] [stderr]   --> src/puzzle_04.rs:62:8
[INFO] [stderr]    |
[INFO] [stderr] 62 | pub fn file_lines(path: &str) -> Box<dyn Iterator<Item = String>> {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file_stacks` is never used
[INFO] [stderr]  --> src/puzzle_05.rs:8:7
[INFO] [stderr]   |
[INFO] [stderr] 8 | const input_file_stacks : &'static str = "inputs/puzzle_5_stacks.txt";
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file_moves` is never used
[INFO] [stderr]  --> src/puzzle_05.rs:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | const input_file_moves : &'static str = "inputs/puzzle_5_moves.txt";
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file` should have an upper case name
[INFO] [stderr]  --> src/puzzle_01.rs:6:7
[INFO] [stderr]   |
[INFO] [stderr] 6 | const input_file : &'static str = "inputs/puzzle_1.txt";
[INFO] [stderr]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `fake_input_file` should have an upper case name
[INFO] [stderr]  --> src/puzzle_01.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 | const fake_input_file : &'static str = "inputs/puzzle_1_fake.txt";
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FAKE_INPUT_FILE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file` should have an upper case name
[INFO] [stderr]  --> src/puzzle_02.rs:6:7
[INFO] [stderr]   |
[INFO] [stderr] 6 | const input_file : &'static str = "inputs/puzzle_2.txt";
[INFO] [stderr]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `fake_input_file` should have an upper case name
[INFO] [stderr]  --> src/puzzle_02.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 | const fake_input_file : &'static str = "inputs/puzzle_2_fake.txt";
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `FAKE_INPUT_FILE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file` should have an upper case name
[INFO] [stderr]  --> src/puzzle_03.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 | const input_file : &'static str = "inputs/puzzle_3.txt";
[INFO] [stderr]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file` should have an upper case name
[INFO] [stderr]  --> src/puzzle_04.rs:8:7
[INFO] [stderr]   |
[INFO] [stderr] 8 | const input_file : &'static str = "inputs/puzzle_4.txt";
[INFO] [stderr]   |       ^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file_stacks` should have an upper case name
[INFO] [stderr]  --> src/puzzle_05.rs:8:7
[INFO] [stderr]   |
[INFO] [stderr] 8 | const input_file_stacks : &'static str = "inputs/puzzle_5_stacks.txt";
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE_STACKS`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file_moves` should have an upper case name
[INFO] [stderr]  --> src/puzzle_05.rs:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | const input_file_moves : &'static str = "inputs/puzzle_5_moves.txt";
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `INPUT_FILE_MOVES`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `input_file` should have an upper case name
[INFO] [stderr]  --> src/puzzle_06.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 | const input_file : &'static str = "inputs/puzzle_6.txt";
[INFO] [stderr]   |       ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: convert the identifier to upper case
[INFO] [stderr]   |
[INFO] [stderr] 7 - const input_file : &'static str = "inputs/puzzle_6.txt";
[INFO] [stderr] 7 + const INPUT_FILE : &'static str = "inputs/puzzle_6.txt";
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: `aoc` (bin "aoc" test) generated 57 warnings (run `cargo fix --bin "aoc" --tests` to apply 18 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc-d0dd282ea7b54176)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test puzzle_05::tests::push_pop_check ... ok
[INFO] [stdout] test puzzle_06::tests::circ_buf ... ok
[INFO] [stdout] test puzzle_06::tests::examples_2 ... ok
[INFO] [stdout] test puzzle_05::tests::new_state ... ok
[INFO] [stdout] test puzzle_06::tests::example_1 ... ok
[INFO] [stdout] test puzzle_05::tests::example_1 ... FAILED
[INFO] [stdout] test puzzle_05::tests::part_2 ... FAILED
[INFO] [stdout] test puzzle_05::tests::part_1 ... FAILED
[INFO] [stdout] test puzzle_06::tests::part_1 ... FAILED
[INFO] [stdout] test puzzle_05::tests::example_2 ... FAILED
[INFO] [stdout] test puzzle_06::tests::part_2 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- puzzle_05::tests::example_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'puzzle_05::tests::example_1' panicked at src/puzzle_05.rs:97:58:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ffb0440c262 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ffb0440c262 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ffb0440c262 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ffb0440c262 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ffb04431723 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ffb04431723 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ffb044091e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ffb044091e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ffb0440c0b2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ffb0440d7d9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ffb0440d60e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ffb043d5484 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ffb043d5484 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ffb0440e1ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ffb0440e1ae - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ffb0440df7a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ffb0440c759 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ffb0440dc0d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ffb04430170 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ffb044305d6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5ffb0438b738 - core::result::Result<T,E>::unwrap::h76b0fd878339d22f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5ffb0438b738 - aoc::puzzle_05::Problem::load::h9c7c1d036ee94d69
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_05.rs:97:58
[INFO] [stdout]   22:     0x5ffb0439b78f - aoc::puzzle_05::tests::example_1::h66f659a5427c0b42
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_05.rs:144:23
[INFO] [stdout]   23:     0x5ffb0439b747 - aoc::puzzle_05::tests::example_1::{{closure}}::ha76c67b0029d11f8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_05.rs:143:19
[INFO] [stdout]   24:     0x5ffb04394ff6 - core::ops::function::FnOnce::call_once::he4648bda4ea6aeca
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ffb043daceb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5ffb043daceb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5ffb043d9e25 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5ffb043d9e25 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5ffb043d9e25 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5ffb043d9e25 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5ffb043d9e25 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ffb043d9e25 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5ffb043d9e25 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5ffb0439da24 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5ffb0439da24 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ffb043a13fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5ffb043a13fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5ffb043a13fa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5ffb043a13fa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5ffb043a13fa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ffb043a13fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stderr] error: test failed, to rerun pass `--bin aoc`
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5ffb043a13fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5ffb0441112f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5ffb0441112f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7c871c85daa4 - <unknown>
[INFO] [stdout]   46:     0x7c871c8eaa34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- puzzle_05::tests::part_2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'puzzle_05::tests::part_2' panicked at src/puzzle_05.rs:97:58:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ffb0440c262 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ffb0440c262 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ffb0440c262 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ffb0440c262 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ffb04431723 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ffb04431723 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ffb044091e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ffb044091e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ffb0440c0b2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ffb0440d7d9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ffb0440d60e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ffb043d5484 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ffb043d5484 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ffb0440e1ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ffb0440e1ae - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ffb0440df7a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ffb0440c759 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ffb0440dc0d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ffb04430170 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ffb044305d6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5ffb0438b738 - core::result::Result<T,E>::unwrap::h76b0fd878339d22f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5ffb0438b738 - aoc::puzzle_05::Problem::load::h9c7c1d036ee94d69
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_05.rs:97:58
[INFO] [stdout]   22:     0x5ffb0439bd5f - aoc::puzzle_05::tests::part_2::h144b63c56793bf97
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_05.rs:162:23
[INFO] [stdout]   23:     0x5ffb0439bd17 - aoc::puzzle_05::tests::part_2::{{closure}}::h07320334cdd228b2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_05.rs:161:16
[INFO] [stdout]   24:     0x5ffb04394f66 - core::ops::function::FnOnce::call_once::hd5d1fe34c8c4d0bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ffb043daceb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5ffb043daceb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5ffb043d9e25 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5ffb043d9e25 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5ffb043d9e25 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5ffb043d9e25 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5ffb043d9e25 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ffb043d9e25 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5ffb043d9e25 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5ffb0439da24 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5ffb0439da24 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ffb043a13fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5ffb043a13fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5ffb043a13fa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5ffb043a13fa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5ffb043a13fa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ffb043a13fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5ffb043a13fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5ffb0441112f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5ffb0441112f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7c871c85daa4 - <unknown>
[INFO] [stdout]   46:     0x7c871c8eaa34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- puzzle_05::tests::part_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'puzzle_05::tests::part_1' panicked at src/puzzle_05.rs:97:58:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ffb0440c262 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ffb0440c262 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ffb0440c262 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ffb0440c262 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ffb04431723 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ffb04431723 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ffb044091e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ffb044091e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ffb0440c0b2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ffb0440d7d9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ffb0440d60e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ffb043d5484 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ffb043d5484 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ffb0440e1ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ffb0440e1ae - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ffb0440df7a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ffb0440c759 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ffb0440dc0d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ffb04430170 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ffb044305d6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5ffb0438b738 - core::result::Result<T,E>::unwrap::h76b0fd878339d22f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5ffb0438b738 - aoc::puzzle_05::Problem::load::h9c7c1d036ee94d69
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_05.rs:97:58
[INFO] [stdout]   22:     0x5ffb0439b96f - aoc::puzzle_05::tests::part_1::hfb2b1926130e5ed3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_05.rs:150:23
[INFO] [stdout]   23:     0x5ffb0439b927 - aoc::puzzle_05::tests::part_1::{{closure}}::h21b6b8dffbc5bef6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_05.rs:149:16
[INFO] [stdout]   24:     0x5ffb04394cf6 - core::ops::function::FnOnce::call_once::h5b7696b33e7114c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ffb043daceb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5ffb043daceb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5ffb043d9e25 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5ffb043d9e25 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5ffb043d9e25 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5ffb043d9e25 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5ffb043d9e25 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ffb043d9e25 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5ffb043d9e25 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5ffb0439da24 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5ffb0439da24 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ffb043a13fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5ffb043a13fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5ffb043a13fa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5ffb043a13fa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5ffb043a13fa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ffb043a13fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5ffb043a13fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5ffb0441112f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5ffb0441112f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7c871c85daa4 - <unknown>
[INFO] [stdout]   46:     0x7c871c8eaa34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- puzzle_06::tests::part_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'puzzle_06::tests::part_1' panicked at src/puzzle_06.rs:124:48:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ffb0440c262 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ffb0440c262 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ffb0440c262 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ffb0440c262 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ffb04431723 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ffb04431723 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ffb044091e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ffb044091e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ffb0440c0b2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ffb0440d7d9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ffb0440d60e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ffb043d5484 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ffb043d5484 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ffb0440e1ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ffb0440e1ae - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ffb0440df7a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ffb0440c759 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ffb0440dc0d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ffb04430170 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ffb044305d6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5ffb0438cd07 - core::result::Result<T,E>::unwrap::h76b0fd878339d22f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5ffb0438cd07 - aoc::puzzle_06::tests::part_1::hd70e5177f7a753d0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_06.rs:124:48
[INFO] [stdout]   22:     0x5ffb0438cc77 - aoc::puzzle_06::tests::part_1::{{closure}}::h8879ec4dadfc1668
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_06.rs:122:16
[INFO] [stdout]   23:     0x5ffb04394c36 - core::ops::function::FnOnce::call_once::h4f0a6e722fd77d48
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5ffb043daceb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ffb043daceb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5ffb043d9e25 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5ffb043d9e25 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5ffb043d9e25 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5ffb043d9e25 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5ffb043d9e25 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ffb043d9e25 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5ffb043d9e25 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5ffb0439da24 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5ffb0439da24 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5ffb043a13fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5ffb043a13fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5ffb043a13fa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5ffb043a13fa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5ffb043a13fa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ffb043a13fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5ffb043a13fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5ffb0441112f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5ffb0441112f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x7c871c85daa4 - <unknown>
[INFO] [stdout]   45:     0x7c871c8eaa34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- puzzle_05::tests::example_2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'puzzle_05::tests::example_2' panicked at src/puzzle_05.rs:97:58:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ffb0440c262 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ffb0440c262 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ffb0440c262 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ffb0440c262 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ffb04431723 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ffb04431723 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ffb044091e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ffb044091e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ffb0440c0b2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ffb0440d7d9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ffb0440d60e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ffb043d5484 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ffb043d5484 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ffb0440e1ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ffb0440e1ae - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ffb0440df7a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ffb0440c759 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ffb0440dc0d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ffb04430170 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ffb044305d6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5ffb0438b738 - core::result::Result<T,E>::unwrap::h76b0fd878339d22f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5ffb0438b738 - aoc::puzzle_05::Problem::load::h9c7c1d036ee94d69
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_05.rs:97:58
[INFO] [stdout]   22:     0x5ffb0439bb7f - aoc::puzzle_05::tests::example_2::h48d2b909dc2a0408
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_05.rs:156:23
[INFO] [stdout]   23:     0x5ffb0439bb37 - aoc::puzzle_05::tests::example_2::{{closure}}::h86549cda00627051
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_05.rs:155:19
[INFO] [stdout]   24:     0x5ffb04394e26 - core::ops::function::FnOnce::call_once::h9a9dee7219d84c39
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ffb043daceb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5ffb043daceb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5ffb043d9e25 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5ffb043d9e25 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5ffb043d9e25 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5ffb043d9e25 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5ffb043d9e25 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5ffb043d9e25 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5ffb043d9e25 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5ffb0439da24 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5ffb0439da24 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x5ffb043a13fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5ffb043a13fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5ffb043a13fa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5ffb043a13fa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5ffb043a13fa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5ffb043a13fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5ffb043a13fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x5ffb0441112f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5ffb0441112f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x7c871c85daa4 - <unknown>
[INFO] [stdout]   46:     0x7c871c8eaa34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- puzzle_06::tests::part_2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'puzzle_06::tests::part_2' panicked at src/puzzle_06.rs:140:48:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ffb0440c262 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ffb0440c262 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ffb0440c262 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ffb0440c262 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ffb04431723 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ffb04431723 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ffb044091e3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ffb044091e3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ffb0440c0b2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ffb0440d7d9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ffb0440d60e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ffb043d5484 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ffb043d5484 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ffb0440e1ae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ffb0440e1ae - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ffb0440df7a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ffb0440c759 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ffb0440dc0d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ffb04430170 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ffb044305d6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5ffb0438d177 - core::result::Result<T,E>::unwrap::h76b0fd878339d22f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5ffb0438d177 - aoc::puzzle_06::tests::part_2::h12d70214118b4f03
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_06.rs:140:48
[INFO] [stdout]   22:     0x5ffb0438d0e7 - aoc::puzzle_06::tests::part_2::{{closure}}::hb4b3bb63c60024a0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/puzzle_06.rs:138:16
[INFO] [stdout]   23:     0x5ffb04394c76 - core::ops::function::FnOnce::call_once::h5290c48363df1f22
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5ffb043daceb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5ffb043daceb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5ffb043d9e25 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5ffb043d9e25 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5ffb043d9e25 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5ffb043d9e25 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5ffb043d9e25 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ffb043d9e25 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5ffb043d9e25 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5ffb0439da24 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5ffb0439da24 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5ffb043a13fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5ffb043a13fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5ffb043a13fa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5ffb043a13fa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5ffb043a13fa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ffb043a13fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5ffb043a13fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5ffb0441112f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5ffb0441112f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x7c871c85daa4 - <unknown>
[INFO] [stdout]   45:     0x7c871c8eaa34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     puzzle_05::tests::example_1
[INFO] [stdout]     puzzle_05::tests::example_2
[INFO] [stdout]     puzzle_05::tests::part_1
[INFO] [stdout]     puzzle_05::tests::part_2
[INFO] [stdout]     puzzle_06::tests::part_1
[INFO] [stdout]     puzzle_06::tests::part_2
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "240086566bac991965c0f811b860ed21e602b627a7564debc745b40be7115780", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "240086566bac991965c0f811b860ed21e602b627a7564debc745b40be7115780", kill_on_drop: false }`
[INFO] [stdout] 240086566bac991965c0f811b860ed21e602b627a7564debc745b40be7115780
