[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.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMatthewThompson%2Fadvent_of_code_2020" "/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/MatthewThompson/advent_of_code_2020 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-7/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.59.0" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 53b4a30641de098b37339bf6cf13a7a89fee5b18590e09353f177303014ef023 [INFO] running `Command { std: "docker" "start" "-a" "53b4a30641de098b37339bf6cf13a7a89fee5b18590e09353f177303014ef023", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "53b4a30641de098b37339bf6cf13a7a89fee5b18590e09353f177303014ef023", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53b4a30641de098b37339bf6cf13a7a89fee5b18590e09353f177303014ef023", kill_on_drop: false }` [INFO] [stdout] 53b4a30641de098b37339bf6cf13a7a89fee5b18590e09353f177303014ef023 [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=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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f65d5d238d3ab523af3396963e2f3bea4865905f8cc25e692169a2bae09dbc3a [INFO] running `Command { std: "docker" "start" "-a" "f65d5d238d3ab523af3396963e2f3bea4865905f8cc25e692169a2bae09dbc3a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling regex-syntax v0.6.21 [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/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: 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: 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 7.17s [INFO] running `Command { std: "docker" "inspect" "f65d5d238d3ab523af3396963e2f3bea4865905f8cc25e692169a2bae09dbc3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f65d5d238d3ab523af3396963e2f3bea4865905f8cc25e692169a2bae09dbc3a", kill_on_drop: false }` [INFO] [stdout] f65d5d238d3ab523af3396963e2f3bea4865905f8cc25e692169a2bae09dbc3a [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=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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3b5106d8e5dbf0f9921f36739fb2b1fc90250ebfb33d767426b420072272bc4 [INFO] running `Command { std: "docker" "start" "-a" "f3b5106d8e5dbf0f9921f36739fb2b1fc90250ebfb33d767426b420072272bc4", 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/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: 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: 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 0.88s [INFO] running `Command { std: "docker" "inspect" "f3b5106d8e5dbf0f9921f36739fb2b1fc90250ebfb33d767426b420072272bc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3b5106d8e5dbf0f9921f36739fb2b1fc90250ebfb33d767426b420072272bc4", kill_on_drop: false }` [INFO] [stdout] f3b5106d8e5dbf0f9921f36739fb2b1fc90250ebfb33d767426b420072272bc4 [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=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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9bb3821066d116db2edde5727992a22aa2729e81fea57593d097bd788789f988 [INFO] running `Command { std: "docker" "start" "-a" "9bb3821066d116db2edde5727992a22aa2729e81fea57593d097bd788789f988", kill_on_drop: false }` [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] 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] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc01-34118adf2bd70eca) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc02-53df4986d334c79b) [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.01s [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-8be8d434118d143f) [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.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc04-6ec5aa49e7a714db) [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-5b54d67853e6acfe) [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] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc06-618b79bb7d76ad66) [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.00s [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.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc07-e5fea728c497b4e2) [INFO] [stdout] [INFO] [stdout] running 2 tests [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.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc08-4ab2d6f34ac429fc) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_day_eight_part_two ... ok [INFO] [stdout] test tests::test_day_eight_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_nine_part_two ... ok [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.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc09-c0a35da27ebae304) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc12-d6ec34f9b57d00dc) [INFO] [stdout] test tests::test_day_twelve_part_two ... ok [INFO] [stdout] test tests::test_day_twelve_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] running `Command { std: "docker" "inspect" "9bb3821066d116db2edde5727992a22aa2729e81fea57593d097bd788789f988", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bb3821066d116db2edde5727992a22aa2729e81fea57593d097bd788789f988", kill_on_drop: false }` [INFO] [stdout] 9bb3821066d116db2edde5727992a22aa2729e81fea57593d097bd788789f988