[INFO] cloning repository https://github.com/maccam912/aoc2020rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maccam912/aoc2020rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaccam912%2Faoc2020rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaccam912%2Faoc2020rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4263245a95cbded5e7e4e0df9c571648e775a94a [INFO] testing maccam912/aoc2020rs against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaccam912%2Faoc2020rs" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/maccam912/aoc2020rs on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/maccam912/aoc2020rs [INFO] finished tweaking git repo https://github.com/maccam912/aoc2020rs [INFO] tweaked toml for git repo https://github.com/maccam912/aoc2020rs written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/maccam912/aoc2020rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 43a1a2898c9163e6ca0e269763e50c56ab6961de4dfa302a56bf60d84be6fef3 [INFO] running `Command { std: "docker" "start" "-a" "43a1a2898c9163e6ca0e269763e50c56ab6961de4dfa302a56bf60d84be6fef3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "43a1a2898c9163e6ca0e269763e50c56ab6961de4dfa302a56bf60d84be6fef3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43a1a2898c9163e6ca0e269763e50c56ab6961de4dfa302a56bf60d84be6fef3", kill_on_drop: false }` [INFO] [stdout] 43a1a2898c9163e6ca0e269763e50c56ab6961de4dfa302a56bf60d84be6fef3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2b608440fbdf8f7dd3839846648ed89c1d966965a35f4bb70eee3d65d8ad53c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f2b608440fbdf8f7dd3839846648ed89c1d966965a35f4bb70eee3d65d8ad53c", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling structopt v0.3.25 [INFO] [stderr] Compiling aoc2020rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> src/day10.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | id: usize, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `curr` [INFO] [stdout] --> src/infinite_field_3d.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | curr: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `deque_range` has been stable since 1.51.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(deque_range)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day20.rs:113:33 [INFO] [stdout] | [INFO] [stdout] 113 | _ => panic!(format!("Matched {:?}", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 113 - _ => panic!(format!("Matched {:?}", c)), [INFO] [stdout] 113 + _ => panic!("Matched {:?}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:227:21 [INFO] [stdout] | [INFO] [stdout] 227 | _ => panic!(format!( [INFO] [stdout] | _____________________^ [INFO] [stdout] 228 | | "Cannot run day {:?}, it doesn't exist maybe?", [INFO] [stdout] 229 | | opt.day [INFO] [stdout] 230 | | )), [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 227 ~ _ => panic!( [INFO] [stdout] 228 | "Cannot run day {:?}, it doesn't exist maybe?", [INFO] [stdout] 229 | opt.day [INFO] [stdout] 230 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "f2b608440fbdf8f7dd3839846648ed89c1d966965a35f4bb70eee3d65d8ad53c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2b608440fbdf8f7dd3839846648ed89c1d966965a35f4bb70eee3d65d8ad53c", kill_on_drop: false }` [INFO] [stdout] f2b608440fbdf8f7dd3839846648ed89c1d966965a35f4bb70eee3d65d8ad53c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2720fd2a327d2527d438ac42f64e4161e1fb43096e11a6bef9484edc1d4aab28 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2720fd2a327d2527d438ac42f64e4161e1fb43096e11a6bef9484edc1d4aab28", kill_on_drop: false }` [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling quick-error v2.0.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v1.0.0 [INFO] [stderr] Compiling aoc2020rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> src/day10.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | id: usize, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `curr` [INFO] [stdout] --> src/infinite_field_3d.rs:88:5 [INFO] [stdout] | [INFO] [stdout] 88 | curr: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `deque_range` has been stable since 1.51.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(deque_range)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day20.rs:113:33 [INFO] [stdout] | [INFO] [stdout] 113 | _ => panic!(format!("Matched {:?}", c)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 113 - _ => panic!(format!("Matched {:?}", c)), [INFO] [stdout] 113 + _ => panic!("Matched {:?}", c), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/main.rs:227:21 [INFO] [stdout] | [INFO] [stdout] 227 | _ => panic!(format!( [INFO] [stdout] | _____________________^ [INFO] [stdout] 228 | | "Cannot run day {:?}, it doesn't exist maybe?", [INFO] [stdout] 229 | | opt.day [INFO] [stdout] 230 | | )), [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 227 ~ _ => panic!( [INFO] [stdout] 228 | "Cannot run day {:?}, it doesn't exist maybe?", [INFO] [stdout] 229 | opt.day [INFO] [stdout] 230 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 33.84s [INFO] running `Command { std: "docker" "inspect" "2720fd2a327d2527d438ac42f64e4161e1fb43096e11a6bef9484edc1d4aab28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2720fd2a327d2527d438ac42f64e4161e1fb43096e11a6bef9484edc1d4aab28", kill_on_drop: false }` [INFO] [stdout] 2720fd2a327d2527d438ac42f64e4161e1fb43096e11a6bef9484edc1d4aab28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7ae4a61b258f6a441b781245e1cdb21720843719e774246f1fb3f9ac574e59c8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7ae4a61b258f6a441b781245e1cdb21720843719e774246f1fb3f9ac574e59c8", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `id` [INFO] [stderr] --> src/day10.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | id: usize, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `curr` [INFO] [stderr] --> src/infinite_field_3d.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | curr: usize, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `deque_range` has been stable since 1.51.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(deque_range)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/day20.rs:113:33 [INFO] [stderr] | [INFO] [stderr] 113 | _ => panic!(format!("Matched {:?}", c)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 113 - _ => panic!(format!("Matched {:?}", c)), [INFO] [stderr] 113 + _ => panic!("Matched {:?}", c), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/main.rs:227:21 [INFO] [stderr] | [INFO] [stderr] 227 | _ => panic!(format!( [INFO] [stderr] | _____________________^ [INFO] [stderr] 228 | | "Cannot run day {:?}, it doesn't exist maybe?", [INFO] [stderr] 229 | | opt.day [INFO] [stderr] 230 | | )), [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 227 ~ _ => panic!( [INFO] [stderr] 228 | "Cannot run day {:?}, it doesn't exist maybe?", [INFO] [stderr] 229 | opt.day [INFO] [stderr] 230 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `aoc2020rs` (bin "aoc2020rs" test) generated 5 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc2020rs-34bc32d2d30cbc09) [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test day01::tests::test_case ... ok [INFO] [stdout] test day05::tests::test_case ... ok [INFO] [stdout] test day03::tests::test_case ... ok [INFO] [stdout] test day02::tests::test_case ... ok [INFO] [stdout] test day08::tests::test_case ... ok [INFO] [stdout] test day09::tests::test_case ... ok [INFO] [stdout] test day04::tests::test_case ... ok [INFO] [stdout] test day10::tests::test_case ... ok [INFO] [stdout] test day12::tests::test_waypoint_rotate ... ok [INFO] [stdout] test day18::tests::test_case ... ok [INFO] [stdout] test day12::tests::test_case ... ok [INFO] [stdout] test day23::tests::test_case_a ... ok [INFO] [stdout] test day13::tests::test_case ... ok [INFO] [stdout] test day22::tests::test_case_1 ... ok [INFO] [stdout] test day24::tests::test_case ... ok [INFO] [stdout] test day11::tests::test_case ... ok [INFO] [stdout] test day15::tests::test_case ... ok [INFO] [stdout] test day24::tests::test_case_2 ... ok [INFO] [stdout] test day22::tests::test_case_2 ... ok [INFO] [stdout] test day16::tests::test_case ... ok [INFO] [stdout] test day06::tests::test_case ... ok [INFO] [stdout] test day24::tests::test_case_b ... ok [INFO] [stdout] test day25::tests::test_find_loop_size ... ok [INFO] [stdout] test day21::tests::test_case ... ok [INFO] [stdout] test day07::tests::test_case ... ok [INFO] [stdout] test infinite_field_4d::tests::test_case ... ok [INFO] [stdout] test day14::tests::test_case ... ok [INFO] [stdout] test day20::tests::test_case ... ok [INFO] [stdout] test day17::tests::test_case ... ok [INFO] [stdout] test infinite_field_3d::tests::test_case ... ok [INFO] [stdout] test day23::tests::test_case_b ... ok [INFO] [stdout] test day19::tests::test_case ... ok [INFO] [stdout] test day24::tests::test_case_3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 33.72s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7ae4a61b258f6a441b781245e1cdb21720843719e774246f1fb3f9ac574e59c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ae4a61b258f6a441b781245e1cdb21720843719e774246f1fb3f9ac574e59c8", kill_on_drop: false }` [INFO] [stdout] 7ae4a61b258f6a441b781245e1cdb21720843719e774246f1fb3f9ac574e59c8