Sep 20 04:36:15.562 INFO checking destructivator-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 04:36:15.562 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 04:36:15.562 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:36:15.745 INFO blam! a91c93d2bd7a75ef79f3b2e2ce4098cf099b20ef42c78b097547dd9b8fee9fac Sep 20 04:36:15.746 INFO running `"docker" "start" "-a" "a91c93d2bd7a75ef79f3b2e2ce4098cf099b20ef42c78b097547dd9b8fee9fac"` Sep 20 04:36:16.653 INFO kablam! usermod: no changes Sep 20 04:36:16.688 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 20 04:36:16.688 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 20 04:36:16.688 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 04:36:16.688 INFO kablam! files will be included as a test target: Sep 20 04:36:16.688 INFO kablam! Sep 20 04:36:16.688 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 20 04:36:16.688 INFO kablam! Sep 20 04:36:16.688 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 04:36:16.688 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 20 04:36:16.688 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 20 04:36:16.688 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 04:36:16.688 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 04:36:16.688 INFO kablam! Sep 20 04:36:16.688 INFO kablam! For more information on this warning you can consult Sep 20 04:36:16.688 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 04:36:16.933 INFO kablam! Compiling libssh2-sys v0.2.11 Sep 20 04:36:16.933 INFO kablam! Checking ignore v0.3.1 Sep 20 04:36:16.933 INFO kablam! Checking config v0.7.1 Sep 20 04:36:17.886 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 20 04:36:19.118 INFO kablam! Compiling git2 v0.6.11 Sep 20 04:36:25.445 INFO kablam! Compiling destructivator v0.1.0 (/source) Sep 20 04:36:26.075 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 20 04:36:26.075 INFO kablam! --> build.rs:16:20 Sep 20 04:36:26.075 INFO kablam! | Sep 20 04:36:26.075 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 20 04:36:26.075 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:36:26.075 INFO kablam! | Sep 20 04:36:26.075 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:36:26.075 INFO kablam! Sep 20 04:36:28.759 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 20 04:36:28.759 INFO kablam! --> src/git.rs:59:28 Sep 20 04:36:28.759 INFO kablam! | Sep 20 04:36:28.759 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 04:36:28.759 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:36:28.759 INFO kablam! | Sep 20 04:36:28.759 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:36:28.760 INFO kablam! Sep 20 04:36:28.760 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 20 04:36:28.760 INFO kablam! --> src/git.rs:109:28 Sep 20 04:36:28.760 INFO kablam! | Sep 20 04:36:28.760 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 04:36:28.760 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:36:28.760 INFO kablam! Sep 20 04:36:28.802 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 20 04:36:28.802 INFO kablam! --> src/git.rs:59:28 Sep 20 04:36:28.802 INFO kablam! | Sep 20 04:36:28.802 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 04:36:28.802 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:36:28.802 INFO kablam! | Sep 20 04:36:28.802 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:36:28.802 INFO kablam! Sep 20 04:36:28.802 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 20 04:36:28.802 INFO kablam! --> src/git.rs:109:28 Sep 20 04:36:28.802 INFO kablam! | Sep 20 04:36:28.802 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 04:36:28.802 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:36:28.802 INFO kablam! Sep 20 04:36:31.177 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 20 04:36:31.177 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 20 04:36:31.177 INFO kablam! | Sep 20 04:36:31.177 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 20 04:36:31.177 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:36:31.177 INFO kablam! | Sep 20 04:36:31.177 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 04:36:31.177 INFO kablam! Sep 20 04:36:31.223 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.54s Sep 20 04:36:31.230 INFO kablam! su: No module specific data is present Sep 20 04:36:31.806 INFO running `"docker" "rm" "-f" "a91c93d2bd7a75ef79f3b2e2ce4098cf099b20ef42c78b097547dd9b8fee9fac"` Sep 20 04:36:31.867 INFO blam! a91c93d2bd7a75ef79f3b2e2ce4098cf099b20ef42c78b097547dd9b8fee9fac