[INFO] cloning repository https://github.com/Naalunth/aoc_2019 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Naalunth/aoc_2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNaalunth%2Faoc_2019"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNaalunth%2Faoc_2019'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5c9f812159d1c1fd5d10d7c21ffb1862350e3ac0 [INFO] checking Naalunth/aoc_2019 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNaalunth%2Faoc_2019" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Naalunth/aoc_2019 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Naalunth/aoc_2019 [INFO] finished tweaking git repo https://github.com/Naalunth/aoc_2019 [INFO] tweaked toml for git repo https://github.com/Naalunth/aoc_2019 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Naalunth/aoc_2019 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8b27bc2cc854b3a84866beb6b96b839bd1dd87d3dd080c26de1c0607087ed19c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "8b27bc2cc854b3a84866beb6b96b839bd1dd87d3dd080c26de1c0607087ed19c"` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking ordermap v0.3.5 [INFO] [stderr] Checking aoc-runner v0.3.0 [INFO] [stderr] Checking smallvec v1.0.0 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking packed_simd v0.3.3 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Compiling nom v5.0.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking num_cpus v1.11.1 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking crossbeam-queue v0.2.0 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking btoi v0.4.1 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking rayon-core v1.6.1 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Checking alga v0.9.2 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking nalgebra v0.19.0 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling paste-impl v0.1.6 [INFO] [stderr] Checking paste v0.1.6 [INFO] [stderr] Compiling aoc-runner-internal v0.1.0 [INFO] [stderr] Checking simd_aligned v0.2.1 [INFO] [stderr] Compiling aoc-runner-derive v0.3.0 [INFO] [stderr] Checking aoc_naalunth_2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> src/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | 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/solutions/day01.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | #[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: proc macro panicked [INFO] [stderr] --> src/lib.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | 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/solutions/day01.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | #[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/solutions/day01.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | #[aoc(day1, part2, recursive)] [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/solutions/day01.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | #[aoc(day1, part2, iterative)] [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/solutions/day01.rs:100:1 [INFO] [stderr] | [INFO] [stderr] 100 | #[aoc(day1, part1, simd)] [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/solutions/day01.rs:113:1 [INFO] [stderr] | [INFO] [stderr] 113 | #[aoc(day1, part2, simd)] [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/solutions/day02.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[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/solutions/day02.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[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/solutions/day02.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | #[aoc(day2, part2, cheating)] [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/solutions/day01.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | #[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/solutions/day01.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | #[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/solutions/day01.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | #[aoc(day1, part2, recursive)] [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/solutions/day01.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | #[aoc(day1, part2, iterative)] [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/solutions/day01.rs:100:1 [INFO] [stderr] | [INFO] [stderr] 100 | #[aoc(day1, part1, simd)] [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/solutions/day01.rs:113:1 [INFO] [stderr] | [INFO] [stderr] 113 | #[aoc(day1, part2, simd)] [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/solutions/day02.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | #[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/solutions/day02.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | #[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/solutions/day02.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | #[aoc(day2, part2, cheating)] [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/solutions/day03.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | #[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/solutions/day03.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | #[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/solutions/day03.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | #[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/solutions/day03.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | #[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/solutions/day03.rs:212:1 [INFO] [stderr] | [INFO] [stderr] 212 | #[aoc(day3, part1, segments)] [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/solutions/day04.rs:127:1 [INFO] [stderr] | [INFO] [stderr] 127 | #[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/solutions/day03.rs:212:1 [INFO] [stderr] | [INFO] [stderr] 212 | #[aoc(day3, part1, segments)] [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/solutions/day04.rs:132:1 [INFO] [stderr] | [INFO] [stderr] 132 | #[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/solutions/day04.rs:127:1 [INFO] [stderr] | [INFO] [stderr] 127 | #[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/solutions/day04.rs:138:1 [INFO] [stderr] | [INFO] [stderr] 138 | #[aoc(day4, part1, stolen_from_ppraisethesun)] [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/solutions/day04.rs:132:1 [INFO] [stderr] | [INFO] [stderr] 132 | #[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/solutions/day04.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | #[aoc(day4, part2, stolen_from_ppraisethesun)] [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/solutions/day04.rs:138:1 [INFO] [stderr] | [INFO] [stderr] 138 | #[aoc(day4, part1, stolen_from_ppraisethesun)] [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/solutions/day05.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | #[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/solutions/day04.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | #[aoc(day4, part2, stolen_from_ppraisethesun)] [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/solutions/day05.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | #[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/solutions/day05.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | #[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/solutions/day06.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | #[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/solutions/day05.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | #[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/solutions/day06.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[aoc(day6, part1, recursive)] [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/solutions/day06.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | #[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/solutions/day06.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | #[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/solutions/day06.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[aoc(day6, part1, recursive)] [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/solutions/day06.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | #[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/solutions/day06.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | #[aoc(day6, part2, in_place)] [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/solutions/day07.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | #[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/solutions/day07.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[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/solutions/day08.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | #[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/solutions/day08.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | #[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/solutions/day09.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | #[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/solutions/day09.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | #[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/solutions/day10.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | #[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/solutions/day10.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | #[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/solutions/day11.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[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/solutions/day11.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | #[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/solutions/day12.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[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/solutions/day12.rs:102:1 [INFO] [stderr] | [INFO] [stderr] 102 | #[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/solutions/day13.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | #[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/solutions/day13.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[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/solutions/day14.rs:139:1 [INFO] [stderr] | [INFO] [stderr] 139 | #[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/solutions/day14.rs:144:1 [INFO] [stderr] | [INFO] [stderr] 144 | #[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/solutions/day15.rs:107:1 [INFO] [stderr] | [INFO] [stderr] 107 | #[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/solutions/day15.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | #[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/solutions/day06.rs:123:1 [INFO] [stderr] | [INFO] [stderr] 123 | #[aoc(day6, part2, in_place)] [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/solutions/day07.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | #[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/solutions/day07.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[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/solutions/day08.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | #[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/solutions/day08.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | #[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/solutions/day09.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | #[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/solutions/day09.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | #[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/solutions/day10.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | #[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/solutions/day10.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | #[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/solutions/day11.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | #[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/solutions/day11.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | #[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/solutions/day12.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[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/solutions/day12.rs:102:1 [INFO] [stderr] | [INFO] [stderr] 102 | #[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/solutions/day13.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | #[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/solutions/day13.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | #[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/solutions/day14.rs:139:1 [INFO] [stderr] | [INFO] [stderr] 139 | #[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/solutions/day14.rs:144:1 [INFO] [stderr] | [INFO] [stderr] 144 | #[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/solutions/day15.rs:107:1 [INFO] [stderr] | [INFO] [stderr] 107 | #[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/solutions/day15.rs:122:1 [INFO] [stderr] | [INFO] [stderr] 122 | #[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 41 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `aoc_naalunth_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 41 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `aoc_naalunth_2019`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8b27bc2cc854b3a84866beb6b96b839bd1dd87d3dd080c26de1c0607087ed19c"` [INFO] running `"docker" "rm" "-f" "8b27bc2cc854b3a84866beb6b96b839bd1dd87d3dd080c26de1c0607087ed19c"` [INFO] [stdout] 8b27bc2cc854b3a84866beb6b96b839bd1dd87d3dd080c26de1c0607087ed19c