[INFO] updating cached repository https://github.com/cadecairos/rls [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 41113b53da2d7d6aa00c0d357557f5465e055e1e [INFO] checking cadecairos/rls against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcadecairos%2Frls" "/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/cadecairos/rls on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cadecairos/rls [INFO] finished tweaking git repo https://github.com/cadecairos/rls [INFO] tweaked toml for git repo https://github.com/cadecairos/rls written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/cadecairos/rls already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=forbid" "-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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 225a4a003b044a43adb4307d6c442028c57717173b57e3a2ae5fc0f8ab2833d8 [INFO] running `"docker" "start" "-a" "225a4a003b044a43adb4307d6c442028c57717173b57e3a2ae5fc0f8ab2833d8"` [INFO] [stderr] Checking rls v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `std::io::fs` [INFO] [stderr] --> src/ls.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::io::fs; [INFO] [stderr] | ^^^^^^^^^^^ no `fs` in `io` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::fs` [INFO] [stderr] --> src/ls.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::io::fs; [INFO] [stderr] | ^^^^^^^^^^^ no `fs` in `io` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `fail` in this scope [INFO] [stderr] --> src/ls.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | None => { fail!("Not a path") } [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `fail` in this scope [INFO] [stderr] --> src/ls.rs:16:15 [INFO] [stderr] | [INFO] [stderr] 16 | None => { fail!("not a path") } [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `fail` in this scope [INFO] [stderr] --> src/ls.rs:73:17 [INFO] [stderr] | [INFO] [stderr] 73 | Err(e) => { fail!(e.to_string()) } [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `fail` in this scope [INFO] [stderr] --> src/ls.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | None => { fail!("Not a path") } [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `fail` in this scope [INFO] [stderr] --> src/ls.rs:80:17 [INFO] [stderr] | [INFO] [stderr] 80 | Err(f) => { fail!(f.to_string()) } [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `fail` in this scope [INFO] [stderr] --> src/ls.rs:16:15 [INFO] [stderr] | [INFO] [stderr] 16 | None => { fail!("not a path") } [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `posix` in `path` [INFO] [stderr] --> src/ls.rs:63:11 [INFO] [stderr] | [INFO] [stderr] 63 | path::posix::Path::new(matches.free[0].clone()) [INFO] [stderr] | ^^^^^ could not find `posix` in `path` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `fail` in this scope [INFO] [stderr] --> src/ls.rs:73:17 [INFO] [stderr] | [INFO] [stderr] 73 | Err(e) => { fail!(e.to_string()) } [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `fail` in this scope [INFO] [stderr] --> src/ls.rs:80:17 [INFO] [stderr] | [INFO] [stderr] 80 | Err(f) => { fail!(f.to_string()) } [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `posix` in `path` [INFO] [stderr] --> src/ls.rs:63:11 [INFO] [stderr] | [INFO] [stderr] 63 | path::posix::Path::new(matches.free[0].clone()) [INFO] [stderr] | ^^^^^ could not find `posix` in `path` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn sort_paths(a: &Path, b: &Path) -> Ordering { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn sort_paths(a: &Path, b: &Path) -> Ordering { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:8:33 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn sort_paths(a: &Path, b: &Path) -> Ordering { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stderr] --> src/ls.rs:8:42 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn sort_paths(a: &Path, b: &Path) -> Ordering { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::cmp::Ordering; [INFO] [stderr] | [INFO] [stderr] 4 | use std::sync::atomic::Ordering; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `args` in module `os` [INFO] [stderr] --> src/ls.rs:23:14 [INFO] [stderr] | [INFO] [stderr] 23 | return os::args(); [INFO] [stderr] | ^^^^ not found in `os` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn output_to_term(paths: Vec, show_hidden: bool) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:61:49 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn get_target(matches: getopts::Matches) -> Path { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:70:18 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn read(dir: Path) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:70:31 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn read(dir: Path) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getopts` in crate `getopts` [INFO] [stderr] --> src/ls.rs:78:18 [INFO] [stderr] | [INFO] [stderr] 78 | match getopts::getopts(args.tail(), opts) { [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:84:21 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn get_cwd() -> Path { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getcwd` in module `os` [INFO] [stderr] --> src/ls.rs:85:7 [INFO] [stderr] | [INFO] [stderr] 85 | os::getcwd() [INFO] [stderr] | ^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/ls.rs:89:27 [INFO] [stderr] | [INFO] [stderr] 89 | println!("{}", getopts::usage("Usage: rls [options]", opts).as_slice()); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:8:33 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn sort_paths(a: &Path, b: &Path) -> Ordering { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `OptGroup` is private [INFO] [stderr] --> src/ls.rs:77:56 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn get_matches(args: Vec, opts: &[getopts::OptGroup]) -> getopts::Matches { [INFO] [stderr] | ^^^^^^^^ private struct [INFO] [stderr] | [INFO] [stderr] note: the struct `OptGroup` is defined here [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stderr] --> src/ls.rs:8:42 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn sort_paths(a: &Path, b: &Path) -> Ordering { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::cmp::Ordering; [INFO] [stderr] | [INFO] [stderr] 4 | use std::sync::atomic::Ordering; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `OptGroup` is private [INFO] [stderr] --> src/ls.rs:88:35 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn rls_usage(opts: &[getopts::OptGroup]) { [INFO] [stderr] | ^^^^^^^^ private struct [INFO] [stderr] | [INFO] [stderr] note: the struct `OptGroup` is defined here [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `args` in module `os` [INFO] [stderr] --> src/ls.rs:23:14 [INFO] [stderr] | [INFO] [stderr] 23 | return os::args(); [INFO] [stderr] | ^^^^ not found in `os` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:26:34 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn output_to_term(paths: Vec, show_hidden: bool) { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate term; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:61:49 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn get_target(matches: getopts::Matches) -> Path { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:70:18 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn read(dir: Path) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:70:31 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn read(dir: Path) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getopts` in crate `getopts` [INFO] [stderr] --> src/ls.rs:78:18 [INFO] [stderr] | [INFO] [stderr] 78 | match getopts::getopts(args.tail(), opts) { [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Path` in this scope [INFO] [stderr] --> src/ls.rs:84:21 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn get_cwd() -> Path { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use std::path::Path; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getcwd` in module `os` [INFO] [stderr] --> src/ls.rs:85:7 [INFO] [stderr] | [INFO] [stderr] 85 | os::getcwd() [INFO] [stderr] | ^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/ls.rs:89:27 [INFO] [stderr] | [INFO] [stderr] 89 | println!("{}", getopts::usage("Usage: rls [options]", opts).as_slice()); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `OptGroup` is private [INFO] [stderr] --> src/ls.rs:77:56 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn get_matches(args: Vec, opts: &[getopts::OptGroup]) -> getopts::Matches { [INFO] [stderr] | ^^^^^^^^ private struct [INFO] [stderr] | [INFO] [stderr] note: the struct `OptGroup` is defined here [INFO] [stderr] [INFO] [stderr] error[E0603]: struct `OptGroup` is private [INFO] [stderr] --> src/ls.rs:88:35 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn rls_usage(opts: &[getopts::OptGroup]) { [INFO] [stderr] | ^^^^^^^^ private struct [INFO] [stderr] | [INFO] [stderr] note: the struct `OptGroup` is defined here [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate term; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate getopts; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let mut t = term::stdout().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:46:18 [INFO] [stderr] | [INFO] [stderr] 46 | t.fg(term::color::BLUE).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:61:28 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn get_target(matches: getopts::Matches) -> Path { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:77:70 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn get_matches(args: Vec, opts: &[getopts::OptGroup]) -> getopts::Matches { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate getopts; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let mut t = term::stdout().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:46:18 [INFO] [stderr] | [INFO] [stderr] 46 | t.fg(term::color::BLUE).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:61:28 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn get_target(matches: getopts::Matches) -> Path { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:77:70 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn get_matches(args: Vec, opts: &[getopts::OptGroup]) -> getopts::Matches { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:46:15 [INFO] [stderr] | [INFO] [stderr] 46 | t.fg(term::color::BLUE).unwrap(); [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:46:15 [INFO] [stderr] | [INFO] [stderr] 46 | t.fg(term::color::BLUE).unwrap(); [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:50:15 [INFO] [stderr] | [INFO] [stderr] 50 | t.reset().unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:50:15 [INFO] [stderr] | [INFO] [stderr] 50 | t.reset().unwrap(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:62:7 [INFO] [stderr] | [INFO] [stderr] 62 | if !matches.free.is_empty() { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:62:7 [INFO] [stderr] | [INFO] [stderr] 62 | if !matches.free.is_empty() { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:63:28 [INFO] [stderr] | [INFO] [stderr] 63 | path::posix::Path::new(matches.free[0].clone()) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stderr] --> src/ls.rs:63:28 [INFO] [stderr] | [INFO] [stderr] 63 | path::posix::Path::new(matches.free[0].clone()) [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #27812 for more information [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `tail` found for struct `std::vec::Vec` in the current scope [INFO] [stderr] --> src/ls.rs:78:31 [INFO] [stderr] | [INFO] [stderr] 78 | match getopts::getopts(args.tail(), opts) { [INFO] [stderr] | ^^^^ method not found in `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `tail` found for struct `std::vec::Vec` in the current scope [INFO] [stderr] --> src/ls.rs:78:31 [INFO] [stderr] | [INFO] [stderr] 78 | match getopts::getopts(args.tail(), opts) { [INFO] [stderr] | ^^^^ method not found in `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error: aborting due to 31 previous errors [INFO] [stderr] [INFO] [stderr] error: aborting due to 31 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599, E0603, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599, E0603, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `rls`. [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: could not compile `rls`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "225a4a003b044a43adb4307d6c442028c57717173b57e3a2ae5fc0f8ab2833d8"` [INFO] running `"docker" "rm" "-f" "225a4a003b044a43adb4307d6c442028c57717173b57e3a2ae5fc0f8ab2833d8"` [INFO] [stdout] 225a4a003b044a43adb4307d6c442028c57717173b57e3a2ae5fc0f8ab2833d8