Sep 02 16:36:31.185 INFO checking destructivator-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 16:36:31.185 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 16:36:31.185 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 16:36:31.418 INFO blam! 11fd340121cfed1b87014e80da7a72cbce1fb0ed41e872825b62bc7ee15d9210 Sep 02 16:36:31.420 INFO running `"docker" "start" "-a" "11fd340121cfed1b87014e80da7a72cbce1fb0ed41e872825b62bc7ee15d9210"` Sep 02 16:36:32.014 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 02 16:36:32.014 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 02 16:36:32.014 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 02 16:36:32.014 INFO kablam! files will be included as a test target: Sep 02 16:36:32.014 INFO kablam! Sep 02 16:36:32.014 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 02 16:36:32.014 INFO kablam! Sep 02 16:36:32.014 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 02 16:36:32.014 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 02 16:36:32.014 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 02 16:36:32.014 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 02 16:36:32.014 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 02 16:36:32.014 INFO kablam! Sep 02 16:36:32.014 INFO kablam! For more information on this warning you can consult Sep 02 16:36:32.014 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 02 16:36:32.154 INFO kablam! Compiling libssh2-sys v0.2.10 Sep 02 16:36:32.155 INFO kablam! Checking config v0.7.1 Sep 02 16:36:33.276 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 02 16:36:34.498 INFO kablam! Compiling git2 v0.6.11 Sep 02 16:36:44.788 INFO kablam! Compiling destructivator v0.1.0 (file:///source) Sep 02 16:36:45.909 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 02 16:36:45.909 INFO kablam! --> build.rs:16:20 Sep 02 16:36:45.909 INFO kablam! | Sep 02 16:36:45.909 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 02 16:36:45.910 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 16:36:45.910 INFO kablam! | Sep 02 16:36:45.910 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 16:36:45.910 INFO kablam! Sep 02 16:36:50.745 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 02 16:36:50.745 INFO kablam! --> src/git.rs:59:28 Sep 02 16:36:50.745 INFO kablam! | Sep 02 16:36:50.745 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 02 16:36:50.745 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 16:36:50.745 INFO kablam! | Sep 02 16:36:50.745 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 16:36:50.745 INFO kablam! Sep 02 16:36:50.745 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 02 16:36:50.745 INFO kablam! --> src/git.rs:109:28 Sep 02 16:36:50.745 INFO kablam! | Sep 02 16:36:50.745 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 02 16:36:50.745 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 16:36:50.745 INFO kablam! Sep 02 16:36:51.524 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 02 16:36:51.524 INFO kablam! --> src/git.rs:59:28 Sep 02 16:36:51.524 INFO kablam! | Sep 02 16:36:51.524 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 02 16:36:51.524 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 16:36:51.525 INFO kablam! | Sep 02 16:36:51.525 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 16:36:51.525 INFO kablam! Sep 02 16:36:51.525 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 02 16:36:51.525 INFO kablam! --> src/git.rs:109:28 Sep 02 16:36:51.525 INFO kablam! | Sep 02 16:36:51.525 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 02 16:36:51.525 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 16:36:51.525 INFO kablam! Sep 02 16:36:55.640 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 02 16:36:55.640 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 02 16:36:55.640 INFO kablam! | Sep 02 16:36:55.640 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 02 16:36:55.640 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 16:36:55.640 INFO kablam! | Sep 02 16:36:55.640 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 16:36:55.640 INFO kablam! Sep 02 16:36:55.832 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.82s Sep 02 16:36:55.842 INFO kablam! su: No module specific data is present Sep 02 16:36:56.246 INFO running `"docker" "rm" "-f" "11fd340121cfed1b87014e80da7a72cbce1fb0ed41e872825b62bc7ee15d9210"` Sep 02 16:36:56.339 INFO blam! 11fd340121cfed1b87014e80da7a72cbce1fb0ed41e872825b62bc7ee15d9210