Sep 10 20:22:19.325 INFO checking destructivator-0.1.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 20:22:19.325 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 20:22:19.325 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 20:22:19.492 INFO blam! 63cbadd213faf32c16bbdec0c0aae53e7bd263140d02a9f286adb2be79cca062 Sep 10 20:22:19.494 INFO running `"docker" "start" "-a" "63cbadd213faf32c16bbdec0c0aae53e7bd263140d02a9f286adb2be79cca062"` Sep 10 20:22:20.934 INFO kablam! usermod: no changes Sep 10 20:22:21.082 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 10 20:22:21.082 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 10 20:22:21.082 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 10 20:22:21.082 INFO kablam! files will be included as a test target: Sep 10 20:22:21.082 INFO kablam! Sep 10 20:22:21.082 INFO kablam! * /source/tests/branch_all_new_test.rs Sep 10 20:22:21.082 INFO kablam! Sep 10 20:22:21.082 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 10 20:22:21.082 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 10 20:22:21.082 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 10 20:22:21.082 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 10 20:22:21.082 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 10 20:22:21.082 INFO kablam! Sep 10 20:22:21.082 INFO kablam! For more information on this warning you can consult Sep 10 20:22:21.082 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 10 20:22:21.282 INFO kablam! Compiling libssh2-sys v0.2.10 Sep 10 20:22:21.283 INFO kablam! Checking globset v0.2.1 Sep 10 20:22:21.283 INFO kablam! Checking config v0.7.1 Sep 10 20:22:22.358 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 10 20:22:24.150 INFO kablam! Compiling git2 v0.6.11 Sep 10 20:22:24.595 INFO kablam! Checking ignore v0.3.1 Sep 10 20:22:33.446 INFO kablam! Compiling destructivator v0.1.0 (file:///source) Sep 10 20:22:34.070 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 10 20:22:34.070 INFO kablam! --> build.rs:16:20 Sep 10 20:22:34.070 INFO kablam! | Sep 10 20:22:34.070 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Sep 10 20:22:34.070 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 20:22:34.070 INFO kablam! | Sep 10 20:22:34.070 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 20:22:34.070 INFO kablam! Sep 10 20:22:38.209 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 10 20:22:38.209 INFO kablam! --> src/git.rs:59:28 Sep 10 20:22:38.209 INFO kablam! | Sep 10 20:22:38.209 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 10 20:22:38.209 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 20:22:38.209 INFO kablam! | Sep 10 20:22:38.209 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 20:22:38.209 INFO kablam! Sep 10 20:22:38.218 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 10 20:22:38.218 INFO kablam! --> src/git.rs:109:28 Sep 10 20:22:38.219 INFO kablam! | Sep 10 20:22:38.219 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 10 20:22:38.219 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 20:22:38.219 INFO kablam! Sep 10 20:22:38.422 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 10 20:22:38.422 INFO kablam! --> src/git.rs:59:28 Sep 10 20:22:38.422 INFO kablam! | Sep 10 20:22:38.422 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 10 20:22:38.422 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 20:22:38.422 INFO kablam! | Sep 10 20:22:38.422 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 20:22:38.422 INFO kablam! Sep 10 20:22:38.422 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 10 20:22:38.422 INFO kablam! --> src/git.rs:109:28 Sep 10 20:22:38.422 INFO kablam! | Sep 10 20:22:38.422 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 10 20:22:38.422 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 20:22:38.422 INFO kablam! Sep 10 20:22:42.674 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 10 20:22:42.674 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Sep 10 20:22:42.674 INFO kablam! | Sep 10 20:22:42.674 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Sep 10 20:22:42.674 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 20:22:42.674 INFO kablam! | Sep 10 20:22:42.674 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 20:22:42.674 INFO kablam! Sep 10 20:22:42.774 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.80s Sep 10 20:22:42.784 INFO kablam! su: No module specific data is present Sep 10 20:22:43.749 INFO running `"docker" "rm" "-f" "63cbadd213faf32c16bbdec0c0aae53e7bd263140d02a9f286adb2be79cca062"` Sep 10 20:22:43.885 INFO blam! 63cbadd213faf32c16bbdec0c0aae53e7bd263140d02a9f286adb2be79cca062