[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 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatthewThompson%2Fadvent_of_code_2020" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MatthewThompson/advent_of_code_2020 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/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-6/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" "+1.60.0" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "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] 8ac30d59471bfb4e6cdff34e2b581e1125136b3a0d0560d1b9fe66a0af8b1a21 [INFO] running `Command { std: "docker" "start" "-a" "8ac30d59471bfb4e6cdff34e2b581e1125136b3a0d0560d1b9fe66a0af8b1a21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ac30d59471bfb4e6cdff34e2b581e1125136b3a0d0560d1b9fe66a0af8b1a21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ac30d59471bfb4e6cdff34e2b581e1125136b3a0d0560d1b9fe66a0af8b1a21", kill_on_drop: false }` [INFO] [stdout] 8ac30d59471bfb4e6cdff34e2b581e1125136b3a0d0560d1b9fe66a0af8b1a21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", 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] 2d97f0825ea7da017327d41c485e2394a2ba68764d5303d45dd2b1f69ab36f88 [INFO] running `Command { std: "docker" "start" "-a" "2d97f0825ea7da017327d41c485e2394a2ba68764d5303d45dd2b1f69ab36f88", kill_on_drop: false }` [INFO] [stderr] Compiling regex v1.4.2 [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 20.24s [INFO] running `Command { std: "docker" "inspect" "2d97f0825ea7da017327d41c485e2394a2ba68764d5303d45dd2b1f69ab36f88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d97f0825ea7da017327d41c485e2394a2ba68764d5303d45dd2b1f69ab36f88", kill_on_drop: false }` [INFO] [stdout] 2d97f0825ea7da017327d41c485e2394a2ba68764d5303d45dd2b1f69ab36f88 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", 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] 092ec9f9ab3c3cc06af8e46ecc7e377935f701e3f82c7226c9057321119c6e42 [INFO] running `Command { std: "docker" "start" "-a" "092ec9f9ab3c3cc06af8e46ecc7e377935f701e3f82c7226c9057321119c6e42", 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 test [unoptimized + debuginfo] target(s) in 11.94s [INFO] running `Command { std: "docker" "inspect" "092ec9f9ab3c3cc06af8e46ecc7e377935f701e3f82c7226c9057321119c6e42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "092ec9f9ab3c3cc06af8e46ecc7e377935f701e3f82c7226c9057321119c6e42", kill_on_drop: false }` [INFO] [stdout] 092ec9f9ab3c3cc06af8e46ecc7e377935f701e3f82c7226c9057321119c6e42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", 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] d36b47d87aa4e77bd588b5eed3312c9ced368267725e80dbc0e4033bedaa27b5 [INFO] running `Command { std: "docker" "start" "-a" "d36b47d87aa4e77bd588b5eed3312c9ced368267725e80dbc0e4033bedaa27b5", kill_on_drop: false }` [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: 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 "aoc09" test) generated 1 warning [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: `advent_of_code_2020` (bin "aoc12" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc01-b2db191d1b6c1ca9) [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_day_one_part_one ... ok [INFO] [stdout] test tests::test_day_one_part_two ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc02-ec107d1e1dfba25d) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc03-529678dfc83dcd06) [INFO] [stdout] running 2 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc04-fa9e51250e3d1416) [INFO] [stdout] test tests::test_day_two_part_one ... ok [INFO] [stdout] test tests::test_day_two_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_three_part_two ... ok [INFO] [stdout] test tests::test_day_three_part_one ... 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_four_part_one ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc05-7d71c179ee4b346a) [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.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc06-c99fd896cc47052c) [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_two ... ok [INFO] [stdout] test tests::test_day_six_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/aoc07-c126efbd65e03596) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc08-40fcd9532a1ee731) [INFO] [stdout] test tests::test_day_seven_part_two ... ok [INFO] [stdout] test tests::test_day_seven_part_one ... 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] [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/aoc09-e26648b7729576ff) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_day_nine_part_two ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc12-e65e6e24a9fcd240) [INFO] [stdout] test tests::test_day_nine_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] [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" "d36b47d87aa4e77bd588b5eed3312c9ced368267725e80dbc0e4033bedaa27b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d36b47d87aa4e77bd588b5eed3312c9ced368267725e80dbc0e4033bedaa27b5", kill_on_drop: false }` [INFO] [stdout] d36b47d87aa4e77bd588b5eed3312c9ced368267725e80dbc0e4033bedaa27b5