Oct 13 16:37:54.132 INFO checking connectr-1.0.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 16:37:54.132 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 13 16:37:54.573 INFO blam! 02ad17a06e8d1b1d54686161e040dbff657ad16d55831b747b5af6b1da88f621 Oct 13 16:37:54.588 INFO running `"docker" "start" "-a" "02ad17a06e8d1b1d54686161e040dbff657ad16d55831b747b5af6b1da88f621"` Oct 13 16:37:55.700 INFO kablam! usermod: no changes Oct 13 16:37:56.200 INFO kablam! Compiling rubrail v0.7.0 Oct 13 16:37:56.249 INFO kablam! Compiling wrapped-vec v0.2.1 Oct 13 16:37:56.249 INFO kablam! Checking log v0.3.9 Oct 13 16:37:56.249 INFO kablam! Checking serde-value v0.5.2 Oct 13 16:37:56.250 INFO kablam! Checking timer v0.2.0 Oct 13 16:37:56.250 INFO kablam! Checking tokio-reactor v0.1.6 Oct 13 16:38:01.205 INFO kablam! Checking log4rs v0.8.0 Oct 13 16:38:04.481 INFO kablam! Checking tokio-uds v0.2.2 Oct 13 16:38:04.482 INFO kablam! Checking tokio-udp v0.1.2 Oct 13 16:38:04.488 INFO kablam! Checking tokio-tcp v0.1.2 Oct 13 16:38:12.480 INFO kablam! Checking fruitbasket v0.6.0 Oct 13 16:38:15.240 INFO kablam! Checking tokio v0.1.11 Oct 13 16:38:19.033 INFO kablam! Checking tokio-core v0.1.17 Oct 13 16:38:23.919 INFO kablam! Checking tokio-proto v0.1.1 Oct 13 16:38:23.919 INFO kablam! Checking tokio-tls v0.1.4 Oct 13 16:38:31.424 INFO kablam! Checking hyper v0.11.27 Oct 13 16:38:40.564 INFO kablam! Checking hyper-tls v0.1.4 Oct 13 16:38:46.209 INFO kablam! Checking reqwest v0.7.3 Oct 13 16:38:53.552 INFO kablam! Checking rustfm-scrobble v0.9.1 Oct 13 16:39:01.372 INFO kablam! Checking connectr v1.0.0 (/source) Oct 13 16:39:16.916 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 16:39:16.916 INFO kablam! --> src/settings/mod.rs:62:23 Oct 13 16:39:16.916 INFO kablam! | Oct 13 16:39:16.916 INFO kablam! 62 | format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE) Oct 13 16:39:16.916 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 16:39:16.916 INFO kablam! | Oct 13 16:39:16.916 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:39:16.916 INFO kablam! Oct 13 16:39:16.916 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 16:39:16.916 INFO kablam! --> src/settings/mod.rs:67:34 Oct 13 16:39:16.916 INFO kablam! | Oct 13 16:39:16.916 INFO kablam! 67 | let path = format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE); Oct 13 16:39:16.916 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 16:39:16.916 INFO kablam! Oct 13 16:39:16.916 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 16:39:16.916 INFO kablam! --> src/lib.rs:158:24 Oct 13 16:39:16.916 INFO kablam! | Oct 13 16:39:16.916 INFO kablam! 158 | if let Some(dir) = std::env::home_dir() { Oct 13 16:39:16.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 16:39:16.916 INFO kablam! Oct 13 16:39:17.448 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 16:39:17.448 INFO kablam! --> src/settings/mod.rs:62:23 Oct 13 16:39:17.448 INFO kablam! | Oct 13 16:39:17.448 INFO kablam! 62 | format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE) Oct 13 16:39:17.448 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 16:39:17.448 INFO kablam! | Oct 13 16:39:17.448 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:39:17.448 INFO kablam! Oct 13 16:39:17.448 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 16:39:17.448 INFO kablam! --> src/settings/mod.rs:67:34 Oct 13 16:39:17.448 INFO kablam! | Oct 13 16:39:17.448 INFO kablam! 67 | let path = format!("{}/.{}", env::home_dir().unwrap().display(), INIFILE); Oct 13 16:39:17.448 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 16:39:17.448 INFO kablam! Oct 13 16:39:17.448 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 16:39:17.448 INFO kablam! --> src/lib.rs:158:24 Oct 13 16:39:17.448 INFO kablam! | Oct 13 16:39:17.448 INFO kablam! 158 | if let Some(dir) = std::env::home_dir() { Oct 13 16:39:17.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 16:39:17.448 INFO kablam! Oct 13 16:39:33.832 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 38s Oct 13 16:39:33.860 INFO kablam! su: No module specific data is present Oct 13 16:39:34.739 INFO running `"docker" "rm" "-f" "02ad17a06e8d1b1d54686161e040dbff657ad16d55831b747b5af6b1da88f621"` Oct 13 16:39:35.076 INFO blam! 02ad17a06e8d1b1d54686161e040dbff657ad16d55831b747b5af6b1da88f621