[INFO] cloning repository https://github.com/Frans-Lukas/aoc2021
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Frans-Lukas/aoc2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFrans-Lukas%2Faoc2021", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFrans-Lukas%2Faoc2021'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f184afe438b9641e49ebec0ba8e8cf260fe78a96
[INFO] checking Frans-Lukas/aoc2021 against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFrans-Lukas%2Faoc2021" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Frans-Lukas/aoc2021
[INFO] finished tweaking git repo https://github.com/Frans-Lukas/aoc2021
[INFO] tweaked toml for git repo https://github.com/Frans-Lukas/aoc2021 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Frans-Lukas/aoc2021 on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Frans-Lukas/aoc2021 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" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded aoc-runner-derive v0.3.0
[INFO] [stderr]   Downloaded aoc-runner v0.3.0
[INFO] [stderr]   Downloaded aoc-runner-internal v0.1.0
[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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3bcee4953df48ed09aa5d405fd0833aa87d2a724d5d8fad3c150e0ed4b918695
[INFO] running `Command { std: "docker" "start" "-a" "3bcee4953df48ed09aa5d405fd0833aa87d2a724d5d8fad3c150e0ed4b918695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3bcee4953df48ed09aa5d405fd0833aa87d2a724d5d8fad3c150e0ed4b918695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bcee4953df48ed09aa5d405fd0833aa87d2a724d5d8fad3c150e0ed4b918695", kill_on_drop: false }`
[INFO] [stdout] 3bcee4953df48ed09aa5d405fd0833aa87d2a724d5d8fad3c150e0ed4b918695
[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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fcfeeb1630a6c9dad4f4eb89fd70d7a61220efa4fc3ee41a95f6d6454f15d3e2
[INFO] running `Command { std: "docker" "start" "-a" "fcfeeb1630a6c9dad4f4eb89fd70d7a61220efa4fc3ee41a95f6d6454f15d3e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking fixedbitset v0.4.0
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]     Checking aoc-runner v0.3.0
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking petgraph v0.6.0
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]    Compiling aoc-runner-internal v0.1.0
[INFO] [stderr]    Compiling aoc-runner-derive v0.3.0
[INFO] [stderr]     Checking aoc2021 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> src/lib.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | aoc_lib!{ year = 2021 }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: failed to write infos from lib: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> src/lib.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | aoc_lib!{ year = 2021 }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: failed to write infos from lib: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day1.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[aoc(day1, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day1.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[aoc(day1, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day1.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[aoc(day1, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day2.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[aoc(day2, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day1.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[aoc(day1, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day2.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[aoc(day2, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day2.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[aoc(day2, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day3.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[aoc(day3, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day2.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[aoc(day2, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day3.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[aoc(day3, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day4.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[aoc(day4, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day3.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[aoc(day3, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day4.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[aoc(day4, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day3.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[aoc(day3, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day5.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[aoc(day5, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day5.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[aoc(day5, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day4.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[aoc(day4, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day6.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[aoc(day6, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day4.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[aoc(day4, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day6.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[aoc(day6, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day7.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[aoc(day7, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day5.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[aoc(day5, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day7.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[aoc(day7, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day5.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[aoc(day5, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day6.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[aoc(day6, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day6.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[aoc(day6, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day7.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[aoc(day7, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day7.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[aoc(day7, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day8.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[aoc(day8, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day8.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[aoc(day8, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day9.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[aoc(day9, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day9.rs:45:1
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[aoc(day9, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day8.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[aoc(day8, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day10.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[aoc(day10, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day8.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[aoc(day8, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day10.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[aoc(day10, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day9.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[aoc(day9, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day11.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[aoc(day11, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day9.rs:45:1
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[aoc(day9, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day11.rs:94:1
[INFO] [stdout]    |
[INFO] [stdout] 94 | #[aoc(day11, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day10.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[aoc(day10, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day10.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[aoc(day10, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day12.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[aoc(day12, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day12.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | #[aoc(day12, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day11.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[aoc(day11, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day13.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[aoc(day13, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day11.rs:94:1
[INFO] [stdout]    |
[INFO] [stdout] 94 | #[aoc(day11, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day13.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[aoc(day13, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day12.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[aoc(day12, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day14.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[aoc(day14, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day12.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | #[aoc(day12, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day13.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[aoc(day13, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day13.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 | #[aoc(day13, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day14.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[aoc(day14, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day15.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[aoc(day15, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day15.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | #[aoc(day15, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day14.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[aoc(day14, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day16.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[aoc(day16, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day14.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[aoc(day14, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day16.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 | #[aoc(day16, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day15.rs:20:1
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[aoc(day15, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day15.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | #[aoc(day15, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day17.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[aoc(day17, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day17.rs:107:1
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[aoc(day17, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day16.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[aoc(day16, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day16.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 | #[aoc(day16, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day17.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[aoc(day17, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day17.rs:107:1
[INFO] [stdout]     |
[INFO] [stdout] 107 | #[aoc(day17, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/day12.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `petgraph::algo::all_simple_paths`
[INFO] [stdout]  --> src/day12.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use petgraph::algo::all_simple_paths;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `petgraph::dot::Dot`
[INFO] [stdout]  --> src/day12.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use petgraph::dot::Dot;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Node`, `WalkNeighbors`, and `node_index`
[INFO] [stdout]  --> src/day12.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | use petgraph::graph::{Node, node_index, NodeIndex, UnGraph, WalkNeighbors};
[INFO] [stdout]   |                       ^^^^  ^^^^^^^^^^                      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DfsPostOrder` and `IntoNodeIdentifiers`
[INFO] [stdout]  --> src/day12.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 | use petgraph::visit::{DfsPostOrder, EdgeRef, IntoNodeIdentifiers, NodeRef};
[INFO] [stdout]   |                       ^^^^^^^^^^^^           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::BorrowMut`
[INFO] [stdout]  --> src/day14.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::borrow::BorrowMut;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::i32::MAX`
[INFO] [stdout]  --> src/day14.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::i32::MAX;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::empty`
[INFO] [stdout]  --> src/day14.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::empty;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Match` and `Regex`
[INFO] [stdout]  --> src/day14.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use regex::{Match, Regex};
[INFO] [stdout]   |             ^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp::max`
[INFO] [stdout]  --> src/day15.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::cmp::max;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> src/day15.rs:2:33
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::{HashMap, HashSet};
[INFO] [stdout]   |                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `UnGraph`
[INFO] [stdout]  --> src/day15.rs:4:34
[INFO] [stdout]   |
[INFO] [stdout] 4 | use petgraph::graph::{NodeIndex, UnGraph};
[INFO] [stdout]   |                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp::min`
[INFO] [stdout]  --> src/day16.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::cmp::min;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/day16.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp::max`
[INFO] [stdout]  --> src/day17.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::cmp::max;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/day17.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::HashSet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::Borrow`
[INFO] [stdout]  --> src/day12.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::borrow::Borrow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `petgraph::algo::all_simple_paths`
[INFO] [stdout]  --> src/day12.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use petgraph::algo::all_simple_paths;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `petgraph::dot::Dot`
[INFO] [stdout]  --> src/day12.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use petgraph::dot::Dot;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Node`, `WalkNeighbors`, and `node_index`
[INFO] [stdout]  --> src/day12.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | use petgraph::graph::{Node, node_index, NodeIndex, UnGraph, WalkNeighbors};
[INFO] [stdout]   |                       ^^^^  ^^^^^^^^^^                      ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DfsPostOrder` and `IntoNodeIdentifiers`
[INFO] [stdout]  --> src/day12.rs:8:23
[INFO] [stdout]   |
[INFO] [stdout] 8 | use petgraph::visit::{DfsPostOrder, EdgeRef, IntoNodeIdentifiers, NodeRef};
[INFO] [stdout]   |                       ^^^^^^^^^^^^           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::borrow::BorrowMut`
[INFO] [stdout]  --> src/day14.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::borrow::BorrowMut;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::i32::MAX`
[INFO] [stdout]  --> src/day14.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::i32::MAX;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::empty`
[INFO] [stdout]  --> src/day14.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::empty;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Match` and `Regex`
[INFO] [stdout]  --> src/day14.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 | use regex::{Match, Regex};
[INFO] [stdout]   |             ^^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp::max`
[INFO] [stdout]  --> src/day15.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::cmp::max;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> src/day15.rs:2:33
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::{HashMap, HashSet};
[INFO] [stdout]   |                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `UnGraph`
[INFO] [stdout]  --> src/day15.rs:4:34
[INFO] [stdout]   |
[INFO] [stdout] 4 | use petgraph::graph::{NodeIndex, UnGraph};
[INFO] [stdout]   |                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp::min`
[INFO] [stdout]  --> src/day16.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::cmp::min;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> src/day16.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp::max`
[INFO] [stdout]  --> src/day17.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::cmp::max;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> src/day17.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::collections::HashSet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2021` (lib) due to 35 previous errors; 16 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `aoc2021` (lib test) due to 35 previous errors; 16 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "fcfeeb1630a6c9dad4f4eb89fd70d7a61220efa4fc3ee41a95f6d6454f15d3e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fcfeeb1630a6c9dad4f4eb89fd70d7a61220efa4fc3ee41a95f6d6454f15d3e2", kill_on_drop: false }`
[INFO] [stdout] fcfeeb1630a6c9dad4f4eb89fd70d7a61220efa4fc3ee41a95f6d6454f15d3e2
