Oct 26 17:46:25.673 INFO checking xen0n/autojump-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 17:46:25.673 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 26 17:46:26.156 INFO blam! 4795bf6a96f9528aa5af61ca206213dd1fd850c588bd4e49b5d6eb976a4aa27e Oct 26 17:46:26.159 INFO running `"docker" "start" "-a" "4795bf6a96f9528aa5af61ca206213dd1fd850c588bd4e49b5d6eb976a4aa27e"` Oct 26 17:46:28.102 INFO kablam! usermod: no changes Oct 26 17:46:28.266 INFO kablam! Checking memchr v2.0.1 Oct 26 17:46:28.271 INFO kablam! Checking unreachable v1.0.0 Oct 26 17:46:28.299 INFO kablam! Checking tempdir v0.3.5 Oct 26 17:46:28.691 INFO kablam! Checking thread_local v0.3.5 Oct 26 17:46:28.912 INFO kablam! Checking atomicwrites v0.1.4 Oct 26 17:46:29.010 INFO kablam! Checking aho-corasick v0.6.4 Oct 26 17:46:29.918 INFO kablam! Checking regex v0.2.3 Oct 26 17:46:32.092 INFO kablam! Checking docopt v0.8.1 Oct 26 17:46:33.490 INFO kablam! Checking autojump v0.3.1 (/source) Oct 26 17:46:34.092 INFO kablam! error: 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. Oct 26 17:46:34.095 INFO kablam! --> src/cli/manip.rs:32:25 Oct 26 17:46:34.096 INFO kablam! | Oct 26 17:46:34.096 INFO kablam! 32 | if let Some(home) = env::home_dir() { Oct 26 17:46:34.096 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 17:46:34.096 INFO kablam! | Oct 26 17:46:34.096 INFO kablam! note: lint level defined here Oct 26 17:46:34.096 INFO kablam! --> src/lib.rs:1:9 Oct 26 17:46:34.096 INFO kablam! | Oct 26 17:46:34.096 INFO kablam! 1 | #![deny(warnings)] Oct 26 17:46:34.096 INFO kablam! | ^^^^^^^^ Oct 26 17:46:34.096 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 26 17:46:34.096 INFO kablam! Oct 26 17:46:34.096 INFO kablam! error: 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. Oct 26 17:46:34.096 INFO kablam! --> src/config/mod.rs:14:11 Oct 26 17:46:34.096 INFO kablam! | Oct 26 17:46:34.096 INFO kablam! 14 | match env::home_dir() { Oct 26 17:46:34.096 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 17:46:34.096 INFO kablam! Oct 26 17:46:34.232 INFO kablam! error: 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. Oct 26 17:46:34.232 INFO kablam! --> src/cli/manip.rs:32:25 Oct 26 17:46:34.232 INFO kablam! | Oct 26 17:46:34.232 INFO kablam! 32 | if let Some(home) = env::home_dir() { Oct 26 17:46:34.232 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 17:46:34.232 INFO kablam! | Oct 26 17:46:34.232 INFO kablam! note: lint level defined here Oct 26 17:46:34.232 INFO kablam! --> src/lib.rs:1:9 Oct 26 17:46:34.232 INFO kablam! | Oct 26 17:46:34.232 INFO kablam! 1 | #![deny(warnings)] Oct 26 17:46:34.232 INFO kablam! | ^^^^^^^^ Oct 26 17:46:34.232 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 26 17:46:34.232 INFO kablam! Oct 26 17:46:34.232 INFO kablam! error: 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. Oct 26 17:46:34.232 INFO kablam! --> src/config/mod.rs:14:11 Oct 26 17:46:34.232 INFO kablam! | Oct 26 17:46:34.232 INFO kablam! 14 | match env::home_dir() { Oct 26 17:46:34.232 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 17:46:34.232 INFO kablam! Oct 26 17:46:34.515 INFO kablam! error: aborting due to 2 previous errors Oct 26 17:46:34.515 INFO kablam! Oct 26 17:46:34.527 INFO kablam! error: Could not compile `autojump`. Oct 26 17:46:34.528 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 17:46:34.675 INFO kablam! error: aborting due to 2 previous errors Oct 26 17:46:34.675 INFO kablam! Oct 26 17:46:34.687 INFO kablam! error: Could not compile `autojump`. Oct 26 17:46:34.687 INFO kablam! Oct 26 17:46:34.687 INFO kablam! To learn more, run the command again with --verbose. Oct 26 17:46:34.687 INFO kablam! su: No module specific data is present Oct 26 17:46:35.595 INFO running `"docker" "rm" "-f" "4795bf6a96f9528aa5af61ca206213dd1fd850c588bd4e49b5d6eb976a4aa27e"` Oct 26 17:46:35.867 INFO blam! 4795bf6a96f9528aa5af61ca206213dd1fd850c588bd4e49b5d6eb976a4aa27e