Oct 14 19:47:30.181 INFO testing gicmo/heimweh against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:47:30.183 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 19:47:30.652 INFO blam! 707e20e8e86e0e21fb5d0c772cac86c9d6d9e0a2a7e38055193c45dea1c55193 Oct 14 19:47:30.654 INFO running `"docker" "start" "-a" "707e20e8e86e0e21fb5d0c772cac86c9d6d9e0a2a7e38055193c45dea1c55193"` Oct 14 19:47:32.547 INFO kablam! usermod: no changes Oct 14 19:47:32.599 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:47:32.599 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:47:32.599 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:47:32.599 INFO kablam! files will be included as a binary target: Oct 14 19:47:32.599 INFO kablam! Oct 14 19:47:32.599 INFO kablam! * /source/src/main.rs Oct 14 19:47:32.599 INFO kablam! Oct 14 19:47:32.599 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:47:32.599 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:47:32.599 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:47:32.599 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:47:32.599 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:47:32.599 INFO kablam! Oct 14 19:47:32.599 INFO kablam! For more information on this warning you can consult Oct 14 19:47:32.599 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:47:32.599 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Oct 14 19:47:32.599 INFO kablam! please set bin.path in Cargo.toml Oct 14 19:47:32.723 INFO kablam! Compiling rustc-serialize v0.3.22 Oct 14 19:47:32.723 INFO kablam! Compiling error-chain v0.7.2 Oct 14 19:47:32.735 INFO kablam! Compiling openssl-probe v0.1.0 Oct 14 19:47:32.735 INFO kablam! Compiling unicode-segmentation v1.0.3 Oct 14 19:47:32.735 INFO kablam! Compiling libz-sys v1.0.12 Oct 14 19:47:32.735 INFO kablam! Compiling cmake v0.1.20 Oct 14 19:47:32.735 INFO kablam! Compiling curl-sys v0.3.7 Oct 14 19:47:32.791 INFO kablam! Compiling term_size v0.2.2 Oct 14 19:47:34.946 INFO kablam! Compiling tempdir v0.3.5 Oct 14 19:47:38.081 INFO kablam! Compiling clap v2.20.3 Oct 14 19:47:38.209 INFO kablam! Compiling libssh2-sys v0.2.5 Oct 14 19:47:38.211 INFO kablam! Compiling libgit2-sys v0.6.6 Oct 14 19:47:49.407 INFO kablam! Compiling toml v0.2.1 Oct 14 19:47:49.408 INFO kablam! Compiling docopt v0.7.0 Oct 14 19:47:54.708 INFO kablam! Compiling metadeps v1.1.1 Oct 14 19:47:57.687 INFO kablam! Compiling openssl-sys v0.9.6 Oct 14 19:48:52.066 INFO kablam! Compiling git2 v0.6.4 Oct 14 19:48:58.987 INFO kablam! Compiling heimweh v0.0.1 (/source) Oct 14 19:48:59.559 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 14 19:48:59.559 INFO kablam! --> src/main.rs:204:18 Oct 14 19:48:59.559 INFO kablam! | Oct 14 19:48:59.559 INFO kablam! 204 | .or_else(env::home_dir) Oct 14 19:48:59.559 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:48:59.559 INFO kablam! | Oct 14 19:48:59.559 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 19:48:59.559 INFO kablam! Oct 14 19:48:59.679 INFO kablam! warning: unused variable: `matches` Oct 14 19:48:59.679 INFO kablam! --> src/main.rs:164:28 Oct 14 19:48:59.679 INFO kablam! | Oct 14 19:48:59.679 INFO kablam! 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Oct 14 19:48:59.679 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 14 19:48:59.679 INFO kablam! | Oct 14 19:48:59.679 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:48:59.679 INFO kablam! Oct 14 19:48:59.724 INFO kablam! warning: field is never used: `home` Oct 14 19:48:59.724 INFO kablam! --> src/main.rs:22:5 Oct 14 19:48:59.724 INFO kablam! | Oct 14 19:48:59.724 INFO kablam! 22 | home: PathBuf, Oct 14 19:48:59.725 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:48:59.725 INFO kablam! | Oct 14 19:48:59.725 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:48:59.725 INFO kablam! Oct 14 19:49:02.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Oct 14 19:49:02.439 INFO kablam! su: No module specific data is present Oct 14 19:49:03.071 INFO running `"docker" "rm" "-f" "707e20e8e86e0e21fb5d0c772cac86c9d6d9e0a2a7e38055193c45dea1c55193"` Oct 14 19:49:03.391 INFO blam! 707e20e8e86e0e21fb5d0c772cac86c9d6d9e0a2a7e38055193c45dea1c55193 Oct 14 19:49:03.411 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 19:49:03.885 INFO blam! f5b018cf55a387c9e0f756eacbcdc8e8bf2e8204d41ab9275fe6cc7770a5292b Oct 14 19:49:03.887 INFO running `"docker" "start" "-a" "f5b018cf55a387c9e0f756eacbcdc8e8bf2e8204d41ab9275fe6cc7770a5292b"` Oct 14 19:49:05.199 INFO kablam! usermod: no changes Oct 14 19:49:05.251 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:49:05.251 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:49:05.251 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:49:05.251 INFO kablam! files will be included as a binary target: Oct 14 19:49:05.251 INFO kablam! Oct 14 19:49:05.251 INFO kablam! * /source/src/main.rs Oct 14 19:49:05.251 INFO kablam! Oct 14 19:49:05.251 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:49:05.251 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:49:05.251 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:49:05.251 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:49:05.251 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:49:05.251 INFO kablam! Oct 14 19:49:05.251 INFO kablam! For more information on this warning you can consult Oct 14 19:49:05.251 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:49:05.251 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Oct 14 19:49:05.251 INFO kablam! please set bin.path in Cargo.toml Oct 14 19:49:05.351 INFO kablam! Compiling heimweh v0.0.1 (/source) Oct 14 19:49:06.343 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 14 19:49:06.343 INFO kablam! --> src/main.rs:204:18 Oct 14 19:49:06.343 INFO kablam! | Oct 14 19:49:06.343 INFO kablam! 204 | .or_else(env::home_dir) Oct 14 19:49:06.343 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:49:06.343 INFO kablam! | Oct 14 19:49:06.343 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 19:49:06.343 INFO kablam! Oct 14 19:49:06.516 INFO kablam! warning: unused variable: `matches` Oct 14 19:49:06.516 INFO kablam! --> src/main.rs:164:28 Oct 14 19:49:06.516 INFO kablam! | Oct 14 19:49:06.516 INFO kablam! 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Oct 14 19:49:06.516 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 14 19:49:06.516 INFO kablam! | Oct 14 19:49:06.516 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:49:06.516 INFO kablam! Oct 14 19:49:06.571 INFO kablam! warning: field is never used: `home` Oct 14 19:49:06.571 INFO kablam! --> src/main.rs:22:5 Oct 14 19:49:06.571 INFO kablam! | Oct 14 19:49:06.571 INFO kablam! 22 | home: PathBuf, Oct 14 19:49:06.571 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:49:06.571 INFO kablam! | Oct 14 19:49:06.571 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:49:06.571 INFO kablam! Oct 14 19:49:09.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.88s Oct 14 19:49:09.107 INFO kablam! su: No module specific data is present Oct 14 19:49:09.851 INFO running `"docker" "rm" "-f" "f5b018cf55a387c9e0f756eacbcdc8e8bf2e8204d41ab9275fe6cc7770a5292b"` Oct 14 19:49:10.083 INFO blam! f5b018cf55a387c9e0f756eacbcdc8e8bf2e8204d41ab9275fe6cc7770a5292b Oct 14 19:49:10.087 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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" "-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 14 19:49:10.555 INFO blam! 1d581043d6ec0404c2a23ec01f0ae252c2128612d5d2e86e5b4b9e964f262a3f Oct 14 19:49:10.557 INFO running `"docker" "start" "-a" "1d581043d6ec0404c2a23ec01f0ae252c2128612d5d2e86e5b4b9e964f262a3f"` Oct 14 19:49:11.590 INFO kablam! usermod: no changes Oct 14 19:49:11.627 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:49:11.627 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:49:11.627 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:49:11.627 INFO kablam! files will be included as a binary target: Oct 14 19:49:11.627 INFO kablam! Oct 14 19:49:11.627 INFO kablam! * /source/src/main.rs Oct 14 19:49:11.627 INFO kablam! Oct 14 19:49:11.627 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:49:11.627 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:49:11.627 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:49:11.627 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:49:11.627 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:49:11.627 INFO kablam! Oct 14 19:49:11.627 INFO kablam! For more information on this warning you can consult Oct 14 19:49:11.627 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:49:11.627 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Oct 14 19:49:11.627 INFO kablam! please set bin.path in Cargo.toml Oct 14 19:49:11.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 14 19:49:11.721 INFO kablam! Running /target/debug/deps/hwh-dfdc36dd0c3f6f61 Oct 14 19:49:11.759 INFO blam! Oct 14 19:49:11.759 INFO blam! running 1 test Oct 14 19:49:11.763 INFO blam! test config::test::parse ... ok Oct 14 19:49:11.763 INFO blam! Oct 14 19:49:11.764 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:49:11.764 INFO blam! Oct 14 19:49:11.767 INFO kablam! su: No module specific data is present Oct 14 19:49:12.735 INFO running `"docker" "rm" "-f" "1d581043d6ec0404c2a23ec01f0ae252c2128612d5d2e86e5b4b9e964f262a3f"` Oct 14 19:49:12.995 INFO blam! 1d581043d6ec0404c2a23ec01f0ae252c2128612d5d2e86e5b4b9e964f262a3f