[INFO] updating cached repository gmjosack/coreutils.rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/gmjosack/coreutils.rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/gmjosack/coreutils.rs" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/gmjosack/coreutils.rs"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/gmjosack/coreutils.rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gmjosack/coreutils.rs" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/gmjosack/coreutils.rs"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/gmjosack/coreutils.rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2b9ff9d971867cf4c1666e337d18946fa85649a6 [INFO] sha for GitHub repo gmjosack/coreutils.rs: 2b9ff9d971867cf4c1666e337d18946fa85649a6 [INFO] validating manifest of gmjosack/coreutils.rs on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gmjosack/coreutils.rs on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gmjosack/coreutils.rs [INFO] finished frobbing gmjosack/coreutils.rs [INFO] frobbed toml for gmjosack/coreutils.rs written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/gmjosack/coreutils.rs/Cargo.toml [INFO] started frobbing gmjosack/coreutils.rs [INFO] finished frobbing gmjosack/coreutils.rs [INFO] frobbed toml for gmjosack/coreutils.rs written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/gmjosack/coreutils.rs/Cargo.toml [INFO] crate gmjosack/coreutils.rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking gmjosack/coreutils.rs against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-5/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/gmjosack/coreutils.rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2d96d456244b109667015fef2ca72821bb648a2e3e7eb47363cec2686380de6b [INFO] running `"docker" "start" "-a" "2d96d456244b109667015fef2ca72821bb648a2e3e7eb47363cec2686380de6b"` [INFO] [stderr] Checking coreutils v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/bin/basename.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | let file = Path::new(args[1].as_slice()); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `args` in module `os` [INFO] [stderr] --> src/bin/basename.rs:18:20 [INFO] [stderr] | [INFO] [stderr] 18 | let args = os::args(); [INFO] [stderr] | ^^^^ not found in `os` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/basename.rs:23:18 [INFO] [stderr] | [INFO] [stderr] 23 | getopts::optflag("h", "help", "display this help and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/basename.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | getopts::optflag("V", "version", "output version information and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getopts` in crate `getopts` [INFO] [stderr] --> src/bin/basename.rs:27:34 [INFO] [stderr] | [INFO] [stderr] 27 | let matches = match getopts::getopts(args.tail(), opts) { [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/basename.rs:32:44 [INFO] [stderr] | [INFO] [stderr] 32 | println!("Usage: {}", getopts::usage(program_usage.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/basename.rs:38:40 [INFO] [stderr] | [INFO] [stderr] 38 | println!("Usage: {}", getopts::usage(program_usage.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/basename.rs:51:40 [INFO] [stderr] | [INFO] [stderr] 51 | println!("Usage: {}", getopts::usage(program_usage.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [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/bin/basename.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate getopts; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/bin/basename.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | let file = Path::new(args[1].as_slice()); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `args` in module `os` [INFO] [stderr] --> src/bin/basename.rs:18:20 [INFO] [stderr] | [INFO] [stderr] 18 | let args = os::args(); [INFO] [stderr] | ^^^^ not found in `os` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/basename.rs:23:18 [INFO] [stderr] | [INFO] [stderr] 23 | getopts::optflag("h", "help", "display this help and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/basename.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | getopts::optflag("V", "version", "output version information and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getopts` in crate `getopts` [INFO] [stderr] --> src/bin/basename.rs:27:34 [INFO] [stderr] | [INFO] [stderr] 27 | let matches = match getopts::getopts(args.tail(), opts) { [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/basename.rs:32:44 [INFO] [stderr] | [INFO] [stderr] 32 | println!("Usage: {}", getopts::usage(program_usage.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/basename.rs:38:40 [INFO] [stderr] | [INFO] [stderr] 38 | println!("Usage: {}", getopts::usage(program_usage.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/basename.rs:51:40 [INFO] [stderr] | [INFO] [stderr] 51 | println!("Usage: {}", getopts::usage(program_usage.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [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/bin/basename.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate getopts; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `args` in module `os` [INFO] [stderr] --> src/bin/true.rs:9:20 [INFO] [stderr] | [INFO] [stderr] 9 | let args = os::args(); [INFO] [stderr] | ^^^^ not found in `os` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/true.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | getopts::optflag("h", "help", "display this help and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/true.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | getopts::optflag("V", "version", "output version information and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getopts` in crate `getopts` [INFO] [stderr] --> src/bin/true.rs:17:34 [INFO] [stderr] | [INFO] [stderr] 17 | let matches = match getopts::getopts(args.tail(), opts) { [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/true.rs:22:44 [INFO] [stderr] | [INFO] [stderr] 22 | println!("Usage: {}", getopts::usage(program.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/true.rs:28:40 [INFO] [stderr] | [INFO] [stderr] 28 | println!("Usage: {}", getopts::usage(program.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [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/bin/true.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate getopts; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `args` in module `os` [INFO] [stderr] --> src/bin/yes.rs:11:20 [INFO] [stderr] | [INFO] [stderr] 11 | let args = os::args(); [INFO] [stderr] | ^^^^ not found in `os` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/yes.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | getopts::optflag("h", "help", "display this help and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/yes.rs:16:18 [INFO] [stderr] | [INFO] [stderr] 16 | getopts::optflag("V", "version", "output version information and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getopts` in crate `getopts` [INFO] [stderr] --> src/bin/yes.rs:19:34 [INFO] [stderr] | [INFO] [stderr] 19 | let matches = match getopts::getopts(args.tail(), opts) { [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/yes.rs:24:44 [INFO] [stderr] | [INFO] [stderr] 24 | println!("Usage: {}", getopts::usage(program.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/yes.rs:30:40 [INFO] [stderr] | [INFO] [stderr] 30 | println!("Usage: {}", getopts::usage(program.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IoError` in module `io` [INFO] [stderr] --> src/bin/yes.rs:48:22 [INFO] [stderr] | [INFO] [stderr] 48 | Some(io::IoError { kind: io::BrokenPipe, .. }) => break, [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `Error` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BrokenPipe` in module `io` [INFO] [stderr] --> src/bin/yes.rs:48:42 [INFO] [stderr] | [INFO] [stderr] 48 | Some(io::IoError { kind: io::BrokenPipe, .. }) => break, [INFO] [stderr] | ^^^^^^^^^^ not found in `io` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::ErrorKind::BrokenPipe; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: module `stdio` is private [INFO] [stderr] --> src/bin/yes.rs:44:31 [INFO] [stderr] | [INFO] [stderr] 44 | let mut stdout = &mut io::stdio::stdout(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fmt` [INFO] [stderr] --> src/bin/yes.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::fmt; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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/bin/yes.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate getopts; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `funcs` in `libc` [INFO] [stderr] --> src/bin/logname.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | use libc::funcs::posix88::unistd::getlogin; [INFO] [stderr] | ^^^^^ could not find `funcs` in `libc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::c_str` [INFO] [stderr] --> src/bin/logname.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | use std::c_str::CString; [INFO] [stderr] | ^^^^^ could not find `c_str` in `std` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `args` in module `os` [INFO] [stderr] --> src/bin/yes.rs:11:20 [INFO] [stderr] | [INFO] [stderr] 11 | let args = os::args(); [INFO] [stderr] | ^^^^ not found in `os` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/yes.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | getopts::optflag("h", "help", "display this help and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/yes.rs:16:18 [INFO] [stderr] | [INFO] [stderr] 16 | getopts::optflag("V", "version", "output version information and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getopts` in crate `getopts` [INFO] [stderr] --> src/bin/yes.rs:19:34 [INFO] [stderr] | [INFO] [stderr] 19 | let matches = match getopts::getopts(args.tail(), opts) { [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/yes.rs:24:44 [INFO] [stderr] | [INFO] [stderr] 24 | println!("Usage: {}", getopts::usage(program.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/yes.rs:30:40 [INFO] [stderr] | [INFO] [stderr] 30 | println!("Usage: {}", getopts::usage(program.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `IoError` in module `io` [INFO] [stderr] --> src/bin/yes.rs:48:22 [INFO] [stderr] | [INFO] [stderr] 48 | Some(io::IoError { kind: io::BrokenPipe, .. }) => break, [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `Error` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find unit struct/variant or constant `BrokenPipe` in module `io` [INFO] [stderr] --> src/bin/yes.rs:48:42 [INFO] [stderr] | [INFO] [stderr] 48 | Some(io::IoError { kind: io::BrokenPipe, .. }) => break, [INFO] [stderr] | ^^^^^^^^^^ not found in `io` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::ErrorKind::BrokenPipe; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: module `stdio` is private [INFO] [stderr] --> src/bin/yes.rs:44:31 [INFO] [stderr] | [INFO] [stderr] 44 | let mut stdout = &mut io::stdio::stdout(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::fmt` [INFO] [stderr] --> src/bin/yes.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::fmt; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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/bin/yes.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate getopts; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0599]: no method named `slice_to` found for type `&str` in the current scope [INFO] [stderr] --> src/bin/basename.rs:13:19 [INFO] [stderr] | [INFO] [stderr] 13 | return string.slice_to(string.len() - suffix.len()).to_string(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: Could not compile `coreutils`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `args` in module `os` [INFO] [stderr] --> src/bin/sync.rs:17:20 [INFO] [stderr] | [INFO] [stderr] 17 | let args = os::args(); [INFO] [stderr] | ^^^^ not found in `os` [INFO] [stderr] error[E0425]: cannot find function `args` in module `os` [INFO] [stderr] --> src/bin/true.rs:9:20 [INFO] [stderr] | [INFO] [stderr] 9 | let args = os::args(); [INFO] [stderr] | ^^^^ not found in `os` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 7 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/sync.rs:21:18 [INFO] [stderr] | [INFO] [stderr] 21 | getopts::optflag("h", "help", "display this help and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/sync.rs:22:18 [INFO] [stderr] | [INFO] [stderr] 22 | getopts::optflag("V", "version", "output version information and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getopts` in crate `getopts` [INFO] [stderr] --> src/bin/sync.rs:25:34 [INFO] [stderr] | [INFO] [stderr] 25 | let matches = match getopts::getopts(args.tail(), opts) { [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/sync.rs:30:44 [INFO] [stderr] | [INFO] [stderr] 30 | println!("Usage: {}", getopts::usage(program.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/sync.rs:36:40 [INFO] [stderr] | [INFO] [stderr] 36 | println!("Usage: {}", getopts::usage(program.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [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/bin/sync.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [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/bin/sync.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate getopts; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/bin/basename.rs:32:64 [INFO] [stderr] | [INFO] [stderr] 32 | println!("Usage: {}", getopts::usage(program_usage.as_slice(), opts)); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/true.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | getopts::optflag("h", "help", "display this help and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/true.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | getopts::optflag("V", "version", "output version information and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getopts` in crate `getopts` [INFO] [stderr] --> src/bin/true.rs:17:34 [INFO] [stderr] | [INFO] [stderr] 17 | let matches = match getopts::getopts(args.tail(), opts) { [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/true.rs:22:44 [INFO] [stderr] | [INFO] [stderr] 22 | println!("Usage: {}", getopts::usage(program.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/true.rs:28:40 [INFO] [stderr] | [INFO] [stderr] 28 | println!("Usage: {}", getopts::usage(program.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [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/bin/true.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate getopts; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/bin/basename.rs:38:60 [INFO] [stderr] | [INFO] [stderr] 38 | println!("Usage: {}", getopts::usage(program_usage.as_slice(), opts)); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `slice_to` found for type `&str` in the current scope [INFO] [stderr] --> src/bin/basename.rs:13:19 [INFO] [stderr] | [INFO] [stderr] 13 | return string.slice_to(string.len() - suffix.len()).to_string(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/bin/basename.rs:51:60 [INFO] [stderr] | [INFO] [stderr] 51 | println!("Usage: {}", getopts::usage(program_usage.as_slice(), opts)); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0599, E0658. [INFO] [stderr] Some errors have detailed explanations: E0425, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `coreutils`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/bin/basename.rs:32:64 [INFO] [stderr] | [INFO] [stderr] 32 | println!("Usage: {}", getopts::usage(program_usage.as_slice(), opts)); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: Could not compile `coreutils`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `coreutils`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/bin/basename.rs:38:60 [INFO] [stderr] | [INFO] [stderr] 38 | println!("Usage: {}", getopts::usage(program_usage.as_slice(), opts)); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_slice` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/bin/basename.rs:51:60 [INFO] [stderr] | [INFO] [stderr] 51 | println!("Usage: {}", getopts::usage(program_usage.as_slice(), opts)); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] error[E0425]: cannot find function `args` in module `os` [INFO] [stderr] --> src/bin/logname.rs:12:20 [INFO] [stderr] | [INFO] [stderr] 12 | let args = os::args(); [INFO] [stderr] | ^^^^ not found in `os` [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use std::env::args; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/logname.rs:16:18 [INFO] [stderr] | [INFO] [stderr] 16 | getopts::optflag("h", "help", "display this help and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `optflag` in crate `getopts` [INFO] [stderr] --> src/bin/logname.rs:17:18 [INFO] [stderr] | [INFO] [stderr] 17 | getopts::optflag("V", "version", "output version information and exit"), [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getopts` in crate `getopts` [INFO] [stderr] --> src/bin/logname.rs:20:34 [INFO] [stderr] | [INFO] [stderr] 20 | let matches = match getopts::getopts(args.tail(), opts) { [INFO] [stderr] | ^^^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/logname.rs:25:44 [INFO] [stderr] | [INFO] [stderr] 25 | println!("Usage: {}", getopts::usage(program.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `usage` in crate `getopts` [INFO] [stderr] --> src/bin/logname.rs:31:40 [INFO] [stderr] | [INFO] [stderr] 31 | println!("Usage: {}", getopts::usage(program.as_slice(), opts)); [INFO] [stderr] | ^^^^^ not found in `getopts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `getlogin` in this scope [INFO] [stderr] --> src/bin/logname.rs:42:13 [INFO] [stderr] | [INFO] [stderr] 42 | getlogin() as *const libc::c_char, [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 5 | use libc::getlogin; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `set_exit_status` in module `os` [INFO] [stderr] --> src/bin/logname.rs:49:21 [INFO] [stderr] | [INFO] [stderr] 49 | None => os::set_exit_status(1), [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `os` [INFO] [stderr] [INFO] [stderr] warning: unused import: `libc::funcs::posix88::unistd::getlogin` [INFO] [stderr] --> src/bin/logname.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use libc::funcs::posix88::unistd::getlogin; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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/bin/logname.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate libc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [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/bin/logname.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate getopts; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [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/bin/logname.rs:42:34 [INFO] [stderr] | [INFO] [stderr] 42 | getlogin() as *const libc::c_char, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/27812 [INFO] [stderr] = help: add `#![feature(rustc_private)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0599]: no method named `write_fmt` found for type `&mut std::io::Stdout` in the current scope [INFO] [stderr] --> src/bin/yes.rs:47:15 [INFO] [stderr] | [INFO] [stderr] 47 | match writeln!(stdout, "{}", output).err() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] error: Could not compile `coreutils`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] error[E0599]: no method named `write_fmt` found for type `&mut std::io::Stdout` in the current scope [INFO] [stderr] --> src/bin/yes.rs:47:15 [INFO] [stderr] | [INFO] [stderr] 47 | match writeln!(stdout, "{}", output).err() { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::Write; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0425, E0599, E0603, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: Could not compile `coreutils`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 5 | use std::io::Write; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0425, E0599, E0603, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: Could not compile `coreutils`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `coreutils`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2d96d456244b109667015fef2ca72821bb648a2e3e7eb47363cec2686380de6b"` [INFO] running `"docker" "rm" "-f" "2d96d456244b109667015fef2ca72821bb648a2e3e7eb47363cec2686380de6b"` [INFO] [stdout] 2d96d456244b109667015fef2ca72821bb648a2e3e7eb47363cec2686380de6b