[INFO] cloning repository https://github.com/benmonty/advent
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/benmonty/advent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenmonty%2Fadvent", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenmonty%2Fadvent'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1118c23c10a778299bf2052ea48a726d78eaa6cc
[INFO] testing benmonty/advent against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenmonty%2Fadvent" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/benmonty/advent
[INFO] finished tweaking git repo https://github.com/benmonty/advent
[INFO] tweaked toml for git repo https://github.com/benmonty/advent written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/benmonty/advent on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/benmonty/advent 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7375a72351f560964a6ab319f1060672b5df5d583d4d742de1ac57110bfcf6d4
[INFO] running `Command { std: "docker" "start" "-a" "7375a72351f560964a6ab319f1060672b5df5d583d4d742de1ac57110bfcf6d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7375a72351f560964a6ab319f1060672b5df5d583d4d742de1ac57110bfcf6d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7375a72351f560964a6ab319f1060672b5df5d583d4d742de1ac57110bfcf6d4", kill_on_drop: false }`
[INFO] [stdout] 7375a72351f560964a6ab319f1060672b5df5d583d4d742de1ac57110bfcf6d4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ac0f4ad26beaeee1ad8fabf354220a799e82bb4205833f02b86b336fb5adfb5b
[INFO] running `Command { std: "docker" "start" "-a" "ac0f4ad26beaeee1ad8fabf354220a799e82bb4205833f02b86b336fb5adfb5b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling advent v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::fmt::write`
[INFO] [stdout]  --> src/day10.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp::min`
[INFO] [stdout]  --> src/day14.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::cmp::min;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]  --> src/day17.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::thread;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FxHashMap` and `FxHashSet`
[INFO] [stdout]  --> src/day17.rs:6:18
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rustc_hash::{FxHashMap,FxHashSet};
[INFO] [stdout]   |                  ^^^^^^^^^ ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> src/day19.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]  --> src/day19.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::thread;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FxHashMap`
[INFO] [stdout]  --> src/day19.rs:6:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rustc_hash::{FxHashSet, FxHashMap};
[INFO] [stdout]   |                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt::write`
[INFO] [stdout]  --> src/day23.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fmt::write, fs};
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b_press`
[INFO] [stdout]    --> src/day13.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |     for b_press in 0..max_press_count {
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b_press`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_a_presses`
[INFO] [stdout]    --> src/day13.rs:291:33
[INFO] [stdout]     |
[INFO] [stdout] 291 | ...                   let num_a_presses = a_moves_x + k*(conf.b_offset.x/gcd_x);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_a_presses`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_b_presses`
[INFO] [stdout]    --> src/day13.rs:292:33
[INFO] [stdout]     |
[INFO] [stdout] 292 | ...                   let num_b_presses = b_moves_x - k*(conf.a_offset.x/gcd_x);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_b_presses`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `src_entity`
[INFO] [stdout]    --> src/day15.rs:185:13
[INFO] [stdout]     |
[INFO] [stdout] 185 |         let src_entity = self.map.get(&src).unwrap();
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device`
[INFO] [stdout]    --> src/day24.rs:214:14
[INFO] [stdout]     |
[INFO] [stdout] 214 | fn rand_test(device: &Device, gate_overrides: &Vec<Gate>, iterations: isize) -> isize {
[INFO] [stdout]     |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `total_fails` is assigned to, but never used
[INFO] [stdout]    --> src/day24.rs:232:13
[INFO] [stdout]     |
[INFO] [stdout] 232 |     let mut total_fails = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_total_fails` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `total_fails` is assigned to, but never used
[INFO] [stdout]    --> src/day24.rs:281:13
[INFO] [stdout]     |
[INFO] [stdout] 281 |     let mut total_fails = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_total_fails` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/day25.rs:119:19
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub fn _solution2(input: &String) -> usize {
[INFO] [stdout]     |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `day2::Report` is more private than the item `count_reports`
[INFO] [stdout]    --> src/day2.rs:300:1
[INFO] [stdout]     |
[INFO] [stdout] 300 | pub fn count_reports<F: Fn(Report) -> bool>(file_path: PathBuf, filter: F) -> Result<u64, Box<dyn Error>> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `count_reports` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `day2::Report` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/day2.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | struct Report {
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LocError` is never used
[INFO] [stdout]   --> src/day1.rs:14:6
[INFO] [stdout]    |
[INFO] [stdout] 14 | enum LocError {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/day4.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 81 | impl Query {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 82 |
[INFO] [stdout] 83 |     fn from(coord: &Coord, value: char) -> Self {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `take_obstacle` and `count_tiles` are never used
[INFO] [stdout]    --> src/day6.rs:178:8
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl LabMap {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 178 |     fn take_obstacle(&mut self, pos: Pos) -> Obstacle {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 256 |     fn count_tiles(&self, filter: Box<dyn Fn(&Tile) -> bool>) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `num_rows` and `num_cols` are never read
[INFO] [stdout]   --> src/day8.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct CityMap {
[INFO] [stdout]    |        ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     num_rows: isize,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 17 |     num_cols: isize,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `step`, `build_children`, and `count_leaf_nodes` are never used
[INFO] [stdout]    --> src/day11.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 40  | impl StoneTree {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn step(&mut self) -> () {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn build_children(&mut self) -> () {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     pub fn count_leaf_nodes(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `plant_type` is never read
[INFO] [stdout]   --> src/day12.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Region {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 24 |     plant_type: PlantType,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `src_deer` is never read
[INFO] [stdout]    --> src/day16.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub struct Move {
[INFO] [stdout]     |            ---- field in this struct
[INFO] [stdout] 158 |     actions: Vec<Action>,
[INFO] [stdout] 159 |     src_deer: Deer,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Move` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/day17.rs:49:20
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct Ignored(isize);
[INFO] [stdout]    |            ------- ^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `chunkiest_solution` is never used
[INFO] [stdout]   --> src/day19.rs:55:4
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn chunkiest_solution<'a>(towels: &'a FxHashSet<String>, design: &'a str, mut max_len: usize) -> Option<Vec<&'a str>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `width` and `height` are never read
[INFO] [stdout]   --> src/day20.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Dimensions {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 12 |     width: isize,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 13 |     height: isize,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `dim` is never read
[INFO] [stdout]   --> src/day20.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Track {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 29 |     dim: Dimensions,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/day5.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter(&self) -> Iter<Rc<OrderRule>> {
[INFO] [stdout]    |                 ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter(&self) -> Iter<'_, Rc<OrderRule>> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/day5.rs:134:17
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn iter(&self) -> Iter<Update> {
[INFO] [stdout]     |                 ^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn iter(&self) -> Iter<'_, Update> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "ac0f4ad26beaeee1ad8fabf354220a799e82bb4205833f02b86b336fb5adfb5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac0f4ad26beaeee1ad8fabf354220a799e82bb4205833f02b86b336fb5adfb5b", kill_on_drop: false }`
[INFO] [stdout] ac0f4ad26beaeee1ad8fabf354220a799e82bb4205833f02b86b336fb5adfb5b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df2a49cc76db221c35c225ae2409dbf435ad7e005d679faf8b7f3604af8108d9
[INFO] running `Command { std: "docker" "start" "-a" "df2a49cc76db221c35c225ae2409dbf435ad7e005d679faf8b7f3604af8108d9", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `std::fmt::write`
[INFO] [stdout]  --> src/day10.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp::min`
[INFO] [stdout]  --> src/day14.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::cmp::min;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]  --> src/day17.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::thread;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FxHashMap` and `FxHashSet`
[INFO] [stdout]  --> src/day17.rs:6:18
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rustc_hash::{FxHashMap,FxHashSet};
[INFO] [stdout]   |                  ^^^^^^^^^ ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> src/day19.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]  --> src/day19.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::thread;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FxHashMap`
[INFO] [stdout]  --> src/day19.rs:6:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rustc_hash::{FxHashSet, FxHashMap};
[INFO] [stdout]   |                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt::write`
[INFO] [stdout]  --> src/day23.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fmt::write, fs};
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b_press`
[INFO] [stdout]    --> src/day13.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |     for b_press in 0..max_press_count {
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b_press`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_a_presses`
[INFO] [stdout]    --> src/day13.rs:291:33
[INFO] [stdout]     |
[INFO] [stdout] 291 | ...                   let num_a_presses = a_moves_x + k*(conf.b_offset.x/gcd_x);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_a_presses`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_b_presses`
[INFO] [stdout]    --> src/day13.rs:292:33
[INFO] [stdout]     |
[INFO] [stdout] 292 | ...                   let num_b_presses = b_moves_x - k*(conf.a_offset.x/gcd_x);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_b_presses`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `src_entity`
[INFO] [stdout]    --> src/day15.rs:185:13
[INFO] [stdout]     |
[INFO] [stdout] 185 |         let src_entity = self.map.get(&src).unwrap();
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device`
[INFO] [stdout]    --> src/day24.rs:214:14
[INFO] [stdout]     |
[INFO] [stdout] 214 | fn rand_test(device: &Device, gate_overrides: &Vec<Gate>, iterations: isize) -> isize {
[INFO] [stdout]     |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `total_fails` is assigned to, but never used
[INFO] [stdout]    --> src/day24.rs:232:13
[INFO] [stdout]     |
[INFO] [stdout] 232 |     let mut total_fails = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_total_fails` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `total_fails` is assigned to, but never used
[INFO] [stdout]    --> src/day24.rs:281:13
[INFO] [stdout]     |
[INFO] [stdout] 281 |     let mut total_fails = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_total_fails` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/day25.rs:119:19
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub fn _solution2(input: &String) -> usize {
[INFO] [stdout]     |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `day2::Report` is more private than the item `count_reports`
[INFO] [stdout]    --> src/day2.rs:300:1
[INFO] [stdout]     |
[INFO] [stdout] 300 | pub fn count_reports<F: Fn(Report) -> bool>(file_path: PathBuf, filter: F) -> Result<u64, Box<dyn Error>> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `count_reports` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `day2::Report` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/day2.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | struct Report {
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LocError` is never used
[INFO] [stdout]   --> src/day1.rs:14:6
[INFO] [stdout]    |
[INFO] [stdout] 14 | enum LocError {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/day4.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 81 | impl Query {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 82 |
[INFO] [stdout] 83 |     fn from(coord: &Coord, value: char) -> Self {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `take_obstacle` and `count_tiles` are never used
[INFO] [stdout]    --> src/day6.rs:178:8
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl LabMap {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 178 |     fn take_obstacle(&mut self, pos: Pos) -> Obstacle {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 256 |     fn count_tiles(&self, filter: Box<dyn Fn(&Tile) -> bool>) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `num_rows` and `num_cols` are never read
[INFO] [stdout]   --> src/day8.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct CityMap {
[INFO] [stdout]    |        ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     num_rows: isize,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 17 |     num_cols: isize,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `step`, `build_children`, and `count_leaf_nodes` are never used
[INFO] [stdout]    --> src/day11.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 40  | impl StoneTree {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn step(&mut self) -> () {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn build_children(&mut self) -> () {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     pub fn count_leaf_nodes(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `plant_type` is never read
[INFO] [stdout]   --> src/day12.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Region {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 24 |     plant_type: PlantType,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `src_deer` is never read
[INFO] [stdout]    --> src/day16.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub struct Move {
[INFO] [stdout]     |            ---- field in this struct
[INFO] [stdout] 158 |     actions: Vec<Action>,
[INFO] [stdout] 159 |     src_deer: Deer,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Move` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/day17.rs:49:20
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct Ignored(isize);
[INFO] [stdout]    |            ------- ^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `chunkiest_solution` is never used
[INFO] [stdout]   --> src/day19.rs:55:4
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn chunkiest_solution<'a>(towels: &'a FxHashSet<String>, design: &'a str, mut max_len: usize) -> Option<Vec<&'a str>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `width` and `height` are never read
[INFO] [stdout]   --> src/day20.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Dimensions {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 12 |     width: isize,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 13 |     height: isize,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `dim` is never read
[INFO] [stdout]   --> src/day20.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Track {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 29 |     dim: Dimensions,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/day5.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter(&self) -> Iter<Rc<OrderRule>> {
[INFO] [stdout]    |                 ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter(&self) -> Iter<'_, Rc<OrderRule>> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/day5.rs:134:17
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn iter(&self) -> Iter<Update> {
[INFO] [stdout]     |                 ^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn iter(&self) -> Iter<'_, Update> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling advent v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::fmt::write`
[INFO] [stdout]  --> src/day10.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::fmt::write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp::min`
[INFO] [stdout]  --> src/day14.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::cmp::min;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]  --> src/day17.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::thread;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FxHashMap` and `FxHashSet`
[INFO] [stdout]  --> src/day17.rs:6:18
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rustc_hash::{FxHashMap,FxHashSet};
[INFO] [stdout]   |                  ^^^^^^^^^ ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::VecDeque`
[INFO] [stdout]  --> src/day19.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::VecDeque;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread`
[INFO] [stdout]  --> src/day19.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::thread;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FxHashMap`
[INFO] [stdout]  --> src/day19.rs:6:29
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rustc_hash::{FxHashSet, FxHashMap};
[INFO] [stdout]   |                             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]    --> src/day19.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |     use crate::common::{self, get_test_data_path};
[INFO] [stdout]     |                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::common`
[INFO] [stdout]    --> src/day21.rs:541:9
[INFO] [stdout]     |
[INFO] [stdout] 541 |     use crate::common;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fmt::write`
[INFO] [stdout]  --> src/day23.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fmt::write, fs};
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `report`
[INFO] [stdout]    --> src/day2.rs:353:13
[INFO] [stdout]     |
[INFO] [stdout] 353 |         let report = Report::from("");
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_report`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `graph`
[INFO] [stdout]    --> src/day2.rs:378:13
[INFO] [stdout]     |
[INFO] [stdout] 378 |         let graph = report.build_graph();
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_graph`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b_press`
[INFO] [stdout]    --> src/day13.rs:215:9
[INFO] [stdout]     |
[INFO] [stdout] 215 |     for b_press in 0..max_press_count {
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b_press`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_a_presses`
[INFO] [stdout]    --> src/day13.rs:291:33
[INFO] [stdout]     |
[INFO] [stdout] 291 | ...                   let num_a_presses = a_moves_x + k*(conf.b_offset.x/gcd_x);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_a_presses`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_b_presses`
[INFO] [stdout]    --> src/day13.rs:292:33
[INFO] [stdout]     |
[INFO] [stdout] 292 | ...                   let num_b_presses = b_moves_x - k*(conf.a_offset.x/gcd_x);
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_b_presses`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `src_entity`
[INFO] [stdout]    --> src/day15.rs:185:13
[INFO] [stdout]     |
[INFO] [stdout] 185 |         let src_entity = self.map.get(&src).unwrap();
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_entity`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `device`
[INFO] [stdout]    --> src/day24.rs:214:14
[INFO] [stdout]     |
[INFO] [stdout] 214 | fn rand_test(device: &Device, gate_overrides: &Vec<Gate>, iterations: isize) -> isize {
[INFO] [stdout]     |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_device`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `total_fails` is assigned to, but never used
[INFO] [stdout]    --> src/day24.rs:232:13
[INFO] [stdout]     |
[INFO] [stdout] 232 |     let mut total_fails = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_total_fails` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `total_fails` is assigned to, but never used
[INFO] [stdout]    --> src/day24.rs:281:13
[INFO] [stdout]     |
[INFO] [stdout] 281 |     let mut total_fails = 0;
[INFO] [stdout]     |             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_total_fails` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/day25.rs:119:19
[INFO] [stdout]     |
[INFO] [stdout] 119 | pub fn _solution2(input: &String) -> usize {
[INFO] [stdout]     |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `day2::Report` is more private than the item `count_reports`
[INFO] [stdout]    --> src/day2.rs:300:1
[INFO] [stdout]     |
[INFO] [stdout] 300 | pub fn count_reports<F: Fn(Report) -> bool>(file_path: PathBuf, filter: F) -> Result<u64, Box<dyn Error>> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `count_reports` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `day2::Report` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> src/day2.rs:13:1
[INFO] [stdout]     |
[INFO] [stdout] 13  | struct Report {
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LocError` is never used
[INFO] [stdout]   --> src/day1.rs:14:6
[INFO] [stdout]    |
[INFO] [stdout] 14 | enum LocError {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]   --> src/day4.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 81 | impl Query {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 82 |
[INFO] [stdout] 83 |     fn from(coord: &Coord, value: char) -> Self {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `take_obstacle` and `count_tiles` are never used
[INFO] [stdout]    --> src/day6.rs:178:8
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl LabMap {
[INFO] [stdout]     | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 178 |     fn take_obstacle(&mut self, pos: Pos) -> Obstacle {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 256 |     fn count_tiles(&self, filter: Box<dyn Fn(&Tile) -> bool>) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `num_rows` and `num_cols` are never read
[INFO] [stdout]   --> src/day8.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | struct CityMap {
[INFO] [stdout]    |        ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     num_rows: isize,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 17 |     num_cols: isize,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `step`, `build_children`, and `count_leaf_nodes` are never used
[INFO] [stdout]    --> src/day11.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 40  | impl StoneTree {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn step(&mut self) -> () {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     pub fn build_children(&mut self) -> () {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     pub fn count_leaf_nodes(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `plant_type` is never read
[INFO] [stdout]   --> src/day12.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct Region {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 24 |     plant_type: PlantType,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `src_deer` is never read
[INFO] [stdout]    --> src/day16.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub struct Move {
[INFO] [stdout]     |            ---- field in this struct
[INFO] [stdout] 158 |     actions: Vec<Action>,
[INFO] [stdout] 159 |     src_deer: Deer,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Move` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/day17.rs:49:20
[INFO] [stdout]    |
[INFO] [stdout] 49 | pub struct Ignored(isize);
[INFO] [stdout]    |            ------- ^^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `chunkiest_solution` is never used
[INFO] [stdout]   --> src/day19.rs:55:4
[INFO] [stdout]    |
[INFO] [stdout] 55 | fn chunkiest_solution<'a>(towels: &'a FxHashSet<String>, design: &'a str, mut max_len: usize) -> Option<Vec<&'a str>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `width` and `height` are never read
[INFO] [stdout]   --> src/day20.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Dimensions {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 12 |     width: isize,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 13 |     height: isize,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `dim` is never read
[INFO] [stdout]   --> src/day20.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Track {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 29 |     dim: Dimensions,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/day5.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter(&self) -> Iter<Rc<OrderRule>> {
[INFO] [stdout]    |                 ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn iter(&self) -> Iter<'_, Rc<OrderRule>> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/day5.rs:134:17
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn iter(&self) -> Iter<Update> {
[INFO] [stdout]     |                 ^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn iter(&self) -> Iter<'_, Update> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.09s
[INFO] running `Command { std: "docker" "inspect" "df2a49cc76db221c35c225ae2409dbf435ad7e005d679faf8b7f3604af8108d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df2a49cc76db221c35c225ae2409dbf435ad7e005d679faf8b7f3604af8108d9", kill_on_drop: false }`
[INFO] [stdout] df2a49cc76db221c35c225ae2409dbf435ad7e005d679faf8b7f3604af8108d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bef62adfdd9f8670449b9b74ae2db8852be0048452631371146d625b04fe917d
[INFO] running `Command { std: "docker" "start" "-a" "bef62adfdd9f8670449b9b74ae2db8852be0048452631371146d625b04fe917d", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::fmt::write`
[INFO] [stderr]  --> src/day10.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::fmt::write;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::cmp::min`
[INFO] [stderr]  --> src/day14.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::cmp::min;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::thread`
[INFO] [stderr]  --> src/day17.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::thread;
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `FxHashMap` and `FxHashSet`
[INFO] [stderr]  --> src/day17.rs:6:18
[INFO] [stderr]   |
[INFO] [stderr] 6 | use rustc_hash::{FxHashMap,FxHashSet};
[INFO] [stderr]   |                  ^^^^^^^^^ ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::collections::VecDeque`
[INFO] [stderr]  --> src/day19.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::collections::VecDeque;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::thread`
[INFO] [stderr]  --> src/day19.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::thread;
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `FxHashMap`
[INFO] [stderr]  --> src/day19.rs:6:29
[INFO] [stderr]   |
[INFO] [stderr] 6 | use rustc_hash::{FxHashSet, FxHashMap};
[INFO] [stderr]   |                             ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `fmt::write`
[INFO] [stderr]  --> src/day23.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{fmt::write, fs};
[INFO] [stderr]   |           ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `b_press`
[INFO] [stderr]    --> src/day13.rs:215:9
[INFO] [stderr]     |
[INFO] [stderr] 215 |     for b_press in 0..max_press_count {
[INFO] [stderr]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b_press`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `num_a_presses`
[INFO] [stderr]    --> src/day13.rs:291:33
[INFO] [stderr]     |
[INFO] [stderr] 291 | ...                   let num_a_presses = a_moves_x + k*(conf.b_offset.x/gcd_x);
[INFO] [stderr]     |                           ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_a_presses`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `num_b_presses`
[INFO] [stderr]    --> src/day13.rs:292:33
[INFO] [stderr]     |
[INFO] [stderr] 292 | ...                   let num_b_presses = b_moves_x - k*(conf.a_offset.x/gcd_x);
[INFO] [stderr]     |                           ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_b_presses`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `src_entity`
[INFO] [stderr]    --> src/day15.rs:185:13
[INFO] [stderr]     |
[INFO] [stderr] 185 |         let src_entity = self.map.get(&src).unwrap();
[INFO] [stderr]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_entity`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `device`
[INFO] [stderr]    --> src/day24.rs:214:14
[INFO] [stderr]     |
[INFO] [stderr] 214 | fn rand_test(device: &Device, gate_overrides: &Vec<Gate>, iterations: isize) -> isize {
[INFO] [stderr]     |              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_device`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `total_fails` is assigned to, but never used
[INFO] [stderr]    --> src/day24.rs:232:13
[INFO] [stderr]     |
[INFO] [stderr] 232 |     let mut total_fails = 0;
[INFO] [stderr]     |             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider using `_total_fails` instead
[INFO] [stderr] 
[INFO] [stderr] warning: variable `total_fails` is assigned to, but never used
[INFO] [stderr]    --> src/day24.rs:281:13
[INFO] [stderr]     |
[INFO] [stderr] 281 |     let mut total_fails = 0;
[INFO] [stderr]     |             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider using `_total_fails` instead
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `input`
[INFO] [stderr]    --> src/day25.rs:119:19
[INFO] [stderr]     |
[INFO] [stderr] 119 | pub fn _solution2(input: &String) -> usize {
[INFO] [stderr]     |                   ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stderr] 
[INFO] [stderr] warning: type `day2::Report` is more private than the item `count_reports`
[INFO] [stderr]    --> src/day2.rs:300:1
[INFO] [stderr]     |
[INFO] [stderr] 300 | pub fn count_reports<F: Fn(Report) -> bool>(file_path: PathBuf, filter: F) -> Result<u64, Box<dyn Error>> {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function `count_reports` is reachable at visibility `pub`
[INFO] [stderr]     |
[INFO] [stderr] note: but type `day2::Report` is only usable at visibility `pub(self)`
[INFO] [stderr]    --> src/day2.rs:13:1
[INFO] [stderr]     |
[INFO] [stderr] 13  | struct Report {
[INFO] [stderr]     | ^^^^^^^^^^^^^
[INFO] [stderr]     = note: `#[warn(private_bounds)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: enum `LocError` is never used
[INFO] [stderr]   --> src/day1.rs:14:6
[INFO] [stderr]    |
[INFO] [stderr] 14 | enum LocError {
[INFO] [stderr]    |      ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from` is never used
[INFO] [stderr]   --> src/day4.rs:83:8
[INFO] [stderr]    |
[INFO] [stderr] 81 | impl Query {
[INFO] [stderr]    | ---------- associated function in this implementation
[INFO] [stderr] 82 |
[INFO] [stderr] 83 |     fn from(coord: &Coord, value: char) -> Self {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `take_obstacle` and `count_tiles` are never used
[INFO] [stderr]    --> src/day6.rs:178:8
[INFO] [stderr]     |
[INFO] [stderr] 107 | impl LabMap {
[INFO] [stderr]     | ----------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 178 |     fn take_obstacle(&mut self, pos: Pos) -> Obstacle {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 256 |     fn count_tiles(&self, filter: Box<dyn Fn(&Tile) -> bool>) -> usize {
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `num_rows` and `num_cols` are never read
[INFO] [stderr]   --> src/day8.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | struct CityMap {
[INFO] [stderr]    |        ------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 16 |     num_rows: isize,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 17 |     num_cols: isize,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `step`, `build_children`, and `count_leaf_nodes` are never used
[INFO] [stderr]    --> src/day11.rs:132:12
[INFO] [stderr]     |
[INFO] [stderr] 40  | impl StoneTree {
[INFO] [stderr]     | -------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 132 |     pub fn step(&mut self) -> () {
[INFO] [stderr]     |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 156 |     pub fn build_children(&mut self) -> () {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 174 |     pub fn count_leaf_nodes(&self) -> usize {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `plant_type` is never read
[INFO] [stderr]   --> src/day12.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 23 | pub struct Region {
[INFO] [stderr]    |            ------ field in this struct
[INFO] [stderr] 24 |     plant_type: PlantType,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `src_deer` is never read
[INFO] [stderr]    --> src/day16.rs:159:5
[INFO] [stderr]     |
[INFO] [stderr] 157 | pub struct Move {
[INFO] [stderr]     |            ---- field in this struct
[INFO] [stderr] 158 |     actions: Vec<Action>,
[INFO] [stderr] 159 |     src_deer: Deer,
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Move` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/day17.rs:49:20
[INFO] [stderr]    |
[INFO] [stderr] 49 | pub struct Ignored(isize);
[INFO] [stderr]    |            ------- ^^^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider removing this field
[INFO] [stderr] 
[INFO] [stderr] warning: function `chunkiest_solution` is never used
[INFO] [stderr]   --> src/day19.rs:55:4
[INFO] [stderr]    |
[INFO] [stderr] 55 | fn chunkiest_solution<'a>(towels: &'a FxHashSet<String>, design: &'a str, mut max_len: usize) -> Option<Vec<&'a str>> {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `width` and `height` are never read
[INFO] [stderr]   --> src/day20.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct Dimensions {
[INFO] [stderr]    |            ---------- fields in this struct
[INFO] [stderr] 12 |     width: isize,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 13 |     height: isize,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `dim` is never read
[INFO] [stderr]   --> src/day20.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub struct Track {
[INFO] [stderr]    |            ----- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 29 |     dim: Dimensions,
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/day5.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub fn iter(&self) -> Iter<Rc<OrderRule>> {
[INFO] [stderr]    |                 ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 51 |     pub fn iter(&self) -> Iter<'_, Rc<OrderRule>> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/day5.rs:134:17
[INFO] [stderr]     |
[INFO] [stderr] 134 |     pub fn iter(&self) -> Iter<Update> {
[INFO] [stderr]     |                 ^^^^^     ------------ the lifetime gets resolved as `'_`
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 134 |     pub fn iter(&self) -> Iter<'_, Update> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: `advent` (lib) generated 30 warnings (run `cargo fix --lib -p advent` to apply 8 suggestions)
[INFO] [stderr] warning: unused import: `self`
[INFO] [stderr]    --> src/day19.rs:239:25
[INFO] [stderr]     |
[INFO] [stderr] 239 |     use crate::common::{self, get_test_data_path};
[INFO] [stderr]     |                         ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::common`
[INFO] [stderr]    --> src/day21.rs:541:9
[INFO] [stderr]     |
[INFO] [stderr] 541 |     use crate::common;
[INFO] [stderr]     |         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `report`
[INFO] [stderr]    --> src/day2.rs:353:13
[INFO] [stderr]     |
[INFO] [stderr] 353 |         let report = Report::from("");
[INFO] [stderr]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_report`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `graph`
[INFO] [stderr]    --> src/day2.rs:378:13
[INFO] [stderr]     |
[INFO] [stderr] 378 |         let graph = report.build_graph();
[INFO] [stderr]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_graph`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `b_press`
[INFO] [stderr]    --> src/day13.rs:215:9
[INFO] [stderr]     |
[INFO] [stderr] 215 |     for b_press in 0..max_press_count {
[INFO] [stderr]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_b_press`
[INFO] [stderr] 
[INFO] [stderr] warning: `advent` (lib test) generated 34 warnings (29 duplicates) (run `cargo fix --lib -p advent --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent-785c4ec12527b79b)
[INFO] [stdout] 
[INFO] [stdout] running 93 tests
[INFO] [stdout] test common::tests::test_data_path_not_a_file ... ok
[INFO] [stdout] test day10::tests::example_day10_2 ... ok
[INFO] [stdout] test day10::tests::example_day10_1 ... ok
[INFO] [stdout] test day12::tests::test_example_day12_2 ... ok
[INFO] [stdout] test day10::tests::_example_day2 ... ok
[INFO] [stdout] test day13::tests::example_day_13_1 ... ok
[INFO] [stdout] test day14::tests::example_day_14_1 ... ok
[INFO] [stdout] test day14::tests::get_quadrant_bounds ... ok
[INFO] [stdout] test day12::tests::test_example_day12_1 ... ok
[INFO] [stdout] test day13::tests::example_day_13_1_parse_input ... ok
[INFO] [stdout] test day10::tests::get_trailheads ... ok
[INFO] [stdout] test day15::tests::test_example_day_15_1_2 ... ok
[INFO] [stdout] test day17::tests::test_example_day_17_1_1 ... ok
[INFO] [stdout] test day15::tests::test_example_day_15_2_1 ... ok
[INFO] [stdout] test day17::tests::test_example_day_17_1_2 ... ok
[INFO] [stdout] test day17::tests::test_example_day_17_1_5 ... ok
[INFO] [stdout] test day17::tests::test_example_day_17_1_6 ... ok
[INFO] [stdout] test day16::tests::example_day_16_1_1 ... ok
[INFO] [stdout] test day16::tests::example_day_16_2_2 ... ok
[INFO] [stdout] test day18::tests::day_18_1_0 ... ok
[INFO] [stdout] test day16::tests::example_day_16_2_1 ... ok
[INFO] [stdout] test day15::tests::test_example_day_15_1_1 ... ok
[INFO] [stdout] test day14::tests::step_all_single ... ok
[INFO] [stdout] test day20::tests::day_20_1_1 ... ok
[INFO] [stdout] test day20::tests::day_20_1_2 ... ok
[INFO] [stdout] test day17::tests::test_example_day_17_1_3 ... ok
[INFO] [stdout] test day1::tests::similarity_score ... ok
[INFO] [stdout] test day17::tests::test_example_day_17_1_4 ... ok
[INFO] [stdout] test day21::tests::day_21_1_1_numeric ... ok
[INFO] [stdout] test day21::tests::day_21_1_2 ... ok
[INFO] [stdout] test day21::tests::day_21_2_1 ... ok
[INFO] [stdout] test day22::tests::day_22_1_1 ... ok
[INFO] [stdout] test day20::tests::day_20_2_2 ... ok
[INFO] [stdout] test day23::tests::day_23_2_1 ... ok
[INFO] [stdout] test day23::tests::day_23_2_2 ... ok
[INFO] [stdout] test day24::tests::day24_1_1 ... ok
[INFO] [stdout] test day25::tests::day25_1_1 ... ok
[INFO] [stdout] test day25::tests::day25_1_parse ... ok
[INFO] [stdout] test day16::tests::example_day_16_1_2 ... ok
[INFO] [stdout] test day2::tests::incrementing_safe ... ok
[INFO] [stdout] test day20::tests::day_20_2_1 ... ok
[INFO] [stdout] test day22::tests::day_22_2_1 ... ok
[INFO] [stdout] test day2::tests::not_all_incrementing ... ok
[INFO] [stdout] test day2::tests::one_level ... ok
[INFO] [stdout] test day2::tests::same_levels ... ok
[INFO] [stdout] test day2::tests::incrementing_unsafe_gap ... ok
[INFO] [stdout] test day2::tests::test_counting ... ok
[INFO] [stdout] test day2::tests_dampening::inc_or_desc_possible ... ok
[INFO] [stdout] test day2::tests_dampening::incrementing_unsafe_gap ... ok
[INFO] [stdout] test day21::tests::day_21_1_3 ... ok
[INFO] [stdout] test day2::tests_dampening::one_level ... ok
[INFO] [stdout] test common::tests::data_path_not_a_file ... ok
[INFO] [stdout] test day18::tests::day_18_2_0 ... ok
[INFO] [stdout] test day19::tests::day_19_1 ... ok
[INFO] [stdout] test day19::tests::day_19_2 ... ok
[INFO] [stdout] test day1::tests::compute_result_from_file ... ok
[INFO] [stdout] test day23::tests::day_23_1_1 ... ok
[INFO] [stdout] test day23::tests::day_23_1_2 ... ok
[INFO] [stdout] test day2::tests_dampening::same_levels_multi ... ok
[INFO] [stdout] test day2::tests_dampening::test_graph_inspect ... ok
[INFO] [stdout] test day4::tests::test_all_directions ... ok
[INFO] [stdout] test day2::tests_dampening::not_all_incrementing ... ok
[INFO] [stdout] test day2::tests_dampening::test_counting ... ok
[INFO] [stdout] test day3::tests::test_conditional_example ... ok
[INFO] [stdout] test day3::tests::test_example ... ok
[INFO] [stdout] test day4::tests::test_all_boundaries ... ok
[INFO] [stdout] test day2::tests_dampening::incrementing_safe ... ok
[INFO] [stdout] test day2::tests_dampening::same_levels ... ok
[INFO] [stdout] test day4::tests::test_crosses_count_verticals ... ok
[INFO] [stdout] test day7::tests::test_solution1 ... ok
[INFO] [stdout] test day7::tests::test_solution2 ... ok
[INFO] [stdout] test day8::tests::test_example_day8_1 ... ok
[INFO] [stdout] test day6::tests::test_example_day2 ... ok
[INFO] [stdout] test day7::tests::test_parse_input ... ok
[INFO] [stdout] test day5::tests::test_example ... ok
[INFO] [stdout] test day4::tests::test_crosses_count ... ok
[INFO] [stdout] test day8::tests::test_example_day8_2 ... ok
[INFO] [stdout] test day9::tests::example_day9_1_compress ... ok
[INFO] [stdout] test day9::tests::example_day9_disk ... ok
[INFO] [stdout] test day4::tests::test_crosses_count_diagonals ... ok
[INFO] [stdout] test day4::tests::test_xmas_count ... ok
[INFO] [stdout] test day9::tests::example_day9_disk_map ... ok
[INFO] [stdout] test day4::tests::test_crosses_count_combined ... ok
[INFO] [stdout] test day5::tests::test_example_day2 ... ok
[INFO] [stdout] test day6::tests::test_example_day1 ... ok
[INFO] [stdout] test day9::tests::example_day9_1 ... ok
[INFO] [stdout] test day17::tests::test_example_day_17_2 ... FAILED
[INFO] [stdout] test day24::tests::day24_2_1 ... FAILED
[INFO] [stdout] test day2::tests::no_levels - should panic ... ok
[INFO] [stdout] test day25::tests::day25_2_1 ... FAILED
[INFO] [stdout] test day9::tests::example_day9_2 ... FAILED
[INFO] [stdout] test day11::tests::test_example_day11_1 ... ok
[INFO] [stdout] test day13::tests::example_day_13_2 has been running for over 60 seconds
[INFO] [stdout] test day13::tests::example_day_13_2 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- day17::tests::test_example_day_17_2 stdout ----
[INFO] [stdout] power: 0	[0]
[INFO] [stdout] power: 0	[0]
[INFO] [stdout] power: 0	[0]
[INFO] [stdout] power: 0	[0]
[INFO] [stdout] power: 0	[0]
[INFO] [stdout] power: 0	[0]
[INFO] [stdout] power: 0	[0]
[INFO] [stdout] power: 0	[0]
[INFO] [stdout] power: 1	[3, 0]
[INFO] [stdout] power: 1	[3, 0]
[INFO] [stdout] power: 1	[3, 0]
[INFO] [stdout] power: 1	[3, 0]
[INFO] [stdout] power: 1	[3, 0]
[INFO] [stdout] power: 1	[3, 0]
[INFO] [stdout] power: 1	[3, 0]
[INFO] [stdout] power: 1	[3, 0]
[INFO] [stdout] power: 2	[4, 3, 0]
[INFO] [stdout] power: 2	[4, 3, 0]
[INFO] [stdout] power: 2	[4, 3, 0]
[INFO] [stdout] power: 2	[4, 3, 0]
[INFO] [stdout] power: 2	[4, 3, 0]
[INFO] [stdout] power: 2	[4, 3, 0]
[INFO] [stdout] power: 2	[4, 3, 0]
[INFO] [stdout] power: 2	[4, 3, 0]
[INFO] [stdout] power: 3	[5, 4, 3, 0]
[INFO] [stdout] power: 3	[5, 4, 3, 0]
[INFO] [stdout] power: 3	[5, 4, 3, 0]
[INFO] [stdout] power: 3	[5, 4, 3, 0]
[INFO] [stdout] power: 3	[5, 4, 3, 0]
[INFO] [stdout] power: 3	[5, 4, 3, 0]
[INFO] [stdout] power: 3	[5, 4, 3, 0]
[INFO] [stdout] power: 3	[5, 4, 3, 0]
[INFO] [stdout] power: 4	[3, 5, 4, 3, 0]
[INFO] [stdout] power: 4	[3, 5, 4, 3, 0]
[INFO] [stdout] power: 4	[3, 5, 4, 3, 0]
[INFO] [stdout] power: 4	[3, 5, 4, 3, 0]
[INFO] [stdout] power: 4	[3, 5, 4, 3, 0]
[INFO] [stdout] power: 4	[3, 5, 4, 3, 0]
[INFO] [stdout] power: 4	[3, 5, 4, 3, 0]
[INFO] [stdout] power: 4	[3, 5, 4, 3, 0]
[INFO] [stdout] power: 5	[0, 3, 5, 4, 3, 0]
[INFO] [stdout] power: 5	[0, 3, 5, 4, 3, 0]
[INFO] [stdout] power: 5	[0, 3, 5, 4, 3, 0]
[INFO] [stdout] power: 5	[0, 3, 5, 4, 3, 0]
[INFO] [stdout] power: 5	[0, 3, 5, 4, 3, 0]
[INFO] [stdout] power: 5	[0, 3, 5, 4, 3, 0]
[INFO] [stdout] power: 5	[0, 3, 5, 4, 3, 0]
[INFO] [stdout] power: 5	[0, 3, 5, 4, 3, 0]
[INFO] [stdout] 
[INFO] [stdout] thread 'day17::tests::test_example_day_17_2' panicked at src/day17.rs:471:39:
[INFO] [stdout] index out of bounds: the len is 6 but the index is 18446744073709551615
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x576e4fe07ff2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x576e4fe07ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x576e4fe07ff2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x576e4fe07ff2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x576e4fe2e3b3 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x576e4fe2e3b3 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x576e4fe051d3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x576e4fe051d3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x576e4fe07e42 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x576e4fe0955c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x576e4fe093b2 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x576e4fd03004 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x576e4fd03004 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x576e4fe09f3b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x576e4fe09f3b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x576e4fe09d0a - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x576e4fe084e9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x576e4fe0999d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x576e4fe2c670 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x576e4fe2c7d1 - core::panicking::panic_bounds_check::h3697054661cdeda4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:280:5
[INFO] [stdout]   20:     0x576e4fc87224 - <usize as core::slice::index::SliceIndex<[T]>>::index::h0fa111ad50f95de5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/slice/index.rs:269:10
[INFO] [stdout]   21:     0x576e4fc87224 - core::slice::index::<impl core::ops::index::Index<I> for [T]>::index::hef74c09edd569849
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/slice/index.rs:17:15
[INFO] [stdout]   22:     0x576e4fc87224 - <alloc::vec::Vec<T,A> as core::ops::index::Index<I>>::index::h8128f47110bcf29d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/vec/mod.rs:3463:9
[INFO] [stdout]   23:     0x576e4fc87224 - advent::day17::_solution2::h459c0d088bbec9c0
[INFO] [stdout]   24:     0x576e4fc87224 - advent::day17::solution2::h42f5f42fcd5ac1ed
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day17.rs:314:5
[INFO] [stdout]   25:     0x576e4fca13c4 - advent::day17::tests::test_example_day_17_2::hb0882b1fa06b6414
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day17.rs:846:22
[INFO] [stdout]   26:     0x576e4fca13c4 - advent::day17::tests::test_example_day_17_2::{{closure}}::hadc45c531f4cc215
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day17.rs:844:31
[INFO] [stdout]   27:     0x576e4fca13c4 - core::ops::function::FnOnce::call_once::h5527c0012bcf8110
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x576e4fd0878b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x576e4fd0878b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   30:     0x576e4fd0797e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   31:     0x576e4fd0797e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   32:     0x576e4fd0797e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   33:     0x576e4fd0797e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   34:     0x576e4fd0797e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x576e4fd0797e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   36:     0x576e4fd0797e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   37:     0x576e4fccb4f4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   38:     0x576e4fccb4f4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   39:     0x576e4fcceeca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   40:     0x576e4fcceeca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   41:     0x576e4fcceeca - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   42:     0x576e4fcceeca - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   43:     0x576e4fcceeca - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x576e4fcceeca - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   45:     0x576e4fcceeca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x576e4fe0ce97 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   47:     0x576e4fe0ce97 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   48:     0x576e4fe0ce97 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   49:     0x7a39525a8aa4 - <unknown>
[INFO] [stdout]   50:     0x7a3952635a34 - clone
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- day24::tests::day24_2_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'day24::tests::day24_2_1' panicked at src/day24.rs:601:9:
[INFO] [stdout] todo
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x576e4fe07ff2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x576e4fe07ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x576e4fe07ff2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x576e4fe07ff2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x576e4fe2e3b3 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x576e4fe2e3b3 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x576e4fe051d3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x576e4fe051d3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x576e4fe07e42 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x576e4fe0955c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x576e4fe093b2 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x576e4fd03004 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x576e4fd03004 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x576e4fe09f3b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x576e4fe09f3b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x576e4fe09cd6 - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x576e4fe084e9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x576e4fe0999d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x576e4fe2c670 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x576e4fca151c - advent::day24::tests::day24_2_1::h600cbb0683f97a57
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day24.rs:601:9
[INFO] [stdout]   20:     0x576e4fca151c - advent::day24::tests::day24_2_1::{{closure}}::h2bdd8f3b830a17a1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day24.rs:600:19
[INFO] [stdout]   21:     0x576e4fca151c - core::ops::function::FnOnce::call_once::h61654e6182e23198
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x576e4fd0878b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x576e4fd0878b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   24:     0x576e4fd0797e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   25:     0x576e4fd0797e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   26:     0x576e4fd0797e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   27:     0x576e4fd0797e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x576e4fd0797e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x576e4fd0797e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   30:     0x576e4fd0797e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   31:     0x576e4fccb4f4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   32:     0x576e4fccb4f4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   33:     0x576e4fcceeca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x576e4fcceeca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x576e4fcceeca - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x576e4fcceeca - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x576e4fcceeca - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x576e4fcceeca - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x576e4fcceeca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x576e4fe0ce97 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41:     0x576e4fe0ce97 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x576e4fe0ce97 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   43:     0x7a39525a8aa4 - <unknown>
[INFO] [stdout]   44:     0x7a3952635a34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- day25::tests::day25_2_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'day25::tests::day25_2_1' panicked at src/day25.rs:152:9:
[INFO] [stdout] todo
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x576e4fe07ff2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x576e4fe07ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x576e4fe07ff2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x576e4fe07ff2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x576e4fe2e3b3 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x576e4fe2e3b3 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x576e4fe051d3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x576e4fe051d3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x576e4fe07e42 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x576e4fe0955c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x576e4fe093b2 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x576e4fd03004 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x576e4fd03004 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x576e4fe09f3b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x576e4fe09f3b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x576e4fe09cd6 - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x576e4fe084e9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x576e4fe0999d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x576e4fe2c670 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x576e4fc9080c - advent::day25::tests::day25_2_1::h9d4d75c01100ff39
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day25.rs:152:9
[INFO] [stdout]   20:     0x576e4fca19e6 - advent::day25::tests::day25_2_1::{{closure}}::ha343c1787fccb258
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day25.rs:151:19
[INFO] [stdout]   21:     0x576e4fca19e6 - core::ops::function::FnOnce::call_once::h763a4bc4500bb038
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x576e4fd0878b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x576e4fd0878b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   24:     0x576e4fd0797e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   25:     0x576e4fd0797e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   26:     0x576e4fd0797e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   27:     0x576e4fd0797e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   28:     0x576e4fd0797e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x576e4fd0797e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   30:     0x576e4fd0797e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   31:     0x576e4fccb4f4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   32:     0x576e4fccb4f4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   33:     0x576e4fcceeca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x576e4fcceeca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x576e4fcceeca - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x576e4fcceeca - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   37:     0x576e4fcceeca - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x576e4fcceeca - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x576e4fcceeca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x576e4fe0ce97 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   41:     0x576e4fe0ce97 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x576e4fe0ce97 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   43:     0x7a39525a8aa4 - <unknown>
[INFO] [stdout]   44:     0x7a3952635a34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- day9::tests::example_day9_2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'day9::tests::example_day9_2' panicked at src/day9.rs:401:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 2858
[INFO] [stdout]  right: 99999
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x576e4fe07ff2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x576e4fe07ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x576e4fe07ff2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x576e4fe07ff2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x576e4fe2e3b3 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x576e4fe2e3b3 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x576e4fe051d3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x576e4fe051d3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x576e4fe07e42 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x576e4fe0955c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x576e4fe093b2 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x576e4fd03004 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x576e4fd03004 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x576e4fe09f3b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x576e4fe09f3b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x576e4fe09d0a - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x576e4fe084e9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x576e4fe0999d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x576e4fe2c670 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x576e4fe2c907 - core::panicking::assert_failed_inner::h02e1528dd7bc6647
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x576e4fe2c829 - core::panicking::assert_failed::h24b207bf351b573a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x576e4fc75602 - advent::day9::tests::example_day9_2::h94b9f00a32881df3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day9.rs:401:9
[INFO] [stdout]   22:     0x576e4fca1589 - advent::day9::tests::example_day9_2::{{closure}}::hfcf99ad3269f5946
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day9.rs:399:24
[INFO] [stdout]   23:     0x576e4fca1589 - core::ops::function::FnOnce::call_once::h6fa870e821e6bc93
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x576e4fd0878b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x576e4fd0878b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x576e4fd0797e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x576e4fd0797e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x576e4fd0797e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x576e4fd0797e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x576e4fd0797e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x576e4fd0797e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x576e4fd0797e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x576e4fccb4f4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x576e4fccb4f4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   35:     0x576e4fcceeca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x576e4fcceeca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x576e4fcceeca - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x576e4fcceeca - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x576e4fcceeca - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x576e4fcceeca - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x576e4fcceeca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x576e4fe0ce97 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x576e4fe0ce97 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x576e4fe0ce97 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   45:     0x7a39525a8aa4 - <unknown>
[INFO] [stdout]   46:     0x7a3952635a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- day13::tests::example_day_13_2 stdout ----
[INFO] [stdout] ClawConf {
[INFO] [stdout]     a_offset: Offset {
[INFO] [stdout]         x: 17,
[INFO] [stdout]         y: 86,
[INFO] [stdout]     },
[INFO] [stdout]     b_offset: Offset {
[INFO] [stdout]         x: 84,
[INFO] [stdout]         y: 37,
[INFO] [stdout]     },
[INFO] [stdout]     prize_location: Loc {
[INFO] [stdout]         x: 10000000007870,
[INFO] [stdout]         y: 10000000006450,
[INFO] [stdout]     },
[INFO] [stdout] }
[INFO] [stdout] found X solution
[INFO] [stdout] Y solution found
[INFO] [stdout] ClawConf {
[INFO] [stdout]     a_offset: Offset {
[INFO] [stdout]         x: 69,
[INFO] [stdout]         y: 23,
[INFO] [stdout]     },
[INFO] [stdout]     b_offset: Offset {
[INFO] [stdout]         x: 27,
[INFO] [stdout]         y: 71,
[INFO] [stdout]     },
[INFO] [stdout]     prize_location: Loc {
[INFO] [stdout]         x: 10000000018641,
[INFO] [stdout]         y: 10000000010279,
[INFO] [stdout]     },
[INFO] [stdout] }
[INFO] [stdout] found X solution
[INFO] [stdout] Y solution found
[INFO] [stdout] ClawConf {
[INFO] [stdout]     a_offset: Offset {
[INFO] [stdout]         x: 94,
[INFO] [stdout]         y: 34,
[INFO] [stdout]     },
[INFO] [stdout]     b_offset: Offset {
[INFO] [stdout]         x: 22,
[INFO] [stdout]         y: 67,
[INFO] [stdout]     },
[INFO] [stdout]     prize_location: Loc {
[INFO] [stdout]         x: 10000000008400,
[INFO] [stdout]         y: 10000000005400,
[INFO] [stdout]     },
[INFO] [stdout] }
[INFO] [stdout] found X solution
[INFO] [stdout] Y solution found
[INFO] [stdout] ClawConf {
[INFO] [stdout]     a_offset: Offset {
[INFO] [stdout]         x: 26,
[INFO] [stdout]         y: 66,
[INFO] [stdout]     },
[INFO] [stdout]     b_offset: Offset {
[INFO] [stdout]         x: 67,
[INFO] [stdout]         y: 21,
[INFO] [stdout]     },
[INFO] [stdout]     prize_location: Loc {
[INFO] [stdout]         x: 10000000012748,
[INFO] [stdout]         y: 10000000012176,
[INFO] [stdout]     },
[INFO] [stdout] }
[INFO] [stdout] found X solution
[INFO] [stdout] Y solution found
[INFO] [stdout] 	COST UPDATE
[INFO] [stdout] 	COST UPDATE
[INFO] [stdout] 
[INFO] [stdout] thread 'day13::tests::example_day_13_2' panicked at src/day13.rs:407:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 875318608908
[INFO] [stdout]  right: 480
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x576e4fe07ff2 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x576e4fe07ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x576e4fe07ff2 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x576e4fe07ff2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x576e4fe2e3b3 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x576e4fe2e3b3 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x576e4fe051d3 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x576e4fe051d3 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x576e4fe07e42 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x576e4fe0955c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x576e4fe093b2 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x576e4fd03004 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x576e4fd03004 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x576e4fe09f3b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x576e4fe09f3b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x576e4fe09d0a - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x576e4fe084e9 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x576e4fe0999d - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x576e4fe2c670 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x576e4fe2c907 - core::panicking::assert_failed_inner::h02e1528dd7bc6647
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x576e4fcb3ba5 - core::panicking::assert_failed::h2b4e6a6084924f7d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x576e4fca0a59 - advent::day13::tests::example_day_13_2::h1f85f5fe413a0192
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day13.rs:407:9
[INFO] [stdout]   22:     0x576e4fca0a59 - advent::day13::tests::example_day_13_2::{{closure}}::hacfc5e94d2643295
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day13.rs:404:26
[INFO] [stdout]   23:     0x576e4fca0a59 - core::ops::function::FnOnce::call_once::h3e802c911c86b973
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x576e4fd0878b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x576e4fd0878b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x576e4fd0797e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x576e4fd0797e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x576e4fd0797e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x576e4fd0797e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x576e4fd0797e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x576e4fd0797e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x576e4fd0797e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x576e4fccb4f4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x576e4fccb4f4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   35:     0x576e4fcceeca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x576e4fcceeca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x576e4fcceeca - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x576e4fcceeca - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x576e4fcceeca - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x576e4fcceeca - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x576e4fcceeca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x576e4fe0ce97 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x576e4fe0ce97 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x576e4fe0ce97 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   45:     0x7a39525a8aa4 - <unknown>
[INFO] [stdout]   46:     0x7a3952635a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     day13::tests::example_day_13_2
[INFO] [stdout]     day17::tests::test_example_day_17_2
[INFO] [stdout]     day24::tests::day24_2_1
[INFO] [stdout]     day25::tests::day25_2_1
[INFO] [stdout]     day9::tests::example_day9_2
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 88 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 84.34s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "bef62adfdd9f8670449b9b74ae2db8852be0048452631371146d625b04fe917d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bef62adfdd9f8670449b9b74ae2db8852be0048452631371146d625b04fe917d", kill_on_drop: false }`
[INFO] [stdout] bef62adfdd9f8670449b9b74ae2db8852be0048452631371146d625b04fe917d
