[INFO] cloning repository https://github.com/MisterPeModder/AdventOfCode2019 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MisterPeModder/AdventOfCode2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMisterPeModder%2FAdventOfCode2019"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMisterPeModder%2FAdventOfCode2019'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 030094b1e097c5fc85addffeff22bbb4632445db [INFO] testing MisterPeModder/AdventOfCode2019 against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMisterPeModder%2FAdventOfCode2019" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MisterPeModder/AdventOfCode2019 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/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-4/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" "+beta-2020-06-03" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 05046c244be555b2ecf1d3cd8499f62b448e041636f340c7fd29c9484d39754d [INFO] running `"docker" "start" "-a" "05046c244be555b2ecf1d3cd8499f62b448e041636f340c7fd29c9484d39754d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling aoc-runner v0.2.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling regex v1.3.1 [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] Compiling 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[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/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] error: aborting due to 34 previous errors; 1 warning emitted [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" "05046c244be555b2ecf1d3cd8499f62b448e041636f340c7fd29c9484d39754d"` [INFO] running `"docker" "rm" "-f" "05046c244be555b2ecf1d3cd8499f62b448e041636f340c7fd29c9484d39754d"` [INFO] [stdout] 05046c244be555b2ecf1d3cd8499f62b448e041636f340c7fd29c9484d39754d