Oct 27 23:14:11.282 INFO checking destructivator-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 23:14:11.282 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 23:14:11.647 INFO blam! a669b241c05bf395be9af37f81857a8cd4b456a3756aed69fba8e9f2104db3a4 Oct 27 23:14:11.659 INFO running `"docker" "start" "-a" "a669b241c05bf395be9af37f81857a8cd4b456a3756aed69fba8e9f2104db3a4"` Oct 27 23:14:12.828 INFO kablam! usermod: no changes Oct 27 23:14:12.867 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 27 23:14:12.867 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 27 23:14:12.867 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 23:14:12.867 INFO kablam! files will be included as a test target: Oct 27 23:14:12.867 INFO kablam! Oct 27 23:14:12.867 INFO kablam! * /source/tests/branch_all_new_test.rs Oct 27 23:14:12.867 INFO kablam! Oct 27 23:14:12.867 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 23:14:12.867 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 27 23:14:12.867 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 27 23:14:12.867 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 23:14:12.867 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 23:14:12.867 INFO kablam! Oct 27 23:14:12.867 INFO kablam! For more information on this warning you can consult Oct 27 23:14:12.867 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 23:14:13.007 INFO kablam! Compiling libssh2-sys v0.2.11 Oct 27 23:14:13.008 INFO kablam! Compiling curl-sys v0.4.13 Oct 27 23:14:13.010 INFO kablam! Checking ignore v0.3.1 Oct 27 23:14:13.011 INFO kablam! Checking config v0.7.1 Oct 27 23:14:14.680 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 27 23:14:16.330 INFO kablam! Compiling git2 v0.6.11 Oct 27 23:14:23.627 INFO kablam! Compiling destructivator v0.1.0 (/source) Oct 27 23:14:25.179 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 27 23:14:25.179 INFO kablam! --> build.rs:16:20 Oct 27 23:14:25.179 INFO kablam! | Oct 27 23:14:25.179 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Oct 27 23:14:25.179 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 23:14:25.179 INFO kablam! | Oct 27 23:14:25.179 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:14:25.179 INFO kablam! Oct 27 23:14:30.583 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 27 23:14:30.583 INFO kablam! --> src/git.rs:59:28 Oct 27 23:14:30.583 INFO kablam! | Oct 27 23:14:30.583 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 27 23:14:30.583 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 23:14:30.583 INFO kablam! | Oct 27 23:14:30.583 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:14:30.583 INFO kablam! Oct 27 23:14:30.583 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 27 23:14:30.583 INFO kablam! --> src/git.rs:109:28 Oct 27 23:14:30.583 INFO kablam! | Oct 27 23:14:30.583 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 27 23:14:30.583 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 23:14:30.583 INFO kablam! Oct 27 23:14:30.935 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 27 23:14:30.935 INFO kablam! --> src/git.rs:59:28 Oct 27 23:14:30.935 INFO kablam! | Oct 27 23:14:30.935 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 27 23:14:30.935 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 23:14:30.935 INFO kablam! | Oct 27 23:14:30.935 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:14:30.935 INFO kablam! Oct 27 23:14:30.935 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 27 23:14:30.935 INFO kablam! --> src/git.rs:109:28 Oct 27 23:14:30.935 INFO kablam! | Oct 27 23:14:30.935 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 27 23:14:30.935 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 23:14:30.935 INFO kablam! Oct 27 23:14:36.403 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 27 23:14:36.403 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Oct 27 23:14:36.403 INFO kablam! | Oct 27 23:14:36.403 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 27 23:14:36.403 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 23:14:36.403 INFO kablam! | Oct 27 23:14:36.403 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 23:14:36.403 INFO kablam! Oct 27 23:14:36.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.63s Oct 27 23:14:36.507 INFO kablam! su: No module specific data is present Oct 27 23:14:36.980 INFO running `"docker" "rm" "-f" "a669b241c05bf395be9af37f81857a8cd4b456a3756aed69fba8e9f2104db3a4"` Oct 27 23:14:37.197 INFO blam! a669b241c05bf395be9af37f81857a8cd4b456a3756aed69fba8e9f2104db3a4