Sep 18 01:45:17.301 INFO checking destructivator-0.1.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 01:45:17.301 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 01:45:17.301 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:45:17.609 INFO blam! 4df9d8626852b3a57c05c5c0289747530a2582367715482729a4b157c0fecb95 Sep 18 01:45:17.611 INFO running `"docker" "start" "-a" "4df9d8626852b3a57c05c5c0289747530a2582367715482729a4b157c0fecb95"` Sep 18 01:45:18.428 INFO kablam! usermod: no changes Sep 18 01:45:18.459 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 18 01:45:18.459 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 18 01:45:18.459 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 18 01:45:18.459 INFO kablam! files will be included as a test target: Sep 18 01:45:18.459 INFO kablam! Sep 18 01:45:18.459 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 18 01:45:18.459 INFO kablam! Sep 18 01:45:18.459 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 18 01:45:18.459 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 18 01:45:18.459 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 18 01:45:18.459 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 18 01:45:18.459 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 18 01:45:18.459 INFO kablam! Sep 18 01:45:18.459 INFO kablam! For more information on this warning you can consult Sep 18 01:45:18.459 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 18 01:45:18.680 INFO kablam! Compiling destructivator v0.1.0 (/source) Sep 18 01:45:18.685 INFO kablam! Checking config v0.7.1 Sep 18 01:45:19.823 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 18 01:45:19.823 INFO kablam! --> build.rs:16:20 Sep 18 01:45:19.823 INFO kablam! | Sep 18 01:45:19.823 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 18 01:45:19.823 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:45:19.824 INFO kablam! | Sep 18 01:45:19.824 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 01:45:19.824 INFO kablam! Sep 18 01:45:23.172 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 18 01:45:23.172 INFO kablam! --> src/git.rs:59:28 Sep 18 01:45:23.172 INFO kablam! | Sep 18 01:45:23.172 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 18 01:45:23.172 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:45:23.172 INFO kablam! | Sep 18 01:45:23.172 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 01:45:23.172 INFO kablam! Sep 18 01:45:23.172 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 18 01:45:23.172 INFO kablam! --> src/git.rs:109:28 Sep 18 01:45:23.172 INFO kablam! | Sep 18 01:45:23.172 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 18 01:45:23.172 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:45:23.172 INFO kablam! Sep 18 01:45:23.244 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 18 01:45:23.244 INFO kablam! --> src/git.rs:59:28 Sep 18 01:45:23.244 INFO kablam! | Sep 18 01:45:23.244 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 18 01:45:23.244 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:45:23.244 INFO kablam! | Sep 18 01:45:23.244 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 01:45:23.244 INFO kablam! Sep 18 01:45:23.244 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 18 01:45:23.244 INFO kablam! --> src/git.rs:109:28 Sep 18 01:45:23.244 INFO kablam! | Sep 18 01:45:23.245 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 18 01:45:23.245 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:45:23.245 INFO kablam! Sep 18 01:45:25.500 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 18 01:45:25.500 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 18 01:45:25.500 INFO kablam! | Sep 18 01:45:25.500 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 18 01:45:25.500 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:45:25.500 INFO kablam! | Sep 18 01:45:25.500 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 01:45:25.500 INFO kablam! Sep 18 01:45:25.781 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.33s Sep 18 01:45:25.793 INFO kablam! su: No module specific data is present Sep 18 01:45:26.436 INFO running `"docker" "rm" "-f" "4df9d8626852b3a57c05c5c0289747530a2582367715482729a4b157c0fecb95"` Sep 18 01:45:26.516 INFO blam! 4df9d8626852b3a57c05c5c0289747530a2582367715482729a4b157c0fecb95