Oct 12 10:32:32.725 INFO checking xen0n/autojump-rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 10:32:32.726 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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.951 INFO blam! 3d2b29a90aec456703975f8c1e26a7ff8a7f57ec1ed07426d761996c3b6faf18 Oct 12 10:32:32.956 INFO running `"docker" "start" "-a" "3d2b29a90aec456703975f8c1e26a7ff8a7f57ec1ed07426d761996c3b6faf18"` Oct 12 10:32:34.205 INFO kablam! usermod: no changes Oct 12 10:32:34.352 INFO kablam! Checking serde v1.0.24 Oct 12 10:32:34.352 INFO kablam! Checking nix v0.9.0 Oct 12 10:32:34.360 INFO kablam! Checking tempdir v0.3.5 Oct 12 10:32:34.360 INFO kablam! Compiling serde_derive_internals v0.18.0 Oct 12 10:32:34.360 INFO kablam! Checking regex v0.2.3 Oct 12 10:32:39.899 INFO kablam! Compiling serde_derive v1.0.24 Oct 12 10:32:45.600 INFO kablam! Checking atomicwrites v0.1.4 Oct 12 10:32:53.912 INFO kablam! Checking docopt v0.8.1 Oct 12 10:32:55.192 INFO kablam! Checking autojump v0.3.1 (/source) Oct 12 10:32:55.904 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:55.904 INFO kablam! --> src/cli/manip.rs:32:25 Oct 12 10:32:55.904 INFO kablam! | Oct 12 10:32:55.905 INFO kablam! 32 | if let Some(home) = env::home_dir() { Oct 12 10:32:55.905 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 10:32:55.905 INFO kablam! | Oct 12 10:32:55.905 INFO kablam! note: lint level defined here Oct 12 10:32:55.905 INFO kablam! --> src/lib.rs:1:9 Oct 12 10:32:55.905 INFO kablam! | Oct 12 10:32:55.905 INFO kablam! 1 | #![deny(warnings)] Oct 12 10:32:55.906 INFO kablam! | ^^^^^^^^ Oct 12 10:32:55.906 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 12 10:32:55.906 INFO kablam! Oct 12 10:32:55.906 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:55.906 INFO kablam! --> src/config/mod.rs:14:11 Oct 12 10:32:55.906 INFO kablam! | Oct 12 10:32:55.906 INFO kablam! 14 | match env::home_dir() { Oct 12 10:32:55.906 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 10:32:55.906 INFO kablam! Oct 12 10:32:55.972 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:55.972 INFO kablam! --> src/cli/manip.rs:32:25 Oct 12 10:32:55.972 INFO kablam! | Oct 12 10:32:55.972 INFO kablam! 32 | if let Some(home) = env::home_dir() { Oct 12 10:32:55.972 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 10:32:55.980 INFO kablam! | Oct 12 10:32:55.980 INFO kablam! note: lint level defined here Oct 12 10:32:55.980 INFO kablam! --> src/lib.rs:1:9 Oct 12 10:32:55.980 INFO kablam! | Oct 12 10:32:55.980 INFO kablam! 1 | #![deny(warnings)] Oct 12 10:32:55.980 INFO kablam! | ^^^^^^^^ Oct 12 10:32:55.980 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 12 10:32:55.980 INFO kablam! Oct 12 10:32:55.980 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:55.980 INFO kablam! --> src/config/mod.rs:14:11 Oct 12 10:32:55.980 INFO kablam! | Oct 12 10:32:55.980 INFO kablam! 14 | match env::home_dir() { Oct 12 10:32:55.980 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 10:32:55.980 INFO kablam! Oct 12 10:32:56.365 INFO kablam! error: aborting due to 2 previous errors Oct 12 10:32:56.365 INFO kablam! Oct 12 10:32:56.392 INFO kablam! error: Could not compile `autojump`. Oct 12 10:32:56.392 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 10:32:56.513 INFO kablam! error: aborting due to 2 previous errors Oct 12 10:32:56.513 INFO kablam! Oct 12 10:32:56.524 INFO kablam! error: Could not compile `autojump`. Oct 12 10:32:56.524 INFO kablam! Oct 12 10:32:56.524 INFO kablam! To learn more, run the command again with --verbose. Oct 12 10:32:56.526 INFO kablam! su: No module specific data is present Oct 12 10:32:57.097 INFO running `"docker" "rm" "-f" "3d2b29a90aec456703975f8c1e26a7ff8a7f57ec1ed07426d761996c3b6faf18"` Oct 12 10:32:57.319 INFO blam! 3d2b29a90aec456703975f8c1e26a7ff8a7f57ec1ed07426d761996c3b6faf18