Sep 21 11:26:23.421 INFO checking destructivator-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 11:26:23.421 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 11:26:23.421 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:26:23.623 INFO blam! 65a7388de655cc8b5cfb6e2f26bd35a240a54cd118143359446b19c85f227c88 Sep 21 11:26:23.625 INFO running `"docker" "start" "-a" "65a7388de655cc8b5cfb6e2f26bd35a240a54cd118143359446b19c85f227c88"` Sep 21 11:26:24.474 INFO kablam! usermod: no changes Sep 21 11:26:24.503 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 21 11:26:24.503 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 21 11:26:24.503 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 11:26:24.503 INFO kablam! files will be included as a test target: Sep 21 11:26:24.503 INFO kablam! Sep 21 11:26:24.503 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 21 11:26:24.503 INFO kablam! Sep 21 11:26:24.503 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 11:26:24.503 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 21 11:26:24.504 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 21 11:26:24.504 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 11:26:24.504 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 11:26:24.504 INFO kablam! Sep 21 11:26:24.504 INFO kablam! For more information on this warning you can consult Sep 21 11:26:24.504 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 11:26:24.682 INFO kablam! Compiling libssh2-sys v0.2.11 Sep 21 11:26:24.688 INFO kablam! Checking ignore v0.3.1 Sep 21 11:26:24.688 INFO kablam! Checking config v0.7.1 Sep 21 11:26:25.427 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 21 11:26:27.278 INFO kablam! Compiling git2 v0.6.11 Sep 21 11:26:33.106 INFO kablam! Compiling destructivator v0.1.0 (/source) Sep 21 11:26:33.677 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 21 11:26:33.677 INFO kablam! --> build.rs:16:20 Sep 21 11:26:33.677 INFO kablam! | Sep 21 11:26:33.677 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 21 11:26:33.677 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:26:33.677 INFO kablam! | Sep 21 11:26:33.677 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:26:33.677 INFO kablam! Sep 21 11:26:35.889 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 21 11:26:35.889 INFO kablam! --> src/git.rs:59:28 Sep 21 11:26:35.889 INFO kablam! | Sep 21 11:26:35.889 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 21 11:26:35.889 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:26:35.889 INFO kablam! | Sep 21 11:26:35.890 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:26:35.890 INFO kablam! Sep 21 11:26:35.890 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 21 11:26:35.890 INFO kablam! --> src/git.rs:109:28 Sep 21 11:26:35.890 INFO kablam! | Sep 21 11:26:35.890 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 21 11:26:35.890 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:26:35.890 INFO kablam! Sep 21 11:26:36.011 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 21 11:26:36.011 INFO kablam! --> src/git.rs:59:28 Sep 21 11:26:36.011 INFO kablam! | Sep 21 11:26:36.011 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 21 11:26:36.011 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:26:36.011 INFO kablam! | Sep 21 11:26:36.011 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:26:36.011 INFO kablam! Sep 21 11:26:36.011 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 21 11:26:36.011 INFO kablam! --> src/git.rs:109:28 Sep 21 11:26:36.011 INFO kablam! | Sep 21 11:26:36.011 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 21 11:26:36.011 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:26:36.011 INFO kablam! Sep 21 11:26:37.219 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 21 11:26:37.219 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 21 11:26:37.219 INFO kablam! | Sep 21 11:26:37.219 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 21 11:26:37.219 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:26:37.219 INFO kablam! | Sep 21 11:26:37.219 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:26:37.219 INFO kablam! Sep 21 11:26:37.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.79s Sep 21 11:26:37.287 INFO kablam! su: No module specific data is present Sep 21 11:26:37.901 INFO running `"docker" "rm" "-f" "65a7388de655cc8b5cfb6e2f26bd35a240a54cd118143359446b19c85f227c88"` Sep 21 11:26:37.974 INFO blam! 65a7388de655cc8b5cfb6e2f26bd35a240a54cd118143359446b19c85f227c88