[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] testing abextm/advent-of-code-2019 against beta-2020-06-03 for beta-1.45-1 [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 beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] ca95fb29642357adbfba727f45250878beef66cf84b9de528a2070e695b37650 [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" "ca95fb29642357adbfba727f45250878beef66cf84b9de528a2070e695b37650"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling aoc-runner v0.2.2 [INFO] [stderr] Compiling strum v0.16.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling 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] Compiling 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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(const_generics)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [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] = note: see issue #44580 for more information [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: aborting due to 32 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554. [INFO] [stderr] For more information about an 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" "ca95fb29642357adbfba727f45250878beef66cf84b9de528a2070e695b37650"` [INFO] running `"docker" "rm" "-f" "ca95fb29642357adbfba727f45250878beef66cf84b9de528a2070e695b37650"` [INFO] [stdout] ca95fb29642357adbfba727f45250878beef66cf84b9de528a2070e695b37650