Oct 16 13:27:21.856 INFO testing destructivator-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 13:27:21.856 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:22.363 INFO blam! 86140a9e5056095da027b11d1c37162e43432dc369bbbd1798a08748c05a1c53 Oct 16 13:27:22.375 INFO running `"docker" "start" "-a" "86140a9e5056095da027b11d1c37162e43432dc369bbbd1798a08748c05a1c53"` Oct 16 13:27:23.589 INFO kablam! usermod: no changes Oct 16 13:27:23.653 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 16 13:27:23.653 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 16 13:27:23.653 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:27:23.653 INFO kablam! files will be included as a test target: Oct 16 13:27:23.653 INFO kablam! Oct 16 13:27:23.653 INFO kablam! * /source/tests/branch_all_new_test.rs Oct 16 13:27:23.653 INFO kablam! Oct 16 13:27:23.653 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:27:23.653 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 16 13:27:23.653 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 16 13:27:23.653 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:27:23.653 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:27:23.653 INFO kablam! Oct 16 13:27:23.653 INFO kablam! For more information on this warning you can consult Oct 16 13:27:23.653 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:27:23.894 INFO kablam! Compiling libz-sys v1.0.24 Oct 16 13:27:23.899 INFO kablam! Compiling globset v0.2.1 Oct 16 13:27:23.899 INFO kablam! Compiling serde-hjson v0.8.1 Oct 16 13:27:24.855 INFO kablam! Compiling libssh2-sys v0.2.11 Oct 16 13:27:24.855 INFO kablam! Compiling curl-sys v0.4.13 Oct 16 13:27:26.071 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 16 13:27:27.691 INFO kablam! Compiling git2 v0.6.11 Oct 16 13:27:28.934 INFO kablam! Compiling ignore v0.3.1 Oct 16 13:27:29.156 INFO kablam! Compiling config v0.7.1 Oct 16 13:27:36.779 INFO kablam! Compiling destructivator v0.1.0 (/source) Oct 16 13:27:38.199 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:38.199 INFO kablam! --> build.rs:16:20 Oct 16 13:27:38.199 INFO kablam! | Oct 16 13:27:38.199 INFO kablam! 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Oct 16 13:27:38.215 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:27:38.215 INFO kablam! | Oct 16 13:27:38.215 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:27:38.216 INFO kablam! Oct 16 13:27:42.955 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:42.955 INFO kablam! --> src/git.rs:59:28 Oct 16 13:27:42.955 INFO kablam! | Oct 16 13:27:42.955 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 16 13:27:42.955 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:27:42.955 INFO kablam! | Oct 16 13:27:42.955 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:27:42.955 INFO kablam! Oct 16 13:27:42.955 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:42.955 INFO kablam! --> src/git.rs:109:28 Oct 16 13:27:42.955 INFO kablam! | Oct 16 13:27:42.955 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 16 13:27:42.955 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:27:42.955 INFO kablam! Oct 16 13:27:51.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.91s Oct 16 13:27:51.559 INFO kablam! su: No module specific data is present Oct 16 13:27:52.103 INFO running `"docker" "rm" "-f" "86140a9e5056095da027b11d1c37162e43432dc369bbbd1798a08748c05a1c53"` Oct 16 13:27:52.263 INFO blam! 86140a9e5056095da027b11d1c37162e43432dc369bbbd1798a08748c05a1c53 Oct 16 13:27:52.265 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:52.500 INFO blam! fb32cb4329ac3c06015468deb0ba5d5896ff59577e14407cdf01554469241d04 Oct 16 13:27:52.504 INFO running `"docker" "start" "-a" "fb32cb4329ac3c06015468deb0ba5d5896ff59577e14407cdf01554469241d04"` Oct 16 13:27:52.963 INFO kablam! usermod: no changes Oct 16 13:27:52.986 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 16 13:27:52.986 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 16 13:27:52.986 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 13:27:52.986 INFO kablam! files will be included as a test target: Oct 16 13:27:52.986 INFO kablam! Oct 16 13:27:52.986 INFO kablam! * /source/tests/branch_all_new_test.rs Oct 16 13:27:52.986 INFO kablam! Oct 16 13:27:52.986 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 13:27:52.986 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 16 13:27:52.986 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 16 13:27:52.986 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 13:27:52.986 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 13:27:52.986 INFO kablam! Oct 16 13:27:52.986 INFO kablam! For more information on this warning you can consult Oct 16 13:27:52.986 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 13:27:53.063 INFO kablam! Compiling destructivator v0.1.0 (/source) Oct 16 13:27:56.806 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:56.806 INFO kablam! --> src/git.rs:59:28 Oct 16 13:27:56.806 INFO kablam! | Oct 16 13:27:56.806 INFO kablam! 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 16 13:27:56.806 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:27:56.806 INFO kablam! | Oct 16 13:27:56.806 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:27:56.806 INFO kablam! Oct 16 13:27:56.806 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:56.806 INFO kablam! --> src/git.rs:109:28 Oct 16 13:27:56.806 INFO kablam! | Oct 16 13:27:56.806 INFO kablam! 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 16 13:27:56.806 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:27:56.806 INFO kablam! Oct 16 13:27:57.117 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:57.117 INFO kablam! --> tests/branch_all_new_test.rs:6:20 Oct 16 13:27:57.117 INFO kablam! | Oct 16 13:27:57.117 INFO kablam! 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Oct 16 13:27:57.117 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 13:27:57.117 INFO kablam! | Oct 16 13:27:57.117 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 13:27:57.117 INFO kablam! Oct 16 13:28:00.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.39s Oct 16 13:28:00.379 INFO kablam! su: No module specific data is present Oct 16 13:28:00.611 INFO running `"docker" "rm" "-f" "fb32cb4329ac3c06015468deb0ba5d5896ff59577e14407cdf01554469241d04"` Oct 16 13:28:00.731 INFO blam! fb32cb4329ac3c06015468deb0ba5d5896ff59577e14407cdf01554469241d04