Sep 14 14:11:16.174 INFO checking kitchensink-0.4.2 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 14:11:16.174 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 14:11:16.174 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 14:11:16.350 INFO blam! af7be8410a4b42c611cc17a6272a2649ae4efba069a2553392607d4bc91e9ae5 Sep 14 14:11:16.352 INFO running `"docker" "start" "-a" "af7be8410a4b42c611cc17a6272a2649ae4efba069a2553392607d4bc91e9ae5"` Sep 14 14:11:16.916 INFO kablam! usermod: no changes Sep 14 14:11:17.017 INFO kablam! Checking hyper-openssl v0.2.7 Sep 14 14:11:18.007 INFO kablam! Checking kitchensink v0.4.2 (file:///source) Sep 14 14:11:19.559 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. Sep 14 14:11:19.559 INFO kablam! --> src/utils.rs:62:5 Sep 14 14:11:19.559 INFO kablam! | Sep 14 14:11:19.559 INFO kablam! 62 | env::home_dir().expect("$HOME directory is not configured") Sep 14 14:11:19.559 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 14:11:19.559 INFO kablam! | Sep 14 14:11:19.559 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 14:11:19.559 INFO kablam! Sep 14 14:11:19.567 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. Sep 14 14:11:19.567 INFO kablam! --> src/utils.rs:62:5 Sep 14 14:11:19.567 INFO kablam! | Sep 14 14:11:19.567 INFO kablam! 62 | env::home_dir().expect("$HOME directory is not configured") Sep 14 14:11:19.567 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 14:11:19.567 INFO kablam! | Sep 14 14:11:19.567 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 14:11:19.567 INFO kablam! Sep 14 14:11:19.691 INFO kablam! warning: use of deprecated item 'openssl::ssl::SslConnectorBuilder::builder_mut': SslConnectorBuilder now implements DerefMut Sep 14 14:11:19.691 INFO kablam! --> src/net.rs:24:37 Sep 14 14:11:19.691 INFO kablam! | Sep 14 14:11:19.691 INFO kablam! 24 | let mut ctx = connector.builder_mut(); Sep 14 14:11:19.691 INFO kablam! | ^^^^^^^^^^^ Sep 14 14:11:19.691 INFO kablam! Sep 14 14:11:19.757 INFO kablam! warning: variable does not need to be mutable Sep 14 14:11:19.757 INFO kablam! --> src/net.rs:24:17 Sep 14 14:11:19.757 INFO kablam! | Sep 14 14:11:19.757 INFO kablam! 24 | let mut ctx = connector.builder_mut(); Sep 14 14:11:19.757 INFO kablam! | ----^^^ Sep 14 14:11:19.758 INFO kablam! | | Sep 14 14:11:19.758 INFO kablam! | help: remove this `mut` Sep 14 14:11:19.758 INFO kablam! | Sep 14 14:11:19.758 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 14:11:19.758 INFO kablam! Sep 14 14:11:19.764 INFO kablam! warning: use of deprecated item 'openssl::ssl::SslConnectorBuilder::builder_mut': SslConnectorBuilder now implements DerefMut Sep 14 14:11:19.764 INFO kablam! --> src/net.rs:24:37 Sep 14 14:11:19.764 INFO kablam! | Sep 14 14:11:19.764 INFO kablam! 24 | let mut ctx = connector.builder_mut(); Sep 14 14:11:19.764 INFO kablam! | ^^^^^^^^^^^ Sep 14 14:11:19.764 INFO kablam! Sep 14 14:11:19.877 INFO kablam! warning: variable does not need to be mutable Sep 14 14:11:19.877 INFO kablam! --> src/net.rs:24:17 Sep 14 14:11:19.878 INFO kablam! | Sep 14 14:11:19.878 INFO kablam! 24 | let mut ctx = connector.builder_mut(); Sep 14 14:11:19.878 INFO kablam! | ----^^^ Sep 14 14:11:19.878 INFO kablam! | | Sep 14 14:11:19.878 INFO kablam! | help: remove this `mut` Sep 14 14:11:19.878 INFO kablam! | Sep 14 14:11:19.878 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 14:11:19.878 INFO kablam! Sep 14 14:11:19.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Sep 14 14:11:19.971 INFO kablam! su: No module specific data is present Sep 14 14:11:21.033 INFO running `"docker" "rm" "-f" "af7be8410a4b42c611cc17a6272a2649ae4efba069a2553392607d4bc91e9ae5"` Sep 14 14:11:21.299 INFO blam! af7be8410a4b42c611cc17a6272a2649ae4efba069a2553392607d4bc91e9ae5