[INFO] updating cached repository https://github.com/abextm/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] ededb426c54bdfaf06db9646869780b549e9b8a8
[INFO] checking abextm/advent-of-code-2019 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabextm%2Fadvent-of-code-2019" "/workspace/builds/worker-8/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/abextm/advent-of-code-2019 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/abextm/advent-of-code-2019
[INFO] finished tweaking git repo https://github.com/abextm/advent-of-code-2019
[INFO] tweaked toml for git repo https://github.com/abextm/advent-of-code-2019 written to /workspace/builds/worker-8/source/Cargo.toml
[INFO] crate git repo https://github.com/abextm/advent-of-code-2019 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] bc8a445dcd860b1e49cff561e3fb3f97a7408d4f02b7e7ecc4caa3a97155c830
[INFO] running `"docker" "start" "-a" "bc8a445dcd860b1e49cff561e3fb3f97a7408d4f02b7e7ecc4caa3a97155c830"`
[INFO] [stderr]    Compiling syn v1.0.11
[INFO] [stderr]     Checking aoc-runner v0.2.2
[INFO] [stderr]     Checking strum v0.16.0
[INFO] [stderr]    Compiling num-traits v0.2.10
[INFO] [stderr]    Compiling num-complex v0.2.3
[INFO] [stderr]    Compiling num-iter v0.1.39
[INFO] [stderr]    Compiling serde v1.0.103
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking num-integer v0.1.41
[INFO] [stderr]     Checking num-bigint v0.2.3
[INFO] [stderr]     Checking num-rational v0.2.2
[INFO] [stderr]     Checking num v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.103
[INFO] [stderr]    Compiling strum_macros v0.16.0
[INFO] [stderr]    Compiling serde_json v1.0.44
[INFO] [stderr]    Compiling aoc-runner-internal v0.1.0
[INFO] [stderr]    Compiling aoc-runner-derive v0.2.2
[INFO] [stderr]     Checking aoc19 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> src/lib.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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/day1.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[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/day1.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[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/day2.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[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/day2.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[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/day3.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[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/day3.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[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/day4.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[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/day4.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[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/day5.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[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/day5.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[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/day6.rs:85:1
[INFO] [stderr]    |
[INFO] [stderr] 85 | #[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/day6.rs:90:1
[INFO] [stderr]    |
[INFO] [stderr] 90 | #[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/day7.rs:4:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[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/day7.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[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/day8.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[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/day8.rs:31:1
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[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/day9.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[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/day9.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[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:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[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:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[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:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[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:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[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:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[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:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[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:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[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/day13.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | #[aoc(day13, 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/day14.rs:4:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[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:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[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/day15.rs:127:1
[INFO] [stderr]     |
[INFO] [stderr] 127 | #[aoc(day15, 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/day15.rs:132:1
[INFO] [stderr]     |
[INFO] [stderr] 132 | #[aoc(day15, 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:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | 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] warning: the feature `const_generics` is incomplete and may cause the compiler to crash
[INFO] [stderr]  --> src/lib.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![feature(const_generics)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]   --> src/day7.rs:17:44
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let stage_templates: Vec<_> = if !part2 { (0..5) } else { (5..10) }
[INFO] [stderr]    |                                               ^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]   --> src/day7.rs:17:60
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let stage_templates: Vec<_> = if !part2 { (0..5) } else { (5..10) }
[INFO] [stderr]    |                                                               ^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `crate`
[INFO] [stderr]  --> src/day1.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[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/day1.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[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/day2.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[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/day2.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[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/day3.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[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/day3.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[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/day4.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[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/day4.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[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/day5.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[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/day5.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[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/day6.rs:85:1
[INFO] [stderr]    |
[INFO] [stderr] 85 | #[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/day6.rs:90:1
[INFO] [stderr]    |
[INFO] [stderr] 90 | #[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/day7.rs:4:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[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/day7.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[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/day8.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[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/day8.rs:31:1
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[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/day9.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[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/day9.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[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:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[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:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[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:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[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:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[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:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[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:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[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:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | #[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/day13.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | #[aoc(day13, 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/day14.rs:4:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[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:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[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/day15.rs:127:1
[INFO] [stderr]     |
[INFO] [stderr] 127 | #[aoc(day15, 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/day15.rs:132:1
[INFO] [stderr]     |
[INFO] [stderr] 132 | #[aoc(day15, 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: aborting due to 31 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] warning: the feature `const_generics` is incomplete and may cause the compiler to crash
[INFO] [stderr]  --> src/lib.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![feature(const_generics)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]   --> src/day7.rs:17:44
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let stage_templates: Vec<_> = if !part2 { (0..5) } else { (5..10) }
[INFO] [stderr]    |                                               ^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]   --> src/day7.rs:17:60
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let stage_templates: Vec<_> = if !part2 { (0..5) } else { (5..10) }
[INFO] [stderr]    |                                                               ^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `aoc19`.
[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] error: aborting due to 31 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `aoc19`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "bc8a445dcd860b1e49cff561e3fb3f97a7408d4f02b7e7ecc4caa3a97155c830"`
[INFO] running `"docker" "rm" "-f" "bc8a445dcd860b1e49cff561e3fb3f97a7408d4f02b7e7ecc4caa3a97155c830"`
[INFO] [stdout] bc8a445dcd860b1e49cff561e3fb3f97a7408d4f02b7e7ecc4caa3a97155c830
