Sep 04 22:47:37.189 INFO checking destructivator-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 22:47:37.189 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 22:47:37.189 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:47:37.366 INFO blam! b5769e711bb855f909d624a09397d31cda8e9f067ed91ee5ec545c31d2d6cded Sep 04 22:47:37.368 INFO running `"docker" "start" "-a" "b5769e711bb855f909d624a09397d31cda8e9f067ed91ee5ec545c31d2d6cded"` Sep 04 22:47:37.951 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 04 22:47:37.951 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 04 22:47:37.951 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 22:47:37.951 INFO kablam! files will be included as a test target: Sep 04 22:47:37.951 INFO kablam! Sep 04 22:47:37.951 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 04 22:47:37.951 INFO kablam! Sep 04 22:47:37.951 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 22:47:37.951 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 04 22:47:37.951 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 04 22:47:37.951 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 22:47:37.951 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 22:47:37.951 INFO kablam! Sep 04 22:47:37.951 INFO kablam! For more information on this warning you can consult Sep 04 22:47:37.951 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 22:47:38.109 INFO kablam! Compiling libssh2-sys v0.2.10 Sep 04 22:47:38.111 INFO kablam! Checking ignore v0.3.1 Sep 04 22:47:38.111 INFO kablam! Checking config v0.7.1 Sep 04 22:47:39.204 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 04 22:47:41.223 INFO kablam! Compiling git2 v0.6.11 Sep 04 22:47:50.697 INFO kablam! Compiling destructivator v0.1.0 (file:///source) Sep 04 22:47:51.828 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 04 22:47:51.828 INFO kablam! --> build.rs:16:20 Sep 04 22:47:51.828 INFO kablam! | Sep 04 22:47:51.828 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 04 22:47:51.828 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 22:47:51.828 INFO kablam! | Sep 04 22:47:51.828 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 22:47:51.828 INFO kablam! Sep 04 22:47:57.084 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 04 22:47:57.084 INFO kablam! --> src/git.rs:59:28 Sep 04 22:47:57.084 INFO kablam! | Sep 04 22:47:57.084 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 04 22:47:57.084 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 22:47:57.084 INFO kablam! | Sep 04 22:47:57.084 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 22:47:57.084 INFO kablam! Sep 04 22:47:57.085 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 04 22:47:57.085 INFO kablam! --> src/git.rs:109:28 Sep 04 22:47:57.085 INFO kablam! | Sep 04 22:47:57.085 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 04 22:47:57.085 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 22:47:57.085 INFO kablam! Sep 04 22:47:57.438 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 04 22:47:57.438 INFO kablam! --> src/git.rs:59:28 Sep 04 22:47:57.438 INFO kablam! | Sep 04 22:47:57.438 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 04 22:47:57.438 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 22:47:57.438 INFO kablam! | Sep 04 22:47:57.438 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 22:47:57.438 INFO kablam! Sep 04 22:47:57.439 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 04 22:47:57.439 INFO kablam! --> src/git.rs:109:28 Sep 04 22:47:57.439 INFO kablam! | Sep 04 22:47:57.439 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 04 22:47:57.439 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 22:47:57.439 INFO kablam! Sep 04 22:48:02.432 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 04 22:48:02.432 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 04 22:48:02.432 INFO kablam! | Sep 04 22:48:02.432 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 04 22:48:02.432 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 22:48:02.433 INFO kablam! | Sep 04 22:48:02.433 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 22:48:02.433 INFO kablam! Sep 04 22:48:02.502 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.56s Sep 04 22:48:02.511 INFO kablam! su: No module specific data is present Sep 04 22:48:03.046 INFO running `"docker" "rm" "-f" "b5769e711bb855f909d624a09397d31cda8e9f067ed91ee5ec545c31d2d6cded"` Sep 04 22:48:03.129 INFO blam! b5769e711bb855f909d624a09397d31cda8e9f067ed91ee5ec545c31d2d6cded