[INFO] cloning repository Sh4d1/rush [INFO] running `"git" "clone" "--bare" "git://github.com/Sh4d1/rush.git" "work/cache/sources/gh/Sh4d1/rush"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Sh4d1/rush'... [INFO] running `"git" "clone" "work/cache/sources/gh/Sh4d1/rush" "work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Sh4d1/rush"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Sh4d1/rush'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Sh4d1/rush" "work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Sh4d1/rush"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Sh4d1/rush'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2bb2b0979c99102ae25b054528185c5bc72b1e5e [INFO] sha for GitHub repo Sh4d1/rush: 2bb2b0979c99102ae25b054528185c5bc72b1e5e [INFO] validating manifest of Sh4d1/rush on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Sh4d1/rush on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Sh4d1/rush [INFO] finished frobbing Sh4d1/rush [INFO] frobbed toml for Sh4d1/rush written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/Sh4d1/rush/Cargo.toml [INFO] started frobbing Sh4d1/rush [INFO] finished frobbing Sh4d1/rush [INFO] frobbed toml for Sh4d1/rush written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Sh4d1/rush/Cargo.toml [INFO] crate Sh4d1/rush already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking Sh4d1/rush against try#d3301713b54af69ca9de941a8c6b0d8287dbd6df for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-7/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/Sh4d1/rush:/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" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4cf870bd937e33e37cda8e7fd7a925b590a7a63dec562f9954683475ab6ee75b [INFO] running `"docker" "start" "-a" "4cf870bd937e33e37cda8e7fd7a925b590a7a63dec562f9954683475ab6ee75b"` [INFO] [stderr] Checking libc v0.2.20 (https://github.com/rust-lang/libc#6813109f) [INFO] [stderr] Checking errno v0.1.8 [INFO] [stderr] Checking nix v0.5.1 [INFO] [stderr] Checking chan-signal v0.2.0 [INFO] [stderr] Checking exec v0.2.0 [INFO] [stderr] Checking nix v0.8.0 (https://github.com/nix-rust/nix#109b0e86) [INFO] [stderr] Checking rustyline v1.0.0 [INFO] [stderr] Checking rush v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/prompt.rs:2:29 [INFO] [stderr] | [INFO] [stderr] 2 | use std::env::{current_dir, home_dir}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/prompt.rs:37:23 [INFO] [stderr] | [INFO] [stderr] 37 | let homedir = home_dir().unwrap().as_path().to_str().expect("Failed : path -> str").to_string(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/prompt.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | use std::env::{current_dir,home_dir}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/prompt.rs:2:29 [INFO] [stderr] | [INFO] [stderr] 2 | use std::env::{current_dir, home_dir}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/prompt.rs:37:23 [INFO] [stderr] | [INFO] [stderr] 37 | let homedir = home_dir().unwrap().as_path().to_str().expect("Failed : path -> str").to_string(); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_cwd` found for type `prompt::Prompt` in the current scope [INFO] [stderr] --> src/prompt.rs:62:26 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct Prompt { [INFO] [stderr] | ----------------- method `get_cwd` not found for this [INFO] [stderr] ... [INFO] [stderr] 62 | assert_eq!(testp.get_cwd(), current_dir().ok() [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `rush`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: the feature `string_split_off` has been stable since 1.16.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(string_split_off)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "4cf870bd937e33e37cda8e7fd7a925b590a7a63dec562f9954683475ab6ee75b"` [INFO] running `"docker" "rm" "-f" "4cf870bd937e33e37cda8e7fd7a925b590a7a63dec562f9954683475ab6ee75b"` [INFO] [stdout] 4cf870bd937e33e37cda8e7fd7a925b590a7a63dec562f9954683475ab6ee75b