Oct 12 10:32:32.588 INFO checking xen0n/autojump-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 10:32:32.588 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 10:32:32.843 INFO blam! 98426e2dd7b4d354e278c873d99ecec52b2fdd580af78f4f5598537ee90becf6 Oct 12 10:32:32.845 INFO running `"docker" "start" "-a" "98426e2dd7b4d354e278c873d99ecec52b2fdd580af78f4f5598537ee90becf6"` Oct 12 10:32:33.826 INFO kablam! usermod: no changes Oct 12 10:32:33.980 INFO kablam! Checking regex-syntax v0.4.1 Oct 12 10:32:33.981 INFO kablam! Checking serde v1.0.24 Oct 12 10:32:33.985 INFO kablam! Checking memchr v2.0.1 Oct 12 10:32:33.985 INFO kablam! Checking nix v0.9.0 Oct 12 10:32:33.986 INFO kablam! Checking thread_local v0.3.5 Oct 12 10:32:33.986 INFO kablam! Checking tempdir v0.3.5 Oct 12 10:32:33.996 INFO kablam! Compiling serde_derive_internals v0.18.0 Oct 12 10:32:35.468 INFO kablam! Checking aho-corasick v0.6.4 Oct 12 10:32:39.720 INFO kablam! Compiling serde_derive v1.0.24 Oct 12 10:32:41.348 INFO kablam! Checking regex v0.2.3 Oct 12 10:32:49.344 INFO kablam! Checking atomicwrites v0.1.4 Oct 12 10:32:56.501 INFO kablam! Checking docopt v0.8.1 Oct 12 10:32:57.724 INFO kablam! Checking autojump v0.3.1 (/source) Oct 12 10:32:58.055 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 12 10:32:58.055 INFO kablam! --> src/cli/manip.rs:32:25 Oct 12 10:32:58.056 INFO kablam! | Oct 12 10:32:58.056 INFO kablam! 32 | if let Some(home) = env::home_dir() { Oct 12 10:32:58.056 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 10:32:58.057 INFO kablam! | Oct 12 10:32:58.057 INFO kablam! note: lint level defined here Oct 12 10:32:58.057 INFO kablam! --> src/lib.rs:1:9 Oct 12 10:32:58.058 INFO kablam! | Oct 12 10:32:58.058 INFO kablam! 1 | #![deny(warnings)] Oct 12 10:32:58.058 INFO kablam! | ^^^^^^^^ Oct 12 10:32:58.059 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 12 10:32:58.059 INFO kablam! Oct 12 10:32:58.059 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 12 10:32:58.060 INFO kablam! --> src/config/mod.rs:14:11 Oct 12 10:32:58.060 INFO kablam! | Oct 12 10:32:58.060 INFO kablam! 14 | match env::home_dir() { Oct 12 10:32:58.061 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 10:32:58.061 INFO kablam! Oct 12 10:32:58.141 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 12 10:32:58.141 INFO kablam! --> src/cli/manip.rs:32:25 Oct 12 10:32:58.141 INFO kablam! | Oct 12 10:32:58.142 INFO kablam! 32 | if let Some(home) = env::home_dir() { Oct 12 10:32:58.142 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 10:32:58.142 INFO kablam! | Oct 12 10:32:58.143 INFO kablam! note: lint level defined here Oct 12 10:32:58.143 INFO kablam! --> src/lib.rs:1:9 Oct 12 10:32:58.143 INFO kablam! | Oct 12 10:32:58.143 INFO kablam! 1 | #![deny(warnings)] Oct 12 10:32:58.144 INFO kablam! | ^^^^^^^^ Oct 12 10:32:58.144 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 12 10:32:58.144 INFO kablam! Oct 12 10:32:58.145 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 12 10:32:58.145 INFO kablam! --> src/config/mod.rs:14:11 Oct 12 10:32:58.145 INFO kablam! | Oct 12 10:32:58.145 INFO kablam! 14 | match env::home_dir() { Oct 12 10:32:58.145 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 10:32:58.145 INFO kablam! Oct 12 10:32:58.357 INFO kablam! error: aborting due to 2 previous errors Oct 12 10:32:58.357 INFO kablam! Oct 12 10:32:58.373 INFO kablam! error: Could not compile `autojump`. Oct 12 10:32:58.373 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 10:32:58.508 INFO kablam! error: aborting due to 2 previous errors Oct 12 10:32:58.508 INFO kablam! Oct 12 10:32:58.522 INFO kablam! error: Could not compile `autojump`. Oct 12 10:32:58.523 INFO kablam! Oct 12 10:32:58.523 INFO kablam! To learn more, run the command again with --verbose. Oct 12 10:32:58.524 INFO kablam! su: No module specific data is present Oct 12 10:32:59.196 INFO running `"docker" "rm" "-f" "98426e2dd7b4d354e278c873d99ecec52b2fdd580af78f4f5598537ee90becf6"` Oct 12 10:32:59.516 INFO blam! 98426e2dd7b4d354e278c873d99ecec52b2fdd580af78f4f5598537ee90becf6