Oct 13 01:38:39.484 INFO checking aerys/gpm against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 01:38:39.485 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 01:38:39.914 INFO blam! 0350fd20a410d0be28c6149a38b1d73ed4dcac224c6805c221e0f5fdc687eb98 Oct 13 01:38:39.916 INFO running `"docker" "start" "-a" "0350fd20a410d0be28c6149a38b1d73ed4dcac224c6805c221e0f5fdc687eb98"` Oct 13 01:38:42.199 INFO kablam! usermod: no changes Oct 13 01:38:42.749 INFO kablam! Checking xattr v0.2.2 Oct 13 01:38:42.751 INFO kablam! Checking rpassword v2.0.0 Oct 13 01:38:42.754 INFO kablam! Checking encoding_rs v0.8.6 Oct 13 01:38:42.793 INFO kablam! Compiling curl-sys v0.4.7 Oct 13 01:38:42.800 INFO kablam! Compiling libssh2-sys v0.2.8 Oct 13 01:38:42.801 INFO kablam! Compiling libgit2-sys v0.7.7 Oct 13 01:38:42.808 INFO kablam! Compiling pest_derive v1.0.7 Oct 13 01:38:42.809 INFO kablam! Checking openssl v0.10.10 Oct 13 01:38:46.122 INFO kablam! Checking serde_urlencoded v0.5.2 Oct 13 01:38:46.722 INFO kablam! Checking tar v0.4.16 Oct 13 01:38:53.192 INFO kablam! Checking console v0.6.1 Oct 13 01:38:54.394 INFO kablam! Checking pretty_env_logger v0.2.3 Oct 13 01:39:03.645 INFO kablam! Checking indicatif v0.9.0 Oct 13 01:39:10.420 INFO kablam! Checking reqwest v0.8.8 Oct 13 01:39:11.090 INFO kablam! Checking crypto-hash v0.3.1 Oct 13 01:39:23.326 INFO kablam! Checking ssh2 v0.3.3 Oct 13 01:39:29.823 INFO kablam! Checking gitlfs v0.1.0 (/source/gitlfs) Oct 13 01:39:56.496 INFO kablam! Checking git2 v0.7.4 Oct 13 01:40:01.268 INFO kablam! Checking gpm v0.10.0 (/source) Oct 13 01:40:07.924 INFO kablam! 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. Oct 13 01:40:07.924 INFO kablam! --> src/gpm/file.rs:63:19 Oct 13 01:40:07.924 INFO kablam! | Oct 13 01:40:07.924 INFO kablam! 63 | let dot_gpm = env::home_dir().unwrap().join(".gpm"); Oct 13 01:40:07.924 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:40:07.924 INFO kablam! | Oct 13 01:40:07.924 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 01:40:07.924 INFO kablam! Oct 13 01:40:07.928 INFO kablam! 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. Oct 13 01:40:07.928 INFO kablam! --> src/gpm/ssh.rs:21:11 Oct 13 01:40:07.928 INFO kablam! | Oct 13 01:40:07.928 INFO kablam! 21 | match env::home_dir() { Oct 13 01:40:07.928 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:40:07.928 INFO kablam! Oct 13 01:40:07.928 INFO kablam! 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. Oct 13 01:40:07.928 INFO kablam! --> src/gpm/ssh.rs:87:11 Oct 13 01:40:07.928 INFO kablam! | Oct 13 01:40:07.928 INFO kablam! 87 | match env::home_dir() { Oct 13 01:40:07.928 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:40:07.928 INFO kablam! Oct 13 01:40:08.336 INFO kablam! 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. Oct 13 01:40:08.336 INFO kablam! --> src/gpm/file.rs:63:19 Oct 13 01:40:08.336 INFO kablam! | Oct 13 01:40:08.336 INFO kablam! 63 | let dot_gpm = env::home_dir().unwrap().join(".gpm"); Oct 13 01:40:08.336 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:40:08.336 INFO kablam! | Oct 13 01:40:08.336 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 01:40:08.336 INFO kablam! Oct 13 01:40:08.344 INFO kablam! 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. Oct 13 01:40:08.344 INFO kablam! --> src/gpm/ssh.rs:21:11 Oct 13 01:40:08.344 INFO kablam! | Oct 13 01:40:08.344 INFO kablam! 21 | match env::home_dir() { Oct 13 01:40:08.344 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:40:08.344 INFO kablam! Oct 13 01:40:08.344 INFO kablam! 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. Oct 13 01:40:08.344 INFO kablam! --> src/gpm/ssh.rs:87:11 Oct 13 01:40:08.344 INFO kablam! | Oct 13 01:40:08.344 INFO kablam! 87 | match env::home_dir() { Oct 13 01:40:08.344 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:40:08.344 INFO kablam! Oct 13 01:40:09.865 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 27s Oct 13 01:40:09.884 INFO kablam! su: No module specific data is present Oct 13 01:40:11.089 INFO running `"docker" "rm" "-f" "0350fd20a410d0be28c6149a38b1d73ed4dcac224c6805c221e0f5fdc687eb98"` Oct 13 01:40:11.405 INFO blam! 0350fd20a410d0be28c6149a38b1d73ed4dcac224c6805c221e0f5fdc687eb98