[INFO] updating cached repository https://github.com/michaelmelanson/advent-of-code-2019
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] e333189a0e10406a1d2e835512bcb9ed5e77e4c5
[INFO] checking michaelmelanson/advent-of-code-2019 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmelanson%2Fadvent-of-code-2019" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/michaelmelanson/advent-of-code-2019 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/michaelmelanson/advent-of-code-2019
[INFO] removed path dependency intcode from git repo https://github.com/michaelmelanson/advent-of-code-2019
[INFO] finished tweaking git repo https://github.com/michaelmelanson/advent-of-code-2019
[INFO] tweaked toml for git repo https://github.com/michaelmelanson/advent-of-code-2019 written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/michaelmelanson/advent-of-code-2019 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (intcode) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (intcode) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] d1d0917e058676b763a2d2d61009b75f33bb86da88a3a363b5a3a465685ee0ea
[INFO] running `"docker" "start" "-a" "d1d0917e058676b763a2d2d61009b75f33bb86da88a3a363b5a3a465685ee0ea"`
[INFO] [stderr] warning: dependency (intcode) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Checking intcode v0.3.2
[INFO] [stderr]     Checking aoc-runner v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.51
[INFO] [stderr]    Compiling aoc-runner-internal v0.1.0
[INFO] [stderr]    Compiling aoc-runner-derive v0.2.2
[INFO] [stderr]     Checking advent-of-code-2019 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> src/lib.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | aoc_lib! { year = 2019 }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: failed to write infos from lib: Os { code: 30, kind: Other, message: "Read-only file system" }
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day01.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[aoc(day1, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day01.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[aoc(day1, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day02.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | #[aoc(day2, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day02.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | #[aoc(day2, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day03.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 | #[aoc(day3, part1)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day03.rs:259:1
[INFO] [stderr]     |
[INFO] [stderr] 259 | #[aoc(day3, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day04.rs:16:1
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[aoc(day4, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day04.rs:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[aoc(day4, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day05.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[aoc(day5, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day05.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[aoc(day5, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day06.rs:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[aoc(day6, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day06.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[aoc(day6, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day07.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | #[aoc(day7, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day07.rs:138:1
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[aoc(day7, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day08.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | #[aoc(day8, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day08.rs:65:1
[INFO] [stderr]    |
[INFO] [stderr] 65 | #[aoc(day8, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]  --> src/day09.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[aoc(day9, part1)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day09.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[aoc(day9, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day10.rs:105:1
[INFO] [stderr]     |
[INFO] [stderr] 105 | #[aoc(day10, part1)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day10.rs:160:1
[INFO] [stderr]     |
[INFO] [stderr] 160 | #[aoc(day10, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day11.rs:129:1
[INFO] [stderr]     |
[INFO] [stderr] 129 | #[aoc(day11, part1)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day11.rs:138:1
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[aoc(day11, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day12.rs:69:1
[INFO] [stderr]    |
[INFO] [stderr] 69 | #[aoc(day12, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day12.rs:148:1
[INFO] [stderr]     |
[INFO] [stderr] 148 | #[aoc(day12, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day13.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[aoc(day13, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day14.rs:68:1
[INFO] [stderr]    |
[INFO] [stderr] 68 | #[aoc(day14, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day14.rs:152:1
[INFO] [stderr]     |
[INFO] [stderr] 152 | #[aoc(day14, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day19.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[aoc(day19, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day19.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[aoc(day19, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day17.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[aoc(day17, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day17.rs:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | #[aoc(day17, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day20.rs:243:1
[INFO] [stderr]     |
[INFO] [stderr] 243 | #[aoc(day20, part1)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day20.rs:288:1
[INFO] [stderr]     |
[INFO] [stderr] 288 | #[aoc(day20, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]  --> src/day21.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[aoc(day21, part1)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day21.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | #[aoc(day21, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day23.rs:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[aoc(day23, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day23.rs:69:1
[INFO] [stderr]    |
[INFO] [stderr] 69 | #[aoc(day23, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day24.rs:222:1
[INFO] [stderr]     |
[INFO] [stderr] 222 | #[aoc(day24, part1)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day24.rs:249:1
[INFO] [stderr]     |
[INFO] [stderr] 249 | #[aoc(day24, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> src/lib.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | aoc_lib! { year = 2019 }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: message: failed to write infos from lib: Os { code: 30, kind: Other, message: "Read-only file system" }
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day01.rs:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[aoc(day1, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day01.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[aoc(day1, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day02.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | #[aoc(day2, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day02.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | #[aoc(day2, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day03.rs:150:1
[INFO] [stderr]     |
[INFO] [stderr] 150 | #[aoc(day3, part1)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day03.rs:259:1
[INFO] [stderr]     |
[INFO] [stderr] 259 | #[aoc(day3, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day04.rs:16:1
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[aoc(day4, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day04.rs:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[aoc(day4, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day05.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[aoc(day5, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day05.rs:10:23
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let mut machine = Machine::new(&mut memory);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day05.rs:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[aoc(day5, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day06.rs:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[aoc(day6, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day06.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[aoc(day6, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day07.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | #[aoc(day7, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day07.rs:138:1
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[aoc(day7, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day08.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | #[aoc(day8, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day08.rs:65:1
[INFO] [stderr]    |
[INFO] [stderr] 65 | #[aoc(day8, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]  --> src/day09.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[aoc(day9, part1)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day09.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[aoc(day9, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day10.rs:105:1
[INFO] [stderr]     |
[INFO] [stderr] 105 | #[aoc(day10, part1)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day10.rs:160:1
[INFO] [stderr]     |
[INFO] [stderr] 160 | #[aoc(day10, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day07.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     let mut machine = Machine::new(&mut memory);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day11.rs:129:1
[INFO] [stderr]     |
[INFO] [stderr] 129 | #[aoc(day11, part1)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day07.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day07.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |             Action::Output(output) => return output,
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day07.rs:20:13
[INFO] [stderr]    |
[INFO] [stderr] 20 |             Action::Halt => panic!("Halted without producing output")
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day11.rs:138:1
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[aoc(day11, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day12.rs:69:1
[INFO] [stderr]    |
[INFO] [stderr] 69 | #[aoc(day12, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day12.rs:148:1
[INFO] [stderr]     |
[INFO] [stderr] 148 | #[aoc(day12, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day13.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[aoc(day13, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day14.rs:68:1
[INFO] [stderr]    |
[INFO] [stderr] 68 | #[aoc(day14, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day14.rs:152:1
[INFO] [stderr]     |
[INFO] [stderr] 152 | #[aoc(day14, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day19.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[aoc(day19, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day19.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[aoc(day19, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day17.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[aoc(day17, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day17.rs:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | #[aoc(day17, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day20.rs:243:1
[INFO] [stderr]     |
[INFO] [stderr] 243 | #[aoc(day20, part1)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day07.rs:80:27
[INFO] [stderr]    |
[INFO] [stderr] 80 |     let mut amplifier_a = Machine::new(&program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day07.rs:81:27
[INFO] [stderr]    |
[INFO] [stderr] 81 |     let mut amplifier_b = Machine::new(&program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day07.rs:82:27
[INFO] [stderr]    |
[INFO] [stderr] 82 |     let mut amplifier_c = Machine::new(&program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day07.rs:83:27
[INFO] [stderr]    |
[INFO] [stderr] 83 |     let mut amplifier_d = Machine::new(&program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day20.rs:288:1
[INFO] [stderr]     |
[INFO] [stderr] 288 | #[aoc(day20, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day07.rs:84:27
[INFO] [stderr]    |
[INFO] [stderr] 84 |     let mut amplifier_e = Machine::new(&program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day07.rs:98:13
[INFO] [stderr]    |
[INFO] [stderr] 98 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]  --> src/day21.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[aoc(day21, part1)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day07.rs:99:13
[INFO] [stderr]    |
[INFO] [stderr] 99 |             Action::Output(output) => output,
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:100:13
[INFO] [stderr]     |
[INFO] [stderr] 100 |             Action::Halt => break 'main
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:105:13
[INFO] [stderr]     |
[INFO] [stderr] 105 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:106:13
[INFO] [stderr]     |
[INFO] [stderr] 106 |             Action::Output(output) => output,
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day21.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | #[aoc(day21, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:107:13
[INFO] [stderr]     |
[INFO] [stderr] 107 |             Action::Halt => break 'main
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:112:13
[INFO] [stderr]     |
[INFO] [stderr] 112 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:113:13
[INFO] [stderr]     |
[INFO] [stderr] 113 |             Action::Output(output) => output,
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:114:13
[INFO] [stderr]     |
[INFO] [stderr] 114 |             Action::Halt => break 'main
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:119:13
[INFO] [stderr]     |
[INFO] [stderr] 119 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day23.rs:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[aoc(day23, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:120:13
[INFO] [stderr]     |
[INFO] [stderr] 120 |             Action::Output(output) => output,
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:121:13
[INFO] [stderr]     |
[INFO] [stderr] 121 |             Action::Halt => break 'main
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:126:13
[INFO] [stderr]     |
[INFO] [stderr] 126 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:127:13
[INFO] [stderr]     |
[INFO] [stderr] 127 |             Action::Output(output) => output,
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day23.rs:69:1
[INFO] [stderr]    |
[INFO] [stderr] 69 | #[aoc(day23, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:128:13
[INFO] [stderr]     |
[INFO] [stderr] 128 |             Action::Halt => break 'main
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day24.rs:222:1
[INFO] [stderr]     |
[INFO] [stderr] 222 | #[aoc(day24, part1)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]    --> src/day24.rs:249:1
[INFO] [stderr]     |
[INFO] [stderr] 249 | #[aoc(day24, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day09.rs:10:23
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let mut machine = Machine::new(input);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day09.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day09.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 |             Action::Output(value) => output.push(value),
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day09.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |             Action::Halt => break 'main
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day05.rs:10:23
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let mut machine = Machine::new(&mut memory);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day09.rs:29:23
[INFO] [stderr]    |
[INFO] [stderr] 29 |     let mut machine = Machine::new(input);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day09.rs:36:13
[INFO] [stderr]    |
[INFO] [stderr] 36 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day09.rs:37:13
[INFO] [stderr]    |
[INFO] [stderr] 37 |             Action::Output(value) => output.push(value),
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day09.rs:38:13
[INFO] [stderr]    |
[INFO] [stderr] 38 |             Action::Halt => break 'main
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day07.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     let mut machine = Machine::new(&mut memory);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day07.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day07.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |             Action::Output(output) => return output,
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day07.rs:20:13
[INFO] [stderr]    |
[INFO] [stderr] 20 |             Action::Halt => panic!("Halted without producing output")
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day07.rs:80:27
[INFO] [stderr]    |
[INFO] [stderr] 80 |     let mut amplifier_a = Machine::new(&program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day07.rs:81:27
[INFO] [stderr]    |
[INFO] [stderr] 81 |     let mut amplifier_b = Machine::new(&program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day07.rs:82:27
[INFO] [stderr]    |
[INFO] [stderr] 82 |     let mut amplifier_c = Machine::new(&program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day07.rs:83:27
[INFO] [stderr]    |
[INFO] [stderr] 83 |     let mut amplifier_d = Machine::new(&program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day07.rs:84:27
[INFO] [stderr]    |
[INFO] [stderr] 84 |     let mut amplifier_e = Machine::new(&program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day07.rs:98:13
[INFO] [stderr]    |
[INFO] [stderr] 98 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day07.rs:99:13
[INFO] [stderr]    |
[INFO] [stderr] 99 |             Action::Output(output) => output,
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:100:13
[INFO] [stderr]     |
[INFO] [stderr] 100 |             Action::Halt => break 'main
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:105:13
[INFO] [stderr]     |
[INFO] [stderr] 105 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:106:13
[INFO] [stderr]     |
[INFO] [stderr] 106 |             Action::Output(output) => output,
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:107:13
[INFO] [stderr]     |
[INFO] [stderr] 107 |             Action::Halt => break 'main
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:112:13
[INFO] [stderr]     |
[INFO] [stderr] 112 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:113:13
[INFO] [stderr]     |
[INFO] [stderr] 113 |             Action::Output(output) => output,
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:114:13
[INFO] [stderr]     |
[INFO] [stderr] 114 |             Action::Halt => break 'main
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:119:13
[INFO] [stderr]     |
[INFO] [stderr] 119 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:120:13
[INFO] [stderr]     |
[INFO] [stderr] 120 |             Action::Output(output) => output,
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:121:13
[INFO] [stderr]     |
[INFO] [stderr] 121 |             Action::Halt => break 'main
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:126:13
[INFO] [stderr]     |
[INFO] [stderr] 126 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:127:13
[INFO] [stderr]     |
[INFO] [stderr] 127 |             Action::Output(output) => output,
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day07.rs:128:13
[INFO] [stderr]     |
[INFO] [stderr] 128 |             Action::Halt => break 'main
[INFO] [stderr]     |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day11.rs:73:23
[INFO] [stderr]    |
[INFO] [stderr] 73 |     let mut machine = Machine::new(program);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day11.rs:82:22
[INFO] [stderr]    |
[INFO] [stderr] 82 |                 Some(Action::RequiresInput) => {
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day11.rs:88:22
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 Some(Action::Halt) => break 'main,
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day11.rs:89:22
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 Some(Action::Output(value)) => {
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day11.rs:104:22
[INFO] [stderr]     |
[INFO] [stderr] 104 |                 Some(Action::RequiresInput) => {
[INFO] [stderr]     |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day11.rs:110:22
[INFO] [stderr]     |
[INFO] [stderr] 110 |                 Some(Action::Halt) => break 'main,
[INFO] [stderr]     |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day11.rs:111:22
[INFO] [stderr]     |
[INFO] [stderr] 111 |                 Some(Action::Output(value)) => {
[INFO] [stderr]     |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day09.rs:10:23
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let mut machine = Machine::new(input);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day09.rs:17:13
[INFO] [stderr]    |
[INFO] [stderr] 17 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day09.rs:18:13
[INFO] [stderr]    |
[INFO] [stderr] 18 |             Action::Output(value) => output.push(value),
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day09.rs:19:13
[INFO] [stderr]    |
[INFO] [stderr] 19 |             Action::Halt => break 'main
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day09.rs:29:23
[INFO] [stderr]    |
[INFO] [stderr] 29 |     let mut machine = Machine::new(input);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day09.rs:36:13
[INFO] [stderr]    |
[INFO] [stderr] 36 |             Action::RequiresInput => unimplemented!(),
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day09.rs:37:13
[INFO] [stderr]    |
[INFO] [stderr] 37 |             Action::Output(value) => output.push(value),
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day09.rs:38:13
[INFO] [stderr]    |
[INFO] [stderr] 38 |             Action::Halt => break 'main
[INFO] [stderr]    |             ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day13.rs:27:21
[INFO] [stderr]    |
[INFO] [stderr] 27 |   let mut machine = Machine::new(program);
[INFO] [stderr]    |                     ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day13.rs:33:12
[INFO] [stderr]    |
[INFO] [stderr] 33 |       Some(Action::RequiresInput) => unimplemented!(),
[INFO] [stderr]    |            ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day13.rs:34:12
[INFO] [stderr]    |
[INFO] [stderr] 34 |       Some(Action::Halt) => break 'main,
[INFO] [stderr]    |            ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day13.rs:35:12
[INFO] [stderr]    |
[INFO] [stderr] 35 |       Some(Action::Output(value)) => {
[INFO] [stderr]    |            ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day11.rs:73:23
[INFO] [stderr]    |
[INFO] [stderr] 73 |     let mut machine = Machine::new(program);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day11.rs:82:22
[INFO] [stderr]    |
[INFO] [stderr] 82 |                 Some(Action::RequiresInput) => {
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day11.rs:88:22
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 Some(Action::Halt) => break 'main,
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day11.rs:89:22
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 Some(Action::Output(value)) => {
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day11.rs:104:22
[INFO] [stderr]     |
[INFO] [stderr] 104 |                 Some(Action::RequiresInput) => {
[INFO] [stderr]     |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day11.rs:110:22
[INFO] [stderr]     |
[INFO] [stderr] 110 |                 Some(Action::Halt) => break 'main,
[INFO] [stderr]     |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day11.rs:111:22
[INFO] [stderr]     |
[INFO] [stderr] 111 |                 Some(Action::Output(value)) => {
[INFO] [stderr]     |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day19.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     let mut machine = Machine::new(program);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day19.rs:17:18
[INFO] [stderr]    |
[INFO] [stderr] 17 |             Some(Action::RequiresInput) => unimplemented!(),
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day19.rs:18:18
[INFO] [stderr]    |
[INFO] [stderr] 18 |             Some(Action::Halt) => unimplemented!(),
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day19.rs:19:18
[INFO] [stderr]    |
[INFO] [stderr] 19 |             Some(Action::Output(value)) => {
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day13.rs:27:21
[INFO] [stderr]    |
[INFO] [stderr] 27 |   let mut machine = Machine::new(program);
[INFO] [stderr]    |                     ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day13.rs:33:12
[INFO] [stderr]    |
[INFO] [stderr] 33 |       Some(Action::RequiresInput) => unimplemented!(),
[INFO] [stderr]    |            ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day13.rs:34:12
[INFO] [stderr]    |
[INFO] [stderr] 34 |       Some(Action::Halt) => break 'main,
[INFO] [stderr]    |            ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day13.rs:35:12
[INFO] [stderr]    |
[INFO] [stderr] 35 |       Some(Action::Output(value)) => {
[INFO] [stderr]    |            ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day19.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     let mut machine = Machine::new(program);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day19.rs:17:18
[INFO] [stderr]    |
[INFO] [stderr] 17 |             Some(Action::RequiresInput) => unimplemented!(),
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day19.rs:18:18
[INFO] [stderr]    |
[INFO] [stderr] 18 |             Some(Action::Halt) => unimplemented!(),
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day19.rs:19:18
[INFO] [stderr]    |
[INFO] [stderr] 19 |             Some(Action::Output(value)) => {
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day17.rs:48:23
[INFO] [stderr]    |
[INFO] [stderr] 48 |     let mut machine = Machine::new(program);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day17.rs:66:18
[INFO] [stderr]    |
[INFO] [stderr] 66 |             Some(Action::Halt) => { break 'main; },
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day17.rs:67:18
[INFO] [stderr]    |
[INFO] [stderr] 67 |             Some(Action::Output(value)) => {
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day17.rs:78:18
[INFO] [stderr]    |
[INFO] [stderr] 78 |             Some(Action::RequiresInput) => { unimplemented!() }
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]    --> src/day17.rs:107:23
[INFO] [stderr]     |
[INFO] [stderr] 107 |     let mut machine = Machine::new(program);
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Parameter`
[INFO] [stderr]    --> src/day17.rs:108:23
[INFO] [stderr]     |
[INFO] [stderr] 108 |     machine.write(2, &Parameter::Position(0));
[INFO] [stderr]     |                       ^^^^^^^^^ use of undeclared type or module `Parameter`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day17.rs:128:18
[INFO] [stderr]     |
[INFO] [stderr] 128 |             Some(Action::Halt) => {
[INFO] [stderr]     |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day17.rs:131:18
[INFO] [stderr]     |
[INFO] [stderr] 131 |             Some(Action::Output(value)) => { 
[INFO] [stderr]     |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day17.rs:134:18
[INFO] [stderr]     |
[INFO] [stderr] 134 |             Some(Action::RequiresInput) => unimplemented!(),
[INFO] [stderr]     |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day17.rs:48:23
[INFO] [stderr]    |
[INFO] [stderr] 48 |     let mut machine = Machine::new(program);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day17.rs:66:18
[INFO] [stderr]    |
[INFO] [stderr] 66 |             Some(Action::Halt) => { break 'main; },
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day17.rs:67:18
[INFO] [stderr]    |
[INFO] [stderr] 67 |             Some(Action::Output(value)) => {
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day17.rs:78:18
[INFO] [stderr]    |
[INFO] [stderr] 78 |             Some(Action::RequiresInput) => { unimplemented!() }
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]    --> src/day17.rs:107:23
[INFO] [stderr]     |
[INFO] [stderr] 107 |     let mut machine = Machine::new(program);
[INFO] [stderr]     |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Parameter`
[INFO] [stderr]    --> src/day17.rs:108:23
[INFO] [stderr]     |
[INFO] [stderr] 108 |     machine.write(2, &Parameter::Position(0));
[INFO] [stderr]     |                       ^^^^^^^^^ use of undeclared type or module `Parameter`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day17.rs:128:18
[INFO] [stderr]     |
[INFO] [stderr] 128 |             Some(Action::Halt) => {
[INFO] [stderr]     |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day17.rs:131:18
[INFO] [stderr]     |
[INFO] [stderr] 131 |             Some(Action::Output(value)) => { 
[INFO] [stderr]     |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day17.rs:134:18
[INFO] [stderr]     |
[INFO] [stderr] 134 |             Some(Action::RequiresInput) => unimplemented!(),
[INFO] [stderr]     |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day21.rs:10:23
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let mut machine = Machine::new(program);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day21.rs:33:18
[INFO] [stderr]    |
[INFO] [stderr] 33 |             Some(Action::RequiresInput) => unimplemented!(),
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day21.rs:34:18
[INFO] [stderr]    |
[INFO] [stderr] 34 |             Some(Action::Halt) => break 'main,
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day21.rs:35:18
[INFO] [stderr]    |
[INFO] [stderr] 35 |             Some(Action::Output(value)) => {
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day21.rs:53:23
[INFO] [stderr]    |
[INFO] [stderr] 53 |     let mut machine = Machine::new(program);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day21.rs:83:18
[INFO] [stderr]    |
[INFO] [stderr] 83 |             Some(Action::RequiresInput) => unimplemented!(),
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day21.rs:84:18
[INFO] [stderr]    |
[INFO] [stderr] 84 |             Some(Action::Halt) => break 'main,
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day21.rs:85:18
[INFO] [stderr]    |
[INFO] [stderr] 85 |             Some(Action::Output(value)) => {
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day21.rs:10:23
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let mut machine = Machine::new(program);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day21.rs:33:18
[INFO] [stderr]    |
[INFO] [stderr] 33 |             Some(Action::RequiresInput) => unimplemented!(),
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day21.rs:34:18
[INFO] [stderr]    |
[INFO] [stderr] 34 |             Some(Action::Halt) => break 'main,
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day21.rs:35:18
[INFO] [stderr]    |
[INFO] [stderr] 35 |             Some(Action::Output(value)) => {
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day23.rs:20:27
[INFO] [stderr]    |
[INFO] [stderr] 20 |         let mut machine = Machine::new(program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day23.rs:32:22
[INFO] [stderr]    |
[INFO] [stderr] 32 |                 Some(Action::Halt) => unimplemented!(),
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day21.rs:53:23
[INFO] [stderr]    |
[INFO] [stderr] 53 |     let mut machine = Machine::new(program);
[INFO] [stderr]    |                       ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day23.rs:33:22
[INFO] [stderr]    |
[INFO] [stderr] 33 |                 Some(Action::Output(value)) => {
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day21.rs:83:18
[INFO] [stderr]    |
[INFO] [stderr] 83 |             Some(Action::RequiresInput) => unimplemented!(),
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day21.rs:84:18
[INFO] [stderr]    |
[INFO] [stderr] 84 |             Some(Action::Halt) => break 'main,
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day23.rs:54:22
[INFO] [stderr]    |
[INFO] [stderr] 54 |                 Some(Action::RequiresInput) => {
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day21.rs:85:18
[INFO] [stderr]    |
[INFO] [stderr] 85 |             Some(Action::Output(value)) => {
[INFO] [stderr]    |                  ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day23.rs:74:27
[INFO] [stderr]    |
[INFO] [stderr] 74 |         let mut machine = Machine::new(program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day23.rs:102:22
[INFO] [stderr]     |
[INFO] [stderr] 102 |                 Some(Action::Halt) => unimplemented!(),
[INFO] [stderr]     |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day23.rs:103:22
[INFO] [stderr]     |
[INFO] [stderr] 103 |                 Some(Action::Output(value)) => {
[INFO] [stderr]     |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day23.rs:125:22
[INFO] [stderr]     |
[INFO] [stderr] 125 |                 Some(Action::RequiresInput) => {
[INFO] [stderr]     |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day05.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day05.rs:8:30
[INFO] [stderr]   |
[INFO] [stderr] 8 | fn execute_program(program: &IntcodeProgram, inputs: &Vec<isize>) -> Vec<isize> {
[INFO] [stderr]   |                              ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day07.rs:4:39
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn day7_generator(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day07.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day07.rs:9:32
[INFO] [stderr]   |
[INFO] [stderr] 9 | fn execute_amplifier(program: &IntcodeProgram, inputs: &Vec<isize>) -> isize {
[INFO] [stderr]   |                                ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day07.rs:25:38
[INFO] [stderr]    |
[INFO] [stderr] 25 | fn execute_amplifier_chain(program: &IntcodeProgram, sequence: &Vec<isize>) -> isize {
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day07.rs:46:42
[INFO] [stderr]    |
[INFO] [stderr] 46 | pub fn find_amplifier_settings(program: &IntcodeProgram) -> isize {
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day07.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | #[aoc(day7, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day07.rs:79:37
[INFO] [stderr]    |
[INFO] [stderr] 79 | fn execute_amplifier_loop(program: &IntcodeProgram, sequence: &Vec<isize>) -> isize {
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day07.rs:139:47
[INFO] [stderr]     |
[INFO] [stderr] 139 | pub fn find_amplifier_loop_settings(program: &IntcodeProgram) -> isize {
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day07.rs:138:1
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[aoc(day7, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day09.rs:4:39
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn day9_generator(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day09.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day09.rs:9:22
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub fn boost(input: &IntcodeProgram) -> isize {
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day09.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[aoc(day9, part1)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day23.rs:20:27
[INFO] [stderr]    |
[INFO] [stderr] 20 |         let mut machine = Machine::new(program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day09.rs:28:29
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub fn sensor_boost(input: &IntcodeProgram) -> isize {
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day23.rs:32:22
[INFO] [stderr]    |
[INFO] [stderr] 32 |                 Some(Action::Halt) => unimplemented!(),
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day23.rs:33:22
[INFO] [stderr]    |
[INFO] [stderr] 33 |                 Some(Action::Output(value)) => {
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]   --> src/day23.rs:54:22
[INFO] [stderr]    |
[INFO] [stderr] 54 |                 Some(Action::RequiresInput) => {
[INFO] [stderr]    |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day09.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[aoc(day9, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day11.rs:68:38
[INFO] [stderr]    |
[INFO] [stderr] 68 | pub fn parse_intcode(input: &str) -> IntcodeProgram {
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]   --> src/day11.rs:69:5
[INFO] [stderr]    |
[INFO] [stderr] 69 |     intcode_parser(input)
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use crate::day02::intcode_parser;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day11.rs:72:33
[INFO] [stderr]    |
[INFO] [stderr] 72 | fn run_painting_robot(program: &IntcodeProgram, paint: &mut HashMap<Position, Colour>) {
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day11.rs:130:31
[INFO] [stderr]     |
[INFO] [stderr] 130 | pub fn count_panels(program: &IntcodeProgram) -> usize {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day11.rs:129:1
[INFO] [stderr]     |
[INFO] [stderr] 129 | #[aoc(day11, part1)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day11.rs:139:29
[INFO] [stderr]     |
[INFO] [stderr] 139 | pub fn draw_label(program: &IntcodeProgram) -> String{
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day11.rs:138:1
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[aoc(day11, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Machine`
[INFO] [stderr]   --> src/day23.rs:74:27
[INFO] [stderr]    |
[INFO] [stderr] 74 |         let mut machine = Machine::new(program);
[INFO] [stderr]    |                           ^^^^^^^ use of undeclared type or module `Machine`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day13.rs:6:38
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn parse_intcode(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day23.rs:102:22
[INFO] [stderr]     |
[INFO] [stderr] 102 |                 Some(Action::Halt) => unimplemented!(),
[INFO] [stderr]     |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day13.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day23.rs:103:22
[INFO] [stderr]     |
[INFO] [stderr] 103 |                 Some(Action::Output(value)) => {
[INFO] [stderr]     |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Action`
[INFO] [stderr]    --> src/day23.rs:125:22
[INFO] [stderr]     |
[INFO] [stderr] 125 |                 Some(Action::RequiresInput) => {
[INFO] [stderr]     |                      ^^^^^^ use of undeclared type or module `Action`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day13.rs:26:31
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn count_blocks(program: &IntcodeProgram) -> usize {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day13.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[aoc(day13, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day19.rs:6:38
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn parse_intcode(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day19.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day19.rs:10:29
[INFO] [stderr]    |
[INFO] [stderr] 10 | fn probe_location(program: &IntcodeProgram, x: usize, y: usize) -> bool {
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day19.rs:28:31
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub fn count_points(program: &IntcodeProgram) -> usize {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day19.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[aoc(day19, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day19.rs:47:28
[INFO] [stderr]    |
[INFO] [stderr] 47 | pub fn find_ship(program: &IntcodeProgram) -> usize {
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day19.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[aoc(day19, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day17.rs:5:38
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_intcode(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day17.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day17.rs:47:44
[INFO] [stderr]    |
[INFO] [stderr] 47 | pub fn find_alignment_parameters(program: &IntcodeProgram) -> isize {
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day17.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[aoc(day17, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day17.rs:105:31
[INFO] [stderr]     |
[INFO] [stderr] 105 | pub fn collect_dust(program: &IntcodeProgram) -> isize {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day17.rs:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | #[aoc(day17, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day21.rs:4:34
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn generator(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day21.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day21.rs:9:24
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub fn part1(program: &IntcodeProgram) -> isize {
[INFO] [stderr]   |                        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day21.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[aoc(day21, part1)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day21.rs:52:24
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub fn part2(program: &IntcodeProgram) -> isize {
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day21.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | #[aoc(day21, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day23.rs:5:34
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn generator(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day23.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day23.rs:16:24
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn part1(program: &IntcodeProgram) -> isize {
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day23.rs:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[aoc(day23, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day23.rs:70:24
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub fn part2(program: &IntcodeProgram) -> isize {
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day23.rs:69:1
[INFO] [stderr]    |
[INFO] [stderr] 69 | #[aoc(day23, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day05.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day05.rs:8:30
[INFO] [stderr]   |
[INFO] [stderr] 8 | fn execute_program(program: &IntcodeProgram, inputs: &Vec<isize>) -> Vec<isize> {
[INFO] [stderr]   |                              ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]   --> src/day05.rs:21:22
[INFO] [stderr]    |
[INFO] [stderr] 21 |     execute_program(&intcode_parser(input), &vec![])
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use crate::day02::intcode_parser;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day07.rs:4:39
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn day7_generator(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day07.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day07.rs:9:32
[INFO] [stderr]   |
[INFO] [stderr] 9 | fn execute_amplifier(program: &IntcodeProgram, inputs: &Vec<isize>) -> isize {
[INFO] [stderr]   |                                ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day07.rs:25:38
[INFO] [stderr]    |
[INFO] [stderr] 25 | fn execute_amplifier_chain(program: &IntcodeProgram, sequence: &Vec<isize>) -> isize {
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]   --> src/day07.rs:37:19
[INFO] [stderr]    |
[INFO] [stderr] 37 |     let program = intcode_parser("3,15,3,16,1002,16,10,16,1,16,15,15,4,15,99,0,0");
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use crate::day02::intcode_parser;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day07.rs:46:42
[INFO] [stderr]    |
[INFO] [stderr] 46 | pub fn find_amplifier_settings(program: &IntcodeProgram) -> isize {
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day07.rs:45:1
[INFO] [stderr]    |
[INFO] [stderr] 45 | #[aoc(day7, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day07.rs:79:37
[INFO] [stderr]    |
[INFO] [stderr] 79 | fn execute_amplifier_loop(program: &IntcodeProgram, sequence: &Vec<isize>) -> isize {
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day07.rs:139:47
[INFO] [stderr]     |
[INFO] [stderr] 139 | pub fn find_amplifier_loop_settings(program: &IntcodeProgram) -> isize {
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day07.rs:138:1
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[aoc(day7, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day09.rs:4:39
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn day9_generator(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day09.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day09.rs:9:22
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub fn boost(input: &IntcodeProgram) -> isize {
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day09.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[aoc(day9, part1)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day09.rs:28:29
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub fn sensor_boost(input: &IntcodeProgram) -> isize {
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day09.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[aoc(day9, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day11.rs:68:38
[INFO] [stderr]    |
[INFO] [stderr] 68 | pub fn parse_intcode(input: &str) -> IntcodeProgram {
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]   --> src/day11.rs:69:5
[INFO] [stderr]    |
[INFO] [stderr] 69 |     intcode_parser(input)
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use crate::day02::intcode_parser;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day11.rs:72:33
[INFO] [stderr]    |
[INFO] [stderr] 72 | fn run_painting_robot(program: &IntcodeProgram, paint: &mut HashMap<Position, Colour>) {
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day11.rs:130:31
[INFO] [stderr]     |
[INFO] [stderr] 130 | pub fn count_panels(program: &IntcodeProgram) -> usize {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day11.rs:129:1
[INFO] [stderr]     |
[INFO] [stderr] 129 | #[aoc(day11, part1)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day11.rs:139:29
[INFO] [stderr]     |
[INFO] [stderr] 139 | pub fn draw_label(program: &IntcodeProgram) -> String{
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day11.rs:138:1
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[aoc(day11, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day13.rs:6:38
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn parse_intcode(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day13.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day13.rs:26:31
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub fn count_blocks(program: &IntcodeProgram) -> usize {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day13.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[aoc(day13, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day05.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day19.rs:6:38
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub fn parse_intcode(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day07.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day19.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day09.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day19.rs:10:29
[INFO] [stderr]    |
[INFO] [stderr] 10 | fn probe_location(program: &IntcodeProgram, x: usize, y: usize) -> bool {
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day11.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day19.rs:28:31
[INFO] [stderr]    |
[INFO] [stderr] 28 | pub fn count_points(program: &IntcodeProgram) -> usize {
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day13.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day19.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[aoc(day19, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day19.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day19.rs:47:28
[INFO] [stderr]    |
[INFO] [stderr] 47 | pub fn find_ship(program: &IntcodeProgram) -> usize {
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused label
[INFO] [stderr]   --> src/day19.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 |     'main: loop { 
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_labels)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day17.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day19.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[aoc(day19, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day17.rs:5:38
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_intcode(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day17.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day17.rs:47:44
[INFO] [stderr]    |
[INFO] [stderr] 47 | pub fn find_alignment_parameters(program: &IntcodeProgram) -> isize {
[INFO] [stderr]    |                                            ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day17.rs:46:1
[INFO] [stderr]    |
[INFO] [stderr] 46 | #[aoc(day17, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day17.rs:105:31
[INFO] [stderr]     |
[INFO] [stderr] 105 | pub fn collect_dust(program: &IntcodeProgram) -> isize {
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]    --> src/day17.rs:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | #[aoc(day17, part2)]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day21.rs:4:34
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn generator(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day21.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day23.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused label
[INFO] [stderr]   --> src/day23.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |     'main: loop {
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day21.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: unused label
[INFO] [stderr]   --> src/day23.rs:85:5
[INFO] [stderr]    |
[INFO] [stderr] 85 |     'main: loop {
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day21.rs:9:24
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub fn part1(program: &IntcodeProgram) -> isize {
[INFO] [stderr]   |                        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day21.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[aoc(day21, part1)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day21.rs:52:24
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub fn part2(program: &IntcodeProgram) -> isize {
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day21.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | #[aoc(day21, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]  --> src/day23.rs:5:34
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn generator(input: &str) -> IntcodeProgram {
[INFO] [stderr]   |                                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `intcode_parser` in this scope
[INFO] [stderr]  --> src/day23.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     intcode_parser(input)
[INFO] [stderr]   |     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::day02::intcode_parser;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day23.rs:16:24
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn part1(program: &IntcodeProgram) -> isize {
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day23.rs:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[aoc(day23, part1)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day23.rs:70:24
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub fn part2(program: &IntcodeProgram) -> isize {
[INFO] [stderr]    |                        ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `IntcodeProgram` in this scope
[INFO] [stderr]   --> src/day23.rs:69:1
[INFO] [stderr]    |
[INFO] [stderr] 69 | #[aoc(day23, part2)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 166 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `advent-of-code-2019`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day05.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day07.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day09.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day11.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day13.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day19.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused label
[INFO] [stderr]   --> src/day19.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 |     'main: loop { 
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_labels)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day17.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day21.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `intcode::*`
[INFO] [stderr]  --> src/day23.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use intcode::*;
[INFO] [stderr]   |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused label
[INFO] [stderr]   --> src/day23.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 |     'main: loop {
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused label
[INFO] [stderr]   --> src/day23.rs:85:5
[INFO] [stderr]    |
[INFO] [stderr] 85 |     'main: loop {
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 168 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `advent-of-code-2019`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "d1d0917e058676b763a2d2d61009b75f33bb86da88a3a363b5a3a465685ee0ea"`
[INFO] running `"docker" "rm" "-f" "d1d0917e058676b763a2d2d61009b75f33bb86da88a3a363b5a3a465685ee0ea"`
[INFO] [stdout] d1d0917e058676b763a2d2d61009b75f33bb86da88a3a363b5a3a465685ee0ea
