Oct 16 13:27:12.612 INFO testing destructivator-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 13:27:12.612 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 13:27:12.824 INFO blam! b7cd2ba8ce47074bf5bc224adfbb93d91e6909aaedf4b0ba4861ab121669d858 Oct 16 13:27:12.826 INFO running `"docker" "start" "-a" "b7cd2ba8ce47074bf5bc224adfbb93d91e6909aaedf4b0ba4861ab121669d858"` Oct 16 13:27:13.971 INFO kablam! usermod: no changes Oct 16 13:27:14.047 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 16 13:27:14.047 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 16 13:27:14.047 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:27:14.047 INFO kablam! files will be included as a test target: Oct 16 13:27:14.047 INFO kablam! Oct 16 13:27:14.047 INFO kablam! * /source/tests/branch_all_new_test.rs Oct 16 13:27:14.047 INFO kablam! Oct 16 13:27:14.047 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:27:14.047 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 16 13:27:14.047 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 16 13:27:14.047 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:27:14.047 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:27:14.047 INFO kablam! Oct 16 13:27:14.047 INFO kablam! For more information on this warning you can consult Oct 16 13:27:14.047 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:27:14.323 INFO kablam! Compiling openssl-probe v0.1.2 Oct 16 13:27:14.357 INFO kablam! Compiling libz-sys v1.0.24 Oct 16 13:27:14.405 INFO kablam! Compiling config v0.7.1 Oct 16 13:27:15.649 INFO kablam! Compiling libssh2-sys v0.2.11 Oct 16 13:27:15.649 INFO kablam! Compiling curl-sys v0.4.13 Oct 16 13:27:17.243 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 16 13:27:18.683 INFO kablam! Compiling git2 v0.6.11 Oct 16 13:27:28.201 INFO kablam! Compiling destructivator v0.1.0 (/source) Oct 16 13:27:29.615 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 16 13:27:29.615 INFO kablam! --> build.rs:16:20 Oct 16 13:27:29.615 INFO kablam! | Oct 16 13:27:29.615 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Oct 16 13:27:29.615 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:27:29.615 INFO kablam! | Oct 16 13:27:29.615 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:27:29.615 INFO kablam! Oct 16 13:27:34.557 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 16 13:27:34.558 INFO kablam! --> src/git.rs:59:28 Oct 16 13:27:34.558 INFO kablam! | Oct 16 13:27:34.558 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 16 13:27:34.559 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:27:34.559 INFO kablam! | Oct 16 13:27:34.559 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:27:34.560 INFO kablam! Oct 16 13:27:34.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 16 13:27:34.560 INFO kablam! --> src/git.rs:109:28 Oct 16 13:27:34.560 INFO kablam! | Oct 16 13:27:34.561 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 16 13:27:34.561 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:27:34.561 INFO kablam! Oct 16 13:27:42.965 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.95s Oct 16 13:27:42.974 INFO kablam! su: No module specific data is present Oct 16 13:27:43.795 INFO running `"docker" "rm" "-f" "b7cd2ba8ce47074bf5bc224adfbb93d91e6909aaedf4b0ba4861ab121669d858"` Oct 16 13:27:43.981 INFO blam! b7cd2ba8ce47074bf5bc224adfbb93d91e6909aaedf4b0ba4861ab121669d858 Oct 16 13:27:43.996 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 16 13:27:44.396 INFO blam! 5a61d0aebea2adf7dfd5a703ecf07537136cb9bf48cd087ac949cf6064687ea2 Oct 16 13:27:44.407 INFO running `"docker" "start" "-a" "5a61d0aebea2adf7dfd5a703ecf07537136cb9bf48cd087ac949cf6064687ea2"` Oct 16 13:27:45.598 INFO kablam! usermod: no changes Oct 16 13:27:45.628 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 16 13:27:45.628 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 16 13:27:45.628 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:27:45.628 INFO kablam! files will be included as a test target: Oct 16 13:27:45.628 INFO kablam! Oct 16 13:27:45.628 INFO kablam! * /source/tests/branch_all_new_test.rs Oct 16 13:27:45.628 INFO kablam! Oct 16 13:27:45.628 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:27:45.628 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 16 13:27:45.628 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 16 13:27:45.628 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:27:45.628 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:27:45.628 INFO kablam! Oct 16 13:27:45.628 INFO kablam! For more information on this warning you can consult Oct 16 13:27:45.628 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:27:45.717 INFO kablam! Compiling destructivator v0.1.0 (/source) Oct 16 13:27:50.787 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 16 13:27:50.788 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Oct 16 13:27:50.795 INFO kablam! | Oct 16 13:27:50.795 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 16 13:27:50.795 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:27:50.795 INFO kablam! | Oct 16 13:27:50.795 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:27:50.796 INFO kablam! Oct 16 13:27:51.295 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 16 13:27:51.295 INFO kablam! --> src/git.rs:59:28 Oct 16 13:27:51.296 INFO kablam! | Oct 16 13:27:51.296 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 16 13:27:51.296 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:27:51.297 INFO kablam! | Oct 16 13:27:51.297 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:27:51.297 INFO kablam! Oct 16 13:27:51.298 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 16 13:27:51.298 INFO kablam! --> src/git.rs:109:28 Oct 16 13:27:51.298 INFO kablam! | Oct 16 13:27:51.298 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 16 13:27:51.299 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:27:51.299 INFO kablam! Oct 16 13:27:54.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.75s Oct 16 13:27:54.376 INFO kablam! su: No module specific data is present Oct 16 13:27:55.100 INFO running `"docker" "rm" "-f" "5a61d0aebea2adf7dfd5a703ecf07537136cb9bf48cd087ac949cf6064687ea2"` Oct 16 13:27:55.239 INFO blam! 5a61d0aebea2adf7dfd5a703ecf07537136cb9bf48cd087ac949cf6064687ea2