[INFO] cloning repository https://github.com/dariuswiles/advent-of-code-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dariuswiles/advent-of-code-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdariuswiles%2Fadvent-of-code-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdariuswiles%2Fadvent-of-code-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0dbd7a5ec66449484055eab7f60daa9f08e3c0f2 [INFO] testing dariuswiles/advent-of-code-rust against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdariuswiles%2Fadvent-of-code-rust" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dariuswiles/advent-of-code-rust on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dariuswiles/advent-of-code-rust [INFO] finished tweaking git repo https://github.com/dariuswiles/advent-of-code-rust [INFO] tweaked toml for git repo https://github.com/dariuswiles/advent-of-code-rust written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/dariuswiles/advent-of-code-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a0378051e7e7b8f290c49b7774ba27428ee6d2050347960f186dc636896b3e53 [INFO] running `Command { std: "docker" "start" "-a" "a0378051e7e7b8f290c49b7774ba27428ee6d2050347960f186dc636896b3e53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0378051e7e7b8f290c49b7774ba27428ee6d2050347960f186dc636896b3e53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0378051e7e7b8f290c49b7774ba27428ee6d2050347960f186dc636896b3e53", kill_on_drop: false }` [INFO] [stdout] a0378051e7e7b8f290c49b7774ba27428ee6d2050347960f186dc636896b3e53 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9918f01f376f5eaecb09276b9513c66b48bbc2f38121e4155c47ac689c9651fb [INFO] running `Command { std: "docker" "start" "-a" "9918f01f376f5eaecb09276b9513c66b48bbc2f38121e4155c47ac689c9651fb", kill_on_drop: false }` [INFO] [stderr] Compiling advent-of-code-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day04_part2.rs:176:32 [INFO] [stdout] | [INFO] [stdout] 176 | panic!(format!("Found unexpected passport field on input line {}", [INFO] [stdout] | ________________________________^ [INFO] [stdout] 177 | | line_num)); [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] 176 | panic!("Found unexpected passport field on input line {}", [INFO] [stdout] 177 | line_num); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day08_part1.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | panic!(error_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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 43 | panic!("{}", error_message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 43 | std::panic::panic_any(error_message); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day08_part1.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | panic!(error_message); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 62 | panic!("{}", error_message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 62 | std::panic::panic_any(error_message); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day08_part2.rs:45:24 [INFO] [stdout] | [INFO] [stdout] 45 | panic!(error_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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 45 | panic!("{}", error_message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 45 | std::panic::panic_any(error_message); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day08_part2.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | panic!(error_message); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 64 | panic!("{}", error_message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 64 | std::panic::panic_any(error_message); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day04_part1.rs:84:32 [INFO] [stdout] | [INFO] [stdout] 84 | panic!(format!("Found unexpected passport field on input line {}", [INFO] [stdout] | ________________________________^ [INFO] [stdout] 85 | | line_num)); [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] 84 | panic!("Found unexpected passport field on input line {}", [INFO] [stdout] 85 | line_num); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part1.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | panic!(format!("Unrecognized character in bitmask '{}'", s)); [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] 41 | panic!("Unrecognized character in bitmask '{}'", s); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part1.rs:65:16 [INFO] [stdout] | [INFO] [stdout] 65 | panic!(format!("Unrecognized format of command '{}'", location)); [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] 65 | panic!("Unrecognized format of command '{}'", location); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part1.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | panic!(format!("Unrecognized format of line '{}'", &line)); [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] 83 | panic!("Unrecognized format of line '{}'", &line); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part1.rs:96:20 [INFO] [stdout] | [INFO] [stdout] 96 | panic!(format!("Unrecognized command '{}'", &token[0])); [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] 96 | panic!("Unrecognized command '{}'", &token[0]); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day11_part1.rs:82:32 [INFO] [stdout] | [INFO] [stdout] 82 | panic!(format!("Error: unexpected character in input: '{}'", c)); [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] 82 | panic!("Error: unexpected character in input: '{}'", c); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day12_part1.rs:129:28 [INFO] [stdout] | [INFO] [stdout] 129 | panic!(format!("Unrecognized command {}", &command)); [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] 129 | panic!("Unrecognized command {}", &command); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day12_part2.rs:124:28 [INFO] [stdout] | [INFO] [stdout] 124 | panic!(format!("Unrecognized command {}", &command)); [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] 124 | panic!("Unrecognized command {}", &command); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part2.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | panic!(format!("Unrecognized character in bitmask '{}'", s)); [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] 41 | panic!("Unrecognized character in bitmask '{}'", s); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part2.rs:105:16 [INFO] [stdout] | [INFO] [stdout] 105 | panic!(format!("Unrecognized format of command '{}'", location)); [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] 105 | panic!("Unrecognized format of command '{}'", location); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part2.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | panic!(format!("Unrecognized format of line '{}'", &line)); [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] 123 | panic!("Unrecognized format of line '{}'", &line); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part2.rs:139:20 [INFO] [stdout] | [INFO] [stdout] 139 | panic!(format!("Unrecognized command '{}'", &token[0])); [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!("Unrecognized command '{}'", &token[0]); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day11_part2.rs:85:32 [INFO] [stdout] | [INFO] [stdout] 85 | panic!(format!("Error: unexpected character in input: '{}'", c)); [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] 85 | panic!("Error: unexpected character in input: '{}'", c); [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] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.26s [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9918f01f376f5eaecb09276b9513c66b48bbc2f38121e4155c47ac689c9651fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9918f01f376f5eaecb09276b9513c66b48bbc2f38121e4155c47ac689c9651fb", kill_on_drop: false }` [INFO] [stdout] 9918f01f376f5eaecb09276b9513c66b48bbc2f38121e4155c47ac689c9651fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 23e15edb412335fcc1de402dcf2b5a6087cfebd377007e4b48d444076b6597a4 [INFO] running `Command { std: "docker" "start" "-a" "23e15edb412335fcc1de402dcf2b5a6087cfebd377007e4b48d444076b6597a4", kill_on_drop: false }` [INFO] [stderr] Compiling advent-of-code-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day04_part1.rs:84:32 [INFO] [stdout] | [INFO] [stdout] 84 | panic!(format!("Found unexpected passport field on input line {}", [INFO] [stdout] | ________________________________^ [INFO] [stdout] 85 | | line_num)); [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] 84 | panic!("Found unexpected passport field on input line {}", [INFO] [stdout] 85 | line_num); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day08_part1.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | panic!(error_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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 43 | panic!("{}", error_message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 43 | std::panic::panic_any(error_message); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day08_part1.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | panic!(error_message); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 62 | panic!("{}", error_message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 62 | std::panic::panic_any(error_message); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day04_part2.rs:176:32 [INFO] [stdout] | [INFO] [stdout] 176 | panic!(format!("Found unexpected passport field on input line {}", [INFO] [stdout] | ________________________________^ [INFO] [stdout] 177 | | line_num)); [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] 176 | panic!("Found unexpected passport field on input line {}", [INFO] [stdout] 177 | line_num); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part1.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | panic!(format!("Unrecognized character in bitmask '{}'", s)); [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] 41 | panic!("Unrecognized character in bitmask '{}'", s); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part1.rs:65:16 [INFO] [stdout] | [INFO] [stdout] 65 | panic!(format!("Unrecognized format of command '{}'", location)); [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] 65 | panic!("Unrecognized format of command '{}'", location); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part1.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | panic!(format!("Unrecognized format of line '{}'", &line)); [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] 83 | panic!("Unrecognized format of line '{}'", &line); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part1.rs:96:20 [INFO] [stdout] | [INFO] [stdout] 96 | panic!(format!("Unrecognized command '{}'", &token[0])); [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] 96 | panic!("Unrecognized command '{}'", &token[0]); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part2.rs:41:28 [INFO] [stdout] | [INFO] [stdout] 41 | panic!(format!("Unrecognized character in bitmask '{}'", s)); [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] 41 | panic!("Unrecognized character in bitmask '{}'", s); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part2.rs:105:16 [INFO] [stdout] | [INFO] [stdout] 105 | panic!(format!("Unrecognized format of command '{}'", location)); [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] 105 | panic!("Unrecognized format of command '{}'", location); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part2.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | panic!(format!("Unrecognized format of line '{}'", &line)); [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] 123 | panic!("Unrecognized format of line '{}'", &line); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day14_part2.rs:139:20 [INFO] [stdout] | [INFO] [stdout] 139 | panic!(format!("Unrecognized command '{}'", &token[0])); [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!("Unrecognized command '{}'", &token[0]); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day12_part1.rs:129:28 [INFO] [stdout] | [INFO] [stdout] 129 | panic!(format!("Unrecognized command {}", &command)); [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] 129 | panic!("Unrecognized command {}", &command); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day12_part2.rs:124:28 [INFO] [stdout] | [INFO] [stdout] 124 | panic!(format!("Unrecognized command {}", &command)); [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] 124 | panic!("Unrecognized command {}", &command); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day08_part2.rs:45:24 [INFO] [stdout] | [INFO] [stdout] 45 | panic!(error_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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 45 | panic!("{}", error_message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 45 | std::panic::panic_any(error_message); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day08_part2.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | panic!(error_message); [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] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 64 | panic!("{}", error_message); [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 64 | std::panic::panic_any(error_message); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day11_part1.rs:82:32 [INFO] [stdout] | [INFO] [stdout] 82 | panic!(format!("Error: unexpected character in input: '{}'", c)); [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] 82 | panic!("Error: unexpected character in input: '{}'", c); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/2020_day11_part2.rs:85:32 [INFO] [stdout] | [INFO] [stdout] 85 | panic!(format!("Error: unexpected character in input: '{}'", c)); [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] 85 | panic!("Error: unexpected character in input: '{}'", c); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings 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] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings 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] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.33s [INFO] running `Command { std: "docker" "inspect" "23e15edb412335fcc1de402dcf2b5a6087cfebd377007e4b48d444076b6597a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23e15edb412335fcc1de402dcf2b5a6087cfebd377007e4b48d444076b6597a4", kill_on_drop: false }` [INFO] [stdout] 23e15edb412335fcc1de402dcf2b5a6087cfebd377007e4b48d444076b6597a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d7eac7241e5f966f7b2a7ef858c5d3a63f8337029c5a08b1022d79330b009ec6 [INFO] running `Command { std: "docker" "start" "-a" "d7eac7241e5f966f7b2a7ef858c5d3a63f8337029c5a08b1022d79330b009ec6", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day11_part1.rs:82:32 [INFO] [stderr] | [INFO] [stderr] 82 | panic!(format!("Error: unexpected character in input: '{}'", c)); [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] 82 | panic!("Error: unexpected character in input: '{}'", c); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day04_part2.rs:176:32 [INFO] [stderr] | [INFO] [stderr] 176 | panic!(format!("Found unexpected passport field on input line {}", [INFO] [stderr] | ________________________________^ [INFO] [stderr] 177 | | line_num)); [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] 176 | panic!("Found unexpected passport field on input line {}", [INFO] [stderr] 177 | line_num); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day04_part1.rs:84:32 [INFO] [stderr] | [INFO] [stderr] 84 | panic!(format!("Found unexpected passport field on input line {}", [INFO] [stderr] | ________________________________^ [INFO] [stderr] 85 | | line_num)); [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] 84 | panic!("Found unexpected passport field on input line {}", [INFO] [stderr] 85 | line_num); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day14_part2.rs:41:28 [INFO] [stderr] | [INFO] [stderr] 41 | panic!(format!("Unrecognized character in bitmask '{}'", s)); [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] 41 | panic!("Unrecognized character in bitmask '{}'", s); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day14_part2.rs:105:16 [INFO] [stderr] | [INFO] [stderr] 105 | panic!(format!("Unrecognized format of command '{}'", location)); [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] 105 | panic!("Unrecognized format of command '{}'", location); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day14_part2.rs:123:20 [INFO] [stderr] | [INFO] [stderr] 123 | panic!(format!("Unrecognized format of line '{}'", &line)); [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] 123 | panic!("Unrecognized format of line '{}'", &line); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day14_part2.rs:139:20 [INFO] [stderr] | [INFO] [stderr] 139 | panic!(format!("Unrecognized command '{}'", &token[0])); [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!("Unrecognized command '{}'", &token[0]); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day12_part2.rs:124:28 [INFO] [stderr] | [INFO] [stderr] 124 | panic!(format!("Unrecognized command {}", &command)); [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] 124 | panic!("Unrecognized command {}", &command); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day12_part1.rs:129:28 [INFO] [stderr] | [INFO] [stderr] 129 | panic!(format!("Unrecognized command {}", &command)); [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] 129 | panic!("Unrecognized command {}", &command); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day08_part1.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | panic!(error_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] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 43 | panic!("{}", error_message); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 43 | std::panic::panic_any(error_message); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day08_part1.rs:62:28 [INFO] [stderr] | [INFO] [stderr] 62 | panic!(error_message); [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] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 62 | panic!("{}", error_message); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 62 | std::panic::panic_any(error_message); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day08_part2.rs:45:24 [INFO] [stderr] | [INFO] [stderr] 45 | panic!(error_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] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 45 | panic!("{}", error_message); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 45 | std::panic::panic_any(error_message); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day08_part2.rs:64:28 [INFO] [stderr] | [INFO] [stderr] 64 | panic!(error_message); [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] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 64 | panic!("{}", error_message); [INFO] [stderr] | ^^^^^ [INFO] [stderr] help: or use std::panic::panic_any instead [INFO] [stderr] | [INFO] [stderr] 64 | std::panic::panic_any(error_message); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day11_part2.rs:85:32 [INFO] [stderr] | [INFO] [stderr] 85 | panic!(format!("Error: unexpected character in input: '{}'", c)); [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] 85 | panic!("Error: unexpected character in input: '{}'", c); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day14_part1.rs:41:28 [INFO] [stderr] | [INFO] [stderr] 41 | panic!(format!("Unrecognized character in bitmask '{}'", s)); [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] 41 | panic!("Unrecognized character in bitmask '{}'", s); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day14_part1.rs:65:16 [INFO] [stderr] | [INFO] [stderr] 65 | panic!(format!("Unrecognized format of command '{}'", location)); [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] 65 | panic!("Unrecognized format of command '{}'", location); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day14_part1.rs:83:20 [INFO] [stderr] | [INFO] [stderr] 83 | panic!(format!("Unrecognized format of line '{}'", &line)); [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] 83 | panic!("Unrecognized format of line '{}'", &line); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/2020_day14_part1.rs:96:20 [INFO] [stderr] | [INFO] [stderr] 96 | panic!(format!("Unrecognized command '{}'", &token[0])); [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] 96 | panic!("Unrecognized command '{}'", &token[0]); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day01_part1-47e96d0dfe13fb57) [INFO] [stdout] running 3 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day01_part2-4e0b2aa297453b51) [INFO] [stdout] test tests::find_answer_product ... ok [INFO] [stdout] test tests::no_solution ... ok [INFO] [stdout] test tests::find_answer_integers ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::find_answer_product ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day02_part1-5e4fe0592b3d9506) [INFO] [stdout] test tests::no_solution ... ok [INFO] [stdout] test tests::find_answer_integers ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::success ... 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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day02_part2-e19df34634e1a33d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::success ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day03_part1-43013a01f329cd8e) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day03_part2-e26c2c37bb769e2e) [INFO] [stdout] test tests::success ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::success_pattern_0 ... ok [INFO] [stdout] test tests::success_pattern_3 ... ok [INFO] [stdout] test tests::success_pattern_1 ... ok [INFO] [stdout] test tests::success_pattern_4 ... ok [INFO] [stdout] test tests::success_pattern_2 ... ok [INFO] [stdout] test tests::success_product ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 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/2020_day04_part1-a3a51e567dda3f68) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::test_2_valid ... ok [INFO] [stdout] test tests::test_3_invalid ... ok [INFO] [stdout] test tests::test_0_valid ... ok [INFO] [stdout] test tests::test_1_invalid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test tests::invalid_0 ... ok [INFO] [stdout] test tests::valid_0 ... ok [INFO] [stdout] test tests::valid_1 ... ok [INFO] [stdout] test tests::invalid_1 ... ok [INFO] [stdout] test tests::valid_3 ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day04_part2-b7f0db76b07019b6) [INFO] [stdout] test tests::valid_2 ... ok [INFO] [stdout] test tests::invalid_2 ... ok [INFO] [stdout] test tests::invalid_3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 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/2020_day05_part1-2698ecaec25ab422) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::test_data_0 ... ok [INFO] [stdout] test tests::test_data_3 ... ok [INFO] [stdout] test tests::test_data_1 ... ok [INFO] [stdout] test tests::test_data_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day05_part2-24894ea5bb3d4cbc) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::test_data_2 ... ok [INFO] [stdout] test tests::test_data_3 ... ok [INFO] [stdout] test tests::test_data_0 ... ok [INFO] [stdout] test tests::test_data_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 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/2020_day06_part1-4df467c9c807f9fe) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tests::set_3 ... ok [INFO] [stdout] test tests::set_0 ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day06_part2-4176872a1e4334f8) [INFO] [stdout] test tests::set_1 ... ok [INFO] [stdout] test tests::set_2 ... ok [INFO] [stdout] test tests::set_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tests::set_1 ... ok [INFO] [stdout] test tests::set_0 ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day07_part1-3bef0c9f2edaefe2) [INFO] [stdout] test tests::set_2 ... ok [INFO] [stdout] test tests::set_3 ... ok [INFO] [stdout] test tests::set_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day07_part2-aa8d4ccd800d12fd) [INFO] [stdout] test tests::set_0 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::set_1 ... ok [INFO] [stdout] test tests::set_0 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day08_part1-3e2d0994ac3b56f9) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_program_0 ... 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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day08_part2-75e390d907fad87f) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day09_part1-200eb5934262c154) [INFO] [stdout] test tests::test_program ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day09_part2-ae561497ae412806) [INFO] [stdout] test tests::test_iterator_len1 ... ok [INFO] [stdout] test tests::test_iterator_len4 ... ok [INFO] [stdout] test tests::test_iterator_empty ... ok [INFO] [stdout] test tests::test_program ... ok [INFO] [stdout] test tests::test_iterator_len2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::test_iterator_len1 ... ok [INFO] [stdout] test tests::test_find_contiguous_sum ... ok [INFO] [stdout] test tests::test_iterator_len4 ... ok [INFO] [stdout] test tests::test_iterator_len2 ... ok [INFO] [stdout] test tests::test_search_for_invalid_integer ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day10_part1-fb4fc8e709c120d4) [INFO] [stdout] test tests::test_iterator_empty ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tests::test_parse_str_to_nums ... ok [INFO] [stdout] test tests::test_count_occurrences ... ok [INFO] [stdout] test tests::test_add_outlet_and_device ... ok [INFO] [stdout] test tests::test_1 ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day10_part2-de9626107cbf3d77) [INFO] [stdout] test tests::test_0 ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day11_part1-10dcb8704622bd44) [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::test_add_outlet_and_device ... ok [INFO] [stdout] test tests::test_0 ... ok [INFO] [stdout] test tests::test_parse_str_to_nums ... ok [INFO] [stdout] test tests::test_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test tests::test_2 ... ok [INFO] [stdout] test tests::test_3 ... ok [INFO] [stdout] test tests::test_5 ... ok [INFO] [stdout] test tests::seating_grid_count_occupied ... ok [INFO] [stdout] test tests::test_1 ... ok [INFO] [stdout] test tests::test_count_occupied_seats_2 ... ok [INFO] [stdout] test tests::test_count_occupied_seats_1 ... ok [INFO] [stdout] test tests::test_count_occupied_seats_0 ... ok [INFO] [stdout] test tests::seating_grid_clone_and_eq ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day11_part2-bfb2f9dcc44423bc) [INFO] [stdout] test tests::test_4 ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day12_part1-5850eeae63a4f7f1) [INFO] [stdout] test tests::test_challenge ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day12_part2-35bd820242ef2268) [INFO] [stdout] test tests::seating_grid_clone_and_ne ... ok [INFO] [stdout] test tests::test_0 ... ok [INFO] [stdout] test tests::test_count_occupied_seats_3 ... ok [INFO] [stdout] test tests::test_count_occupied_seats_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test tests::test_0 ... ok [INFO] [stdout] test tests::occupied_visibility_1 ... ok [INFO] [stdout] test tests::seating_grid_clone_and_ne ... ok [INFO] [stdout] test tests::occupied_visibility_2 ... ok [INFO] [stdout] test tests::seating_grid_count_occupied ... ok [INFO] [stdout] test tests::seating_grid_clone_and_eq ... ok [INFO] [stdout] test tests::test_2 ... ok [INFO] [stdout] test tests::test_count_occupied_seats_2 ... ok [INFO] [stdout] test tests::test_count_occupied_seats_3 ... ok [INFO] [stdout] test tests::test_count_occupied_seats_4 ... ok [INFO] [stdout] test tests::test_count_occupied_seats_5 ... ok [INFO] [stdout] test tests::test_count_occupied_seats_1 ... ok [INFO] [stdout] test tests::test_count_occupied_seats_0 ... ok [INFO] [stdout] test tests::test_1 ... ok [INFO] [stdout] test tests::test_7 ... ok [INFO] [stdout] test tests::occupied_visibility_0 ... ok [INFO] [stdout] test tests::test_3 ... ok [INFO] [stdout] test tests::test_6 ... ok [INFO] [stdout] test tests::test_5 ... ok [INFO] [stdout] test tests::test_challenge ... ok [INFO] [stdout] test tests::test_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::test_0 ... ok [INFO] [stdout] test tests::test_turn_left ... ok [INFO] [stdout] test tests::test_move_forward ... ok [INFO] [stdout] test tests::test_turn_right ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day13_part1-946561c1535db3bb) [INFO] [stdout] test tests::test_turn_right ... ok [INFO] [stdout] test tests::test_move_forward ... ok [INFO] [stdout] test tests::test_0 ... ok [INFO] [stdout] test tests::test_turn_left ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day13_part2-28799348d0fa09bc) [INFO] [stdout] test tests::test_0 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test tests::bus_parse ... ok [INFO] [stdout] test tests::bus_sort ... ok [INFO] [stdout] test tests::test_0 ... ok [INFO] [stdout] test tests::test_1 ... ok [INFO] [stdout] test tests::test_3 ... ok [INFO] [stdout] test tests::test_2 ... ok [INFO] [stdout] test tests::test_4 ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day14_part1-3b46e2b92612c86b) [INFO] [stdout] test tests::test_5 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_bitmask ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day14_part2-b7755ed6bcabd95e) [INFO] [stdout] test tests::test_execute_input ... 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 3 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day15_part1-552d8f5db5cec83d) [INFO] [stdout] test tests::test_execute_input ... ok [INFO] [stdout] test tests::test_bitmask ... ok [INFO] [stdout] test tests::test_challenge ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test tests::test_rsearch_for_number_2 ... ok [INFO] [stdout] test tests::test_rsearch_for_number_1 ... ok [INFO] [stdout] test tests::test_rsearch_for_number_0 ... ok [INFO] [stdout] test tests::test_game_6 ... ok [INFO] [stdout] test tests::test_game_1 ... ok [INFO] [stdout] test tests::test_game_5 ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/2020_day15_part2-b18caac81495ecec) [INFO] [stdout] test tests::test_game_3 ... ok [INFO] [stdout] test tests::test_game_0 ... ok [INFO] [stdout] test tests::test_game_2 ... ok [INFO] [stdout] test tests::test_game_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test tests::initialize_with_all_repeats ... ok [INFO] [stdout] test tests::one_turn_1 ... ok [INFO] [stdout] test tests::initialize_with_last_num_repeated ... ok [INFO] [stdout] test tests::initialize_with_last_num_not_repeated ... ok [INFO] [stdout] test tests::one_turn_0 ... ok [INFO] [stdout] test tests::test_game_0 has been running for over 60 seconds [INFO] [stdout] test tests::test_game_1 has been running for over 60 seconds [INFO] [stdout] test tests::test_game_2 has been running for over 60 seconds [INFO] [stdout] test tests::test_game_3 has been running for over 60 seconds [INFO] [stdout] test tests::test_game_4 has been running for over 60 seconds [INFO] [stdout] test tests::test_game_5 has been running for over 60 seconds [INFO] [stdout] test tests::test_game_6 has been running for over 60 seconds [INFO] [stdout] test tests::test_game_1 ... ok [INFO] [stdout] test tests::test_game_6 ... ok [INFO] [stdout] test tests::test_game_4 ... ok [INFO] [stdout] test tests::test_game_2 ... ok [INFO] [stdout] test tests::test_game_5 ... ok [INFO] [stdout] test tests::test_game_3 ... ok [INFO] [stdout] test tests::test_game_0 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 106.78s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d7eac7241e5f966f7b2a7ef858c5d3a63f8337029c5a08b1022d79330b009ec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7eac7241e5f966f7b2a7ef858c5d3a63f8337029c5a08b1022d79330b009ec6", kill_on_drop: false }` [INFO] [stdout] d7eac7241e5f966f7b2a7ef858c5d3a63f8337029c5a08b1022d79330b009ec6