Sep 06 08:04:53.074 INFO checking destructivator-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 08:04:53.074 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 08:04:53.075 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 08:04:53.224 INFO blam! 8ac04f35f3af15df8e98d268a48f998c7192583440a8b942a5828174d9ea3df0 Sep 06 08:04:53.226 INFO running `"docker" "start" "-a" "8ac04f35f3af15df8e98d268a48f998c7192583440a8b942a5828174d9ea3df0"` Sep 06 08:04:54.183 INFO kablam! usermod: no changes Sep 06 08:04:54.226 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 06 08:04:54.226 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 06 08:04:54.226 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 06 08:04:54.226 INFO kablam! files will be included as a test target: Sep 06 08:04:54.226 INFO kablam! Sep 06 08:04:54.226 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 06 08:04:54.226 INFO kablam! Sep 06 08:04:54.226 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 06 08:04:54.226 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 06 08:04:54.226 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 06 08:04:54.226 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 06 08:04:54.226 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 06 08:04:54.226 INFO kablam! Sep 06 08:04:54.226 INFO kablam! For more information on this warning you can consult Sep 06 08:04:54.226 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 06 08:04:54.398 INFO kablam! Compiling destructivator v0.1.0 (file:///source) Sep 06 08:04:54.398 INFO kablam! Checking ignore v0.3.1 Sep 06 08:04:54.402 INFO kablam! Checking config v0.7.1 Sep 06 08:04:55.755 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 06 08:04:55.755 INFO kablam! --> build.rs:16:20 Sep 06 08:04:55.755 INFO kablam! | Sep 06 08:04:55.755 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 06 08:04:55.755 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 08:04:55.755 INFO kablam! | Sep 06 08:04:55.755 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 08:04:55.755 INFO kablam! Sep 06 08:04:59.134 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 06 08:04:59.134 INFO kablam! --> src/git.rs:59:28 Sep 06 08:04:59.134 INFO kablam! | Sep 06 08:04:59.134 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 06 08:04:59.134 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 08:04:59.134 INFO kablam! | Sep 06 08:04:59.134 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 08:04:59.134 INFO kablam! Sep 06 08:04:59.134 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 06 08:04:59.134 INFO kablam! --> src/git.rs:109:28 Sep 06 08:04:59.134 INFO kablam! | Sep 06 08:04:59.134 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 06 08:04:59.134 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 08:04:59.134 INFO kablam! Sep 06 08:04:59.258 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 06 08:04:59.258 INFO kablam! --> src/git.rs:59:28 Sep 06 08:04:59.258 INFO kablam! | Sep 06 08:04:59.258 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 06 08:04:59.258 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 08:04:59.258 INFO kablam! | Sep 06 08:04:59.258 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 08:04:59.258 INFO kablam! Sep 06 08:04:59.258 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 06 08:04:59.258 INFO kablam! --> src/git.rs:109:28 Sep 06 08:04:59.258 INFO kablam! | Sep 06 08:04:59.258 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 06 08:04:59.258 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 08:04:59.258 INFO kablam! Sep 06 08:05:01.326 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 06 08:05:01.326 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 06 08:05:01.326 INFO kablam! | Sep 06 08:05:01.326 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 06 08:05:01.326 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 08:05:01.326 INFO kablam! | Sep 06 08:05:01.326 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 08:05:01.326 INFO kablam! Sep 06 08:05:01.462 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.26s Sep 06 08:05:01.470 INFO kablam! su: No module specific data is present Sep 06 08:05:02.114 INFO running `"docker" "rm" "-f" "8ac04f35f3af15df8e98d268a48f998c7192583440a8b942a5828174d9ea3df0"` Sep 06 08:05:02.216 INFO blam! 8ac04f35f3af15df8e98d268a48f998c7192583440a8b942a5828174d9ea3df0