Oct 22 03:41:08.582 INFO checking destructivator-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:41:08.582 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 22 03:41:08.896 INFO blam! 826198069ef22942427db5bfbcb20352e3c48d5fc016cb789e65034a1c6bab72 Oct 22 03:41:08.896 INFO running `"docker" "start" "-a" "826198069ef22942427db5bfbcb20352e3c48d5fc016cb789e65034a1c6bab72"` Oct 22 03:41:09.767 INFO kablam! usermod: no changes Oct 22 03:41:09.821 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 22 03:41:09.821 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 22 03:41:09.821 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 22 03:41:09.821 INFO kablam! files will be included as a test target: Oct 22 03:41:09.821 INFO kablam! Oct 22 03:41:09.821 INFO kablam! * /source/tests/branch_all_new_test.rs Oct 22 03:41:09.821 INFO kablam! Oct 22 03:41:09.821 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 22 03:41:09.821 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 22 03:41:09.821 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 22 03:41:09.821 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 22 03:41:09.821 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 22 03:41:09.821 INFO kablam! Oct 22 03:41:09.821 INFO kablam! For more information on this warning you can consult Oct 22 03:41:09.821 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 22 03:41:09.956 INFO kablam! Compiling openssl-probe v0.1.2 Oct 22 03:41:09.984 INFO kablam! Compiling libz-sys v1.0.24 Oct 22 03:41:09.997 INFO kablam! Checking globset v0.2.1 Oct 22 03:41:09.997 INFO kablam! Checking config v0.7.1 Oct 22 03:41:11.210 INFO kablam! Compiling curl-sys v0.4.13 Oct 22 03:41:11.210 INFO kablam! Compiling libssh2-sys v0.2.11 Oct 22 03:41:13.152 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 22 03:41:13.440 INFO kablam! Checking ignore v0.3.1 Oct 22 03:41:14.729 INFO kablam! Compiling git2 v0.6.11 Oct 22 03:41:21.145 INFO kablam! Compiling destructivator v0.1.0 (/source) Oct 22 03:41:22.560 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 22 03:41:22.560 INFO kablam! --> build.rs:16:20 Oct 22 03:41:22.560 INFO kablam! | Oct 22 03:41:22.560 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Oct 22 03:41:22.560 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:41:22.560 INFO kablam! | Oct 22 03:41:22.560 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:41:22.560 INFO kablam! Oct 22 03:41:27.877 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 22 03:41:27.877 INFO kablam! --> src/git.rs:59:28 Oct 22 03:41:27.877 INFO kablam! | Oct 22 03:41:27.878 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 22 03:41:27.878 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:41:27.878 INFO kablam! | Oct 22 03:41:27.878 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:41:27.879 INFO kablam! Oct 22 03:41:27.879 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 22 03:41:27.879 INFO kablam! --> src/git.rs:109:28 Oct 22 03:41:27.879 INFO kablam! | Oct 22 03:41:27.880 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 22 03:41:27.880 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:41:27.880 INFO kablam! Oct 22 03:41:28.041 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 22 03:41:28.041 INFO kablam! --> src/git.rs:59:28 Oct 22 03:41:28.041 INFO kablam! | Oct 22 03:41:28.042 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 22 03:41:28.042 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:41:28.042 INFO kablam! | Oct 22 03:41:28.042 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:41:28.043 INFO kablam! Oct 22 03:41:28.043 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 22 03:41:28.043 INFO kablam! --> src/git.rs:109:28 Oct 22 03:41:28.043 INFO kablam! | Oct 22 03:41:28.044 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 22 03:41:28.044 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:41:28.044 INFO kablam! Oct 22 03:41:34.108 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 22 03:41:34.109 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Oct 22 03:41:34.109 INFO kablam! | Oct 22 03:41:34.109 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 22 03:41:34.109 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:41:34.120 INFO kablam! | Oct 22 03:41:34.120 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:41:34.120 INFO kablam! Oct 22 03:41:34.269 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.47s Oct 22 03:41:34.288 INFO kablam! su: No module specific data is present Oct 22 03:41:34.704 INFO running `"docker" "rm" "-f" "826198069ef22942427db5bfbcb20352e3c48d5fc016cb789e65034a1c6bab72"` Oct 22 03:41:34.980 INFO blam! 826198069ef22942427db5bfbcb20352e3c48d5fc016cb789e65034a1c6bab72