[INFO] updating cached repository https://github.com/MisterPeModder/AdventOfCode2019
[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] 030094b1e097c5fc85addffeff22bbb4632445db
[INFO] checking MisterPeModder/AdventOfCode2019 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMisterPeModder%2FAdventOfCode2019" "/workspace/builds/worker-14/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/MisterPeModder/AdventOfCode2019 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/MisterPeModder/AdventOfCode2019
[INFO] finished tweaking git repo https://github.com/MisterPeModder/AdventOfCode2019
[INFO] tweaked toml for git repo https://github.com/MisterPeModder/AdventOfCode2019 written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] crate git repo https://github.com/MisterPeModder/AdventOfCode2019 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 255d8f6e404c282caf52e7dca7ed0a7951ce59e6c788588b7076ae5babd324a9
[INFO] running `"docker" "start" "-a" "255d8f6e404c282caf52e7dca7ed0a7951ce59e6c788588b7076ae5babd324a9"`
[INFO] [stderr]    Compiling syn v1.0.8
[INFO] [stderr]    Compiling serde v1.0.103
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking aoc-runner v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.10
[INFO] [stderr]    Compiling ryu v1.0.2
[INFO] [stderr]     Checking num-integer v0.1.41
[INFO] [stderr]     Checking ordered-float v1.0.2
[INFO] [stderr]    Compiling serde_derive v1.0.103
[INFO] [stderr]    Compiling serde_json v1.0.42
[INFO] [stderr]    Compiling aoc-runner-internal v0.1.0
[INFO] [stderr]    Compiling aoc-runner-derive v0.2.2
[INFO] [stderr]     Checking aoc-2019 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: proc macro panicked
[INFO] [stderr]   --> src/lib.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | 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: proc macro panicked
[INFO] [stderr]   --> src/lib.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | 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:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[aoc(day01, 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:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[aoc(day01, 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:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[aoc(day02, 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:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[aoc(day02, 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:124:1
[INFO] [stderr]     |
[INFO] [stderr] 124 | #[aoc(day03, 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:138:1
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[aoc(day03, 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:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | #[aoc(day04, 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:68:1
[INFO] [stderr]    |
[INFO] [stderr] 68 | #[aoc(day04, 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:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[aoc(day05, 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:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[aoc(day05, 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:31:1
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[aoc(day06, 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:83:1
[INFO] [stderr]    |
[INFO] [stderr] 83 | #[aoc(day06, 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:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[aoc(day07, 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:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | #[aoc(day07, 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/day01.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[aoc(day01, 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:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[aoc(day08, 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:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | #[aoc(day08, 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/day01.rs:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[aoc(day01, 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:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[aoc(day09, 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:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | #[aoc(day02, 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:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[aoc(day09, 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:23:1
[INFO] [stderr]    |
[INFO] [stderr] 23 | #[aoc(day02, 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:90:1
[INFO] [stderr]    |
[INFO] [stderr] 90 | #[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/day11.rs:138:1
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[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/day03.rs:124:1
[INFO] [stderr]     |
[INFO] [stderr] 124 | #[aoc(day03, 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:149:1
[INFO] [stderr]     |
[INFO] [stderr] 149 | #[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/day03.rs:138:1
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[aoc(day03, 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:44:1
[INFO] [stderr]    |
[INFO] [stderr] 44 | #[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/day04.rs:51:1
[INFO] [stderr]    |
[INFO] [stderr] 51 | #[aoc(day04, 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:81:1
[INFO] [stderr]    |
[INFO] [stderr] 81 | #[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:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[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:83:1
[INFO] [stderr]    |
[INFO] [stderr] 83 | #[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:78:1
[INFO] [stderr]    |
[INFO] [stderr] 78 | #[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:87:1
[INFO] [stderr]    |
[INFO] [stderr] 87 | #[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:173:1
[INFO] [stderr]     |
[INFO] [stderr] 173 | #[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:184:1
[INFO] [stderr]     |
[INFO] [stderr] 184 | #[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[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day16.rs:99:1
[INFO] [stderr]    |
[INFO] [stderr] 99 | #[aoc(day16, 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/day16.rs:137:1
[INFO] [stderr]     |
[INFO] [stderr] 137 | #[aoc(day16, 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:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[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:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | #[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/day04.rs:68:1
[INFO] [stderr]    |
[INFO] [stderr] 68 | #[aoc(day04, 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:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | #[aoc(day05, 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:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[aoc(day05, 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:31:1
[INFO] [stderr]    |
[INFO] [stderr] 31 | #[aoc(day06, 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:83:1
[INFO] [stderr]    |
[INFO] [stderr] 83 | #[aoc(day06, 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:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[aoc(day07, 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:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | #[aoc(day07, 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:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[aoc(day08, 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:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | #[aoc(day08, 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:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[aoc(day09, 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:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[aoc(day09, 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:90:1
[INFO] [stderr]    |
[INFO] [stderr] 90 | #[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/day11.rs:138:1
[INFO] [stderr]     |
[INFO] [stderr] 138 | #[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:149:1
[INFO] [stderr]     |
[INFO] [stderr] 149 | #[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:44:1
[INFO] [stderr]    |
[INFO] [stderr] 44 | #[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:81:1
[INFO] [stderr]    |
[INFO] [stderr] 81 | #[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:38:1
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[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:83:1
[INFO] [stderr]    |
[INFO] [stderr] 83 | #[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:78:1
[INFO] [stderr]    |
[INFO] [stderr] 78 | #[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:87:1
[INFO] [stderr]    |
[INFO] [stderr] 87 | #[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:173:1
[INFO] [stderr]     |
[INFO] [stderr] 173 | #[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:184:1
[INFO] [stderr]     |
[INFO] [stderr] 184 | #[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[E0432]: unresolved import `crate`
[INFO] [stderr]   --> src/day16.rs:99:1
[INFO] [stderr]    |
[INFO] [stderr] 99 | #[aoc(day16, 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/day16.rs:137:1
[INFO] [stderr]     |
[INFO] [stderr] 137 | #[aoc(day16, 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:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | #[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:48:1
[INFO] [stderr]    |
[INFO] [stderr] 48 | #[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] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/util/computer.rs:271:13
[INFO] [stderr]     |
[INFO] [stderr] 271 |             error::Error::description(self)
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/util/computer.rs:271:13
[INFO] [stderr]     |
[INFO] [stderr] 271 |             error::Error::description(self)
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 34 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `aoc-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] error: aborting due to 34 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `aoc-2019`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "255d8f6e404c282caf52e7dca7ed0a7951ce59e6c788588b7076ae5babd324a9"`
[INFO] running `"docker" "rm" "-f" "255d8f6e404c282caf52e7dca7ed0a7951ce59e6c788588b7076ae5babd324a9"`
[INFO] [stdout] 255d8f6e404c282caf52e7dca7ed0a7951ce59e6c788588b7076ae5babd324a9
