[INFO] cloning repository https://github.com/megrogan/AdventOfCode2020
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/megrogan/AdventOfCode2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmegrogan%2FAdventOfCode2020", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmegrogan%2FAdventOfCode2020'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 69c4d15b5fdd34eb116e60f1c68d713ae01ca374
[INFO] testing megrogan/AdventOfCode2020 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmegrogan%2FAdventOfCode2020" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/megrogan/AdventOfCode2020
[INFO] finished tweaking git repo https://github.com/megrogan/AdventOfCode2020
[INFO] tweaked toml for git repo https://github.com/megrogan/AdventOfCode2020 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/megrogan/AdventOfCode2020 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/megrogan/AdventOfCode2020 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bimap v0.5.3
[INFO] [stderr]   Downloaded syn v1.0.53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c863de79e51213ba61b464b6d8686119b7523928f1592707e58cbb10fc87c432
[INFO] running `Command { std: "docker" "start" "-a" "c863de79e51213ba61b464b6d8686119b7523928f1592707e58cbb10fc87c432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c863de79e51213ba61b464b6d8686119b7523928f1592707e58cbb10fc87c432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c863de79e51213ba61b464b6d8686119b7523928f1592707e58cbb10fc87c432", kill_on_drop: false }`
[INFO] [stdout] c863de79e51213ba61b464b6d8686119b7523928f1592707e58cbb10fc87c432
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a50bfd6d4c7af610d13084311b434fa7f89f9450e8f88eaf11219c4651e7d737
[INFO] running `Command { std: "docker" "start" "-a" "a50bfd6d4c7af610d13084311b434fa7f89f9450e8f88eaf11219c4651e7d737", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling libc v0.2.80
[INFO] [stderr]    Compiling syn v1.0.53
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling adler v0.2.3
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling rustc-demangle v0.1.18
[INFO] [stderr]    Compiling object v0.22.0
[INFO] [stderr]    Compiling regex-syntax v0.6.21
[INFO] [stderr]    Compiling miniz_oxide v0.4.3
[INFO] [stderr]    Compiling addr2line v0.14.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling humantime v2.0.1
[INFO] [stderr]    Compiling bimap v0.5.3
[INFO] [stderr]    Compiling itertools v0.7.11
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling regex v1.4.2
[INFO] [stderr]    Compiling backtrace v0.3.55
[INFO] [stderr]    Compiling env_logger v0.8.2
[INFO] [stderr]    Compiling synstructure v0.12.4
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling single v1.0.0
[INFO] [stderr]    Compiling aoc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day08.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |             let mut instruction = &mut self.instructions[self.counter as usize];
[INFO] [stdout]     |                 ----^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `origin` is never read
[INFO] [stdout]   --> src/day17.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub struct Space {
[INFO] [stdout]    |                ----- field in this struct
[INFO] [stdout] 62 |         origin: Point,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Space` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `origin` is never read
[INFO] [stdout]    --> src/day17.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub struct Space {
[INFO] [stdout]     |                ----- field in this struct
[INFO] [stdout] 185 |         origin: Point,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Space` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `tile_id` and `edge` are never read
[INFO] [stdout]   --> src/day20.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub struct Neighbour {
[INFO] [stdout]    |                --------- fields in this struct
[INFO] [stdout] 77 |         tile_id: usize,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 78 |         edge: u32, // 0-7 4 edges * 2 flips
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Neighbour` 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 `image` is never read
[INFO] [stdout]   --> src/day20.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub struct Tile {
[INFO] [stdout]    |                ---- field in this struct
[INFO] [stdout] 92 |         id: usize,
[INFO] [stdout] 93 |         image: Vec<Vec<bool>>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Tile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `print_edges`, `print_title`, and `print_row` are never used
[INFO] [stdout]    --> src/day20.rs:164:16
[INFO] [stdout]     |
[INFO] [stdout]  97 |     impl Tile {
[INFO] [stdout]     |     --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 164 |         pub fn print_edges(&self) {
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |         pub fn print_title(&self) {
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 172 |         fn print_row(&self, r: usize) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s
[INFO] running `Command { std: "docker" "inspect" "a50bfd6d4c7af610d13084311b434fa7f89f9450e8f88eaf11219c4651e7d737", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a50bfd6d4c7af610d13084311b434fa7f89f9450e8f88eaf11219c4651e7d737", kill_on_drop: false }`
[INFO] [stdout] a50bfd6d4c7af610d13084311b434fa7f89f9450e8f88eaf11219c4651e7d737
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d2a65401dd82a1103dc9a7e071adb751282bfad1824940010dfa838d3201eec7
[INFO] running `Command { std: "docker" "start" "-a" "d2a65401dd82a1103dc9a7e071adb751282bfad1824940010dfa838d3201eec7", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day08.rs:136:17
[INFO] [stdout]     |
[INFO] [stdout] 136 |             let mut instruction = &mut self.instructions[self.counter as usize];
[INFO] [stdout]     |                 ----^^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `origin` is never read
[INFO] [stdout]   --> src/day17.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub struct Space {
[INFO] [stdout]    |                ----- field in this struct
[INFO] [stdout] 62 |         origin: Point,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Space` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `origin` is never read
[INFO] [stdout]    --> src/day17.rs:185:9
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub struct Space {
[INFO] [stdout]     |                ----- field in this struct
[INFO] [stdout] 185 |         origin: Point,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Space` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `tile_id` and `edge` are never read
[INFO] [stdout]   --> src/day20.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub struct Neighbour {
[INFO] [stdout]    |                --------- fields in this struct
[INFO] [stdout] 77 |         tile_id: usize,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 78 |         edge: u32, // 0-7 4 edges * 2 flips
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Neighbour` 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 `image` is never read
[INFO] [stdout]   --> src/day20.rs:93:9
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub struct Tile {
[INFO] [stdout]    |                ---- field in this struct
[INFO] [stdout] 92 |         id: usize,
[INFO] [stdout] 93 |         image: Vec<Vec<bool>>,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Tile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `print_edges`, `print_title`, and `print_row` are never used
[INFO] [stdout]    --> src/day20.rs:164:16
[INFO] [stdout]     |
[INFO] [stdout]  97 |     impl Tile {
[INFO] [stdout]     |     --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 164 |         pub fn print_edges(&self) {
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 |         pub fn print_title(&self) {
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 172 |         fn print_row(&self, r: usize) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.62s
[INFO] running `Command { std: "docker" "inspect" "d2a65401dd82a1103dc9a7e071adb751282bfad1824940010dfa838d3201eec7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2a65401dd82a1103dc9a7e071adb751282bfad1824940010dfa838d3201eec7", kill_on_drop: false }`
[INFO] [stdout] d2a65401dd82a1103dc9a7e071adb751282bfad1824940010dfa838d3201eec7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3edf2e7eb552dca0e5805b13b87af0d057a95c443e8b288b6aded95e25c4585c
[INFO] running `Command { std: "docker" "start" "-a" "3edf2e7eb552dca0e5805b13b87af0d057a95c443e8b288b6aded95e25c4585c", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/day08.rs:136:17
[INFO] [stderr]     |
[INFO] [stderr] 136 |             let mut instruction = &mut self.instructions[self.counter as usize];
[INFO] [stderr]     |                 ----^^^^^^^^^^^
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `origin` is never read
[INFO] [stderr]   --> src/day17.rs:62:9
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub struct Space {
[INFO] [stderr]    |                ----- field in this struct
[INFO] [stderr] 62 |         origin: Point,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Space` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `origin` is never read
[INFO] [stderr]    --> src/day17.rs:185:9
[INFO] [stderr]     |
[INFO] [stderr] 184 |     pub struct Space {
[INFO] [stderr]     |                ----- field in this struct
[INFO] [stderr] 185 |         origin: Point,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Space` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `tile_id` and `edge` are never read
[INFO] [stderr]   --> src/day20.rs:77:9
[INFO] [stderr]    |
[INFO] [stderr] 76 |     pub struct Neighbour {
[INFO] [stderr]    |                --------- fields in this struct
[INFO] [stderr] 77 |         tile_id: usize,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] 78 |         edge: u32, // 0-7 4 edges * 2 flips
[INFO] [stderr]    |         ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Neighbour` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `image` is never read
[INFO] [stderr]   --> src/day20.rs:93:9
[INFO] [stderr]    |
[INFO] [stderr] 91 |     pub struct Tile {
[INFO] [stderr]    |                ---- field in this struct
[INFO] [stderr] 92 |         id: usize,
[INFO] [stderr] 93 |         image: Vec<Vec<bool>>,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Tile` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: methods `print_edges`, `print_title`, and `print_row` are never used
[INFO] [stderr]    --> src/day20.rs:164:16
[INFO] [stderr]     |
[INFO] [stderr]  97 |     impl Tile {
[INFO] [stderr]     |     --------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 164 |         pub fn print_edges(&self) {
[INFO] [stderr]     |                ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 168 |         pub fn print_title(&self) {
[INFO] [stderr]     |                ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 172 |         fn print_row(&self, r: usize) {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `aoc` (bin "aoc" test) generated 6 warnings (run `cargo fix --bin "aoc" -p aoc --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc-78713387af876869)
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test day03::tests::is_tree_at_position_expected ... ok
[INFO] [stdout] test day05::tests::test1 ... ok
[INFO] [stdout] test day05::tests::test_find_my_seat_1 ... ok
[INFO] [stdout] test day05::tests::test_find_my_seat_2 ... ok
[INFO] [stdout] test day07::tests::test1 ... ok
[INFO] [stdout] test day09::tests::test_find_encryption_weakness ... ok
[INFO] [stdout] test day09::tests::test_find_xmas_anomaly ... ok
[INFO] [stdout] test day08::tests::test_program ... ok
[INFO] [stdout] test day05::tests::test2 ... ok
[INFO] [stdout] test day05::tests::test3 ... ok
[INFO] [stdout] test day08::tests::test_fix_program ... ok
[INFO] [stdout] test day10::tests::test_count_valid_combinations ... ok
[INFO] [stdout] test day10::tests::test_count_valid_combinations_long ... ok
[INFO] [stdout] test day10::tests::test_count_differences_long ... ok
[INFO] [stdout] test day11::tests::test_count_occupied_in_steady_state ... ok
[INFO] [stdout] test day11::tests::test_number_occupied_seen ... ok
[INFO] [stdout] test day12::tests::test_navigate_part1 ... ok
[INFO] [stdout] test day14::part2::tests::test_generate_combos ... ok
[INFO] [stdout] test day18::tests::test_evaluate_expressions_with_precedence ... ok
[INFO] [stdout] test day11::tests::test_count_occupied_in_steady_state_with_visibilty_policy ... ok
[INFO] [stdout] test day18::tests::test_evaluate_expressions ... ok
[INFO] [stdout] test day11::tests::test_floor_plan ... ok
[INFO] [stdout] test day11::tests::test_number_occupied_seen_2 ... ok
[INFO] [stdout] test day19::tests::test_rules_match ... ok
[INFO] [stdout] test day12::tests::test_navigate_part2 ... ok
[INFO] [stdout] test day13::part2::tests::test_find_earliest_matching_timestamp ... ok
[INFO] [stdout] test day10::tests::test_count_differences ... ok
[INFO] [stdout] test day19::tests::test_rules_2 ... ok
[INFO] [stdout] test day14::part2::tests::test_program_2 ... ok
[INFO] [stdout] test day14::part1::tests::test_program_1 ... ok
[INFO] [stderr] error: test failed, to rerun pass `--bin aoc`
[INFO] [stdout] test day19::tests::test_rules_3 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- day19::tests::test_rules_3 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'day19::tests::test_rules_3' (53) panicked at src/day19.rs:293:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 12
[INFO] [stdout]  right: 13
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64ca73199a02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64ca73199a02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64ca73199a02 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64ca73199a02 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64ca731ae42a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64ca731ae42a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x64ca7319e8e6 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64ca7319e8e6 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x64ca73177ecf - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64ca73177ecf - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64ca73191ce9 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64ca73126cfe - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x64ca73126cfe - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64ca73191ea2 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x64ca73191ea2 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64ca73177f88 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64ca7316f929 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64ca73178ddd - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64ca731aeb6c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64ca731ae9f3 - core[c5ed12ab89cc536a]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x64ca731aae5d - core[c5ed12ab89cc536a]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x64ca73113185 - aoc[4f793b8ca86823d8]::day19::tests::test_rules_3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day19.rs:293:9
[INFO] [stdout]   22:     0x64ca73111997 - aoc[4f793b8ca86823d8]::day19::tests::test_rules_3::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day19.rs:240:22
[INFO] [stdout]   23:     0x64ca731055b6 - <aoc[4f793b8ca86823d8]::day19::tests::test_rules_3::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x64ca7311b0ab - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x64ca7311b0ab - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x64ca7312790a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x64ca7312790a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x64ca7312790a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x64ca7312790a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x64ca7312790a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x64ca7312790a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x64ca7312790a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x64ca73121dd4 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x64ca73121dd4 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x64ca7312a402 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x64ca7312a402 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x64ca7312a402 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x64ca7312a402 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x64ca7312a402 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x64ca7312a402 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x64ca7312a402 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x64ca731992af - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x64ca731992af - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   44:     0x7e35df890aa4 - <unknown>
[INFO] [stdout]   45:     0x7e35df91da64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     day19::tests::test_rules_3
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 30 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3edf2e7eb552dca0e5805b13b87af0d057a95c443e8b288b6aded95e25c4585c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3edf2e7eb552dca0e5805b13b87af0d057a95c443e8b288b6aded95e25c4585c", kill_on_drop: false }`
[INFO] [stdout] 3edf2e7eb552dca0e5805b13b87af0d057a95c443e8b288b6aded95e25c4585c
