[INFO] cloning repository https://github.com/latenssi/aoc-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/latenssi/aoc-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flatenssi%2Faoc-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flatenssi%2Faoc-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6b933fe36b66851f50394f8d33ed21510f4c1f66 [INFO] testing latenssi/aoc-rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flatenssi%2Faoc-rust" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/latenssi/aoc-rust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/latenssi/aoc-rust [INFO] finished tweaking git repo https://github.com/latenssi/aoc-rust [INFO] tweaked toml for git repo https://github.com/latenssi/aoc-rust written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/latenssi/aoc-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 789bffae97212d7a0e025267888289478f031059159a5548b669bd2cb18191c9 [INFO] running `Command { std: "docker" "start" "-a" "789bffae97212d7a0e025267888289478f031059159a5548b669bd2cb18191c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "789bffae97212d7a0e025267888289478f031059159a5548b669bd2cb18191c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "789bffae97212d7a0e025267888289478f031059159a5548b669bd2cb18191c9", kill_on_drop: false }` [INFO] [stdout] 789bffae97212d7a0e025267888289478f031059159a5548b669bd2cb18191c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c7db6c46a97d69da0f5e8cf250b6d3d95415055bb3829a966b58158f796a239e [INFO] running `Command { std: "docker" "start" "-a" "c7db6c46a97d69da0f5e8cf250b6d3d95415055bb3829a966b58158f796a239e", kill_on_drop: false }` [INFO] [stderr] Compiling aoc-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::collections::HashSet` [INFO] [stdout] --> src/y2021/day17/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2016/day01/mod.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day18/mod.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day19/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day19/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day20/mod.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day21/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day21/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day22/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day22/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day23/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day23/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day24/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day24/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day25/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day25/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_from_points` [INFO] [stdout] --> src/lib/mod.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn new_from_points(points: &Vec) -> Shape { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/lib/mod.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn new(x: usize, y: usize) -> Point { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `i_at_start` [INFO] [stdout] --> src/lib/mod.rs:133:8 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn i_at_start(_: &Shape, i: usize) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `i_at_end` [INFO] [stdout] --> src/lib/mod.rs:137:8 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn i_at_end(s: &Shape, i: usize) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `point_at_start` [INFO] [stdout] --> src/lib/mod.rs:141:8 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn point_at_start(_: &Shape, p: &Point) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `point_at_end` [INFO] [stdout] --> src/lib/mod.rs:145:8 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn point_at_end(s: &Shape, p: &Point) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `dijkstra` [INFO] [stdout] --> src/lib/mod.rs:250:8 [INFO] [stdout] | [INFO] [stdout] 250 | pub fn dijkstra(shape: &Shape, start: usize, target: usize, cost_fn: F) -> Vec [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2015/day01/mod.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn puzzle1(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2015/day01/mod.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UP` [INFO] [stdout] --> src/y2016/day01/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | UP, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `DIR` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2016/day01/mod.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DOWN` [INFO] [stdout] --> src/y2016/day01/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | DOWN, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DIR` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2016/day01/mod.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LEFT` [INFO] [stdout] --> src/y2016/day01/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | LEFT, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DIR` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2016/day01/mod.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RIGHT` [INFO] [stdout] --> src/y2016/day01/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | RIGHT, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `DIR` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2016/day01/mod.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `run_step` [INFO] [stdout] --> src/y2016/day01/mod.rs:11:4 [INFO] [stdout] | [INFO] [stdout] 11 | fn run_step(state: (DIR, (isize, isize)), step: &str) -> (DIR, (isize, isize)) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2016/day01/mod.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn puzzle1(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2016/day01/mod.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `look_behind_1_gt_count` [INFO] [stdout] --> src/y2021/day01/mod.rs:6:4 [INFO] [stdout] | [INFO] [stdout] 6 | fn look_behind_1_gt_count<'a, T: PartialOrd>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `look_behind_2_sum` [INFO] [stdout] --> src/y2021/day01/mod.rs:16:4 [INFO] [stdout] | [INFO] [stdout] 16 | fn look_behind_2_sum + Copy + Clone>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day01/mod.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day01/mod.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse_point` [INFO] [stdout] --> src/y2021/day02/mod.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn parse_point(input: String) -> (i32, i32) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `travel` [INFO] [stdout] --> src/y2021/day02/mod.rs:15:4 [INFO] [stdout] | [INFO] [stdout] 15 | fn travel(state: (i32, i32), step: (i32, i32)) -> (i32, i32) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `travel_with_aim` [INFO] [stdout] --> src/y2021/day02/mod.rs:23:4 [INFO] [stdout] | [INFO] [stdout] 23 | fn travel_with_aim(state: (i32, i32, i32), step: (i32, i32)) -> (i32, i32, i32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `flip_y_2` [INFO] [stdout] --> src/y2021/day02/mod.rs:32:4 [INFO] [stdout] | [INFO] [stdout] 32 | fn flip_y_2(p: (i32, i32)) -> (i32, i32) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `flip_y_3` [INFO] [stdout] --> src/y2021/day02/mod.rs:36:4 [INFO] [stdout] | [INFO] [stdout] 36 | fn flip_y_3(p: (i32, i32, i32)) -> (i32, i32, i32) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `multiply_2` [INFO] [stdout] --> src/y2021/day02/mod.rs:40:4 [INFO] [stdout] | [INFO] [stdout] 40 | fn multiply_2(p: (i32, i32)) -> i32 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `multiply_3` [INFO] [stdout] --> src/y2021/day02/mod.rs:44:4 [INFO] [stdout] | [INFO] [stdout] 44 | fn multiply_3(p: (i32, i32, i32)) -> i32 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day02/mod.rs:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn puzzle1(input_filename: &str) -> i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day02/mod.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn puzzle2(input_filename: &str) -> i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `string_to_bin_vec` [INFO] [stdout] --> src/y2021/day03/mod.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | fn string_to_bin_vec(s: &String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `count_ones` [INFO] [stdout] --> src/y2021/day03/mod.rs:12:4 [INFO] [stdout] | [INFO] [stdout] 12 | fn count_ones(mut state: Vec, current: &Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `threshold` [INFO] [stdout] --> src/y2021/day03/mod.rs:26:4 [INFO] [stdout] | [INFO] [stdout] 26 | fn threshold(src: &Vec, limit: usize, remainder: usize) -> Vec { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `bin_vec_to_dec` [INFO] [stdout] --> src/y2021/day03/mod.rs:33:4 [INFO] [stdout] | [INFO] [stdout] 33 | fn bin_vec_to_dec(vec: &Vec) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day03/mod.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day03/mod.rs:58:8 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `buf_to_board_numbers` [INFO] [stdout] --> src/y2021/day04/mod.rs:20:4 [INFO] [stdout] | [INFO] [stdout] 20 | fn buf_to_board_numbers(buf: &Vec) -> [usize; GRID_SIZE * GRID_SIZE] { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse_game` [INFO] [stdout] --> src/y2021/day04/mod.rs:28:4 [INFO] [stdout] | [INFO] [stdout] 28 | fn parse_game(input: &Vec) -> Game { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day04/mod.rs:124:8 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day04/mod.rs:144:8 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `p1` [INFO] [stdout] --> src/y2021/day05/mod.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | p1: Point, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LineSegment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day05/mod.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `p2` [INFO] [stdout] --> src/y2021/day05/mod.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | p2: Point, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LineSegment` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day05/mod.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `string_to_line` [INFO] [stdout] --> src/y2021/day05/mod.rs:23:4 [INFO] [stdout] | [INFO] [stdout] 23 | fn string_to_line(s: &String) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `line_is_horizontal` [INFO] [stdout] --> src/y2021/day05/mod.rs:47:4 [INFO] [stdout] | [INFO] [stdout] 47 | fn line_is_horizontal(l: &LineSegment) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `line_is_vertical` [INFO] [stdout] --> src/y2021/day05/mod.rs:51:4 [INFO] [stdout] | [INFO] [stdout] 51 | fn line_is_vertical(l: &LineSegment) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `line_is_horizontal_or_vertical` [INFO] [stdout] --> src/y2021/day05/mod.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | fn line_is_horizontal_or_vertical(l: &LineSegment) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `line_all_points` [INFO] [stdout] --> src/y2021/day05/mod.rs:59:4 [INFO] [stdout] | [INFO] [stdout] 59 | fn line_all_points(l: &LineSegment) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `count_overlapping_points` [INFO] [stdout] --> src/y2021/day05/mod.rs:98:4 [INFO] [stdout] | [INFO] [stdout] 98 | fn count_overlapping_points( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day05/mod.rs:106:8 [INFO] [stdout] | [INFO] [stdout] 106 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day05/mod.rs:123:8 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `tick` [INFO] [stdout] --> src/y2021/day06/mod.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | fn tick(state: [usize; 9]) -> [usize; 9] { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day06/mod.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day06/mod.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `binom` [INFO] [stdout] --> src/y2021/day07/mod.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | fn binom(n: usize, k: usize) -> usize { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day07/mod.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day07/mod.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `vec_diff` [INFO] [stdout] --> src/y2021/day08/mod.rs:10:4 [INFO] [stdout] | [INFO] [stdout] 10 | fn vec_diff(a: &Vec, b: &Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mapping` [INFO] [stdout] --> src/y2021/day08/mod.rs:20:4 [INFO] [stdout] | [INFO] [stdout] 20 | fn mapping(s: &Vec, decoded: &[Vec; 10]) -> Option { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day08/mod.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day08/mod.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `depth_first_search` [INFO] [stdout] --> src/y2021/day09/mod.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn depth_first_search(values: &Vec, shape: &lib::Shape, i: usize) -> HashSet { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day09/mod.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day09/mod.rs:46:8 [INFO] [stdout] | [INFO] [stdout] 46 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LEGAL_OPEN` [INFO] [stdout] --> src/y2021/day10/mod.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | const LEGAL_OPEN: [char; 4] = ['(', '[', '{', '<']; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LEGAL_CLOSE` [INFO] [stdout] --> src/y2021/day10/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | const LEGAL_CLOSE: [char; 4] = [')', ']', '}', '>']; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ERR_SCORE_CORRUPT` [INFO] [stdout] --> src/y2021/day10/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | const ERR_SCORE_CORRUPT: [usize; 4] = [3, 57, 1197, 25137]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ERR_SCORE_INCOMPLETE` [INFO] [stdout] --> src/y2021/day10/mod.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | const ERR_SCORE_INCOMPLETE: [usize; 4] = [1, 2, 3, 4]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `line_error_score` [INFO] [stdout] --> src/y2021/day10/mod.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn line_error_score(l: &String) -> Option<(Option, Option)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day10/mod.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day10/mod.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `increment_elements` [INFO] [stdout] --> src/y2021/day11/mod.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn increment_elements(by: u8, v: &Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `step_flashed` [INFO] [stdout] --> src/y2021/day11/mod.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn step_flashed(values: &mut Vec, s: &lib::Shape) -> HashSet { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day11/mod.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day11/mod.rs:64:8 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Edge` [INFO] [stdout] --> src/y2021/day12/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | type Edge = (String, String); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `path_count` [INFO] [stdout] --> src/y2021/day12/mod.rs:7:4 [INFO] [stdout] | [INFO] [stdout] 7 | fn path_count( [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day12/mod.rs:54:8 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day12/mod.rs:67:8 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day13/mod.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day13/mod.rs:83:8 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type alias is never used: `Pair` [INFO] [stdout] --> src/y2021/day14/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | type Pair = (char, char); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse_rules` [INFO] [stdout] --> src/y2021/day14/mod.rs:6:4 [INFO] [stdout] | [INFO] [stdout] 6 | fn parse_rules(input: &Vec) -> HashMap { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse_pairs` [INFO] [stdout] --> src/y2021/day14/mod.rs:17:4 [INFO] [stdout] | [INFO] [stdout] 17 | fn parse_pairs(input: &String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `pair_counts` [INFO] [stdout] --> src/y2021/day14/mod.rs:26:4 [INFO] [stdout] | [INFO] [stdout] 26 | fn pair_counts(pairs: &Vec) -> HashMap { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `run_step` [INFO] [stdout] --> src/y2021/day14/mod.rs:33:4 [INFO] [stdout] | [INFO] [stdout] 33 | fn run_step(state: &HashMap, rules: &HashMap) -> HashMap { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `char_freq` [INFO] [stdout] --> src/y2021/day14/mod.rs:53:4 [INFO] [stdout] | [INFO] [stdout] 53 | fn char_freq(state: &HashMap, first_char: char) -> Vec { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day14/mod.rs:75:8 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day14/mod.rs:92:8 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mapped_value` [INFO] [stdout] --> src/y2021/day15/mod.rs:3:4 [INFO] [stdout] | [INFO] [stdout] 3 | fn mapped_value(values: &Vec, orig_shape: &lib::Shape, shape: &lib::Shape, i: usize) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day15/mod.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day15/mod.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `HEADER_LEN` [INFO] [stdout] --> src/y2021/day16/mod.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | const HEADER_LEN: usize = 6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LITERAL_VALUE_LEN` [INFO] [stdout] --> src/y2021/day16/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | const LITERAL_VALUE_LEN: usize = 5; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SUB_PACKET_TYPE_0_LEN` [INFO] [stdout] --> src/y2021/day16/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | const SUB_PACKET_TYPE_0_LEN: usize = 15; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SUB_PACKET_TYPE_1_LEN` [INFO] [stdout] --> src/y2021/day16/mod.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | const SUB_PACKET_TYPE_1_LEN: usize = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SUB_PACKET_TYPE_0_END` [INFO] [stdout] --> src/y2021/day16/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | const SUB_PACKET_TYPE_0_END: usize = HEADER_LEN + 1 + SUB_PACKET_TYPE_0_LEN; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SUB_PACKET_TYPE_1_END` [INFO] [stdout] --> src/y2021/day16/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | const SUB_PACKET_TYPE_1_END: usize = HEADER_LEN + 1 + SUB_PACKET_TYPE_1_LEN; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `SUM` [INFO] [stdout] --> src/y2021/day16/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | SUM, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PROD` [INFO] [stdout] --> src/y2021/day16/mod.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | PROD, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MIN` [INFO] [stdout] --> src/y2021/day16/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | MIN, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MAX` [INFO] [stdout] --> src/y2021/day16/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | MAX, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LIT` [INFO] [stdout] --> src/y2021/day16/mod.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | LIT, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GT` [INFO] [stdout] --> src/y2021/day16/mod.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | GT, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `LT` [INFO] [stdout] --> src/y2021/day16/mod.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | LT, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EQ` [INFO] [stdout] --> src/y2021/day16/mod.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | EQ, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_u8` [INFO] [stdout] --> src/y2021/day16/mod.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn from_u8(i: u8) -> Result { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `eval` [INFO] [stdout] --> src/y2021/day16/mod.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn eval(&self, p: &Packet) -> usize { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `version` [INFO] [stdout] --> src/y2021/day16/mod.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | version: u8, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Header` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `type` [INFO] [stdout] --> src/y2021/day16/mod.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | r#type: PacketType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Header` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_bits` [INFO] [stdout] --> src/y2021/day16/mod.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn from_bits(bits: &[bool]) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `header` [INFO] [stdout] --> src/y2021/day16/mod.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | header: Header, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Packet` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `length` [INFO] [stdout] --> src/y2021/day16/mod.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | length: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Packet` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sub_packets` [INFO] [stdout] --> src/y2021/day16/mod.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | sub_packets: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Packet` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/y2021/day16/mod.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | value: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Packet` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day16/mod.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 73 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_hex` [INFO] [stdout] --> src/y2021/day16/mod.rs:82:12 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn from_hex(s: &str) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_bits` [INFO] [stdout] --> src/y2021/day16/mod.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn from_bits(bits: &[bool]) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `version_sum` [INFO] [stdout] --> src/y2021/day16/mod.rs:146:12 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn version_sum(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `value` [INFO] [stdout] --> src/y2021/day16/mod.rs:154:12 [INFO] [stdout] | [INFO] [stdout] 154 | pub fn value(&self) -> usize { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `hex_to_bits` [INFO] [stdout] --> src/y2021/day16/mod.rs:159:8 [INFO] [stdout] | [INFO] [stdout] 159 | pub fn hex_to_bits(s: &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day16/mod.rs:184:8 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn puzzle1(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day16/mod.rs:192:8 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `x1` [INFO] [stdout] --> src/y2021/day17/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | x1: isize, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Area` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day17/mod.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `y1` [INFO] [stdout] --> src/y2021/day17/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | y1: isize, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Area` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day17/mod.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/y2021/day17/mod.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn new() -> Area { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `contains_point` [INFO] [stdout] --> src/y2021/day17/mod.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn contains_point(&self, p: &Point) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse_area` [INFO] [stdout] --> src/y2021/day17/mod.rs:77:4 [INFO] [stdout] | [INFO] [stdout] 77 | fn parse_area(s: &str) -> Area { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day17/mod.rs:97:8 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn puzzle1(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day17/mod.rs:128:8 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `R` [INFO] [stdout] --> src/y2021/day18/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | R(usize), // Regular [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Num` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day18/mod.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `P` [INFO] [stdout] --> src/y2021/day18/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | P(Box, Box), // Pair [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Num` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/y2021/day18/mod.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_str` [INFO] [stdout] --> src/y2021/day18/mod.rs:10:8 [INFO] [stdout] | [INFO] [stdout] 10 | fn from_str(s: &str) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_str_2` [INFO] [stdout] --> src/y2021/day18/mod.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | fn from_str_2(s: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_chars` [INFO] [stdout] --> src/y2021/day18/mod.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | fn from_chars(chars: &[char]) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `from_chars_2` [INFO] [stdout] --> src/y2021/day18/mod.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | fn from_chars_2(chars: &[char], i: usize, depth: usize) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mag` [INFO] [stdout] --> src/y2021/day18/mod.rs:55:8 [INFO] [stdout] | [INFO] [stdout] 55 | fn mag(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `split` [INFO] [stdout] --> src/y2021/day18/mod.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 62 | fn split(&mut self) -> Result<(), String> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add` [INFO] [stdout] --> src/y2021/day18/mod.rs:73:8 [INFO] [stdout] | [INFO] [stdout] 73 | fn add(&mut self, a: usize) -> Result<(), String> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `explode` [INFO] [stdout] --> src/y2021/day18/mod.rs:83:8 [INFO] [stdout] | [INFO] [stdout] 83 | fn explode(&mut self) -> Result<(usize, usize), String> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day18/mod.rs:98:8 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn puzzle1(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day18/mod.rs:113:8 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn puzzle2(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day19/mod.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn puzzle1(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day19/mod.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn puzzle2(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day21/mod.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn puzzle1(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day21/mod.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn puzzle2(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day22/mod.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn puzzle1(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day22/mod.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn puzzle2(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day23/mod.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn puzzle1(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day23/mod.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn puzzle2(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day24/mod.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn puzzle1(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day24/mod.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn puzzle2(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle1` [INFO] [stdout] --> src/y2021/day25/mod.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn puzzle1(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2021/day25/mod.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn puzzle2(input_filename: &str) -> isize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/y2021/day18/mod.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | Num::from_str(&input[7]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/y2021/day18/mod.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | Num::from_str_2(&input[7]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 169 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.56s [INFO] running `Command { std: "docker" "inspect" "c7db6c46a97d69da0f5e8cf250b6d3d95415055bb3829a966b58158f796a239e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7db6c46a97d69da0f5e8cf250b6d3d95415055bb3829a966b58158f796a239e", kill_on_drop: false }` [INFO] [stdout] c7db6c46a97d69da0f5e8cf250b6d3d95415055bb3829a966b58158f796a239e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1fd25bee380688c84a1dbce27cb6680cadacd53afb18b522bdbf9682894f3e6 [INFO] running `Command { std: "docker" "start" "-a" "d1fd25bee380688c84a1dbce27cb6680cadacd53afb18b522bdbf9682894f3e6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling aoc-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::collections::HashSet` [INFO] [stdout] --> src/y2021/day17/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::HashSet; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2016/day01/mod.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day18/mod.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day19/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day19/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day20/mod.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day21/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day21/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day22/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day22/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day23/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day23/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day24/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day24/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day25/mod.rs:4:9 [INFO] [stdout] | [INFO] [stdout] 4 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> src/y2021/day25/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let input = lib::read_lines(input_filename); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `i_at_start` [INFO] [stdout] --> src/lib/mod.rs:133:8 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn i_at_start(_: &Shape, i: usize) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `i_at_end` [INFO] [stdout] --> src/lib/mod.rs:137:8 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn i_at_end(s: &Shape, i: usize) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `point_at_start` [INFO] [stdout] --> src/lib/mod.rs:141:8 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn point_at_start(_: &Shape, p: &Point) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `point_at_end` [INFO] [stdout] --> src/lib/mod.rs:145:8 [INFO] [stdout] | [INFO] [stdout] 145 | pub fn point_at_end(s: &Shape, p: &Point) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `puzzle2` [INFO] [stdout] --> src/y2016/day01/mod.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `mag` [INFO] [stdout] --> src/y2021/day18/mod.rs:55:8 [INFO] [stdout] | [INFO] [stdout] 55 | fn mag(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `split` [INFO] [stdout] --> src/y2021/day18/mod.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 62 | fn split(&mut self) -> Result<(), String> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add` [INFO] [stdout] --> src/y2021/day18/mod.rs:73:8 [INFO] [stdout] | [INFO] [stdout] 73 | fn add(&mut self, a: usize) -> Result<(), String> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `explode` [INFO] [stdout] --> src/y2021/day18/mod.rs:83:8 [INFO] [stdout] | [INFO] [stdout] 83 | fn explode(&mut self) -> Result<(usize, usize), String> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/y2021/day18/mod.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 107 | Num::from_str(&input[7]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/y2021/day18/mod.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | Num::from_str_2(&input[7]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.44s [INFO] running `Command { std: "docker" "inspect" "d1fd25bee380688c84a1dbce27cb6680cadacd53afb18b522bdbf9682894f3e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1fd25bee380688c84a1dbce27cb6680cadacd53afb18b522bdbf9682894f3e6", kill_on_drop: false }` [INFO] [stdout] d1fd25bee380688c84a1dbce27cb6680cadacd53afb18b522bdbf9682894f3e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 32dcb45b36d623c2dcd09e58f7ad3fce3b050a0dbebcaee95205d8b6077e3898 [INFO] running `Command { std: "docker" "start" "-a" "32dcb45b36d623c2dcd09e58f7ad3fce3b050a0dbebcaee95205d8b6077e3898", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused import: `std::collections::HashSet` [INFO] [stderr] --> src/y2021/day17/mod.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::collections::HashSet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2016/day01/mod.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day18/mod.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day19/mod.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day19/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day20/mod.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day21/mod.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day21/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day22/mod.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day22/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day23/mod.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day23/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day24/mod.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day24/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day25/mod.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `input` [INFO] [stderr] --> src/y2021/day25/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | let input = lib::read_lines(input_filename); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `i_at_start` [INFO] [stderr] --> src/lib/mod.rs:133:8 [INFO] [stderr] | [INFO] [stderr] 133 | pub fn i_at_start(_: &Shape, i: usize) -> bool { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `i_at_end` [INFO] [stderr] --> src/lib/mod.rs:137:8 [INFO] [stderr] | [INFO] [stderr] 137 | pub fn i_at_end(s: &Shape, i: usize) -> bool { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `point_at_start` [INFO] [stderr] --> src/lib/mod.rs:141:8 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn point_at_start(_: &Shape, p: &Point) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `point_at_end` [INFO] [stderr] --> src/lib/mod.rs:145:8 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn point_at_end(s: &Shape, p: &Point) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `puzzle2` [INFO] [stderr] --> src/y2016/day01/mod.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn puzzle2(input_filename: &str) -> usize { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `mag` [INFO] [stderr] --> src/y2021/day18/mod.rs:55:8 [INFO] [stderr] | [INFO] [stderr] 55 | fn mag(&self) -> usize { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `split` [INFO] [stderr] --> src/y2021/day18/mod.rs:62:8 [INFO] [stderr] | [INFO] [stderr] 62 | fn split(&mut self) -> Result<(), String> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `add` [INFO] [stderr] --> src/y2021/day18/mod.rs:73:8 [INFO] [stderr] | [INFO] [stderr] 73 | fn add(&mut self, a: usize) -> Result<(), String> { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `explode` [INFO] [stderr] --> src/y2021/day18/mod.rs:83:8 [INFO] [stderr] | [INFO] [stderr] 83 | fn explode(&mut self) -> Result<(usize, usize), String> { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/y2021/day18/mod.rs:107:5 [INFO] [stderr] | [INFO] [stderr] 107 | Num::from_str(&input[7]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/y2021/day18/mod.rs:108:5 [INFO] [stderr] | [INFO] [stderr] 108 | Num::from_str_2(&input[7]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: `aoc-rust` (bin "aoc-rust" test) generated 27 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc_rust-e486fe0d5151543a) [INFO] [stdout] [INFO] [stdout] running 54 tests [INFO] [stdout] test y2016::day01::tests::test2 ... ok [INFO] [stdout] test y2016::day01::tests::test1 ... ok [INFO] [stdout] test y2015::day01::tests::test1 ... ok [INFO] [stdout] test y2015::day01::tests::test2 ... ok [INFO] [stdout] test y2021::day06::tests::test1 ... ok [INFO] [stdout] test y2021::day06::tests::test2 ... ok [INFO] [stdout] test y2021::day01::tests::test1 ... ok [INFO] [stdout] test y2021::day01::tests::test2 ... ok [INFO] [stdout] test y2021::day13::tests::test2 ... ok [INFO] [stdout] test y2021::day02::tests::test2 ... ok [INFO] [stdout] test y2021::day08::tests::test1 ... ok [INFO] [stdout] test y2021::day02::tests::test1 ... ok [INFO] [stdout] test y2021::day10::tests::test1 ... ok [INFO] [stdout] test y2021::day10::tests::test2 ... ok [INFO] [stdout] test y2021::day03::tests::test1 ... ok [INFO] [stdout] test y2021::day16::tests::test2 ... ok [INFO] [stdout] test y2021::day16::tests::test1 ... ok [INFO] [stdout] test y2021::day13::tests::test1 ... ok [INFO] [stdout] test y2021::day14::tests::test1 ... ok [INFO] [stdout] test y2021::day03::tests::test2 ... ok [INFO] [stdout] test y2021::day04::tests::test1 ... ok [INFO] [stdout] test y2021::day14::tests::test2 ... ok [INFO] [stdout] test y2021::day18::tests::test1 ... FAILED [INFO] [stdout] test y2021::day19::tests::test1 ... FAILED [INFO] [stdout] test y2021::day21::tests::test2 ... FAILED [INFO] [stdout] test y2021::day22::tests::test1 ... FAILED [INFO] [stdout] test y2021::day20::tests::test2 ... FAILED [INFO] [stdout] test y2021::day22::tests::test2 ... FAILED [INFO] [stdout] test y2021::day21::tests::test1 ... FAILED [INFO] [stdout] test y2021::day18::tests::test2 ... FAILED [INFO] [stdout] test y2021::day23::tests::test1 ... FAILED [INFO] [stdout] test y2021::day09::tests::test1 ... ok [INFO] [stdout] test y2021::day24::tests::test2 ... FAILED [INFO] [stdout] test y2021::day23::tests::test2 ... FAILED [INFO] [stdout] test y2021::day24::tests::test1 ... FAILED [INFO] [stdout] test y2021::day25::tests::test1 ... FAILED [INFO] [stdout] test y2021::day25::tests::test2 ... FAILED [INFO] [stdout] test y2021::day19::tests::test2 ... FAILED [INFO] [stdout] test y2021::day11::tests::test1 ... ok [INFO] [stdout] test y2021::day15::tests::test1 ... ok [INFO] [stdout] test y2021::day08::tests::test2 ... ok [INFO] [stdout] test y2021::day11::tests::test2 ... ok [INFO] [stdout] test y2021::day09::tests::test2 ... ok [INFO] [stdout] test y2021::day07::tests::test1 ... ok [INFO] [stdout] test y2021::day20::tests::test1 ... FAILED [INFO] [stdout] test y2021::day05::tests::test1 ... ok [INFO] [stdout] test y2021::day04::tests::test2 ... ok [INFO] [stdout] test y2021::day07::tests::test2 ... ok [INFO] [stdout] test y2021::day12::tests::test2 ... ok [INFO] [stdout] test y2021::day12::tests::test1 ... ok [INFO] [stdout] test y2021::day05::tests::test2 ... ok [INFO] [stdout] test y2021::day17::tests::test2 ... ok [INFO] [stdout] test y2021::day17::tests::test1 ... ok [INFO] [stdout] test y2021::day15::tests::test2 ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- y2021::day18::tests::test1 stdout ---- [INFO] [stdout] vals: [(1, Some(1)), (4, Some(9)), (4, Some(3)), (3, Some(9)), (4, Some(9)), (4, Some(0)), (4, Some(0)), (4, Some(7))] [INFO] [stdout] thread 'y2021::day18::tests::test1' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `4140`', src/y2021/day18/mod.rs:124:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3695fe - aoc_rust::y2021::day18::tests::test1::h9f4d6ddace75d8ef [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day18/mod.rs:124:9 [INFO] [stdout] 18: 0x56058e36955a - aoc_rust::y2021::day18::tests::test1::{{closure}}::hcf5e311f242b9723 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day18/mod.rs:123:5 [INFO] [stdout] 19: 0x56058e37fade - core::ops::function::FnOnce::call_once::hcf93608fe2639a82 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day19::tests::test1 stdout ---- [INFO] [stdout] thread 'y2021::day19::tests::test1' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day19/mod.rs:19:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3c618a - aoc_rust::y2021::day19::tests::test1::h4ba30aa6ee1f0576 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day19/mod.rs:19:9 [INFO] [stdout] 18: 0x56058e3c60ca - aoc_rust::y2021::day19::tests::test1::{{closure}}::h51e76a03f645c271 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day19/mod.rs:18:5 [INFO] [stdout] 19: 0x56058e37f1ae - core::ops::function::FnOnce::call_once::h68e245ed21e331bd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day21::tests::test2 stdout ---- [INFO] [stdout] thread 'y2021::day21::tests::test2' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day21/mod.rs:25:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3c65aa - aoc_rust::y2021::day21::tests::test2::h9dd88c5652ad49d8 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day21/mod.rs:25:9 [INFO] [stdout] 18: 0x56058e3c64ea - aoc_rust::y2021::day21::tests::test2::{{closure}}::h4549b44f8400e926 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day21/mod.rs:24:5 [INFO] [stdout] 19: 0x56058e37f79e - core::ops::function::FnOnce::call_once::hb0c54b65c3ce4d1b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day22::tests::test1 stdout ---- [INFO] [stdout] thread 'y2021::day22::tests::test1' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day22/mod.rs:19:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3c670a - aoc_rust::y2021::day22::tests::test1::hc35afb169e76f8f3 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day22/mod.rs:19:9 [INFO] [stdout] 18: 0x56058e3c664a - aoc_rust::y2021::day22::tests::test1::{{closure}}::h1f14be48962512e3 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day22/mod.rs:18:5 [INFO] [stdout] 19: 0x56058e37f90e - core::ops::function::FnOnce::call_once::hbd26e11fb16e4166 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day20::tests::test2 stdout ---- [INFO] [stdout] thread 'y2021::day20::tests::test2' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day20/mod.rs:65:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e369ada - aoc_rust::y2021::day20::tests::test2::h5f7ad05da3da3377 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day20/mod.rs:65:9 [INFO] [stdout] 18: 0x56058e369a1a - aoc_rust::y2021::day20::tests::test2::{{closure}}::he37d5c25701b84fa [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day20/mod.rs:64:5 [INFO] [stdout] 19: 0x56058e37f94e - core::ops::function::FnOnce::call_once::hbd2ef99498e01b4a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day22::tests::test2 stdout ---- [INFO] [stdout] thread 'y2021::day22::tests::test2' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day22/mod.rs:25:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3c686a - aoc_rust::y2021::day22::tests::test2::h52d7194dbe3d6f89 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day22/mod.rs:25:9 [INFO] [stdout] 18: 0x56058e3c67aa - aoc_rust::y2021::day22::tests::test2::{{closure}}::ha0f4507ca5014e27 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day22/mod.rs:24:5 [INFO] [stdout] 19: 0x56058e37eeee - core::ops::function::FnOnce::call_once::h43038506125dd526 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day21::tests::test1 stdout ---- [INFO] [stdout] thread 'y2021::day21::tests::test1' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day21/mod.rs:19:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3c644a - aoc_rust::y2021::day21::tests::test1::h4c91fac47fafebb3 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day21/mod.rs:19:9 [INFO] [stdout] 18: 0x56058e3c638a - aoc_rust::y2021::day21::tests::test1::{{closure}}::hb8bab8ecb926eed6 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day21/mod.rs:18:5 [INFO] [stdout] 19: 0x56058e37f3ee - core::ops::function::FnOnce::call_once::h8a17dfed29b357e4 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day18::tests::test2 stdout ---- [INFO] [stdout] thread 'y2021::day18::tests::test2' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day18/mod.rs:130:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3696ca - aoc_rust::y2021::day18::tests::test2::hf362bc2438852968 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day18/mod.rs:130:9 [INFO] [stdout] 18: 0x56058e36960a - aoc_rust::y2021::day18::tests::test2::{{closure}}::h566d2ed59f4d69ea [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day18/mod.rs:129:5 [INFO] [stdout] 19: 0x56058e37efce - core::ops::function::FnOnce::call_once::h52c957f696565a56 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day23::tests::test1 stdout ---- [INFO] [stdout] thread 'y2021::day23::tests::test1' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day23/mod.rs:19:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3c69ca - aoc_rust::y2021::day23::tests::test1::h43bfa6fee7b8c869 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day23/mod.rs:19:9 [INFO] [stdout] 18: 0x56058e3c690a - aoc_rust::y2021::day23::tests::test1::{{closure}}::hca018de6291b40ca [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day23/mod.rs:18:5 [INFO] [stdout] 19: 0x56058e37f32e - core::ops::function::FnOnce::call_once::h7c3dfacac31dd468 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day24::tests::test2 stdout ---- [INFO] [stdout] thread 'y2021::day24::tests::test2' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day24/mod.rs:25:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3c6dea - aoc_rust::y2021::day24::tests::test2::h29894e5c4e287914 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day24/mod.rs:25:9 [INFO] [stdout] 18: 0x56058e3c6d2a - aoc_rust::y2021::day24::tests::test2::{{closure}}::h0c92c4e02a06e387 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day24/mod.rs:24:5 [INFO] [stdout] 19: 0x56058e37f12e - core::ops::function::FnOnce::call_once::h60d53187934bba01 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day23::tests::test2 stdout ---- [INFO] [stdout] thread 'y2021::day23::tests::test2' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day23/mod.rs:25:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3c6b2a - aoc_rust::y2021::day23::tests::test2::he45fefd8fff06809 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day23/mod.rs:25:9 [INFO] [stdout] 18: 0x56058e3c6a6a - aoc_rust::y2021::day23::tests::test2::{{closure}}::h16e1a65e0a53d260 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day23/mod.rs:24:5 [INFO] [stdout] 19: 0x56058e37ff0e - core::ops::function::FnOnce::call_once::hf74f69b0b418fa95 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day24::tests::test1 stdout ---- [INFO] [stdout] thread 'y2021::day24::tests::test1' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day24/mod.rs:19:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3c6c8a - aoc_rust::y2021::day24::tests::test1::h90a1508d94c15ec9 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day24/mod.rs:19:9 [INFO] [stdout] 18: 0x56058e3c6bca - aoc_rust::y2021::day24::tests::test1::{{closure}}::h141633f5bc764fa9 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day24/mod.rs:18:5 [INFO] [stdout] 19: 0x56058e37fbde - core::ops::function::FnOnce::call_once::hd6120d798d08662c [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day25::tests::test1 stdout ---- [INFO] [stdout] thread 'y2021::day25::tests::test1' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day25/mod.rs:19:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3c6f4a - aoc_rust::y2021::day25::tests::test1::h12ddc306cd2d37e9 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day25/mod.rs:19:9 [INFO] [stdout] 18: 0x56058e3c6e8a - aoc_rust::y2021::day25::tests::test1::{{closure}}::h2d4e2c35b23dfb6d [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day25/mod.rs:18:5 [INFO] [stdout] 19: 0x56058e37fc5e - core::ops::function::FnOnce::call_once::hdd7860cf1874018b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day25::tests::test2 stdout ---- [INFO] [stdout] thread 'y2021::day25::tests::test2' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day25/mod.rs:25:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3c70aa - aoc_rust::y2021::day25::tests::test2::hcbfab7fabac7d3ac [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day25/mod.rs:25:9 [INFO] [stdout] 18: 0x56058e3c6fea - aoc_rust::y2021::day25::tests::test2::{{closure}}::h59e517cd8c622ea0 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day25/mod.rs:24:5 [INFO] [stdout] 19: 0x56058e37fd0e - core::ops::function::FnOnce::call_once::he4940c376c051527 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day19::tests::test2 stdout ---- [INFO] [stdout] thread 'y2021::day19::tests::test2' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `0`, [INFO] [stdout] right: `1`', src/y2021/day19/mod.rs:25:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c8ba - core::panicking::assert_failed::hbdd63995e6360db6 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3c62ea - aoc_rust::y2021::day19::tests::test2::h4b827cb56150b0b8 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day19/mod.rs:25:9 [INFO] [stdout] 18: 0x56058e3c622a - aoc_rust::y2021::day19::tests::test2::{{closure}}::h8ca107f5489b97ca [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day19/mod.rs:24:5 [INFO] [stdout] 19: 0x56058e37fc1e - core::ops::function::FnOnce::call_once::hd8ddd1b96c4e6dfe [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] error: test failed, to rerun pass '--bin aoc-rust' [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- y2021::day20::tests::test1 stdout ---- [INFO] [stdout] #..#. [INFO] [stdout] #.... [INFO] [stdout] ##..# [INFO] [stdout] ..#.. [INFO] [stdout] ..### [INFO] [stdout] [INFO] [stdout] ........... [INFO] [stdout] ........... [INFO] [stdout] ...##.##... [INFO] [stdout] ..#..#.#... [INFO] [stdout] ..##.#..#.. [INFO] [stdout] ..####..#.. [INFO] [stdout] ...#..##... [INFO] [stdout] ....##..#.. [INFO] [stdout] .....#.#... [INFO] [stdout] ........... [INFO] [stdout] ........... [INFO] [stdout] [INFO] [stdout] ................. [INFO] [stdout] ................. [INFO] [stdout] ................. [INFO] [stdout] ................. [INFO] [stdout] ...........#..... [INFO] [stdout] .....#..#.#...... [INFO] [stdout] ....#.#...###.... [INFO] [stdout] ....#...##.#..... [INFO] [stdout] ....#.....#.#.... [INFO] [stdout] .....#.#####..... [INFO] [stdout] ......#.#####.... [INFO] [stdout] .......##.##..... [INFO] [stdout] ........###...... [INFO] [stdout] ................. [INFO] [stdout] ................. [INFO] [stdout] ................. [INFO] [stdout] ................. [INFO] [stdout] [INFO] [stdout] ##..###.#.###..##.##..####.#..#.#.###..#.#.#....#.#.###...#.....#.##.##..#.####.##.#.####.#.#.....## [INFO] [stdout] ...#.#.###...###..##...#####..##..#..#.#..#.#...#.#..###...#..##.##....#.....#...########.######.##. [INFO] [stdout] #...#.#.####....#....###..#.#.###.#.....####....###.#.###.#..###.###....##.##..#.##...##....##.##... [INFO] [stdout] ###..###.#..#######.....#..##.###..#####...##.###..#....##.##....####...#..###..###.#...##...###.### [INFO] [stdout] #######.#........#####.##..##..#...#######..#.##...#.###...###...######...#####..#.#.#..#..#.#.#.#.. [INFO] [stdout] ..##.#.##.##.#...#.#.#........##.##.###..###.##.#.#.#.#..##.#.###..######..#.....#..#.###..#....#.#. [INFO] [stdout] .#.....##.#...#.###...#.##..#.##.##.#.#.#####...###.#.##.###..#.#.#..#..##########.#.#####.##.#..##. [INFO] [stdout] .#.#.##..#.#.####..#...#.#..##.########.#.###.#.#......##..########.####.##...###....###......#.#.## [INFO] [stdout] ##.#.#.#######..#....###...##.#.#.#..#.#.###.###..#....#..###....#.....##.####.##..##..##..#.###.... [INFO] [stdout] .##..#######.######....#.#..#.......#.#.####.#.####.....#.####..##.#..##..##..#......#...###...#..#. [INFO] [stdout] ###.#..###..##..#.##...###.####...##........#..##.#.#.#.##...####...##..#..#.####......##..#..##.##. [INFO] [stdout] #.#.##...#.##......#.......###.......##...#...#####.#.#..##..#..#####.###.######..###.###......##.## [INFO] [stdout] #.#####.#.#..#...#.#..###.###.....###.##...#.##.##.###..#...##..##...#####...#.....##.#..####.#.###. [INFO] [stdout] ..######..###.#.#...#.#.##......###......#.#######..#.#....#.##....#..#.#.##....###.##.#.#...#...##. [INFO] [stdout] ##.##..#.##.##.#.#####.#####.##.#.##.#...##..##....##....###....##.###..##.###.#.#...##....##.#.##.# [INFO] [stdout] .#.##.#.#.#.##...#.#.###.#...#.#....####.##.#..#####.#.#..######.##..#.#.#####....###..##..#.#...... [INFO] [stdout] ..###.....#.###.......#...#...##.#...##.##..##.##..##...###.#..#...##..#.#.#.##...#.#..#####.##..#.# [INFO] [stdout] .##..#...#.##.##.#.###....##...#..####...##......###..##...#####.##..#..#.#..#####......#....#.##..# [INFO] [stdout] .#.#.###.#...#.##.##.####...###.#.#..#...###.....##..#.#..###.##.#.#...#.##...###....##.#.##..#..### [INFO] [stdout] .#..###.##.####.##..#..#.#.######..#.#..#...#####...##..#..##.#.#.##.##.#...###..##..##...#.##..#... [INFO] [stdout] ###.####...###.....#.#####.....#...###.##..#....#.####......#.#..##.#.#.####..#..#...#.#####.#.###.# [INFO] [stdout] #....####...#..#..###...##...##.##....#.#.#....####.#..#.##.#.##.###.#..###.##..###..#.....####....# [INFO] [stdout] .##..#....#..#..#....#...#...##.##..#..###.###...#######.##.##..##.#..#.#..#.#.#.#..####..#####...#. [INFO] [stdout] #.###......#####.###..##.##.#...##.#.###..##..##.....#...########.#..#####......#..###..#.##...#.... [INFO] [stdout] #....##...#.###..##...#..###.####..#.###...##.#.##..####..##.#.#####..#...######....#.##.#..#.....## [INFO] [stdout] .##.#.#.###.#####...#....#......####.##..####..#.#.#.#.#..#.......###.#.....##..##...##..##...###.#. [INFO] [stdout] .#...#.##..#.####.###.###....####..#.##.#....####..#..#...#.####.##.####.#.##.#.####..###......####. [INFO] [stdout] ..#.#...#.#.###.##...#...#.......#....#....###.#.......#.#..####.#.###.#.#....#.#.#..#.#..#...#..### [INFO] [stdout] #...###.###.#...#........###...#.##..###.##.#.##..##.....##.#.##...####..#..#.#.##.####.....#.###### [INFO] [stdout] .#.##..#.#.###.#.#.......##.#.##########.#.#.....#..#####.#.....#.#####..###.##......#.#.....####... [INFO] [stdout] .#.#########....###..#.#######.#.....#.#..##...##...#.#####.##....#.#.#..##.....#.#.#.##.#.#..##..## [INFO] [stdout] ###.##.#.####.#...###.#.##..####.###...#######..###.#...#.#...##.####..#....####.####..####.#.###... [INFO] [stdout] ..##..#...#.#.##...#.###.#########.#..####..###.##..##.##..##...###.#..###...#..#.#..#.#####.###..## [INFO] [stdout] .#.##...#..##.###.....####.#.....#.#.####.#....##..#....##.##.##..#.###.###.####..##..##..##...##### [INFO] [stdout] .##.#.#..####.#.#...#..###.#.##..#.#.###.#..#...###.....#....###..#.#.#.##.###.###..##.#.#.###.##.#. [INFO] [stdout] #..#####.####.....#.#.#...##.#..#.#....#.#####.#.#####...#.#.#.####..#.#####..##.#..#.###..####.#### [INFO] [stdout] #.###...#...#####.###.#.##..##.#.#..##..#..#.##.##.#.....##....#####..##.#.##..#.#......#####.#..#.# [INFO] [stdout] ###......#........####.#####..###....#.#.##..#.#.##.##.##.###......###.####...##...##.##.##.#.#.#### [INFO] [stdout] ##.#.#.......###..#.##.##....#.####...#..#....#...#.#..#..#..###..#.####.###.##.#..#######..#.#...## [INFO] [stdout] ..#....##...#..#...#..#.##.##.###.#.##.####....#..#.#.#.#####.#..#.#.....###.#...###.##.#...#..#.### [INFO] [stdout] #..#..#.....#..###..##.#.##..##.#.#.###.##..##..#######.#..#.#..#.#..##.#...#.#.#.###.##..#.#..####. [INFO] [stdout] ..#...##..#.#.##..#.#..#..##..#.###..#########....##...#####.###..#...#.#..##.##......#.##.#..#..... [INFO] [stdout] ..##.##....#..#.#..#..####..####..#...##...#..##.##..##..##.#.##.###.............###...###..#####.## [INFO] [stdout] ...#####...#..#.#.#..#.##...####.####..###.######..#..###..#...##.###...##.##.#.#######.....#..###.# [INFO] [stdout] ####......#.#.#...#####.#.##.#...##.....##..#..#......##.###.###..###.####.##.##..#...###.####..###. [INFO] [stdout] #####....##..##.......#..#...###....#..##.#..#.#.#...#..#..#.#.##.#####...###.....###..#..##....##.# [INFO] [stdout] #.####.##...#.###.#.#.#..###.#..#..###..#.##...#...##..##.#....###......#...#..######.#.#....#..###. [INFO] [stdout] ####....##...#.#..###.##.#.....#..#...####.....#...##....####..##.##..#####..##.#.#....###....#.#..# [INFO] [stdout] ##..##.##....#####....#..#..####.#####.#.##.###.#...###..#....#..##.#.....#.#..#.###..##.#.#..##.#.. [INFO] [stdout] .##...#.##..#.#.####.##...#...##.#.######..#####.#...#..##.....####...#..########..#.##.....#.#....# [INFO] [stdout] #.#..##..#.#...#...#.#.##..#.#.#.#..#.###..##.#..#.###.....#####.##.#######.###..#..##..#...#.####.# [INFO] [stdout] .#..####.###....##.#..#.#.#.###.##..###..#....##.##.#.######.##...#...#.#.###..#######.###.###.#..#. [INFO] [stdout] .#....##.##..##.#......####.##...####.####.###.###.##.###....#..#.#...##.####.###.###...#..#...##.## [INFO] [stdout] #.##..##.##...#.#####..###....##.####.###.#.#.###..#....##.#.#.#..#.##.###.########.##.#..##..##.##. [INFO] [stdout] .#...#.##.###......#.#####...##..#.#...##.##.....#.##.##.#.#...#..###....####....##....#.#####.#..#. [INFO] [stdout] ###..###.####.##..##...#...#.#..###..##..#..#.#####...####..###.#..##..#.###..##....#..#..#.#.#.#... [INFO] [stdout] ##.#####..#..#....#.#.##.#.####...####.#..#.....#..##.####......#.#######.##..##..###..#.#.##....### [INFO] [stdout] #.####..#...#..#.##..#.#.....#..#.##.#.#..#...#....##.......#.#.#.#########.######.####....#....#..# [INFO] [stdout] ...##...#.#.##...#..##.#.#.#.#..#.#.....#....##.##.###.####.####....#.#.###.##...#.##.....###...##.# [INFO] [stdout] ....#.#.#..##....##.#..#.##..#..#.#.###.#..#.#####.#.##.##.##..#..####..###.#.##..#....#.##..###.### [INFO] [stdout] .##.....#.#.......#.###.####.....#.###..##..###..####.##.######........####.##.#.##...##.###..#.###. [INFO] [stdout] .###..#..#.#.#.########..#..#....#.#.#.#...#..#.#...#.###..##.###.####...#....#.#.#####.#...####.### [INFO] [stdout] .##......##.###.###....#.##.#####.#....##..#####.##.##.#.....###...##.....##.##.#..###.....###.#.#.. [INFO] [stdout] ....#.##.#.....###.#..#.####...#####...######.##.##..#.#..#.#.#...#.#.##...##....####...##.#.#.#.##. [INFO] [stdout] .#....##.#.#...##.#.........##..#.#......#.#..#.......###.#.###....##.#...#..#.#.#.#.###...##..##### [INFO] [stdout] #..#.#.....#..###.###.#...##..##.#...####..###.#.#..###.###..#..#.#.#.########.#....#.####....####.# [INFO] [stdout] .#..#####.######.#..#..#.##.######.#.###.###.###..###.....#...#.###.###....#.#.##.#..#..#.#...#.##.# [INFO] [stdout] #.#..#..#.#.#.#....#......###...#..##.##...##.####.#.#....#...#.#.##....##.##..#.#.#....####..#.#.#. [INFO] [stdout] ..#...##.###......###.#..#.#...##.#.###.###.#.####......#..#...#..######.#.##.########..#..#.#...... [INFO] [stdout] ....##.#.##.##..#..###.....###...#.#.##...#.######....###...##.##..##..##.##....#.#.##..###...##.#.# [INFO] [stdout] ####.#.###.###.###.#.####..#.......######..##....####.#.####......#...#.#####..#.###..######.#.#.#.# [INFO] [stdout] #.........##...#.#.#####...#.##..#.#..#.##.##..#.###..##.#..###.##..###.#..######..#.####...#.####.# [INFO] [stdout] ..#.#.####....#.#####.###....###..#...#...#.#..###.##.##..#.....##......##.#...#.###...##.#########. [INFO] [stdout] ##..####.....##.#......#..#....##.##.#..##.#..##.##...#.#...#.#..##.....######.#.##..#...#....##.#.# [INFO] [stdout] .#.##..#.##.#...##...##..##.#.#..####......#...######.###.###.##..#.#.........###..#.#.#......#....# [INFO] [stdout] ##.###.###..#....#....#...#.##.#.####..#...#.#.##.#.##.#.#...#.#.#...##..#....######....####...#.#.# [INFO] [stdout] .####.#.....#####..#....#.#.##..##..#...#.####.##.#..###..###.#...###.####...##.##..#....#.#.#..##.. [INFO] [stdout] ####.#....##..####...#.#.#..###..#####.#.#.#..##.####.##.#......###.#...#.##.#......#..##.#...#.##.# [INFO] [stdout] #....##.....#.##.#####..#.#.###....#.#...#.####.#.#...###..##...#.###.###......#.#...#..##..##.##### [INFO] [stdout] ##.#..#.##..###.#.######...#.#.#...#......###......#..#..##....###.####..##.###...##.#...#..#.##.... [INFO] [stdout] .##...#.#.####.#.##..#.#.....##....#.##.###.#.#...##.####...#.#..#.###...##.######.##.###.....#...#. [INFO] [stdout] ##...##.#...#.#......##.#..#...##.######.####.#.##.##.###.##..#........##.#.#...#.#.##.#..##.#.#.#.# [INFO] [stdout] #..##.#..##.#.##..##.#...###...#####.##...######...#.##.##..#.##.#.#..#########.#......###.#.##...## [INFO] [stdout] ..#.#.#..###......##.##.###.##.##.##.##.......##....#####..####.##..##.##..#....##....#......#..#..# [INFO] [stdout] ...###..##....##..#.#######..######..#............#.....#..#.#.#....####.#.##.#.#.....###...#.#...#. [INFO] [stdout] ###.#....#...##....#.#..##....###..##..###..#.#..##.##......#....#...#...####.....#..##....##..#..## [INFO] [stdout] #.##.#...###.##..#..#.######....###.#...#....#.###......#.###.#...#.#..##..##..#....#.....#...##.### [INFO] [stdout] ...##...##....##.....#....#.#####.##..##.###.###.#.....#..#...#.####.#.#..#..#.###.##....##..#..#..# [INFO] [stdout] ##.##.###..#.#.....#.....##...#....#..#........#..#.##.###..#.........#...#.##.##.###..#...#####..## [INFO] [stdout] ..###.#.#.####.....####...#.#..#....##.###..###.##...#.#...#.####..####.#.#..#.#####.#......#.###... [INFO] [stdout] .####....###.#...###...#.##.####.....#.#....#..#.##..#.#.#....##.#..#.###..##..#..#.#.####.#....#### [INFO] [stdout] ###.#....#..##..##.####.##.#.#....##.......#..#......##..#.##.#####..###..#....###.#.........#..#.#. [INFO] [stdout] ..#....##...#...###.##.#..#..#....##.#####..##..#.####...#.#..##..##....##...##..###.#.###.##.#..### [INFO] [stdout] ......##.#######...#...#..##...##.#..#.......#..##...#.#.###.###..##.#...###..##.##.#.##.#..######.. [INFO] [stdout] ##..#...#.###..####.####..###.#.##..#.#.##.#..#.##.....##..###...#.##..#....###..##...###.....#.#... [INFO] [stdout] .##.#.#...#.#..#.#######.##.#.#..#..###..#.##.#..#####.#.###.###..####....#.####.....###...###..##.# [INFO] [stdout] #...#...##.###.#..##..#..##...#.###.....#..####..#..#.#.#.##.#.#.##..#.##.#...##..###.#..#.#..#.#... [INFO] [stdout] #.#..##....#.#.##.##..##..#.##.#####.##..####.#.#.#......#.######.......##...#...#.##.#..####..#.### [INFO] [stdout] ...#..#.....##.#.#.###.....######..#.##.....##....##..###.####..##.##.###.#.....###.###.#.#..##..#.. [INFO] [stdout] ##.#...##.#..###.#.#.##..#...###..##.###.###...#...#.#.##.#.##.#...####.####..###..#.##.#.##..##.##. [INFO] [stdout] [INFO] [stdout] .......................................................................................................... [INFO] [stdout] .########################################################################################################. [INFO] [stdout] .##.###.##.#..####.#..###.###.####.#..#####.#.######.#..############..#..####..###..#.#..###.#.######.###. [INFO] [stdout] .#....#..####.#.##..###......#..#.#####.#..#..#####...#....#..###..##.....#.#.......#####..#..#####.....#. [INFO] [stdout] .#..###..#..###...#.#....###......##..#.##.....#.###.#..##...##..#.####...##.####.#..#.###..#.#.#.###..##. [INFO] [stdout] .##.#..#..###..##...####..##....##.##.#.#..#.###..####..##..#...#...#...##...##.#....#...#........#.##.##. [INFO] [stdout] .##...#..#..##..##.##.#.###...#.###.#......##.##.#.###..###.#...##.##...##.#.#.....#.#.##.#...#.##...#..#. [INFO] [stdout] .##.####.#.#.#.#.#.####..#.#.#...#.##..#...####.#.#.......##.#.####..##...#....###.#####.##..#.##..######. [INFO] [stdout] .####.#.###..#...#.##.#...#..###....#..#..........#.###..##.#.###..###.##.####...####.##..###.#..#.#...##. [INFO] [stdout] .#########..##.##.##..#..#....#......#.#...#.#..##..######....#.##.#.##...###..#....###.#...##.##.##.####. [INFO] [stdout] .####...#.#..#.##.#.#.#...#.#.##..#..###..##...###.#.#...####..#####.##.#####...####.###.#.###..###.###.#. [INFO] [stdout] .#..#.#.#..#..##..##...#..#.#...####.#.#.##...#..##....###......###..##.#.##..##..........####.#.#.##.###. [INFO] [stdout] .#.#....###..#..#..###.#.##..###....##...#.....##..#####.##......#####.#.##.##..#.##.#..#.#.#.#.#..#...##. [INFO] [stdout] .###.#.##.##..####.#.##.##.##...#..#..###...#..###........#######...#....#..###...#...#...#...#...##.####. [INFO] [stdout] .##.##....##..##..###.#.#.##.#..#.##.##..#.#..#..#.##.##.#...#.#.##.##.#..######.##.#..#.##.#.#...##.##.#. [INFO] [stdout] .###......#..##..#.###...#.###.#.##.#.#####.##.#.#..####.#.###..##..#...#..#.##.####.##..##..##...####.##. [INFO] [stdout] .#.##.#.#...####.........#..###.##.##.#.#..#..###.#...#.##.####.##.##..###.##.##..#..####.###...######.##. [INFO] [stdout] .#..#..#.#....#..##....####.#..#####.######...##..#.#.#......##.##..#.###..##...####...#.....##.##....#.#. [INFO] [stdout] .###.#.###.#.####...#.#.#.#..##...#.#..#.##....##..##..##..######.#.#.###.#.##.........#.#..##..##.####.#. [INFO] [stdout] .##.###....#..#.#...###.##.....#.###.#.###.#.##.##..######.#.#...#..#.#.##.##.#...##.#.#.###..#..##.##..#. [INFO] [stdout] .####.#..##.##.#.#.###..#.##..##.#..#.#....#.......#..#...#.##.###..#...#.##.##.##.###.##..#..##.##..##.#. [INFO] [stdout] .###.##..##.#.#..###..#..#.####...#.#.###.#..######..#..#.....#######..##..#.#..###...######.###..###.#.#. [INFO] [stdout] .####.##..#.#.############...#.....##..###.#.#####.##......#.#.##.##.#...#####....##...#.#.####.#...###.#. [INFO] [stdout] .###.####.###.###.#.#...#.##...#.#.....##..###.#.#.#..#...#.#..###.#####.#...#.###.###.#.#.#.##.######..#. [INFO] [stdout] .##.##.#####.##....#..#..#..#.###.#.#.#..#.##..##..###..#...####.##..#.###..#.#.#...##.##.###.......#.#.#. [INFO] [stdout] .#.#.##.##..#.#..#..###.##..##.....######.#....#.##.#######.##..##.#..#.#.###.#####.#...#..#...#...#.####. [INFO] [stdout] .###.##...##.#.#.##..#.....#..#.###...##.###.#.#..#####...#####.####..#..######.#...##..##..#..##.#..#.##. [INFO] [stdout] .##..###..#.##....##.#...#.#..#..#..#####....#.##.#..##.##..###.#.###....##.....##...##...#.##.#..#..#..#. [INFO] [stdout] .##....#..#.###.#...#...###.##.##.##..#####........##.#...#.#.###.##.##.###.##.###...#..#.####..#...#..##. [INFO] [stdout] .###..##..#..##.....#..#..#.#.#..#.##.########...####.##.##..#.#..#.#...###..#..###.##...#####.#....#####. [INFO] [stdout] .###.###...#.##.##.###..##.#.###.#.....###..#.......#...#.####...######...#...##..##.....##.##.#.###..#.#. [INFO] [stdout] .#..#.##..##..###..#..##.###.###..##..##..#.#..#..#.#..##.######.#...#....###..#.##.#...#.#.#.#.....#...#. [INFO] [stdout] .##.#..#......#.#.#...###..#....#.##.##...##..##.#...##........#...###.#.#.#.##..#...###...##.#.##.#..#.#. [INFO] [stdout] .####..#####..##.#..#.#.#..#..#.#.....#.#.#...#.#..#....#######..#..##..#....#.###.########.####...#....#. [INFO] [stdout] .#..###...#..###.....##...##..#...#.....##...#.#....#.##.#..#..#...#.###...####..#.#.###.....#.....#.##.#. [INFO] [stdout] .#######.####...#...###.#.#.##.#..##.###....##.###..#..##..#.#.###..#.##..##...#.....##.#..###.#.#.#.##.#. [INFO] [stdout] .#########..#...#.##.####.#.###..#####.....###..#.#.#..#..####..##..###.##...##.###.####....##..##.##...#. [INFO] [stdout] .##.#..#.#.#.#.###.#.#..#....##.#....###.#..#..#...##..####..#......###...#...##..###.#...##..........#.#. [INFO] [stdout] .#####.#####..#..#....##.##...##.#..#.###..###.#.#..####..#..####...##..#.#.##.#.#.##.##..##.#..#..#.##.#. [INFO] [stdout] .###.####..#.#.####.#..#..##.#..##...##..######.#.#....##...##.........#.......#.#.##...#####...##.#....#. [INFO] [stdout] .##.#.#..##.#.##..###..#.##..####..#..##.....##..#.##.#..###.#..#.######..##.##..#...##.##..##.##.#.##..#. [INFO] [stdout] .##..##.#....###....#....#..##......#.#..#.###.#.##.###.#.#.##......#...##....#.##.###.##.#.#.#.#..#..#.#. [INFO] [stdout] .#...##.#....###.##...##.#.#.#...#..##.#...###....####.#.##.###..#...#.#.#.....##.##.##.#..#.......#....#. [INFO] [stdout] .#.#.##.######..###..##.#...###.#.##.#####...#.##.....#.####.#..#.....##...#.####.#.####.#...###..##.#.##. [INFO] [stdout] .##.###.###...##.#.#.###.##.#.####.###.#.#####.#.#.#.##....##..###..########...##.######.....##...###..##. [INFO] [stdout] .#####.#.##.#..##..###.#...####.#..#.#..#...###....###...###..#.#..#....#.##..###...#..#.....#..###.#...#. [INFO] [stdout] .##..###.##.#.....##.#...##.##..##...#...############.#.#.#.#.#.####...##.###.##..####.#.###.####..####.#. [INFO] [stdout] .###.####..#.###.#....#.#.....#.#.##.#.#..###.#.####.#.#...##.#.##.#.#.#..#..#.##.####.#.##.##..#.#...#.#. [INFO] [stdout] .##..#......##.#.#.#..#.##..###....#.#.#........##.##....########......##.....##.#.##..##...#.#.#.##.##.#. [INFO] [stdout] .###....#..#####.##.#.#.###....##.##.#######.##..#...##.##.##....##..####..###..#...#.#.##.....#.#....#.#. [INFO] [stdout] .##.##.######.#.#..#####..##.####.#...#....###.##...###....#..#.......##...##.###.....##########...##.#.#. [INFO] [stdout] .###.#......#.#.#.##.##.#........#..###......###....#####..#.#..###..###..##.#..#....###.##.##.#..#.#.#.#. [INFO] [stdout] .#..##.###.####.#...##..#.#..#######.#.###...##..##.##.#..#.#..#...###.#.###.##........###.#...####.....#. [INFO] [stdout] .#.#.#...#..#.##..######.#..##.#.#.##.##.##....#.##.##...#.##.....#..##..##....##.#..#..##.#..##.###.##.#. [INFO] [stdout] .##..##.####.##...#..###.#.#.#####.##.###....#####.##......##...##.#.#..##.....#.#..###..#.####.#.##.##.#. [INFO] [stdout] .##..#..#.####.#..###.#.#.#.###.......###..........###.##.#.###..#.##.#..####.##.....#..##.#.#.#####.##.#. [INFO] [stdout] .#.###..........###.#..###..#..##..#..#.####.###......#######..##.####..####....#...#######...#....##..##. [INFO] [stdout] .#.#.####.#....###..#..#...#..#.##.##.#.##..##.###....####...#..##...###.#.#...#..#.#...##.#..##....##.##. [INFO] [stdout] .##.####..###.#.....##..#...#..###..##......#..#......##.#......##.###.#.##..##.###.#....#......##.###.##. [INFO] [stdout] .##.#..#.#..##.#.##.#.##..####.###..#.##..#..#..#..###.##.......##.......#.#.####.#...##..###..##.###...#. [INFO] [stdout] .###.##.######.##.####.##.#.##.##.#.#.#.##...#.#..##..##.#..#...##.##.##.#.#.#...####....##.####.######.#. [INFO] [stdout] .##..#..#...#..##..###.##....###..#.#.###.##.#...#.###.#.#..##.###.####..#...##.###..#.###...#.###.#.##.#. [INFO] [stdout] .###..#####..#...#########.#.####.#.#.###.###.....##..#.####...#.##....####..####..###..#....##.#....##.#. [INFO] [stdout] .####...###.........##....##..##.##..#...#.##.#.#..#.##...##.##.##...#..#..##.#......#.###.#.####.#.#.#.#. [INFO] [stdout] .####.#..#..#..###..###.....##..###..##.#.#########.####..###.#...#....#.......####..##..#.####..#..#.#.#. [INFO] [stdout] .###.#...#...#..#....#####.....##...#.#..#..##.##..#.###..#.####..#.#.#.####.######..#..#.##..#..########. [INFO] [stdout] .##..#######.##..##.###..#...#.##..####.##..##.#.#.#..##.###...#...#.#...#........##.#.#.#...##.#.#....##. [INFO] [stdout] .####.#....##...##.#.#...#..#..#.##..#.#..###.####.#.##..##.####.#.#.#.######.#....##..#...###.###...##.#. [INFO] [stdout] .#.##..#.##..##.#..####.#.#....#...##...#.#..#####.#.##.#..###.#....##.#.#.#.######..#.#...###..##.####.#. [INFO] [stdout] .#.#.#.##....####.#.#####.#.....#...#....###....###.....##..##.#.##.##.##...###.#..#.##.####...##.#####.#. [INFO] [stdout] .#.#.#.#.##.##.#.#..#..#.#.#.#.###..#.##.##.###.......#.#.##...##.##..##.#...#...##..#.#..#.####.###.####. [INFO] [stdout] .##..#....####....##....##..#.##...#...####..#.#....#...###...##.########.##.#..#.#.#.###.##.####...#..##. [INFO] [stdout] .##..#..#.#..#..##.#..###.#..#......#.#..#.#..###..#..##.###...#.#.#...#.####.##.##......##...###.......#. [INFO] [stdout] .#########.##.##..#####...#..#....#.#..#####.#####.#..#.##.###.##.#...#..#.####.##...#.##.#.###...#.##..#. [INFO] [stdout] .###...#.##....##.#.#..#.#.#.##.#....#########.#.#.#...#.....#..#.##.##..#.####.#.#.##.#.###....#...#.#.#. [INFO] [stdout] .#.#.##.######.#.##..#.#..##.#......###..#.#.#.#.###...##.#..#..####.##...#..##.###...#...#....###..#.#.#. [INFO] [stdout] .#..#.####.....###.###.####...####.#...#.##.#..##....###.#..##.....########.####..#......#..##..###.###.#. [INFO] [stdout] .#.#...####...##...##.#..###.#..#...#...###..#.##..#.###.#.....#####.##.####.#..##.##..###.######..##...#. [INFO] [stdout] .#..#...####..##.#.##.####.#.##..##..###...#.##..########..###..#.###....###..###..####....#...##.##.##.#. [INFO] [stdout] .#.#...##.#.##.##...#.#.#..###.##..#..###.#...####.###.###..####.###...#.##..##.##.#####.#.#..##.###..#.#. [INFO] [stdout] .####.####.#....#..#.##..#####.#.#.###.####...#..#.#.#.#..##.#.#..###....##.#..##.###.#....#..##....#...#. [INFO] [stdout] .##########...#.#.#.##.##....##.##.#.#####...#.##..##.###........###.###..##.#.##.#..#.##.##.###..#####.#. [INFO] [stdout] .###.##.##.####.#.##.#######..#.###.##..#....#...#..##.###..####.###....####.#.#......#..#.##.###.###.###. [INFO] [stdout] .#.########.#...##....###...#.##.....##.#.#.##....#...##....#..###..##..#.#..##.###...##...###...#..#####. [INFO] [stdout] .####.#..##..###.##.#....#.###...#..#.###.##.#.#.##.#.#..#..#..#.##.##.##.#..#.#.########.##....#.#.#...#. [INFO] [stdout] .###...#.#.....##.#.########...##.#.####.#..##.##........#.####.####.#.#..#.##..#.##....#.#####..###.##.#. [INFO] [stdout] .##.##.#.#.#..#####.#.##..#..#####...#.....##....#..##...##..###..#.##....########..#.#######.#.#..#..#.#. [INFO] [stdout] .##....####..#.#....#.#...##..####..##.##.######..##..####.#.#..#.###.####.#.#.#####..####...#.####.###.#. [INFO] [stdout] .###.##...###.#..#.##.#..##..#.####....###.......######....#...#.#.#.#..#..#####.##.##.##.#.####.#.##.#.#. [INFO] [stdout] .###.##.#.###..##.#.#..###...###.#######..#..#.###.#.....#######..#...#.#.####.....#...#..##.#.#.##.###.#. [INFO] [stdout] .#.#.....####.##..#..##.##.#..#...#..#.####..#.#.#.#....#.#.##.####..##.###.####.#.###...##..###.#..#...#. [INFO] [stdout] .#.....#.##.#.###..###.##.#..#....##.#.#.#..######...#...#..##.###.###...#....#.###....#..#...#.##.#..#.#. [INFO] [stdout] .####..###..#.###.##.##.#.#.#...#...##.###.#..###.#.##.###..#.#.#.###...##..#..##...#.##.####..#.#..###.#. [INFO] [stdout] .##....#.....#....#..#.....##.#####.#..#####.#.#.#.###.##.#..##.......#...##.######.#.#...##..###.###...#. [INFO] [stdout] .#..#.##.#..###.#.#.#.###.#.##..##.######.###.#...###.######..#.##.##.........###.#####.##..###.##....#.#. [INFO] [stdout] .##..##.#....#####..#...##..#####..#....####...####.#.#..#..#..##.###.##.#.##....###.#..##...#.##.#.#.#.#. [INFO] [stdout] .##...##..##..##..##..#####.#......#.#..###.#.##........#...###.##.....##.####.#########.##.#######.##.##. [INFO] [stdout] .#..#...#..#.#..####..#..#.##.##.#.#.####.#.....####..#.....####..#.#..##.#.#...####..###..###.###.##.###. [INFO] [stdout] .#...##.##.###.##..#.#####...###...###..##..#...##.##...####.#####.####.###...#.###.#.#...#...##.#..#.#.#. [INFO] [stdout] .######.....#..####...########.##.#....#.#.#.#..###.##.#.#.#.#..#.###.#.##.#.####...#....#.#.###.###....#. [INFO] [stdout] .####.#.#........#.##....##.#.##.#..#.#.##....#..###....##..#...#####.#..###.#..###..##..##.#..##....#..#. [INFO] [stdout] .#.#.##.#.##.#.##.....#######..##..#...####.#.#.###..####...#..##.#.###.#.#....#####...##..#.##.###.#####. [INFO] [stdout] .#...##.#....#.########.##..#...#.#.#.##.##..###.##.#######.##.#.###...##..####.....#.###.###.#.####.#.##. [INFO] [stdout] .##....###....##..........##.###...##..........###.###.............###.........##...##.........##.....###. [INFO] [stdout] .########################################################################################################. [INFO] [stdout] .......................................................................................................... [INFO] [stdout] [INFO] [stdout] ................................................................................................................ [INFO] [stdout] .##############################################################################################################. [INFO] [stdout] .##############################################################################################################. [INFO] [stdout] .###.##########################################################################################################. [INFO] [stdout] .#####...#..#..#....#..#...#...#....#..#.....#........#..#............##..#....##...##....#...#........#...#.##. [INFO] [stdout] .###.#.##.#....###.###.#####.#....###...##.##..#......#..#.#.#####..##.#.##..#..#.#.####...#.#.#......##.###.##. [INFO] [stdout] .###..###..####.#.##..#.#.#####.##.####...###.##.##.#.####.##.#..##.##..#..###..#.##...#.##.#...#..#...#.#...##. [INFO] [stdout] .#####.###...#####.#.###.#....#..#.##..####.#.#..#.#.#.######.#.#..#####.....##..#..##.####.#..###.#.###.....##. [INFO] [stdout] .###.###.##.##..#.##..###.####..##.#.#######.#.#.#...##...####.#..#####.#.##.##..#.###....##..#.######.#####.##. [INFO] [stdout] .#####.#..#.######.##..#..##....#####....##.##.#.##.......#.......#..#####....###.##...##......####.#####.#..##. [INFO] [stdout] .#####..###.##..###.###.##.#.####..##.##.#..##.##..#..#.#.##.#.#.#....#..###.#......##.#######...#.#..#####..##. [INFO] [stdout] .####..#....#####.##.#.#.#..#.#.##....#.....#..#.#####.#..####.#....#..#.##.#..#....###..##.####.##......#.#.##. [INFO] [stdout] .####...###.#...#.#.#.......##.#.##.###..##.#..##..#....#.#..#..#....#.#..#.#..#.#.##.#####.##...#####.##..#.##. [INFO] [stdout] .###.##...######.#...####..#.#..#.####...###.####.##.#.##..##.#...##.##.##.###.....########.##..#..#...#.....##. [INFO] [stdout] .###..######..#.#.#.###..######..#.#.##..##.##.#.###....#..#.##.###.#.##.###.##.....#.##.####..##...##.#.##..##. [INFO] [stdout] .####.#.#.#####.##....###..##...##..###.#.###.###...#..##...#.####.#.##.#.#..##..#.###...#.##.###.####.###.#.##. [INFO] [stdout] .###.#.#.#....#.....#.#.#.#......####.###.#.#.##....#####.##..#.....########..#.....#.##.##.##.#....#...#..#.##. [INFO] [stdout] .####.#.##..#...#.#.#..####.#....#..##.......#.....###.####.##.#.#....#.#..#.#..#.##.####.##..#..#.####..#...##. [INFO] [stdout] .###.###...#.#...##.######....####..#..#.##...##......###.###.###.#####..##...#.#.#.###....#.....#..#...#.#..##. [INFO] [stdout] .###.####..##.#.###.#....#.##..#....#.#.##.....#####.##.###.##.#######.##..###...#.##.##..#####.##.#.#...#.#.##. [INFO] [stdout] .####.#..###.###..#....#.#..###.#......#.#.##.####.##.#.#..#####.#..#..#...##........##..####.##..###....#.#.##. [INFO] [stdout] .###.#....###..#.###..#.##.#.##....#..##.##.##...##...##......##..#####.#...#..####.#.#.#....#.##.##.#...#...##. [INFO] [stdout] .####..##..#.#..#.....#.##.....###..#..#.###.###.####...#.#####.....###.##.#..#...#...##.##.###.#........#...##. [INFO] [stdout] .####.#....##.#..#...###..#.#.######.#..####..#.##.##..###...#..#####.##.##.##...#.#.#.###.###.##.###..####..##. [INFO] [stdout] .####..#.##.###..#.#..#...#.#.##.#...#.####.#.#.#...#....###.####.#.##.....#.##......###.#.####...#.####..#..##. [INFO] [stdout] .####........#.##....######...#.#...#..###..#..#..#....##.#.###......#...##..#####.###.#..########..###.##...##. [INFO] [stdout] .####.#.#.#.#.#.#.##...#....##.#..######.......##.#.#.##.#.#.#.#.#.###.#####.###....#######..##...#.##..#....##. [INFO] [stdout] .###.##...####.#..###.#...###.#.####.####.#..#.#.#...###...##...###.#.....#..#####..#..#.##.#######..##...##.##. [INFO] [stdout] .####.#....#.#.#.......#.##.#..#..#....##.#...#....###...######..#.##.........##.###..###.##.#...#...#...##..##. [INFO] [stdout] .###.##.##..#...#####...#..##.#.###..##.#..#.###.##..#####..#.##.##.####.##.#.###..###.#....###....#####.#.#.##. [INFO] [stdout] .#####....#.#..##..######.#.#..#...#.....#.####.##.##.#####...##....#..##..#.#..#.#.#.####....#.##..##..#.#..##. [INFO] [stdout] .########...#.######..#.#####.#..##.#.###.....#....##....#.##.#..#.#..###.#..##..#.###.#..#.....#.##..##.....##. [INFO] [stdout] .####.##....#....#.#..###.###.##..#...#####...#...#...###.#..#..#.#.##..###.##.#..#...###.#.#..##.#.##.##..#.##. [INFO] [stdout] .###.#...##..#.##....##.##..#####.##..######.###.####.##.###...##...#.###...##...###.#..###...######.#...#.#.##. [INFO] [stdout] .#####....#...#####.#.###..#.###....#.##.####..#...####.#.###...##.##..#.#...######.##.###..#.#....#####.#...##. [INFO] [stdout] .###..##.##..##.##....#...#..##.#..##..#..#...####...##..##..#...##.#..#.#...###...#.##........#.##..######..##. [INFO] [stdout] .###..##..##....#..####...##.##.#.##..#.##...#.#.##.##.##....#..#.#.#..#....#######.#.###...####..##.#.#.....##. [INFO] [stdout] .####.#...##..#.#....#.#...#.#.#....#....######.###..#.##.###.#.#..#..#.##.##..##...###...######..#.#...###..##. [INFO] [stdout] .###..#....##.##..###...##..#.....#.#..#.###.#...#####...####..#.####..#.###.#.....##..#..##...#.#.#.##......##. [INFO] [stdout] .####..#####..#...###.#.#.#######...#.##..#.#......#.#.#.###.#.##.##..#..##...##.#.#.###.####.#..#..##.###...##. [INFO] [stdout] .####...###.#.###.##..##.##....#..#..#####.##.#.#.#.#.##.##...###..#####.....##.##.########.##.##...##....#..##. [INFO] [stdout] .####.##.#.#.##.#####..#.#####.........#.#..........#####..#.#.##.#..##.#..####.#.#.#..##.###.###.#....#.#...##. [INFO] [stdout] .####.#.#.#.##.....##.#..##.######.##.#.#.#....##.###.####.###...###...##.####.#.##..#...#...#.##.####..###..##. [INFO] [stdout] .#######...###.#..##.###.##.##.##....#.#.##..#.###.##..#####.......#....#.##.....#.##.#..#..#####...####.#...##. [INFO] [stdout] .###..#.#..#....#.##.#.#.....#...#.#.#...#..##########..#......######...###.#...#.##.#.#.#..####.####....##..##. [INFO] [stdout] .###.#..####.###.#.###.#..#####.##.###.###.#.#.##.#.###..##..#..##.##.#.###.#.#....#.....##...####..#####.##.##. [INFO] [stdout] .######..##..##.##...#...###..#.#.#...#.########..####.####...###...#.#...#.#..#..####.....##..###..#.####...##. [INFO] [stdout] .###.##..##.##...#####.#.#.#...#.####.##.#...#.##.#.##.#####.####..##.#....#.#..#..##.#.###..###.#.##.#.#.##.##. [INFO] [stdout] .####.##..#..#...#######.##.#...##.####.#..##.#..#..##.#...#.....#.##.#..#..#.##.....##.####.##.##..##.#...#.##. [INFO] [stdout] .####.##..#...#.#.#..#.......###....##...##.#.#..##..#.##...#...#.#.#####.##...##..#.##.##..###.#....#.##.#..##. [INFO] [stdout] .####.##.####.#.....###..#.#####..##.#.#....##.#.#.....#..###..#.#..#.#########.#.###.#...#..##..###.###..#..##. [INFO] [stdout] .####.######..#.#..#####..#......#..##.##.#..##.#.##.##......##.####...###.#.##...##.#..#.####.#.##.###..##..##. [INFO] [stdout] .####.##...###..#..##...##.....#...#.####..##.##.#######.##...##..#......#...###.#.##.##.#...#.#..####...##..##. [INFO] [stdout] .####.#..#.##.#.##..######...##.....##.##.#...##...####..#.###.#.#..##..#.#.##.###.#.####.#.##..###.#...#.#..##. [INFO] [stdout] .###......#.##.#.##.#.#.#####.###.........####.#.##.##.#.##......#..#.###.##..#.##.#.##..#..##..#.#.##.###...##. [INFO] [stdout] .###..#.##...#.###.#.#..###..#.....#####....#.##....#######....########...#....#.##..##...###...######..#....##. [INFO] [stdout] .#####..#.#.#.#..########..#.........#..###..#..#..#.##..#.##.#..###...#####.#...#.#.#..#.#.###.##..###.###..##. [INFO] [stdout] .###..##.#####.##...##.#####.....#.###...#....#...##.####........#..##..#....###.#.####.##.#.#.#......#####..##. [INFO] [stdout] .###.###...#.###..######........#.####.##....##.#.##...####.#..#..##.#.#.#.#..#...#..#.#.#..#.#..#.###....##.##. [INFO] [stdout] .###...##...#.#..##..#.#....##.#.#.#......#.##.#..####..##..#.###.##....#........###.#.#.#.#..#..###..###.#..##. [INFO] [stdout] .####.#...#.#.##.##.#.###..#####.#..###..##.###.#.#...####...#..#.#..#.####.#.#.......#.#....##.#.###.#.####.##. [INFO] [stdout] .###..#.##.#.####..#....##.#.....##.#.##....#....#.###.#....#.##.#####....#...#.#.#.####...#..#.###.##...###.##. [INFO] [stdout] .#####.###.#.##..#.#.####.##.##.###.#.....##.#..####...#..#.#.#######.##.#....##..##.#......#..####.....#..#.##. [INFO] [stdout] .####.#..#...#.......##....###.....####.##.......###........#.#...#.#.#.#..#.##.####.#..##..##.###..#.#####..##. [INFO] [stdout] .####.##..##.#...#...#..#..#..#...##..#.#..#....##.##.#....##..####....###.##..#..###.#..#..#..##.#.#.#..##..##. [INFO] [stdout] .####........#..#.....##.#.###.###.#.##.#...#.#....#.#..###.##.#.##.####..#..##..##.#...#.#.#.#..#..##...##..##. [INFO] [stdout] .####..##...#..#.#..###..##...#.#.......#####..#.#####.#.#..#.##.##.#...#..##..##.###..######..#..##.###.##..##. [INFO] [stdout] .####..#.#.##.#.#.....###.##....#####...#####.######..#.#.#.#.##.#..####....#.#.#....#.#.###.####.###.##.#.#.##. [INFO] [stdout] .####.###.###..#..#....#......###..###.....##.#.#####....#####..###.#..#...#.#......#.#..#..#.....#.#######..##. [INFO] [stdout] .####.#####.###.##.#.#...####.####.##.##...####.###..#..##...#.#.#.###.#..##..#.#.#..#..#.####..#.#.####.###.##. [INFO] [stdout] .###.##...##.#..##.####..#.....###.#..###.#...##.....#...##.....######.##.####.#####.#..#....######...###..#.##. [INFO] [stdout] .###.###.#.#.###..#.#.##..####..##....###..#.##...###.##...##.#####.#.##.##.#....##.#......###.#..######.##..##. [INFO] [stdout] .###.#..##..##.#.#.....##...#...#.#..####..#######.####.##..###...##.#...##.#..#.#..#.##..##...##.#.....##.#.##. [INFO] [stdout] .####.#..##.###.###.#.###...###.###.#..##.##.###.##...##.###..#####...##..##.#..#.##.#..#..####..###......#..##. [INFO] [stdout] .###..##..##.####.##..###..#...##..#.####..#.#.#....####.######.......#..##......#....##..##.###.#.....##..#.##. [INFO] [stdout] .#####.##.##.###.#....#.#.#.##.....#########...##.....####..##.#..#.#.######..###...######....#####..#.#.###.##. [INFO] [stdout] .####.####.##.##.###..#####.....##.#.##....#..#.#.####..#.#...##.##.###..###.#...#........#..##....#.#####...##. [INFO] [stdout] .###.....#...###..##..#.#.###..#.#.#..##..###.##.####.#.#.##.#.##.##..#....#.#.#####..#.###.####.#.#..#..##..##. [INFO] [stdout] .###.#...##...##.##.#....##..###...#..##..###...#.#.###..###.#.##.#.##...#...##..#.###...###.#.##......#.##..##. [INFO] [stdout] .###..#.###..##.####.#...#########....#.#.#...###....##.###..##.#..#.####.#.###....##.#######..#.###.#.###...##. [INFO] [stdout] .###.###.#.#...##.#.#.##.######.##.....##......#....####..#.#..##....##..#..#....#..#...#...#.######.##.##...##. [INFO] [stdout] .###..##..##.###...######.#.#.#.###.#.#.#..########..#....###....##....####.....#.#.#.#...###..##.###.###.#..##. [INFO] [stdout] .####..#...#..#####.##..#.#..#..#......####.###.##...##..##.##########.#..#####.##.##....##.##..#.##....##...##. [INFO] [stdout] .###....#...#..###.###..#...#..#..#..#.##...##.#.####.#..###..###.#.#..##..##.#...##..#......####.#.#...#....##. [INFO] [stdout] .####..##..#...##.#..#......#.#.#.###.#.#####.####..####......###.....##.#.##..###..###.###...##.###.#######.##. [INFO] [stdout] .###.........#..##.#.#####...#.#.#..##.#.####..##...####..#.#.###.##.#..###.#...#.#....#.##.#..##.###.#......##. [INFO] [stdout] .####..#.####...######.###..###..###.##.#.##..#.###.#.#...#.#.#.####.#..###.##.#..#...###....#..#####.###.##.##. [INFO] [stdout] .###...#..###.#...####..##...##.##..##.#..#.##.....#######.#.###..#.....#.##..##.##.####...#..#.#..#...#####.##. [INFO] [stdout] .####.#..###.#.##..#..#.#.###.#...#..###.##.######...###..#######...##...##.##..#...#..##.##...#..##.#.##.#..##. [INFO] [stdout] .######..##.###.#...##..#######..#...###.......##.#.##...####..##...##.#..##.#..###.##.####.##....#.##..#.#..##. [INFO] [stdout] .#####.#.#####....#...###..####..##.##..#.#.##.###..#..#..#..####.#.##..##..#.#...#.##..#.#.####.####...###..##. [INFO] [stdout] .####.#.#.#.#...##..#..##.####.##.#.#.####....##.#..#.#...##.##.#.###.#.#.####..##..#.###.###.#.##.###....#..##. [INFO] [stdout] .###..##..#....#.#.#.......###..#.#..#...#.....#..##.###..##..#####..####.##.#.#..##..#####.###.#..#.#.###...##. [INFO] [stdout] .###.###.####..#..###......##.#..#..########.#.##.#..##.##.#.#..##....######.#.#.####.##..#.....#..#.#.#.#...##. [INFO] [stdout] .####.#.##.#.#.###.###.#.#.......###..#.###..#.###.#.....#..###.##.##...#.##..#....#.##....###..#.#.###...#..##. [INFO] [stdout] .###.##..#.#....#....##.#####.##.#####..#...#.#######.#...#......#.#...#....##.##..#.#...###..#..#.#....##...##. [INFO] [stdout] .###.#.#.#..#..#.###..#.#...##.##...##.###..####..#.#...##......##.#.#.#.#....#.##..####..###....###.#...#...##. [INFO] [stdout] .#####..##..#.....##.#.##..##...######..#.#....#.#...#....#...###.#.######..##..##....##.#.#...#...#..##..#..##. [INFO] [stdout] .###.#..#.#.##.#.##...##.##.##...#...#...##...#.##.#...###.####.#...#...#.#####..#.......##..#.#...#......##.##. [INFO] [stdout] .###...###.#...#...#...#######....#......##...##..##.#..##.####...#...##.#..#..##..#...###.#.##.###.#.##.....##. [INFO] [stdout] .###..#.##....#.###.######.#.#.########.#....#.#..#.#.#..#.###..#.##..###.....##.#....####.###....#..##....#.##. [INFO] [stdout] .####....##.###.#..#.###...##.#.#.....##..##...#####..#.......#.##.#...###..#....##.########...##.###.####.#.##. [INFO] [stdout] .###.....#..#.##....#...##.###....##..#......##.##.####.#.#..#.#####...#####....#.#..##....##...##..#####.#..##. [INFO] [stdout] .###..##....#.....###....#.#....##.#.#.#.#..#..#####..##...###..#####....#..#.###.........#.#.########..####.##. [INFO] [stdout] .###.####.#.#..#..#...##...#..##.##....####.###..##.###.#.###..##.#.....####....#.#..#####..##...#....#.###..##. [INFO] [stdout] .####.....##.....#..####...#.##.#.####..#...#.#..##.###..#.##.#.###..####..##..##.###.#.##..#.###.#.####...#.##. [INFO] [stdout] .###..#.#....##...#......#.#...#.......#.##.###.##..#........#.##.#.##...####.#.....###.##.#.#.#...#..#....#.##. [INFO] [stdout] .###.####...####..##########..##..###..##########...##..#############...#########..###..#########..#####.....##. [INFO] [stdout] .###........................................................................................................###. [INFO] [stdout] .##############################################################################################################. [INFO] [stdout] .##############################################################################################################. [INFO] [stdout] ................................................................................................................ [INFO] [stdout] [INFO] [stdout] thread 'y2021::day20::tests::test1' panicked at 'assertion failed: `(left != right)` [INFO] [stdout] left: `6548`, [INFO] [stdout] right: `6548`', src/y2021/day20/mod.rs:58:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56058e4353fd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56058e4353fd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56058e4353fd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56058e4353fd - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56058e45aaec - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56058e430cf8 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56058e4376d7 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56058e4376d7 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56058e4376d7 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56058e43740c - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56058e437e29 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56058e437b17 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56058e4358c4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56058e437829 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56058e325233 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56058e4596a8 - core::panicking::assert_failed_inner::hbaac70a629215a04 [INFO] [stdout] 16: 0x56058e36c85a - core::panicking::assert_failed::haf595c3574e5256c [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x56058e3698d0 - aoc_rust::y2021::day20::tests::test1::hf4bd76fb4957ae13 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day20/mod.rs:58:9 [INFO] [stdout] 18: 0x56058e36976a - aoc_rust::y2021::day20::tests::test1::{{closure}}::h1bcb557c87174e77 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day20/mod.rs:56:5 [INFO] [stdout] 19: 0x56058e37ecae - core::ops::function::FnOnce::call_once::h23d9b835f7a4b95d [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x56058e40b123 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56058e40b123 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 22: 0x56058e409e04 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 23: 0x56058e409e04 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x56058e409e04 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x56058e409e04 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x56058e409e04 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x56058e409e04 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 28: 0x56058e409e04 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x56058e413721 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x56058e413721 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x56058e3dfd9f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x56058e3dfd9f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x56058e3dfd9f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x56058e3dfd9f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x56058e3dfd9f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x56058e3dfd9f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 39: 0x56058e43db13 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x56058e43db13 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fa52f74a609 - start_thread [INFO] [stdout] 42: 0x7fa52f51a163 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] y2021::day18::tests::test1 [INFO] [stdout] y2021::day18::tests::test2 [INFO] [stdout] y2021::day19::tests::test1 [INFO] [stdout] y2021::day19::tests::test2 [INFO] [stdout] y2021::day20::tests::test1 [INFO] [stdout] y2021::day20::tests::test2 [INFO] [stdout] y2021::day21::tests::test1 [INFO] [stdout] y2021::day21::tests::test2 [INFO] [stdout] y2021::day22::tests::test1 [INFO] [stdout] y2021::day22::tests::test2 [INFO] [stdout] y2021::day23::tests::test1 [INFO] [stdout] y2021::day23::tests::test2 [INFO] [stdout] y2021::day24::tests::test1 [INFO] [stdout] y2021::day24::tests::test2 [INFO] [stdout] y2021::day25::tests::test1 [INFO] [stdout] y2021::day25::tests::test2 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 38 passed; 16 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.69s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "32dcb45b36d623c2dcd09e58f7ad3fce3b050a0dbebcaee95205d8b6077e3898", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32dcb45b36d623c2dcd09e58f7ad3fce3b050a0dbebcaee95205d8b6077e3898", kill_on_drop: false }` [INFO] [stdout] 32dcb45b36d623c2dcd09e58f7ad3fce3b050a0dbebcaee95205d8b6077e3898