Oct 12 01:40:28.689 INFO testing destructivator-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 01:40:28.689 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 01:40:29.020 INFO blam! af6ae2a91cebcf520c3fbf15a2545001da9908f55c04a58dec2cc3e280bbd3a2 Oct 12 01:40:29.022 INFO running `"docker" "start" "-a" "af6ae2a91cebcf520c3fbf15a2545001da9908f55c04a58dec2cc3e280bbd3a2"` Oct 12 01:40:29.674 INFO kablam! usermod: no changes Oct 12 01:40:29.720 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 12 01:40:29.720 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 12 01:40:29.720 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:40:29.721 INFO kablam! files will be included as a test target: Oct 12 01:40:29.721 INFO kablam! Oct 12 01:40:29.721 INFO kablam! * /source/tests/branch_all_new_test.rs Oct 12 01:40:29.721 INFO kablam! Oct 12 01:40:29.721 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:40:29.721 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 12 01:40:29.721 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 12 01:40:29.721 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:40:29.721 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:40:29.721 INFO kablam! Oct 12 01:40:29.721 INFO kablam! For more information on this warning you can consult Oct 12 01:40:29.721 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:40:29.873 INFO kablam! Compiling matches v0.1.8 Oct 12 01:40:29.873 INFO kablam! Compiling unicode-normalization v0.1.7 Oct 12 01:40:29.873 INFO kablam! Compiling percent-encoding v1.0.1 Oct 12 01:40:29.908 INFO kablam! Compiling openssl-probe v0.1.2 Oct 12 01:40:29.908 INFO kablam! Compiling bitflags v0.9.1 Oct 12 01:40:29.908 INFO kablam! Compiling memchr v1.0.2 Oct 12 01:40:29.908 INFO kablam! Compiling serde_test v0.8.23 Oct 12 01:40:29.908 INFO kablam! Compiling libz-sys v1.0.23 Oct 12 01:40:30.141 INFO kablam! Compiling openssl-sys v0.9.36 Oct 12 01:40:30.764 INFO kablam! Compiling unicode-bidi v0.3.4 Oct 12 01:40:30.764 INFO kablam! Compiling regex v0.2.11 Oct 12 01:40:31.249 INFO kablam! Compiling nom v3.2.1 Oct 12 01:40:34.108 INFO kablam! Compiling linked-hash-map v0.3.0 Oct 12 01:40:34.188 INFO kablam! Compiling curl-sys v0.4.13 Oct 12 01:40:34.196 INFO kablam! Compiling libssh2-sys v0.2.11 Oct 12 01:40:36.349 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 12 01:40:36.902 INFO kablam! Compiling serde-hjson v0.8.1 Oct 12 01:40:48.109 INFO kablam! Compiling globset v0.2.1 Oct 12 01:40:48.155 INFO kablam! Compiling config v0.7.1 Oct 12 01:40:50.660 INFO kablam! Compiling ignore v0.3.1 Oct 12 01:41:13.484 INFO kablam! Compiling idna v0.1.5 Oct 12 01:41:15.988 INFO kablam! Compiling url v1.7.1 Oct 12 01:41:18.036 INFO kablam! Compiling git2 v0.6.11 Oct 12 01:41:23.980 INFO kablam! Compiling destructivator v0.1.0 (/source) Oct 12 01:41:24.168 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 12 01:41:24.168 INFO kablam! --> build.rs:16:20 Oct 12 01:41:24.168 INFO kablam! | Oct 12 01:41:24.168 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Oct 12 01:41:24.168 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:41:24.168 INFO kablam! | Oct 12 01:41:24.168 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:41:24.168 INFO kablam! Oct 12 01:41:25.534 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 12 01:41:25.534 INFO kablam! --> src/git.rs:59:28 Oct 12 01:41:25.535 INFO kablam! | Oct 12 01:41:25.535 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 12 01:41:25.535 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:41:25.536 INFO kablam! | Oct 12 01:41:25.536 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:41:25.536 INFO kablam! Oct 12 01:41:25.537 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 12 01:41:25.537 INFO kablam! --> src/git.rs:109:28 Oct 12 01:41:25.537 INFO kablam! | Oct 12 01:41:25.538 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 12 01:41:25.538 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:41:25.538 INFO kablam! Oct 12 01:41:30.386 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 12 01:41:30.395 INFO kablam! su: No module specific data is present Oct 12 01:41:30.906 INFO running `"docker" "rm" "-f" "af6ae2a91cebcf520c3fbf15a2545001da9908f55c04a58dec2cc3e280bbd3a2"` Oct 12 01:41:31.056 INFO blam! af6ae2a91cebcf520c3fbf15a2545001da9908f55c04a58dec2cc3e280bbd3a2 Oct 12 01:41:31.071 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/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 12 01:41:31.386 INFO blam! 662e808f69898d38fa409d6ec7ba8b25fa55ae231ce982a9236c19bff8af6e74 Oct 12 01:41:31.388 INFO running `"docker" "start" "-a" "662e808f69898d38fa409d6ec7ba8b25fa55ae231ce982a9236c19bff8af6e74"` Oct 12 01:41:32.438 INFO kablam! usermod: no changes Oct 12 01:41:32.494 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 12 01:41:32.494 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 12 01:41:32.494 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 01:41:32.494 INFO kablam! files will be included as a test target: Oct 12 01:41:32.494 INFO kablam! Oct 12 01:41:32.494 INFO kablam! * /source/tests/branch_all_new_test.rs Oct 12 01:41:32.494 INFO kablam! Oct 12 01:41:32.494 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 01:41:32.494 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 12 01:41:32.494 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 12 01:41:32.494 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 01:41:32.494 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 01:41:32.494 INFO kablam! Oct 12 01:41:32.494 INFO kablam! For more information on this warning you can consult Oct 12 01:41:32.494 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 01:41:32.635 INFO kablam! Compiling destructivator v0.1.0 (/source) Oct 12 01:41:33.257 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 12 01:41:33.257 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Oct 12 01:41:33.258 INFO kablam! | Oct 12 01:41:33.258 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 12 01:41:33.258 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:41:33.258 INFO kablam! | Oct 12 01:41:33.259 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:41:33.259 INFO kablam! Oct 12 01:41:33.616 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 12 01:41:33.617 INFO kablam! --> src/git.rs:59:28 Oct 12 01:41:33.617 INFO kablam! | Oct 12 01:41:33.617 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 12 01:41:33.618 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:41:33.618 INFO kablam! | Oct 12 01:41:33.618 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:41:33.618 INFO kablam! Oct 12 01:41:33.618 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 12 01:41:33.619 INFO kablam! --> src/git.rs:109:28 Oct 12 01:41:33.619 INFO kablam! | Oct 12 01:41:33.619 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 12 01:41:33.619 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:41:33.620 INFO kablam! Oct 12 01:41:39.311 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.83s Oct 12 01:41:39.321 INFO kablam! su: No module specific data is present Oct 12 01:41:40.688 INFO running `"docker" "rm" "-f" "662e808f69898d38fa409d6ec7ba8b25fa55ae231ce982a9236c19bff8af6e74"` Oct 12 01:41:41.100 INFO blam! 662e808f69898d38fa409d6ec7ba8b25fa55ae231ce982a9236c19bff8af6e74