[INFO] cloning repository https://github.com/cassava/aoc18.rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cassava/aoc18.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcassava%2Faoc18.rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcassava%2Faoc18.rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4197dbfc1d222d22d0ac55bbe100f4b69871d048 [INFO] checking cassava/aoc18.rs against master#385fa9d845dd326c6bbfd58c22244215e431948a for never-type-fallback-to-never [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcassava%2Faoc18.rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cassava/aoc18.rs on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cassava/aoc18.rs [INFO] finished tweaking git repo https://github.com/cassava/aoc18.rs [INFO] tweaked toml for git repo https://github.com/cassava/aoc18.rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/cassava/aoc18.rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72142f770f5947bc773067123bdf0fc139be6487825ee1eb5fab018cd442fa0d [INFO] running `Command { std: "docker" "start" "-a" "72142f770f5947bc773067123bdf0fc139be6487825ee1eb5fab018cd442fa0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72142f770f5947bc773067123bdf0fc139be6487825ee1eb5fab018cd442fa0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72142f770f5947bc773067123bdf0fc139be6487825ee1eb5fab018cd442fa0d", kill_on_drop: false }` [INFO] [stdout] 72142f770f5947bc773067123bdf0fc139be6487825ee1eb5fab018cd442fa0d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 428dc066cdb8c3e065f24163cf233232657dfc2783e2f286556a94498d36354d [INFO] running `Command { std: "docker" "start" "-a" "428dc066cdb8c3e065f24163cf233232657dfc2783e2f286556a94498d36354d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Checking lazy_static v1.2.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking regex-syntax v0.6.4 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Checking aoc18 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/01_calibration.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/05_reduction.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/01_calibration.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/02_inventory.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [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: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/03_sliceit.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/bin/03_sliceit.rs:256:26 [INFO] [stdout] | [INFO] [stdout] 256 | n @ 1...9 => write!(f, "{}", n)?, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/05_reduction.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/02_inventory.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/03_sliceit.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/bin/03_sliceit.rs:256:26 [INFO] [stdout] | [INFO] [stdout] 256 | n @ 1...9 => write!(f, "{}", n)?, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s [INFO] running `Command { std: "docker" "inspect" "428dc066cdb8c3e065f24163cf233232657dfc2783e2f286556a94498d36354d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "428dc066cdb8c3e065f24163cf233232657dfc2783e2f286556a94498d36354d", kill_on_drop: false }` [INFO] [stdout] 428dc066cdb8c3e065f24163cf233232657dfc2783e2f286556a94498d36354d [INFO] checking cassava/aoc18.rs against try#2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2 for never-type-fallback-to-never [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcassava%2Faoc18.rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cassava/aoc18.rs on toolchain 2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cassava/aoc18.rs [INFO] finished tweaking git repo https://github.com/cassava/aoc18.rs [INFO] tweaked toml for git repo https://github.com/cassava/aoc18.rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/cassava/aoc18.rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21a75606b43a6eee88e5a513b739ca4b2a591a31a560505cac1965d06d4bd209 [INFO] running `Command { std: "docker" "start" "-a" "21a75606b43a6eee88e5a513b739ca4b2a591a31a560505cac1965d06d4bd209", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21a75606b43a6eee88e5a513b739ca4b2a591a31a560505cac1965d06d4bd209", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21a75606b43a6eee88e5a513b739ca4b2a591a31a560505cac1965d06d4bd209", kill_on_drop: false }` [INFO] [stdout] 21a75606b43a6eee88e5a513b739ca4b2a591a31a560505cac1965d06d4bd209 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+2d84f2737f3bd9ebfcb07f75aa198d6cf7c715d2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5224ebf1495cf10d911f422a31163b52ae9ca4f15b57ea277cee495c57193e8e [INFO] running `Command { std: "docker" "start" "-a" "5224ebf1495cf10d911f422a31163b52ae9ca4f15b57ea277cee495c57193e8e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking lazy_static v1.2.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Checking textwrap v0.10.0 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking regex-syntax v0.6.4 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Checking aoc18 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/03_sliceit.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/bin/03_sliceit.rs:256:26 [INFO] [stdout] | [INFO] [stdout] 256 | n @ 1...9 => write!(f, "{}", n)?, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/01_calibration.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/01_calibration.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/02_inventory.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/05_reduction.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/02_inventory.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/03_sliceit.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [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: `...` range patterns are deprecated [INFO] [stdout] --> src/bin/03_sliceit.rs:256:26 [INFO] [stdout] | [INFO] [stdout] 256 | n @ 1...9 => write!(f, "{}", n)?, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `aoc18` is imported redundantly [INFO] [stdout] --> src/bin/05_reduction.rs:66:5 [INFO] [stdout] | [INFO] [stdout] 66 | use aoc18; [INFO] [stdout] | ^^^^^ the item `aoc18` is already defined by prelude [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s [INFO] running `Command { std: "docker" "inspect" "5224ebf1495cf10d911f422a31163b52ae9ca4f15b57ea277cee495c57193e8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5224ebf1495cf10d911f422a31163b52ae9ca4f15b57ea277cee495c57193e8e", kill_on_drop: false }` [INFO] [stdout] 5224ebf1495cf10d911f422a31163b52ae9ca4f15b57ea277cee495c57193e8e