[INFO] cloning repository https://github.com/Arzte/advent2018 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Arzte/advent2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArzte%2Fadvent2018", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArzte%2Fadvent2018'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 71a2f0ab58a547d15324f7d2aad18b8110c04255 [INFO] checking Arzte/advent2018 against master#39d8d3ab6a880179ef12b5d11414d940711ed422 for pr-87316 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArzte%2Fadvent2018" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Arzte/advent2018 on toolchain 39d8d3ab6a880179ef12b5d11414d940711ed422 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39d8d3ab6a880179ef12b5d11414d940711ed422" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Arzte/advent2018 [INFO] finished tweaking git repo https://github.com/Arzte/advent2018 [INFO] tweaked toml for git repo https://github.com/Arzte/advent2018 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Arzte/advent2018 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+39d8d3ab6a880179ef12b5d11414d940711ed422" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+39d8d3ab6a880179ef12b5d11414d940711ed422" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09d8924fecbc3aeb440ec258110f3ef08de753053b516d7f2755d9b2219a14da [INFO] running `Command { std: "docker" "start" "-a" "09d8924fecbc3aeb440ec258110f3ef08de753053b516d7f2755d9b2219a14da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09d8924fecbc3aeb440ec258110f3ef08de753053b516d7f2755d9b2219a14da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09d8924fecbc3aeb440ec258110f3ef08de753053b516d7f2755d9b2219a14da", kill_on_drop: false }` [INFO] [stdout] 09d8924fecbc3aeb440ec258110f3ef08de753053b516d7f2755d9b2219a14da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+39d8d3ab6a880179ef12b5d11414d940711ed422" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e49c33537a58b6885f4ce163a8ead6f7e67329800f8d2209679807761912261 [INFO] running `Command { std: "docker" "start" "-a" "6e49c33537a58b6885f4ce163a8ead6f7e67329800f8d2209679807761912261", kill_on_drop: false }` [INFO] [stderr] Checking advent v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0412]: cannot find type `NoneError` in module `std::option` [INFO] [stdout] --> src/lib.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | NoneE(std::option::NoneError), [INFO] [stdout] | ^^^^^^^^^ not found in `std::option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NoneError` in module `std::option` [INFO] [stdout] --> src/lib.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | impl From for Error { [INFO] [stdout] | ^^^^^^^^^ not found in `std::option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NoneError` in module `std::option` [INFO] [stdout] --> src/lib.rs:19:29 [INFO] [stdout] | [INFO] [stdout] 19 | fn from(e: std::option::NoneError) -> Error { Error::NoneE(e) } [INFO] [stdout] | ^^^^^^^^^ not found in `std::option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NoneError` in module `std::option` [INFO] [stdout] --> src/lib.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | NoneE(std::option::NoneError), [INFO] [stdout] | ^^^^^^^^^ not found in `std::option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NoneError` in module `std::option` [INFO] [stdout] --> src/lib.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | impl From for Error { [INFO] [stdout] | ^^^^^^^^^ not found in `std::option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NoneError` in module `std::option` [INFO] [stdout] --> src/lib.rs:19:29 [INFO] [stdout] | [INFO] [stdout] 19 | fn from(e: std::option::NoneError) -> Error { Error::NoneE(e) } [INFO] [stdout] | ^^^^^^^^^ not found in `std::option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `advent` due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6e49c33537a58b6885f4ce163a8ead6f7e67329800f8d2209679807761912261", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e49c33537a58b6885f4ce163a8ead6f7e67329800f8d2209679807761912261", kill_on_drop: false }` [INFO] [stdout] 6e49c33537a58b6885f4ce163a8ead6f7e67329800f8d2209679807761912261