[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 beta-2022-04-10 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 beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4b210914b9e094a252f6c1fd508bd96975f6f9619700026c1aec907eb4ee520 [INFO] running `Command { std: "docker" "start" "-a" "c4b210914b9e094a252f6c1fd508bd96975f6f9619700026c1aec907eb4ee520", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4b210914b9e094a252f6c1fd508bd96975f6f9619700026c1aec907eb4ee520", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4b210914b9e094a252f6c1fd508bd96975f6f9619700026c1aec907eb4ee520", kill_on_drop: false }` [INFO] [stdout] c4b210914b9e094a252f6c1fd508bd96975f6f9619700026c1aec907eb4ee520 [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba50445bae34bb5dbe37b21d9914121649635ece1614e07fe5bb332b49dcece0 [INFO] running `Command { std: "docker" "start" "-a" "ba50445bae34bb5dbe37b21d9914121649635ece1614e07fe5bb332b49dcece0", 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: 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 3.64s [INFO] running `Command { std: "docker" "inspect" "ba50445bae34bb5dbe37b21d9914121649635ece1614e07fe5bb332b49dcece0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba50445bae34bb5dbe37b21d9914121649635ece1614e07fe5bb332b49dcece0", kill_on_drop: false }` [INFO] [stdout] ba50445bae34bb5dbe37b21d9914121649635ece1614e07fe5bb332b49dcece0 [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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c4471855e6f328e6cf2afc4725af722ca22c42116fe49025abf6d9116da969a [INFO] running `Command { std: "docker" "start" "-a" "8c4471855e6f328e6cf2afc4725af722ca22c42116fe49025abf6d9116da969a", 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: 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 1.86s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc_rust-aa36f8beb5e23e08) [INFO] running `Command { std: "docker" "inspect" "8c4471855e6f328e6cf2afc4725af722ca22c42116fe49025abf6d9116da969a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c4471855e6f328e6cf2afc4725af722ca22c42116fe49025abf6d9116da969a", kill_on_drop: false }` [INFO] [stdout] 8c4471855e6f328e6cf2afc4725af722ca22c42116fe49025abf6d9116da969a [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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fafddd886ab198c2227e867bc93d0b79a73d9d4e335e605fc4cf24fa4d5dfae7 [INFO] running `Command { std: "docker" "start" "-a" "fafddd886ab198c2227e867bc93d0b79a73d9d4e335e605fc4cf24fa4d5dfae7", 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.04s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc_rust-aa36f8beb5e23e08) [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::day01::tests::test1 ... ok [INFO] [stdout] test y2021::day06::tests::test2 ... ok [INFO] [stdout] test y2021::day02::tests::test1 ... ok [INFO] [stdout] test y2021::day02::tests::test2 ... ok [INFO] [stdout] test y2021::day01::tests::test2 ... ok [INFO] [stdout] test y2021::day08::tests::test1 ... ok [INFO] [stdout] test y2021::day03::tests::test1 ... ok [INFO] [stdout] test y2021::day06::tests::test1 ... ok [INFO] [stdout] test y2021::day04::tests::test1 ... ok [INFO] [stdout] test y2021::day13::tests::test2 ... ok [INFO] [stdout] test y2021::day10::tests::test1 ... ok [INFO] [stdout] test y2021::day10::tests::test2 ... ok [INFO] [stdout] test y2021::day03::tests::test2 ... ok [INFO] [stdout] test y2021::day14::tests::test1 ... ok [INFO] [stdout] test y2021::day16::tests::test1 ... ok [INFO] [stdout] test y2021::day13::tests::test1 ... ok [INFO] [stdout] test y2021::day09::tests::test1 ... ok [INFO] [stdout] test y2021::day11::tests::test1 ... ok [INFO] [stdout] test y2021::day16::tests::test2 ... ok [INFO] [stdout] test y2021::day14::tests::test2 ... ok [INFO] [stdout] test y2021::day19::tests::test2 ... FAILED [INFO] [stdout] test y2021::day19::tests::test1 ... FAILED [INFO] [stdout] test y2021::day18::tests::test1 ... FAILED [INFO] [stdout] test y2021::day20::tests::test2 ... FAILED [INFO] [stdout] test y2021::day21::tests::test1 ... FAILED [INFO] [stdout] test y2021::day21::tests::test2 ... FAILED [INFO] [stdout] test y2021::day18::tests::test2 ... FAILED [INFO] [stdout] test y2021::day22::tests::test2 ... FAILED [INFO] [stdout] test y2021::day22::tests::test1 ... FAILED [INFO] [stdout] test y2021::day23::tests::test2 ... FAILED [INFO] [stdout] test y2021::day23::tests::test1 ... FAILED [INFO] [stdout] test y2021::day24::tests::test2 ... FAILED [INFO] [stdout] test y2021::day24::tests::test1 ... FAILED [INFO] [stdout] test y2021::day25::tests::test2 ... FAILED [INFO] [stdout] test y2021::day25::tests::test1 ... FAILED [INFO] [stdout] test y2021::day15::tests::test1 ... ok [INFO] [stdout] test y2021::day11::tests::test2 ... ok [INFO] [stdout] test y2021::day09::tests::test2 ... ok [INFO] [stdout] test y2021::day08::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::day07::tests::test2 ... ok [INFO] [stdout] test y2021::day04::tests::test2 ... ok [INFO] [stdout] test y2021::day12::tests::test1 ... ok [INFO] [stdout] test y2021::day12::tests::test2 ... 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] [stderr] error: test failed, to rerun pass '--bin aoc-rust' [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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5dab69fa - aoc_rust::y2021::day19::tests::test2::he740dcdc41d41e42 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day19/mod.rs:25:9 [INFO] [stdout] 18: 0x557e5dab693a - aoc_rust::y2021::day19::tests::test2::{{closure}}::h2639e98712916f47 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day19/mod.rs:24:5 [INFO] [stdout] 19: 0x557e5da6a4ee - core::ops::function::FnOnce::call_once::h6bfbdc1878d80105 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5dab689a - aoc_rust::y2021::day19::tests::test1::h3a04513b9a117f03 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day19/mod.rs:19:9 [INFO] [stdout] 18: 0x557e5dab67da - aoc_rust::y2021::day19::tests::test1::{{closure}}::hc60f2d365e2a5ba9 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day19/mod.rs:18:5 [INFO] [stdout] 19: 0x557e5da6a34e - core::ops::function::FnOnce::call_once::h6644f92a12e66ea2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - clone [INFO] [stdout] 43: 0x0 - [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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5da5fece - aoc_rust::y2021::day18::tests::test1::hfd69a3d91b41aa47 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day18/mod.rs:124:9 [INFO] [stdout] 18: 0x557e5da5fe2a - aoc_rust::y2021::day18::tests::test1::{{closure}}::h154888208618e233 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day18/mod.rs:123:5 [INFO] [stdout] 19: 0x557e5da6a81e - core::ops::function::FnOnce::call_once::h7bb206e2ac8b775f [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5da603aa - aoc_rust::y2021::day20::tests::test2::h4f55e5b6161590bb [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day20/mod.rs:65:9 [INFO] [stdout] 18: 0x557e5da602ea - aoc_rust::y2021::day20::tests::test2::{{closure}}::h172b325588ec778b [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day20/mod.rs:64:5 [INFO] [stdout] 19: 0x557e5da6a28e - core::ops::function::FnOnce::call_once::h4aa9e8b3989afd19 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5dab6b5a - aoc_rust::y2021::day21::tests::test1::hc3b06a86b2647110 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day21/mod.rs:19:9 [INFO] [stdout] 18: 0x557e5dab6a9a - aoc_rust::y2021::day21::tests::test1::{{closure}}::he2a9f5fa58ce6a73 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day21/mod.rs:18:5 [INFO] [stdout] 19: 0x557e5da6aa7e - core::ops::function::FnOnce::call_once::h9624da5e160da676 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5dab6cba - aoc_rust::y2021::day21::tests::test2::h75082ac6ce7c790f [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day21/mod.rs:25:9 [INFO] [stdout] 18: 0x557e5dab6bfa - aoc_rust::y2021::day21::tests::test2::{{closure}}::h5d7b4c5bc8137dfe [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day21/mod.rs:24:5 [INFO] [stdout] 19: 0x557e5da6a42e - core::ops::function::FnOnce::call_once::h68f2203e70567ade [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5da5ff9a - aoc_rust::y2021::day18::tests::test2::h15bb9a1fb38b47bd [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day18/mod.rs:130:9 [INFO] [stdout] 18: 0x557e5da5feda - aoc_rust::y2021::day18::tests::test2::{{closure}}::h97cd318bbfca2582 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day18/mod.rs:129:5 [INFO] [stdout] 19: 0x557e5da6a5ce - core::ops::function::FnOnce::call_once::h714d0b804227664c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5dab6f7a - aoc_rust::y2021::day22::tests::test2::h580f8887ff77e8ee [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day22/mod.rs:25:9 [INFO] [stdout] 18: 0x557e5dab6eba - aoc_rust::y2021::day22::tests::test2::{{closure}}::h7ce9c92b258c4ef4 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day22/mod.rs:24:5 [INFO] [stdout] 19: 0x557e5da6a24e - core::ops::function::FnOnce::call_once::h42f8be4b953f5008 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5dab6e1a - aoc_rust::y2021::day22::tests::test1::h6d29aaecd7238050 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day22/mod.rs:19:9 [INFO] [stdout] 18: 0x557e5dab6d5a - aoc_rust::y2021::day22::tests::test1::{{closure}}::h664ddf9fda9c7202 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day22/mod.rs:18:5 [INFO] [stdout] 19: 0x557e5da69d1e - core::ops::function::FnOnce::call_once::h0c81204386070ee1 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5dab723a - aoc_rust::y2021::day23::tests::test2::h29559ae0281ba168 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day23/mod.rs:25:9 [INFO] [stdout] 18: 0x557e5dab717a - aoc_rust::y2021::day23::tests::test2::{{closure}}::h0a62d2d5d9c33265 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day23/mod.rs:24:5 [INFO] [stdout] 19: 0x557e5da6ab7e - core::ops::function::FnOnce::call_once::haf90fd4f51cf2126 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5dab70da - aoc_rust::y2021::day23::tests::test1::h6c45b60c3b1eb3d2 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day23/mod.rs:19:9 [INFO] [stdout] 18: 0x557e5dab701a - aoc_rust::y2021::day23::tests::test1::{{closure}}::h533a2e3ab6596fa9 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day23/mod.rs:18:5 [INFO] [stdout] 19: 0x557e5da6b0fe - core::ops::function::FnOnce::call_once::hf8f8bb4efbf358cc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5dab74fa - aoc_rust::y2021::day24::tests::test2::h398df96845cb9d82 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day24/mod.rs:25:9 [INFO] [stdout] 18: 0x557e5dab743a - aoc_rust::y2021::day24::tests::test2::{{closure}}::h58a4cecda8556f52 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day24/mod.rs:24:5 [INFO] [stdout] 19: 0x557e5da69e4e - core::ops::function::FnOnce::call_once::h1bcd6b11a5b49730 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5dab739a - aoc_rust::y2021::day24::tests::test1::hb8f0a6ea3bcd1091 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day24/mod.rs:19:9 [INFO] [stdout] 18: 0x557e5dab72da - aoc_rust::y2021::day24::tests::test1::{{closure}}::h23199c5b021bb50e [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day24/mod.rs:18:5 [INFO] [stdout] 19: 0x557e5da6aa3e - core::ops::function::FnOnce::call_once::h8e6d74939ad516fe [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5dab77ba - aoc_rust::y2021::day25::tests::test2::hb43a79fd7270341c [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day25/mod.rs:25:9 [INFO] [stdout] 18: 0x557e5dab76fa - aoc_rust::y2021::day25::tests::test2::{{closure}}::hdb846a117e8ec620 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day25/mod.rs:24:5 [INFO] [stdout] 19: 0x557e5da6ab3e - core::ops::function::FnOnce::call_once::ha5ec39c7567901b2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a61a - core::panicking::assert_failed::hb36e274096719549 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5dab765a - aoc_rust::y2021::day25::tests::test1::hac5f5c928d28c40e [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day25/mod.rs:19:9 [INFO] [stdout] 18: 0x557e5dab759a - aoc_rust::y2021::day25::tests::test1::{{closure}}::hf382a573d6b61b5e [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day25/mod.rs:18:5 [INFO] [stdout] 19: 0x557e5da6a30e - core::ops::function::FnOnce::call_once::h568a6c3734b741bf [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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: 0x557e5db25a9d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557e5db25a9d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557e5db25a9d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557e5db25a9d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x557e5db486ac - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557e5db22461 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x557e5db277e5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x557e5db277e5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x557e5db277e5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x557e5db274d4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x557e5db27d32 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x557e5db27c17 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557e5db25f54 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x557e5db27949 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x557e5da104e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x557e5db47278 - core::panicking::assert_failed_inner::h337b271ded48bc15 [INFO] [stdout] 16: 0x557e5da5a5ba - core::panicking::assert_failed::ha5ff89991722cc27 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:182:5 [INFO] [stdout] 17: 0x557e5da601a0 - aoc_rust::y2021::day20::tests::test1::hc0da3ce36f556151 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day20/mod.rs:58:9 [INFO] [stdout] 18: 0x557e5da6003a - aoc_rust::y2021::day20::tests::test1::{{closure}}::h355d3fe41ae28819 [INFO] [stdout] at /opt/rustwide/workdir/src/y2021/day20/mod.rs:56:5 [INFO] [stdout] 19: 0x557e5da6ae3e - core::ops::function::FnOnce::call_once::hdabed94d60ae6a3f [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x557e5db016e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x557e5db016e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 22: 0x557e5db00499 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 23: 0x557e5db00499 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 24: 0x557e5db00499 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 25: 0x557e5db00499 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 26: 0x557e5db00499 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 27: 0x557e5db00499 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 28: 0x557e5db00499 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 29: 0x557e5dacc64e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 30: 0x557e5dacc64e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 31: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 32: 0x557e5dad1bb8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 33: 0x557e5dad1bb8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 34: 0x557e5dad1bb8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 35: 0x557e5dad1bb8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 36: 0x557e5dad1bb8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 37: 0x557e5dad1bb8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 39: 0x557e5db2c543 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x557e5db2c543 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 41: 0x7fe5b9edf609 - start_thread [INFO] [stdout] 42: 0x7fe5b9caf163 - 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 1.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fafddd886ab198c2227e867bc93d0b79a73d9d4e335e605fc4cf24fa4d5dfae7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fafddd886ab198c2227e867bc93d0b79a73d9d4e335e605fc4cf24fa4d5dfae7", kill_on_drop: false }` [INFO] [stdout] fafddd886ab198c2227e867bc93d0b79a73d9d4e335e605fc4cf24fa4d5dfae7