[INFO] cloning repository https://github.com/pavel1269/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/pavel1269/advent-of-code-2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpavel1269%2Fadvent-of-code-2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpavel1269%2Fadvent-of-code-2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b6cc758d3cf55f3a6dbd2f2ab4e1a7b8ea9339af [INFO] testing pavel1269/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%2Fpavel1269%2Fadvent-of-code-2020" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pavel1269/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/pavel1269/advent-of-code-2020 [INFO] finished tweaking git repo https://github.com/pavel1269/advent-of-code-2020 [INFO] tweaked toml for git repo https://github.com/pavel1269/advent-of-code-2020 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/pavel1269/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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 4573e2a62db01084b980625d394d8c017af856f936bd638ff9258a98551687da [INFO] running `Command { std: "docker" "start" "-a" "4573e2a62db01084b980625d394d8c017af856f936bd638ff9258a98551687da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4573e2a62db01084b980625d394d8c017af856f936bd638ff9258a98551687da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4573e2a62db01084b980625d394d8c017af856f936bd638ff9258a98551687da", kill_on_drop: false }` [INFO] [stdout] 4573e2a62db01084b980625d394d8c017af856f936bd638ff9258a98551687da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 42dcc7d3079025f18ce8eaede65d64ce1bdf5f3c7e09afa0495a42b58a7ed977 [INFO] running `Command { std: "docker" "start" "-a" "42dcc7d3079025f18ce8eaede65d64ce1bdf5f3c7e09afa0495a42b58a7ed977", kill_on_drop: false }` [INFO] [stderr] Compiling aoc-2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day08.rs:86:38 [INFO] [stdout] | [INFO] [stdout] 86 | Operation::Acc => panic!(format!("Unexpected operation after program end '{:?}'", instruction.operation)), [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] 86 - Operation::Acc => panic!(format!("Unexpected operation after program end '{:?}'", instruction.operation)), [INFO] [stdout] 86 + Operation::Acc => panic!("Unexpected operation after program end '{:?}'", instruction.operation), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day08.rs:104:20 [INFO] [stdout] | [INFO] [stdout] 104 | panic!(format!("Loop not detected, {:?}", result)); [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] 104 - panic!(format!("Loop not detected, {:?}", result)); [INFO] [stdout] 104 + panic!("Loop not detected, {:?}", result); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day12.rs:209:25 [INFO] [stdout] | [INFO] [stdout] 209 | _ => panic!(format!("Unown direction '{}'", &captures[1])), [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] 209 - _ => panic!(format!("Unown direction '{}'", &captures[1])), [INFO] [stdout] 209 + _ => panic!("Unown direction '{}'", &captures[1]), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day16.rs:73:20 [INFO] [stdout] | [INFO] [stdout] 73 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 74 | | "Could not find any column for retriction '{}'", [INFO] [stdout] 75 | | restriction.name [INFO] [stdout] 76 | | )); [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] 73 ~ panic!( [INFO] [stdout] 74 | "Could not find any column for retriction '{}'", [INFO] [stdout] 75 | restriction.name [INFO] [stdout] 76 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day17/space.rs:150:24 [INFO] [stdout] | [INFO] [stdout] 150 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 151 | | "Unexpected input dimension, found {}, expected: {}", [INFO] [stdout] 152 | | line.len(), [INFO] [stdout] 153 | | max_x [INFO] [stdout] 154 | | )); [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] 150 ~ panic!( [INFO] [stdout] 151 | "Unexpected input dimension, found {}, expected: {}", [INFO] [stdout] 152 | line.len(), [INFO] [stdout] 153 | max_x [INFO] [stdout] 154 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day18/parser.rs:61:37 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(format!("Unexpected char '{}'", char)), [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] 61 - _ => panic!(format!("Unexpected char '{}'", char)), [INFO] [stdout] 61 + _ => panic!("Unexpected char '{}'", char), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day19/mod.rs:73:40 [INFO] [stdout] | [INFO] [stdout] 73 | None => panic!(format!("Rule {} not found", index_rule)), [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] 73 - None => panic!(format!("Rule {} not found", index_rule)), [INFO] [stdout] 73 + None => panic!("Rule {} not found", index_rule), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day19/mod.rs:139:20 [INFO] [stdout] | [INFO] [stdout] 139 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 140 | | "Not all rules solved, rules: {:?}", [INFO] [stdout] 141 | | rules_to_rework [INFO] [stdout] 142 | | )); [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] 139 ~ panic!( [INFO] [stdout] 140 | "Not all rules solved, rules: {:?}", [INFO] [stdout] 141 | rules_to_rework [INFO] [stdout] 142 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.09s [INFO] running `Command { std: "docker" "inspect" "42dcc7d3079025f18ce8eaede65d64ce1bdf5f3c7e09afa0495a42b58a7ed977", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42dcc7d3079025f18ce8eaede65d64ce1bdf5f3c7e09afa0495a42b58a7ed977", kill_on_drop: false }` [INFO] [stdout] 42dcc7d3079025f18ce8eaede65d64ce1bdf5f3c7e09afa0495a42b58a7ed977 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 5a0b3efdd8669b0ffd9af5298074e4f8f65378d46759390b5c7dcc0f8f079de9 [INFO] running `Command { std: "docker" "start" "-a" "5a0b3efdd8669b0ffd9af5298074e4f8f65378d46759390b5c7dcc0f8f079de9", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling more-asserts v0.2.1 [INFO] [stderr] Compiling pretty_assertions v0.6.1 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling time-test v0.2.2 [INFO] [stderr] Compiling aoc-2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day08.rs:86:38 [INFO] [stdout] | [INFO] [stdout] 86 | Operation::Acc => panic!(format!("Unexpected operation after program end '{:?}'", instruction.operation)), [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] 86 - Operation::Acc => panic!(format!("Unexpected operation after program end '{:?}'", instruction.operation)), [INFO] [stdout] 86 + Operation::Acc => panic!("Unexpected operation after program end '{:?}'", instruction.operation), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day08.rs:104:20 [INFO] [stdout] | [INFO] [stdout] 104 | panic!(format!("Loop not detected, {:?}", result)); [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] 104 - panic!(format!("Loop not detected, {:?}", result)); [INFO] [stdout] 104 + panic!("Loop not detected, {:?}", result); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day12.rs:209:25 [INFO] [stdout] | [INFO] [stdout] 209 | _ => panic!(format!("Unown direction '{}'", &captures[1])), [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] 209 - _ => panic!(format!("Unown direction '{}'", &captures[1])), [INFO] [stdout] 209 + _ => panic!("Unown direction '{}'", &captures[1]), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day16.rs:73:20 [INFO] [stdout] | [INFO] [stdout] 73 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 74 | | "Could not find any column for retriction '{}'", [INFO] [stdout] 75 | | restriction.name [INFO] [stdout] 76 | | )); [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] 73 ~ panic!( [INFO] [stdout] 74 | "Could not find any column for retriction '{}'", [INFO] [stdout] 75 | restriction.name [INFO] [stdout] 76 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day17/space.rs:150:24 [INFO] [stdout] | [INFO] [stdout] 150 | panic!(format!( [INFO] [stdout] | ________________________^ [INFO] [stdout] 151 | | "Unexpected input dimension, found {}, expected: {}", [INFO] [stdout] 152 | | line.len(), [INFO] [stdout] 153 | | max_x [INFO] [stdout] 154 | | )); [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] 150 ~ panic!( [INFO] [stdout] 151 | "Unexpected input dimension, found {}, expected: {}", [INFO] [stdout] 152 | line.len(), [INFO] [stdout] 153 | max_x [INFO] [stdout] 154 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day18/parser.rs:61:37 [INFO] [stdout] | [INFO] [stdout] 61 | _ => panic!(format!("Unexpected char '{}'", char)), [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] 61 - _ => panic!(format!("Unexpected char '{}'", char)), [INFO] [stdout] 61 + _ => panic!("Unexpected char '{}'", char), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day19/mod.rs:73:40 [INFO] [stdout] | [INFO] [stdout] 73 | None => panic!(format!("Rule {} not found", index_rule)), [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] 73 - None => panic!(format!("Rule {} not found", index_rule)), [INFO] [stdout] 73 + None => panic!("Rule {} not found", index_rule), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day19/mod.rs:139:20 [INFO] [stdout] | [INFO] [stdout] 139 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 140 | | "Not all rules solved, rules: {:?}", [INFO] [stdout] 141 | | rules_to_rework [INFO] [stdout] 142 | | )); [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] 139 ~ panic!( [INFO] [stdout] 140 | "Not all rules solved, rules: {:?}", [INFO] [stdout] 141 | rules_to_rework [INFO] [stdout] 142 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.06s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc_2020-b828a48c5249115d) [INFO] running `Command { std: "docker" "inspect" "5a0b3efdd8669b0ffd9af5298074e4f8f65378d46759390b5c7dcc0f8f079de9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a0b3efdd8669b0ffd9af5298074e4f8f65378d46759390b5c7dcc0f8f079de9", kill_on_drop: false }` [INFO] [stdout] 5a0b3efdd8669b0ffd9af5298074e4f8f65378d46759390b5c7dcc0f8f079de9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 05838164cf5b5cf4505593fdc928ef34e14368a2d8dce830c69000342b8cfafa [INFO] running `Command { std: "docker" "start" "-a" "05838164cf5b5cf4505593fdc928ef34e14368a2d8dce830c69000342b8cfafa", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/day08.rs:86:38 [INFO] [stderr] | [INFO] [stderr] 86 | Operation::Acc => panic!(format!("Unexpected operation after program end '{:?}'", instruction.operation)), [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] 86 - Operation::Acc => panic!(format!("Unexpected operation after program end '{:?}'", instruction.operation)), [INFO] [stderr] 86 + Operation::Acc => panic!("Unexpected operation after program end '{:?}'", instruction.operation), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/day08.rs:104:20 [INFO] [stderr] | [INFO] [stderr] 104 | panic!(format!("Loop not detected, {:?}", result)); [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] 104 - panic!(format!("Loop not detected, {:?}", result)); [INFO] [stderr] 104 + panic!("Loop not detected, {:?}", result); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/day12.rs:209:25 [INFO] [stderr] | [INFO] [stderr] 209 | _ => panic!(format!("Unown direction '{}'", &captures[1])), [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] 209 - _ => panic!(format!("Unown direction '{}'", &captures[1])), [INFO] [stderr] 209 + _ => panic!("Unown direction '{}'", &captures[1]), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/day16.rs:73:20 [INFO] [stderr] | [INFO] [stderr] 73 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 74 | | "Could not find any column for retriction '{}'", [INFO] [stderr] 75 | | restriction.name [INFO] [stderr] 76 | | )); [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] 73 ~ panic!( [INFO] [stderr] 74 | "Could not find any column for retriction '{}'", [INFO] [stderr] 75 | restriction.name [INFO] [stderr] 76 ~ ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/day17/space.rs:150:24 [INFO] [stderr] | [INFO] [stderr] 150 | panic!(format!( [INFO] [stderr] | ________________________^ [INFO] [stderr] 151 | | "Unexpected input dimension, found {}, expected: {}", [INFO] [stderr] 152 | | line.len(), [INFO] [stderr] 153 | | max_x [INFO] [stderr] 154 | | )); [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] 150 ~ panic!( [INFO] [stderr] 151 | "Unexpected input dimension, found {}, expected: {}", [INFO] [stderr] 152 | line.len(), [INFO] [stderr] 153 | max_x [INFO] [stderr] 154 ~ ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/day18/parser.rs:61:37 [INFO] [stderr] | [INFO] [stderr] 61 | _ => panic!(format!("Unexpected char '{}'", char)), [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] 61 - _ => panic!(format!("Unexpected char '{}'", char)), [INFO] [stderr] 61 + _ => panic!("Unexpected char '{}'", char), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/day19/mod.rs:73:40 [INFO] [stderr] | [INFO] [stderr] 73 | None => panic!(format!("Rule {} not found", index_rule)), [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] 73 - None => panic!(format!("Rule {} not found", index_rule)), [INFO] [stderr] 73 + None => panic!("Rule {} not found", index_rule), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/day19/mod.rs:139:20 [INFO] [stderr] | [INFO] [stderr] 139 | panic!(format!( [INFO] [stderr] | ____________________^ [INFO] [stderr] 140 | | "Not all rules solved, rules: {:?}", [INFO] [stderr] 141 | | rules_to_rework [INFO] [stderr] 142 | | )); [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] 139 ~ panic!( [INFO] [stderr] 140 | "Not all rules solved, rules: {:?}", [INFO] [stderr] 141 | rules_to_rework [INFO] [stderr] 142 ~ ); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `aoc-2020` (bin "aoc-2020" test) generated 8 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc_2020-b828a48c5249115d) [INFO] [stdout] [INFO] [stdout] running 198 tests [INFO] [stdout] test day01::tests::example_part1_correct_result ... ok [INFO] [stdout] test day01::tests::example_part2_correct_result ... ok [INFO] [stdout] test day02::tests::example_part1_correct_result ... ok [INFO] [stdout] test day02::tests::example_part2_correct_result ... ok [INFO] [stdout] test day01::tests::input_part1_correct_result ... ok [INFO] [stdout] test day03::tests::input_part1_correct_result ... ok [INFO] [stdout] test day03::tests::example_part1_correct_result ... ok [INFO] [stdout] test day03::tests::example_part2_correct_result ... ok [INFO] [stdout] test day03::tests::input_part2_correct_result ... ok [INFO] [stdout] test day05::tests::example_part1_correct ... ok [INFO] [stdout] test day04::tests::example2_parse_passports_correct_count ... ok [INFO] [stdout] test day04::tests::example1_part1_correct_result ... ok [INFO] [stdout] test day06::tests::example1_parse_groups_correct_len ... ok [INFO] [stdout] test day06::tests::example2_part2_answer_count ... ok [INFO] [stdout] test day05::tests::single_example_parse_boardpass_correct ... ok [INFO] [stdout] test day04::tests::example1_parse_passports_correct_count ... ok [INFO] [stdout] test day06::tests::example2_parse_groups_correct_len ... ok [INFO] [stdout] test day06::tests::example2_part1_answer_count ... ok [INFO] [stdout] test day04::tests::input_part1_correct_result ... ok [INFO] [stdout] test day02::tests::input_part2_correct_result ... ok [INFO] [stdout] test day05::tests::input_part1_correct ... ok [INFO] [stdout] test day02::tests::input_part1_correct_result ... ok [INFO] [stdout] test day06::tests::input_part2_answer_count ... ok [INFO] [stdout] test day06::tests::input_part1_answer_count ... ok [INFO] [stdout] test day06::tests::example1_part1_answer_count ... ok [INFO] [stdout] test day08::tests::input_detect_loop ... ok [INFO] [stdout] test day07::tests::example2_count_inside ... ok [INFO] [stdout] test day05::tests::input_part2_correct ... ok [INFO] [stdout] test day09::tests::example_not_matching_source ... ok [INFO] [stdout] test day09::tests::input_not_matching ... ok [INFO] [stdout] test day09::tests::example_not_matching ... ok [INFO] [stdout] test day10::tests::example2_get_part1_result_adapters ... ok [INFO] [stdout] test day10::tests::example2_get_adapter_combinations ... ok [INFO] [stdout] test day04::tests::example2_part2_correct_result ... ok [INFO] [stdout] test day09::tests::input_not_matching_source ... ok [INFO] [stdout] test day10::tests::example_get_part1_result_adapters ... ok [INFO] [stdout] test day09::tests::example2_not_matching ... ok [INFO] [stdout] test day10::tests::example_get_jolt_differences ... ok [INFO] [stdout] test day10::tests::example_get_adapter_combinations ... ok [INFO] [stdout] test day10::tests::get_part1_res ... ok [INFO] [stdout] test day10::tests::get_part2_res ... ok [INFO] [stdout] test day07::tests::example1_count_inside ... ok [INFO] [stdout] test day12::tests::example_navigate_ship_coords_match ... ok [INFO] [stdout] test day13::tests::example2_get_timestamp_departures_line ... ok [INFO] [stdout] test day13::tests::example3_get_timestamp_departures_line ... ok [INFO] [stdout] test day13::tests::example4_get_timestamp_departures_line ... ok [INFO] [stdout] test day13::tests::example5_get_timestamp_departures_line ... ok [INFO] [stdout] test day13::tests::example6_get_timestamp_departures_line ... ok [INFO] [stdout] test day13::tests::example_get_earliest_bus ... ok [INFO] [stdout] test day11::tests::example2_get_occupied_around ... ok [INFO] [stdout] test day11::tests::example_part2_result ... ok [INFO] [stdout] test day07::tests::example_possible_colors ... ok [INFO] [stdout] test day11::tests::example_part1_result ... ok [INFO] [stdout] test day08::tests::example_detect_loop ... ok [INFO] [stdout] test day08::tests::example_fix_and_detect_loop ... ok [INFO] [stdout] test day12::tests::input_part2_result ... ok [INFO] [stdout] test day13::tests::numbers_10_7_get_timestamp_departures_line ... ok [INFO] [stdout] test day12::tests::example_navigate_ship_waypoint_coords_match ... ok [INFO] [stdout] test day13::tests::numbers_9_10_get_timestamp_departures_line ... ok [INFO] [stdout] test day13::tests::numbers_7_9_get_timestamp_departures_line ... ok [INFO] [stdout] test day14::day14::tests::example2_run_program_v2_memory_sum ... ok [INFO] [stdout] test day14::day14::tests::example_run_program_v1_memory_sum ... ok [INFO] [stdout] test day13::tests::numbers_7_10_get_timestamp_departures_line ... ok [INFO] [stdout] test day15::tests::example_play_memory_game ... ok [INFO] [stdout] test day15::tests::example2_play_memory_game ... ok [INFO] [stdout] test day13::tests::numbers_10_9_get_timestamp_departures_line ... ok [INFO] [stdout] test day13::tests::numbers_7_10_9_get_timestamp_departures_line ... ok [INFO] [stdout] test day08::tests::input_fix_and_detect_loop ... ok [INFO] [stdout] test day13::tests::input_part2_result ... ok [INFO] [stdout] test day13::tests::input_part1_result ... ok [INFO] [stdout] test day16::tests::example_get_scanning_error_rate ... ok [INFO] [stdout] test day17::coordinates::tests::coords_from_index_complex ... ok [INFO] [stdout] test day17::coordinates::tests::coords_from_index_easy ... ok [INFO] [stdout] test day17::coordinates::tests::coords_index_1 ... ok [INFO] [stdout] test day17::coordinates::tests::coords_index_2 ... ok [INFO] [stdout] test day16::tests::example_parse_restrictions_parsed ... ok [INFO] [stdout] test day17::coordinates::tests::coords_max_index ... ok [INFO] [stdout] test day17::coordinates::tests::coords_to_index_complex ... ok [INFO] [stdout] test day17::coordinates::tests::coords_to_index_easy ... ok [INFO] [stdout] test day17::space::tests::direct_example_parse_coordinates ... ok [INFO] [stdout] test day15::tests::input_get_part1_result ... ok [INFO] [stdout] test day13::tests::example_get_timestamp_departures_line ... ok [INFO] [stdout] test day17::space::tests::direct_example_parse_dimensions ... ok [INFO] [stdout] test day17::coordinates::tests::coords_sub ... ok [INFO] [stdout] test day12::tests::input_part1_result ... ok [INFO] [stdout] test day17::space::tests::example_parse_coordinates ... ok [INFO] [stdout] test day17::space::tests::example_parse_dimensions ... ok [INFO] [stdout] test day17::space::tests::example_parsed_active_count ... ok [INFO] [stdout] test day17::space::tests::example_parsed_count_active_surrounding_bottom_right_corner ... ok [INFO] [stdout] test day17::space::tests::example_parsed_count_active_surrounding ... ok [INFO] [stdout] test day17::space::tests::example_parsed_count_active_surrounding_active_place ... ok [INFO] [stdout] test day17::space::tests::example_parsed_count_active_surrounding_upper_edge ... ok [INFO] [stdout] test day16::tests::input_get_part1_result ... ok [INFO] [stdout] test day17::space::tests::example_parsed_simulate_cycle_grew ... ok [INFO] [stdout] test day17::space::tests::example_parsed_simulate_cycle_matches ... ok [INFO] [stdout] test day16::tests::input_get_part2_result ... ok [INFO] [stdout] test day17::space::tests::example_parsed_simulate_cycle_count_actives ... ok [INFO] [stdout] test day18::eval::tests::example2_evaluate_eq ... ok [INFO] [stdout] test day14::tests::input_get_part1_result ... ok [INFO] [stdout] test day17::space::tests::example_parsed_simulate_cycle2_count_actives ... ok [INFO] [stdout] test day18::eval::tests::example3_evaluate_eq_plus_precedence ... ok [INFO] [stdout] test day18::eval::tests::example4_evaluate_eq ... ok [INFO] [stdout] test day18::eval::tests::example2_evaluate_eq_plus_precedence ... ok [INFO] [stdout] test day18::eval::tests::example5_evaluate_eq ... ok [INFO] [stdout] test day18::eval::tests::example5_evaluate_eq_plus_precedence ... ok [INFO] [stdout] test day18::eval::tests::example3_evaluate_eq ... ok [INFO] [stdout] test day18::eval::tests::example6_evaluate_eq ... ok [INFO] [stdout] test day18::eval::tests::example6_evaluate_eq_plus_precedence ... ok [INFO] [stdout] test day18::eval::tests::example_evaluate_eq ... ok [INFO] [stdout] test day18::eval::tests::examples_evaluate_eq_sum ... ok [INFO] [stdout] test day18::parser::tests::example2_eq_parsed ... ok [INFO] [stdout] test day17::space::tests::example_parsed_simulate_cycle2_grew ... ok [INFO] [stdout] test day18::eval::tests::example4_evaluate_eq_plus_precedence ... ok [INFO] [stdout] test day18::parser::tests::example_eq_parsed ... ok [INFO] [stdout] test day01::tests::input_part2_correct_result ... ok [INFO] [stdout] test day18::eval::tests::example_evaluate_eq_plus_precedence ... ok [INFO] [stdout] test day18::tests::input_part2_result ... ok [INFO] [stdout] test day19::tests::example2_count_matches ... ok [INFO] [stdout] test day18::tests::input_part1_result ... ok [INFO] [stdout] test day19::tests::example_count_matches ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_down_down_matching ... ok [INFO] [stdout] test day17::space::tests::dimension4::example_simulate_cycle_count_actives ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_down_left_matching ... ok [INFO] [stdout] test day19::tests::input_parsed_inputs_count ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_down_down_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_down_left_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_down_right_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_down_up_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_left_down_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_left_down_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_down_right_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_left_left_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_left_left_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_left_right_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_left_right_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_left_up_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_left_up_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_right_down_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_right_down_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_down_up_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_right_right_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_right_right_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_right_up_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_right_left_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_right_up_mirrored ... ok [INFO] [stdout] test day19::tests::input_parsed_rules_count ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_right_left_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_up_down_mirrored ... ok [INFO] [stdout] test day19::tests::example2_count_matches_with_loop ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_up_right_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_up_left_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_up_up_matching ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_up_right_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_up_up_mirrored ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_up_left_mirrored ... ok [INFO] [stdout] test day20::parser::tests::example_parse_input_count_matches ... ok [INFO] [stdout] test day20::tests::example_part1_result ... ok [INFO] [stdout] test day20::tests::example_part2_result ... ok [INFO] [stdout] test day21::tests::example_count_part1_result ... ok [INFO] [stdout] test day20::map_tile::tests::determine_map_change_search_up_down_matching ... ok [INFO] [stdout] test day20::parser::tests::input_parse_input_count_matches ... ok [INFO] [stdout] test day21::tests::example_list_ingredients ... ok [INFO] [stdout] test day22::tests::example_play_score_matches ... ok [INFO] [stdout] test day22::tests::example_recursive_play_score_matches ... ok [INFO] [stdout] test day22::tests::input_play_score_matches ... ok [INFO] [stdout] test day20::tests::input_part1_result ... ok [INFO] [stdout] test day23::tests::example_format_result ... ok [INFO] [stdout] test day23::tests::example_parse_assoc_array ... ok [INFO] [stdout] test day19::tests::input_part1 ... ok [INFO] [stdout] test day07::tests::input_count_inside ... ok [INFO] [stdout] test day20::tests::input_part2_result ... ok [INFO] [stdout] test day23::tests::example_play_100_rounds ... ok [INFO] [stdout] test day23::tests::example_play_1_round ... ok [INFO] [stdout] test day23::tests::input_part1_result ... ok [INFO] [stdout] test day23::tests::example_play_10_rounds ... ok [INFO] [stdout] test day24::tests::example_flips_count ... ok [INFO] [stdout] test day21::tests::input_list_ingredients ... ok [INFO] [stdout] test day24::tests::example_live_10_days_count ... ok [INFO] [stdout] test day24::tests::example_live_1_day_count ... ok [INFO] [stdout] test day24::tests::part1_flips_count ... ok [INFO] [stdout] test day21::tests::input_part1_result ... ok [INFO] [stdout] test day25::tests::example_sth_result ... ok [INFO] [stdout] test day14::tests::input_get_part2_result ... ok [INFO] [stdout] test day07::tests::input_possible_colors ... ok [INFO] [stdout] test day17::tests::example_get_part1_result ... ok [INFO] [stdout] test day23::tests::example_parse_input_milion_works ... ok [INFO] [stdout] test day04::tests::input_part2_correct_result ... ok [INFO] [stdout] test day17::tests::input_get_part1_result ... ok [INFO] [stdout] test day11::tests::input_part1_result ... ok [INFO] [stdout] test day24::tests::example_live_100_days_count ... ok [INFO] [stdout] test day25::tests::input_part1_result ... ok [INFO] [stdout] test day24::tests::part2_result ... ok [INFO] [stdout] test day23::tests::input_part2_result ... ok [INFO] [stdout] test day23::tests::example_part2_result ... ok [INFO] [stdout] test day15::tests::input_get_part2_result has been running for over 60 seconds [INFO] [stdout] test day17::tests::example_get_part2_result has been running for over 60 seconds [INFO] [stdout] test day17::tests::input_get_part2_result has been running for over 60 seconds [INFO] [stdout] test day22::tests::input_recursive_play_score_matches has been running for over 60 seconds [INFO] [stdout] test day17::tests::example_get_part2_result ... ok [INFO] [stdout] test day17::tests::input_get_part2_result ... ok [INFO] [stdout] test day15::tests::input_get_part2_result ... ok [INFO] [stdout] test day22::tests::input_recursive_play_score_matches ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 198 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 159.15s [INFO] [stdout] [INFO] [stderr] (took PT49.616473010S) (took PT51.169832679S) (took PT107.850869771S) (took PT127.549871994S) (took PT157.725681557S) [INFO] running `Command { std: "docker" "inspect" "05838164cf5b5cf4505593fdc928ef34e14368a2d8dce830c69000342b8cfafa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05838164cf5b5cf4505593fdc928ef34e14368a2d8dce830c69000342b8cfafa", kill_on_drop: false }` [INFO] [stdout] 05838164cf5b5cf4505593fdc928ef34e14368a2d8dce830c69000342b8cfafa