Oct 31 17:51:31.222 INFO checking xen0n/autojump-rs against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 17:51:31.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-3/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 17:51:31.780 INFO blam! cc5a849b4798e5bfbf3f8bafa9ff3412c235839554a6c6d49a5a76648642a343 Oct 31 17:51:31.785 INFO running `"docker" "start" "-a" "cc5a849b4798e5bfbf3f8bafa9ff3412c235839554a6c6d49a5a76648642a343"` Oct 31 17:51:33.076 INFO kablam! usermod: no changes Oct 31 17:51:33.208 INFO kablam! Checking serde v1.0.24 Oct 31 17:51:33.208 INFO kablam! Checking memchr v2.0.1 Oct 31 17:51:33.208 INFO kablam! Checking rand v0.3.18 Oct 31 17:51:33.208 INFO kablam! Checking nix v0.9.0 Oct 31 17:51:33.208 INFO kablam! Compiling serde_derive_internals v0.18.0 Oct 31 17:51:33.956 INFO kablam! Checking aho-corasick v0.6.4 Oct 31 17:51:35.517 INFO kablam! Checking regex v0.2.3 Oct 31 17:51:40.212 INFO kablam! Checking tempdir v0.3.5 Oct 31 17:51:40.478 INFO kablam! Compiling serde_derive v1.0.24 Oct 31 17:51:46.767 INFO kablam! Checking atomicwrites v0.1.4 Oct 31 17:51:56.521 INFO kablam! Checking docopt v0.8.1 Oct 31 17:51:57.836 INFO kablam! Checking autojump v0.3.1 (/source) Oct 31 17:51:58.296 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 31 17:51:58.298 INFO kablam! --> src/cli/manip.rs:32:25 Oct 31 17:51:58.299 INFO kablam! | Oct 31 17:51:58.299 INFO kablam! 32 | if let Some(home) = env::home_dir() { Oct 31 17:51:58.299 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 17:51:58.300 INFO kablam! | Oct 31 17:51:58.300 INFO kablam! note: lint level defined here Oct 31 17:51:58.300 INFO kablam! --> src/lib.rs:1:9 Oct 31 17:51:58.301 INFO kablam! | Oct 31 17:51:58.301 INFO kablam! 1 | #![deny(warnings)] Oct 31 17:51:58.302 INFO kablam! | ^^^^^^^^ Oct 31 17:51:58.302 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 31 17:51:58.302 INFO kablam! Oct 31 17:51:58.303 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 31 17:51:58.303 INFO kablam! --> src/config/mod.rs:14:11 Oct 31 17:51:58.304 INFO kablam! | Oct 31 17:51:58.304 INFO kablam! 14 | match env::home_dir() { Oct 31 17:51:58.304 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 17:51:58.305 INFO kablam! Oct 31 17:51:58.480 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 31 17:51:58.480 INFO kablam! --> src/cli/manip.rs:32:25 Oct 31 17:51:58.481 INFO kablam! | Oct 31 17:51:58.481 INFO kablam! 32 | if let Some(home) = env::home_dir() { Oct 31 17:51:58.481 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 17:51:58.482 INFO kablam! | Oct 31 17:51:58.482 INFO kablam! note: lint level defined here Oct 31 17:51:58.482 INFO kablam! --> src/lib.rs:1:9 Oct 31 17:51:58.483 INFO kablam! | Oct 31 17:51:58.483 INFO kablam! 1 | #![deny(warnings)] Oct 31 17:51:58.484 INFO kablam! | ^^^^^^^^ Oct 31 17:51:58.484 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 31 17:51:58.484 INFO kablam! Oct 31 17:51:58.485 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 31 17:51:58.485 INFO kablam! --> src/config/mod.rs:14:11 Oct 31 17:51:58.485 INFO kablam! | Oct 31 17:51:58.486 INFO kablam! 14 | match env::home_dir() { Oct 31 17:51:58.486 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 17:51:58.486 INFO kablam! Oct 31 17:51:58.802 INFO kablam! error: aborting due to 2 previous errors Oct 31 17:51:58.802 INFO kablam! Oct 31 17:51:58.824 INFO kablam! error: Could not compile `autojump`. Oct 31 17:51:58.824 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 17:51:59.004 INFO kablam! error: aborting due to 2 previous errors Oct 31 17:51:59.004 INFO kablam! Oct 31 17:51:59.025 INFO kablam! error: Could not compile `autojump`. Oct 31 17:51:59.025 INFO kablam! Oct 31 17:51:59.025 INFO kablam! To learn more, run the command again with --verbose. Oct 31 17:51:59.028 INFO kablam! su: No module specific data is present Oct 31 17:52:00.520 INFO running `"docker" "rm" "-f" "cc5a849b4798e5bfbf3f8bafa9ff3412c235839554a6c6d49a5a76648642a343"` Oct 31 17:52:00.880 INFO blam! cc5a849b4798e5bfbf3f8bafa9ff3412c235839554a6c6d49a5a76648642a343