[INFO] cloning repository https://github.com/WillDeJs/TextEditor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WillDeJs/TextEditor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWillDeJs%2FTextEditor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWillDeJs%2FTextEditor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 75aef697e9220a096b1c6b986fc3ea86dcaa9f23 [INFO] checking WillDeJs/TextEditor against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWillDeJs%2FTextEditor" "/workspace/builds/worker-50/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-50/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/WillDeJs/TextEditor on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/WillDeJs/TextEditor [INFO] finished tweaking git repo https://github.com/WillDeJs/TextEditor [INFO] tweaked toml for git repo https://github.com/WillDeJs/TextEditor written to /workspace/builds/worker-50/source/Cargo.toml [INFO] crate git repo https://github.com/WillDeJs/TextEditor already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9937aba66e2b9dfa82d57bc10ad4fe3c72820599c2c54680bbcfe4e71222eeb [INFO] running `Command { std: "docker" "start" "-a" "b9937aba66e2b9dfa82d57bc10ad4fe3c72820599c2c54680bbcfe4e71222eeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9937aba66e2b9dfa82d57bc10ad4fe3c72820599c2c54680bbcfe4e71222eeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9937aba66e2b9dfa82d57bc10ad4fe3c72820599c2c54680bbcfe4e71222eeb", kill_on_drop: false }` [INFO] [stdout] b9937aba66e2b9dfa82d57bc10ad4fe3c72820599c2c54680bbcfe4e71222eeb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-50/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" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 76dffd0a118314aa2fe4dd51956de3207c94c484c6b4b1884527f99b9a8f26c0 [INFO] running `Command { std: "docker" "start" "-a" "76dffd0a118314aa2fe4dd51956de3207c94c484c6b4b1884527f99b9a8f26c0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking crossterm_utils v0.4.0 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking crossterm_utils v0.3.1 [INFO] [stderr] Checking crossterm_cursor v0.3.1 [INFO] [stderr] Checking crossterm_screen v0.3.2 [INFO] [stderr] Checking crossterm_style v0.5.2 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking crossterm_input v0.4.1 [INFO] [stderr] Checking crossterm_input v0.5.0 [INFO] [stderr] Checking crossterm_cursor v0.4.0 [INFO] [stderr] Checking crossterm_terminal v0.3.2 [INFO] [stderr] Checking crossterm v0.11.1 [INFO] [stderr] Checking text_editor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `filetype` [INFO] [stdout] --> src/lib.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub mod filetype; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `filetype`, create file "src/filetype.rs" or "src/filetype/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `filetype` [INFO] [stdout] --> src/lib.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub mod filetype; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `filetype`, create file "src/filetype.rs" or "src/filetype/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::filetype::FileType` [INFO] [stdout] --> src/document.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::filetype::FileType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `FileType` in `filetype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::filetype::FileType` [INFO] [stdout] --> src/row.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::filetype::FileType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `FileType` in `filetype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::filetype::FileType` [INFO] [stdout] --> src/highlighting.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::filetype::FileType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `FileType` in `filetype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::filetype::HighlightingOptions` [INFO] [stdout] --> src/highlighting.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::filetype::HighlightingOptions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `HighlightingOptions` in `filetype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::filetype::FileType` [INFO] [stdout] --> src/document.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::filetype::FileType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `FileType` in `filetype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::filetype::FileType` [INFO] [stdout] --> src/row.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::filetype::FileType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `FileType` in `filetype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::filetype::FileType` [INFO] [stdout] --> src/highlighting.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::filetype::FileType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `FileType` in `filetype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::filetype::HighlightingOptions` [INFO] [stdout] --> src/highlighting.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::filetype::HighlightingOptions; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `HighlightingOptions` in `filetype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/document.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Default, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 12 | pub filetype: FileType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/document.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Default, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 12 | pub filetype: FileType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: Default` [INFO] [stdout] note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0283, E0432, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0283, E0432, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0283`. [INFO] [stdout] [INFO] [stderr] error: could not compile `text_editor` due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "76dffd0a118314aa2fe4dd51956de3207c94c484c6b4b1884527f99b9a8f26c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76dffd0a118314aa2fe4dd51956de3207c94c484c6b4b1884527f99b9a8f26c0", kill_on_drop: false }` [INFO] [stdout] 76dffd0a118314aa2fe4dd51956de3207c94c484c6b4b1884527f99b9a8f26c0