[INFO] cloning repository https://github.com/michaelmelanson/advent-of-code-2018
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/michaelmelanson/advent-of-code-2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmelanson%2Fadvent-of-code-2018", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmelanson%2Fadvent-of-code-2018'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 763ca9d4bbaddc73d143cc376bb70d4aaeb48bb5
[INFO] testing michaelmelanson/advent-of-code-2018 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichaelmelanson%2Fadvent-of-code-2018" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/michaelmelanson/advent-of-code-2018
[INFO] finished tweaking git repo https://github.com/michaelmelanson/advent-of-code-2018
[INFO] tweaked toml for git repo https://github.com/michaelmelanson/advent-of-code-2018 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/michaelmelanson/advent-of-code-2018 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/michaelmelanson/advent-of-code-2018 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0081f61b095d34dd5914ed1219ac92bf136156827a717e305e9f9172029f9dcd
[INFO] running `Command { std: "docker" "start" "-a" "0081f61b095d34dd5914ed1219ac92bf136156827a717e305e9f9172029f9dcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0081f61b095d34dd5914ed1219ac92bf136156827a717e305e9f9172029f9dcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0081f61b095d34dd5914ed1219ac92bf136156827a717e305e9f9172029f9dcd", kill_on_drop: false }`
[INFO] [stdout] 0081f61b095d34dd5914ed1219ac92bf136156827a717e305e9f9172029f9dcd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 138fee65bd09f403ce7ae840b024803ada70016520e0827c46a186a1a14cf0c9
[INFO] running `Command { std: "docker" "start" "-a" "138fee65bd09f403ce7ae840b024803ada70016520e0827c46a186a1a14cf0c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling proc-macro2 v0.4.24
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling ryu v0.2.7
[INFO] [stderr]    Compiling serde v1.0.80
[INFO] [stderr]    Compiling libc v0.2.44
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling num-bigint v0.2.1
[INFO] [stderr]    Compiling num-rational v0.2.1
[INFO] [stderr]    Compiling num-complex v0.2.1
[INFO] [stderr]    Compiling num-iter v0.1.37
[INFO] [stderr]    Compiling cfg-if v0.1.6
[INFO] [stderr]    Compiling itoa v0.4.3
[INFO] [stderr]    Compiling regex v1.1.0
[INFO] [stderr]    Compiling ucd-util v0.1.3
[INFO] [stderr]    Compiling lazy_static v1.2.0
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling regex-syntax v0.6.4
[INFO] [stderr]    Compiling utf8-ranges v1.0.2
[INFO] [stderr]    Compiling aoc-runner v0.1.0
[INFO] [stderr]    Compiling memchr v2.1.1
[INFO] [stderr]    Compiling quote v0.6.10
[INFO] [stderr]    Compiling syn v0.15.22
[INFO] [stderr]    Compiling aho-corasick v0.6.9
[INFO] [stderr]    Compiling num v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.33
[INFO] [stderr]    Compiling serde_derive v1.0.80
[INFO] [stderr]    Compiling aoc-runner-internal v0.1.0
[INFO] [stderr]    Compiling aoc-runner-derive v0.1.6
[INFO] [stderr]    Compiling advent-of-code-2018 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | aoc_lib!{ year = 2018 }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: failed to write infos from lib: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day1.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[aoc(day1, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day1.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[aoc(day1, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day2.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[aoc(day2, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day2.rs:42:1
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[aoc(day2, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day3.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[aoc(day3, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day3.rs:61:1
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[aoc(day3, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day4.rs:241:1
[INFO] [stdout]     |
[INFO] [stdout] 241 | #[aoc(day4, part1)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day4.rs:257:1
[INFO] [stdout]     |
[INFO] [stdout] 257 | #[aoc(day4, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day5.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[aoc(day5, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day5.rs:73:1
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[aoc(day5, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day6.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[aoc(day6, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day6.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | #[aoc(day6, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day7.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[aoc(day7, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day7.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[aoc(day7, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day8.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[aoc(day8, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day8.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | #[aoc(day8, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `replace_one` is not a member of trait `Step`
[INFO] [stdout]   --> src/day4.rs:77:3
[INFO] [stdout]    |
[INFO] [stdout] 77 | /   fn replace_one(&mut self) -> Self {
[INFO] [stdout] 78 | |     unimplemented!()
[INFO] [stdout] 79 | |   }
[INFO] [stdout]    | |___^ not a member of trait `Step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `replace_zero` is not a member of trait `Step`
[INFO] [stdout]   --> src/day4.rs:81:3
[INFO] [stdout]    |
[INFO] [stdout] 81 | /   fn replace_zero(&mut self) -> Self {
[INFO] [stdout] 82 | |     unimplemented!()
[INFO] [stdout] 83 | |   }
[INFO] [stdout]    | |___^ not a member of trait `Step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `add_one` is not a member of trait `Step`
[INFO] [stdout]   --> src/day4.rs:85:3
[INFO] [stdout]    |
[INFO] [stdout] 85 | /   fn add_one(&self) -> Self {
[INFO] [stdout] 86 | |     Time {
[INFO] [stdout] 87 | |       year: self.year,
[INFO] [stdout] 88 | |       month: self.month,
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |   }
[INFO] [stdout]    | |___^ not a member of trait `Step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `sub_one` is not a member of trait `Step`
[INFO] [stdout]   --> src/day4.rs:95:3
[INFO] [stdout]    |
[INFO] [stdout] 95 | /   fn sub_one(&self) -> Self {
[INFO] [stdout] 96 | |     unimplemented!()
[INFO] [stdout] 97 | |   }
[INFO] [stdout]    | |___^ not a member of trait `Step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `add_usize` is not a member of trait `Step`
[INFO] [stdout]    --> src/day4.rs:99:3
[INFO] [stdout]     |
[INFO] [stdout] 99  | /   fn add_usize(&self, n: usize) -> Option<Self> {
[INFO] [stdout] 100 | |     Some(Time {
[INFO] [stdout] 101 | |       year: self.year,
[INFO] [stdout] 102 | |       month: self.month,
[INFO] [stdout] ...   |
[INFO] [stdout] 106 | |     })
[INFO] [stdout] 107 | |   }
[INFO] [stdout]     | |___^ not a member of trait `Step`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::cmp::Ordering`
[INFO] [stdout]  --> src/day7.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::cmp::Ordering;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `aoc_generator`
[INFO] [stdout]  --> src/day8.rs:1:30
[INFO] [stdout]   |
[INFO] [stdout] 1 | use aoc_runner_derive::{aoc, aoc_generator};
[INFO] [stdout]   |                              ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0053]: method `steps_between` has an incompatible type for trait
[INFO] [stdout]   --> src/day4.rs:67:49
[INFO] [stdout]    |
[INFO] [stdout] 67 |   fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^ expected `(usize, Option<usize>)`, found `Option<usize>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(&Time, &Time) -> (usize, Option<usize>)`
[INFO] [stdout]               found signature `fn(&Time, &Time) -> Option<usize>`
[INFO] [stdout] help: change the output type to match the trait
[INFO] [stdout]    |
[INFO] [stdout] 67 -   fn steps_between(start: &Self, end: &Self) -> Option<usize> {
[INFO] [stdout] 67 +   fn steps_between(start: &Self, end: &Self) -> (usize, Option<usize>) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `forward_checked`, `backward_checked`
[INFO] [stdout]   --> src/day4.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | impl Step for Time {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^ missing `forward_checked`, `backward_checked` in implementation
[INFO] [stdout]    |
[INFO] [stdout]    = help: implement the missing item: `fn forward_checked(_: Self, _: usize) -> Option<Self> { todo!() }`
[INFO] [stdout]    = help: implement the missing item: `fn backward_checked(_: Self, _: usize) -> Option<Self> { todo!() }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0046, E0053, E0407, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0046`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent-of-code-2018` (lib) due to 24 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "138fee65bd09f403ce7ae840b024803ada70016520e0827c46a186a1a14cf0c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "138fee65bd09f403ce7ae840b024803ada70016520e0827c46a186a1a14cf0c9", kill_on_drop: false }`
[INFO] [stdout] 138fee65bd09f403ce7ae840b024803ada70016520e0827c46a186a1a14cf0c9
