[INFO] cloning repository https://github.com/Javyre/nv [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Javyre/nv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJavyre%2Fnv", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJavyre%2Fnv'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4845ecd4a0ac047625e0fbf7edc65d8cbe38cd88 [INFO] checking Javyre/nv against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJavyre%2Fnv" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Javyre/nv on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Javyre/nv [INFO] finished tweaking git repo https://github.com/Javyre/nv [INFO] tweaked toml for git repo https://github.com/Javyre/nv written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/Javyre/nv already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39d649127b25168784c366d5cc9827e64c53f27abe6b761480035f9d034853e5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "39d649127b25168784c366d5cc9827e64c53f27abe6b761480035f9d034853e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39d649127b25168784c366d5cc9827e64c53f27abe6b761480035f9d034853e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39d649127b25168784c366d5cc9827e64c53f27abe6b761480035f9d034853e5", kill_on_drop: false }` [INFO] [stdout] 39d649127b25168784c366d5cc9827e64c53f27abe6b761480035f9d034853e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36b7afa2e1840370bef5c60e85c644730e0cc9d3da2f4ea8f1a1e0249cc42c47 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "36b7afa2e1840370bef5c60e85c644730e0cc9d3da2f4ea8f1a1e0249cc42c47", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.46 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking crossterm v0.5.4 [INFO] [stderr] Compiling enum_dispatch v0.1.2 [INFO] [stderr] Checking nv v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected `;`, found keyword `Self` [INFO] [stdout] --> src/main.rs:481:42 [INFO] [stdout] | [INFO] [stdout] 481 | let buffer = file.by_ref().take() [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 482 | [INFO] [stdout] 483 | Self { [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;`, found keyword `Self` [INFO] [stdout] --> src/main.rs:481:42 [INFO] [stdout] | [INFO] [stdout] 481 | let buffer = file.by_ref().take() [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 482 | [INFO] [stdout] 483 | Self { [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/main.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/main.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `take` found for mutable reference `&mut File` in the current scope [INFO] [stdout] --> src/main.rs:481:36 [INFO] [stdout] | [INFO] [stdout] 481 | let buffer = file.by_ref().take() [INFO] [stdout] | ^^^^ method not found in `&mut File` [INFO] [stdout] | [INFO] [stdout] = note: the method `take` exists but the following trait bounds were not satisfied: [INFO] [stdout] `File: Iterator` [INFO] [stdout] which is required by `&mut File: Iterator` [INFO] [stdout] `&mut File: Iterator` [INFO] [stdout] which is required by `&mut &mut File: Iterator` [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 22 | use std::io::Read; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `FileView` has no field named `buffer` [INFO] [stdout] --> src/main.rs:487:13 [INFO] [stdout] | [INFO] [stdout] 487 | buffer: buffer, [INFO] [stdout] | ^^^^^^ `FileView` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `geo`, `path`, `file`, `scroll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `take` found for mutable reference `&mut File` in the current scope [INFO] [stdout] --> src/main.rs:481:36 [INFO] [stdout] | [INFO] [stdout] 481 | let buffer = file.by_ref().take() [INFO] [stdout] | ^^^^ method not found in `&mut File` [INFO] [stdout] | [INFO] [stdout] = note: the method `take` exists but the following trait bounds were not satisfied: [INFO] [stdout] `File: Iterator` [INFO] [stdout] which is required by `&mut File: Iterator` [INFO] [stdout] `&mut File: Iterator` [INFO] [stdout] which is required by `&mut &mut File: Iterator` [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 22 | use std::io::Read; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `FileView` has no field named `buffer` [INFO] [stdout] --> src/main.rs:487:13 [INFO] [stdout] | [INFO] [stdout] 487 | buffer: buffer, [INFO] [stdout] | ^^^^^^ `FileView` does not have this field [INFO] [stdout] | [INFO] [stdout] = note: available fields are: `geo`, `path`, `file`, `scroll` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0560, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0560`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0560, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0560`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nv` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "36b7afa2e1840370bef5c60e85c644730e0cc9d3da2f4ea8f1a1e0249cc42c47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36b7afa2e1840370bef5c60e85c644730e0cc9d3da2f4ea8f1a1e0249cc42c47", kill_on_drop: false }` [INFO] [stdout] 36b7afa2e1840370bef5c60e85c644730e0cc9d3da2f4ea8f1a1e0249cc42c47