[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-2022-04-10 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 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/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" "+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-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" "+beta-2022-04-10" "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] 4e8be7a12e7a640a6431c3f4cfd4093cb06cca2200c785e4168fcdc2dbb6c027 [INFO] running `Command { std: "docker" "start" "-a" "4e8be7a12e7a640a6431c3f4cfd4093cb06cca2200c785e4168fcdc2dbb6c027", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e8be7a12e7a640a6431c3f4cfd4093cb06cca2200c785e4168fcdc2dbb6c027", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e8be7a12e7a640a6431c3f4cfd4093cb06cca2200c785e4168fcdc2dbb6c027", kill_on_drop: false }` [INFO] [stdout] 4e8be7a12e7a640a6431c3f4cfd4093cb06cca2200c785e4168fcdc2dbb6c027 [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af0c00bd2526efc3e5941a5d98138e282d07b0d04b513057882e3a2575e5e575 [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" "af0c00bd2526efc3e5941a5d98138e282d07b0d04b513057882e3a2575e5e575", 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/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 dev [unoptimized + debuginfo] target(s) in 19.17s [INFO] running `Command { std: "docker" "inspect" "af0c00bd2526efc3e5941a5d98138e282d07b0d04b513057882e3a2575e5e575", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af0c00bd2526efc3e5941a5d98138e282d07b0d04b513057882e3a2575e5e575", kill_on_drop: false }` [INFO] [stdout] af0c00bd2526efc3e5941a5d98138e282d07b0d04b513057882e3a2575e5e575 [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" "+beta-2022-04-10" "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] 045153cf3189678fa25af5b1378290805ffc58bc730ce923c1a07f0189c46425 [INFO] running `Command { std: "docker" "start" "-a" "045153cf3189678fa25af5b1378290805ffc58bc730ce923c1a07f0189c46425", 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.34s [INFO] [stderr] Executable unittests src/bin/aoc01/main.rs (/opt/rustwide/target/debug/deps/aoc01-fc060b82f6f522dc) [INFO] [stderr] Executable unittests src/bin/aoc02/main.rs (/opt/rustwide/target/debug/deps/aoc02-b36ebed08f790aa2) [INFO] [stderr] Executable unittests src/bin/aoc03/main.rs (/opt/rustwide/target/debug/deps/aoc03-755dae1d8b21dcc7) [INFO] [stderr] Executable unittests src/bin/aoc04/main.rs (/opt/rustwide/target/debug/deps/aoc04-c0d65d00248df5ff) [INFO] [stderr] Executable unittests src/bin/aoc05/main.rs (/opt/rustwide/target/debug/deps/aoc05-eda543b3a644e0bc) [INFO] [stderr] Executable unittests src/bin/aoc06/main.rs (/opt/rustwide/target/debug/deps/aoc06-5e9c273b671f46d6) [INFO] [stderr] Executable unittests src/bin/aoc07/main.rs (/opt/rustwide/target/debug/deps/aoc07-7080c1fae86c1502) [INFO] [stderr] Executable unittests src/bin/aoc08/main.rs (/opt/rustwide/target/debug/deps/aoc08-924ef3bba8fe11dd) [INFO] [stderr] Executable unittests src/bin/aoc09/main.rs (/opt/rustwide/target/debug/deps/aoc09-74ca569d0e55c7bd) [INFO] [stderr] Executable unittests src/bin/aoc12/main.rs (/opt/rustwide/target/debug/deps/aoc12-a404e5861988891a) [INFO] running `Command { std: "docker" "inspect" "045153cf3189678fa25af5b1378290805ffc58bc730ce923c1a07f0189c46425", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "045153cf3189678fa25af5b1378290805ffc58bc730ce923c1a07f0189c46425", kill_on_drop: false }` [INFO] [stdout] 045153cf3189678fa25af5b1378290805ffc58bc730ce923c1a07f0189c46425 [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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bd3f33539be9486391ac9423bcc986a38a259ef6409881511bbba20f008f652a [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" "bd3f33539be9486391ac9423bcc986a38a259ef6409881511bbba20f008f652a", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] [INFO] [stderr] --> src/bin/aoc12/main.rs:29:40 [INFO] [stdout] running 2 tests [INFO] [stderr] | [INFO] [stdout] test tests::test_day_one_part_one ... ok [INFO] [stderr] 29 | Err(message) => panic!(format!("Failed to parse {} with error: {}", line, message)), [INFO] [stdout] test tests::test_day_one_part_two ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] [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.03s [INFO] [stderr] Running unittests src/bin/aoc01/main.rs (/opt/rustwide/target/debug/deps/aoc01-fc060b82f6f522dc) [INFO] [stderr] Running unittests src/bin/aoc02/main.rs (/opt/rustwide/target/debug/deps/aoc02-b36ebed08f790aa2) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running unittests src/bin/aoc03/main.rs (/opt/rustwide/target/debug/deps/aoc03-755dae1d8b21dcc7) [INFO] [stdout] test tests::test_day_two_part_one ... ok [INFO] [stderr] Running unittests src/bin/aoc04/main.rs (/opt/rustwide/target/debug/deps/aoc04-c0d65d00248df5ff) [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.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_day_three_part_one ... ok [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] [stderr] Running unittests src/bin/aoc05/main.rs (/opt/rustwide/target/debug/deps/aoc05-eda543b3a644e0bc) [INFO] [stdout] test tests::test_day_four_part_two ... ok [INFO] [stderr] Running unittests src/bin/aoc06/main.rs (/opt/rustwide/target/debug/deps/aoc06-5e9c273b671f46d6) [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [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] [stderr] Running unittests src/bin/aoc07/main.rs (/opt/rustwide/target/debug/deps/aoc07-7080c1fae86c1502) [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] [stdout] [INFO] [stdout] running 2 tests [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] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running unittests src/bin/aoc08/main.rs (/opt/rustwide/target/debug/deps/aoc08-924ef3bba8fe11dd) [INFO] [stdout] test tests::test_day_eight_part_two ... ok [INFO] [stdout] test tests::test_day_eight_part_one ... ok [INFO] [stderr] Running unittests src/bin/aoc09/main.rs (/opt/rustwide/target/debug/deps/aoc09-74ca569d0e55c7bd) [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_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] [stderr] Running unittests src/bin/aoc12/main.rs (/opt/rustwide/target/debug/deps/aoc12-a404e5861988891a) [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" "bd3f33539be9486391ac9423bcc986a38a259ef6409881511bbba20f008f652a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd3f33539be9486391ac9423bcc986a38a259ef6409881511bbba20f008f652a", kill_on_drop: false }` [INFO] [stdout] bd3f33539be9486391ac9423bcc986a38a259ef6409881511bbba20f008f652a