[INFO] cloning repository https://github.com/MatthewThompson/advent_of_code_2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MatthewThompson/advent_of_code_2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatthewThompson%2Fadvent_of_code_2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatthewThompson%2Fadvent_of_code_2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] adb0847a62e383aaeb5bef0ab54241bc48e59445 [INFO] testing MatthewThompson/advent_of_code_2020 against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatthewThompson%2Fadvent_of_code_2020" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MatthewThompson/advent_of_code_2020 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MatthewThompson/advent_of_code_2020 [INFO] finished tweaking git repo https://github.com/MatthewThompson/advent_of_code_2020 [INFO] tweaked toml for git repo https://github.com/MatthewThompson/advent_of_code_2020 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/MatthewThompson/advent_of_code_2020 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b11ebb89443f91ea25be729a87a7ff78e4c45a0f8caa8f5024915efb0f1a9076 [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" "b11ebb89443f91ea25be729a87a7ff78e4c45a0f8caa8f5024915efb0f1a9076", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b11ebb89443f91ea25be729a87a7ff78e4c45a0f8caa8f5024915efb0f1a9076", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b11ebb89443f91ea25be729a87a7ff78e4c45a0f8caa8f5024915efb0f1a9076", kill_on_drop: false }` [INFO] [stdout] b11ebb89443f91ea25be729a87a7ff78e4c45a0f8caa8f5024915efb0f1a9076 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7071462e24bf41a9047275f137d720ab1862853d1a225c64ce0d9f6722fda27d [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" "7071462e24bf41a9047275f137d720ab1862853d1a225c64ce0d9f6722fda27d", kill_on_drop: false }` [INFO] [stderr] Compiling advent_of_code_2020 v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/aoc09/main.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 31 | Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [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] 31 - Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [INFO] [stdout] 31 + Err(message) => panic!("Failed to parse {} with error: {}", line, message), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/aoc12/main.rs:29:40 [INFO] [stdout] | [INFO] [stdout] 29 | Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [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] 29 - Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [INFO] [stdout] 29 + Err(message) => panic!("Failed to parse {} with error: {}", line, message), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/aoc08/main.rs:30:40 [INFO] [stdout] | [INFO] [stdout] 30 | Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [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] 30 - Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [INFO] [stdout] 30 + Err(message) => panic!("Failed to parse {} with error: {}", line, message), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.26s [INFO] running `Command { std: "docker" "inspect" "7071462e24bf41a9047275f137d720ab1862853d1a225c64ce0d9f6722fda27d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7071462e24bf41a9047275f137d720ab1862853d1a225c64ce0d9f6722fda27d", kill_on_drop: false }` [INFO] [stdout] 7071462e24bf41a9047275f137d720ab1862853d1a225c64ce0d9f6722fda27d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e58bffb62a6e620725ed7fe84a7106d9bc4315573dae60cae751988a11bddb29 [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" "e58bffb62a6e620725ed7fe84a7106d9bc4315573dae60cae751988a11bddb29", kill_on_drop: false }` [INFO] [stderr] Compiling advent_of_code_2020 v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/aoc09/main.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 31 | Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [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] 31 - Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [INFO] [stdout] 31 + Err(message) => panic!("Failed to parse {} with error: {}", line, message), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/aoc08/main.rs:30:40 [INFO] [stdout] | [INFO] [stdout] 30 | Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [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] 30 - Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [INFO] [stdout] 30 + Err(message) => panic!("Failed to parse {} with error: {}", line, message), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/aoc12/main.rs:29:40 [INFO] [stdout] | [INFO] [stdout] 29 | Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [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] 29 - Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [INFO] [stdout] 29 + Err(message) => panic!("Failed to parse {} with error: {}", line, message), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.13s [INFO] running `Command { std: "docker" "inspect" "e58bffb62a6e620725ed7fe84a7106d9bc4315573dae60cae751988a11bddb29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e58bffb62a6e620725ed7fe84a7106d9bc4315573dae60cae751988a11bddb29", kill_on_drop: false }` [INFO] [stdout] e58bffb62a6e620725ed7fe84a7106d9bc4315573dae60cae751988a11bddb29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 438cdf9cda5b2b968dcb5c775b0c4e0fd91a4b746f4d3e3c30b97b561645f0ac [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" "438cdf9cda5b2b968dcb5c775b0c4e0fd91a4b746f4d3e3c30b97b561645f0ac", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/aoc08/main.rs:30:40 [INFO] [stderr] | [INFO] [stderr] 30 | Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [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] 30 - Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [INFO] [stderr] 30 + Err(message) => panic!("Failed to parse {} with error: {}", line, message), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `advent_of_code_2020` (bin "aoc08" test) generated 1 warning [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/aoc12/main.rs:29:40 [INFO] [stderr] | [INFO] [stderr] 29 | Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [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] 29 - Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [INFO] [stderr] 29 + Err(message) => panic!("Failed to parse {} with error: {}", line, message), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/aoc09/main.rs:31:40 [INFO] [stderr] | [INFO] [stderr] 31 | Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [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] 31 - Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [INFO] [stderr] 31 + Err(message) => panic!("Failed to parse {} with error: {}", line, message), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `advent_of_code_2020` (bin "aoc12" test) generated 1 warning [INFO] [stderr] warning: `advent_of_code_2020` (bin "aoc09" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc01-8868085e3b3ba443) [INFO] [stdout] running 2 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc02-36f777e1ced4bc80) [INFO] [stdout] test tests::test_day_one_part_one ... ok [INFO] [stdout] test tests::test_day_one_part_two ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_day_two_part_two ... ok [INFO] [stdout] test tests::test_day_two_part_one ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc03-12f475ce9d84a112) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_day_three_part_one ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc04-4e2e9aea5000e142) [INFO] [stdout] test tests::test_day_three_part_two ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_day_four_part_one ... ok [INFO] [stdout] test tests::test_day_four_part_two ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc05-d76b4d20d424cc6f) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc06-23b297a1d2da04b8) [INFO] [stdout] test tests::test_get_row ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_day_six_part_one ... ok [INFO] [stdout] test tests::test_day_six_part_two ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc07-84b9439c82baee58) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc08-ad2e232fb1a68039) [INFO] [stdout] test tests::test_day_seven_part_one ... ok [INFO] [stdout] test tests::test_day_seven_part_two ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc09-8e3eec42260101c9) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_day_eight_part_one ... ok [INFO] [stdout] test tests::test_day_eight_part_two ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc12-8e67d2dce2b531d2) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_day_nine_part_one ... ok [INFO] [stdout] test tests::test_day_nine_part_two ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_day_twelve_part_one ... ok [INFO] [stdout] test tests::test_day_twelve_part_two ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "438cdf9cda5b2b968dcb5c775b0c4e0fd91a4b746f4d3e3c30b97b561645f0ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "438cdf9cda5b2b968dcb5c775b0c4e0fd91a4b746f4d3e3c30b97b561645f0ac", kill_on_drop: false }` [INFO] [stdout] 438cdf9cda5b2b968dcb5c775b0c4e0fd91a4b746f4d3e3c30b97b561645f0ac