Oct 13 16:09:20.561 INFO checking destructivator-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 16:09:20.561 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 16:09:20.976 INFO blam! f74ef7ede479eca96f1e8547b0b71144f2b78c20858faa28a7961bacd9b1f18c Oct 13 16:09:20.988 INFO running `"docker" "start" "-a" "f74ef7ede479eca96f1e8547b0b71144f2b78c20858faa28a7961bacd9b1f18c"` Oct 13 16:09:21.864 INFO kablam! usermod: no changes Oct 13 16:09:21.905 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 13 16:09:21.905 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 13 16:09:21.905 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 16:09:21.905 INFO kablam! files will be included as a test target: Oct 13 16:09:21.905 INFO kablam! Oct 13 16:09:21.905 INFO kablam! * /source/tests/branch_all_new_test.rs Oct 13 16:09:21.905 INFO kablam! Oct 13 16:09:21.905 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 16:09:21.905 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 13 16:09:21.905 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 13 16:09:21.905 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 16:09:21.905 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 16:09:21.905 INFO kablam! Oct 13 16:09:21.905 INFO kablam! For more information on this warning you can consult Oct 13 16:09:21.905 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 16:09:22.096 INFO kablam! Compiling openssl-probe v0.1.2 Oct 13 16:09:22.096 INFO kablam! Compiling libz-sys v1.0.24 Oct 13 16:09:22.096 INFO kablam! Checking globset v0.2.1 Oct 13 16:09:22.096 INFO kablam! Checking config v0.7.1 Oct 13 16:09:23.566 INFO kablam! Compiling curl-sys v0.4.13 Oct 13 16:09:23.568 INFO kablam! Compiling libssh2-sys v0.2.11 Oct 13 16:09:25.896 INFO kablam! Checking ignore v0.3.1 Oct 13 16:09:26.302 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 13 16:09:28.764 INFO kablam! Compiling git2 v0.6.11 Oct 13 16:09:35.752 INFO kablam! Compiling destructivator v0.1.0 (/source) Oct 13 16:09:37.400 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. Oct 13 16:09:37.400 INFO kablam! --> build.rs:16:20 Oct 13 16:09:37.400 INFO kablam! | Oct 13 16:09:37.400 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Oct 13 16:09:37.400 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 16:09:37.400 INFO kablam! | Oct 13 16:09:37.400 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:09:37.400 INFO kablam! Oct 13 16:09:42.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. Oct 13 16:09:42.500 INFO kablam! --> src/git.rs:59:28 Oct 13 16:09:42.500 INFO kablam! | Oct 13 16:09:42.500 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 13 16:09:42.500 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 16:09:42.500 INFO kablam! | Oct 13 16:09:42.500 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:09:42.500 INFO kablam! Oct 13 16:09:42.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. Oct 13 16:09:42.500 INFO kablam! --> src/git.rs:109:28 Oct 13 16:09:42.500 INFO kablam! | Oct 13 16:09:42.500 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 13 16:09:42.500 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 16:09:42.500 INFO kablam! Oct 13 16:09:42.604 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. Oct 13 16:09:42.604 INFO kablam! --> src/git.rs:59:28 Oct 13 16:09:42.604 INFO kablam! | Oct 13 16:09:42.604 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 13 16:09:42.604 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 16:09:42.604 INFO kablam! | Oct 13 16:09:42.604 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:09:42.604 INFO kablam! Oct 13 16:09:42.604 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. Oct 13 16:09:42.604 INFO kablam! --> src/git.rs:109:28 Oct 13 16:09:42.604 INFO kablam! | Oct 13 16:09:42.604 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 13 16:09:42.604 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 16:09:42.604 INFO kablam! Oct 13 16:09:49.644 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. Oct 13 16:09:49.644 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Oct 13 16:09:49.644 INFO kablam! | Oct 13 16:09:49.644 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 13 16:09:49.644 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 16:09:49.644 INFO kablam! | Oct 13 16:09:49.644 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:09:49.644 INFO kablam! Oct 13 16:09:50.054 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.16s Oct 13 16:09:50.066 INFO kablam! su: No module specific data is present Oct 13 16:09:50.426 INFO running `"docker" "rm" "-f" "f74ef7ede479eca96f1e8547b0b71144f2b78c20858faa28a7961bacd9b1f18c"` Oct 13 16:09:50.537 INFO blam! f74ef7ede479eca96f1e8547b0b71144f2b78c20858faa28a7961bacd9b1f18c