Dec 18 17:06:17.420 INFO checking destructivator-0.1.0 against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 17:06:17.420 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-6/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/reg/destructivator/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 17:06:17.933 INFO [stdout] b97b415a7a8680c038dccd666aff65ac9a5a670e9445e01907a3186707622511 Dec 18 17:06:17.934 INFO running `"docker" "start" "-a" "b97b415a7a8680c038dccd666aff65ac9a5a670e9445e01907a3186707622511"` Dec 18 17:06:19.202 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 18 17:06:19.202 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 18 17:06:19.202 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 18 17:06:19.202 INFO [stderr] files will be included as a test target: Dec 18 17:06:19.202 INFO [stderr] Dec 18 17:06:19.202 INFO [stderr] * /opt/crater/workdir/tests/branch_all_new_test.rs Dec 18 17:06:19.202 INFO [stderr] Dec 18 17:06:19.202 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 18 17:06:19.202 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 18 17:06:19.202 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 18 17:06:19.202 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 18 17:06:19.202 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 18 17:06:19.202 INFO [stderr] Dec 18 17:06:19.202 INFO [stderr] For more information on this warning you can consult Dec 18 17:06:19.202 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 18 17:06:19.360 INFO [stderr] Compiling libgit2-sys v0.6.19 Dec 18 17:06:19.360 INFO [stderr] Checking globset v0.2.1 Dec 18 17:06:19.360 INFO [stderr] Checking config v0.7.1 Dec 18 17:06:20.222 INFO [stderr] Checking ignore v0.3.1 Dec 18 17:06:20.379 INFO [stderr] Compiling git2 v0.6.11 Dec 18 17:06:26.385 INFO [stderr] Compiling destructivator v0.1.0 (/opt/crater/workdir) Dec 18 17:06:26.804 INFO [stderr] 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. Dec 18 17:06:26.804 INFO [stderr] --> build.rs:16:20 Dec 18 17:06:26.804 INFO [stderr] | Dec 18 17:06:26.804 INFO [stderr] 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Dec 18 17:06:26.804 INFO [stderr] | ^^^^^^^^^^^^^ Dec 18 17:06:26.804 INFO [stderr] | Dec 18 17:06:26.804 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 17:06:26.804 INFO [stderr] Dec 18 17:06:28.943 INFO [stderr] 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. Dec 18 17:06:28.943 INFO [stderr] --> src/git.rs:59:28 Dec 18 17:06:28.943 INFO [stderr] | Dec 18 17:06:28.943 INFO [stderr] 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Dec 18 17:06:28.943 INFO [stderr] | ^^^^^^^^^^^^^ Dec 18 17:06:28.943 INFO [stderr] | Dec 18 17:06:28.943 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 17:06:28.943 INFO [stderr] Dec 18 17:06:28.943 INFO [stderr] 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. Dec 18 17:06:28.943 INFO [stderr] --> src/git.rs:109:28 Dec 18 17:06:28.943 INFO [stderr] | Dec 18 17:06:28.943 INFO [stderr] 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Dec 18 17:06:28.943 INFO [stderr] | ^^^^^^^^^^^^^ Dec 18 17:06:28.943 INFO [stderr] Dec 18 17:06:28.968 INFO [stderr] 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. Dec 18 17:06:28.968 INFO [stderr] --> src/git.rs:59:28 Dec 18 17:06:28.968 INFO [stderr] | Dec 18 17:06:28.968 INFO [stderr] 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Dec 18 17:06:28.968 INFO [stderr] | ^^^^^^^^^^^^^ Dec 18 17:06:28.968 INFO [stderr] | Dec 18 17:06:28.968 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 17:06:28.968 INFO [stderr] Dec 18 17:06:28.968 INFO [stderr] 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. Dec 18 17:06:28.968 INFO [stderr] --> src/git.rs:109:28 Dec 18 17:06:28.968 INFO [stderr] | Dec 18 17:06:28.968 INFO [stderr] 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Dec 18 17:06:28.968 INFO [stderr] | ^^^^^^^^^^^^^ Dec 18 17:06:28.968 INFO [stderr] Dec 18 17:06:30.153 INFO [stderr] 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. Dec 18 17:06:30.153 INFO [stderr] --> tests/branch_all_new_test.rs:6:20 Dec 18 17:06:30.153 INFO [stderr] | Dec 18 17:06:30.153 INFO [stderr] 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Dec 18 17:06:30.153 INFO [stderr] | ^^^^^^^^^^^^^ Dec 18 17:06:30.153 INFO [stderr] | Dec 18 17:06:30.153 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 17:06:30.153 INFO [stderr] Dec 18 17:06:30.334 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.12s Dec 18 17:06:30.756 INFO running `"docker" "inspect" "b97b415a7a8680c038dccd666aff65ac9a5a670e9445e01907a3186707622511"` Dec 18 17:06:30.856 INFO running `"docker" "rm" "-f" "b97b415a7a8680c038dccd666aff65ac9a5a670e9445e01907a3186707622511"` Dec 18 17:06:31.000 INFO [stdout] b97b415a7a8680c038dccd666aff65ac9a5a670e9445e01907a3186707622511