Oct 10 22:34:37.422 INFO testing gicmo/heimweh against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:34:37.422 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:34:37.422 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:34:37.885 INFO blam! a2cb471966d6e45079c5623af5ab91cde40c83198a28691de7f0475a02746ab3 Oct 10 22:34:37.890 INFO running `"docker" "start" "-a" "a2cb471966d6e45079c5623af5ab91cde40c83198a28691de7f0475a02746ab3"` Oct 10 22:34:39.101 INFO kablam! usermod: no changes Oct 10 22:34:39.160 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 22:34:39.160 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 22:34:39.160 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 22:34:39.160 INFO kablam! files will be included as a binary target: Oct 10 22:34:39.160 INFO kablam! Oct 10 22:34:39.160 INFO kablam! * /source/src/main.rs Oct 10 22:34:39.160 INFO kablam! Oct 10 22:34:39.160 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 22:34:39.160 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 22:34:39.160 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 22:34:39.160 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 22:34:39.160 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 22:34:39.160 INFO kablam! Oct 10 22:34:39.160 INFO kablam! For more information on this warning you can consult Oct 10 22:34:39.160 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 22:34:39.160 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Oct 10 22:34:39.160 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:34:39.360 INFO kablam! Compiling unicode-segmentation v1.0.3 Oct 10 22:34:39.360 INFO kablam! Compiling libz-sys v1.0.12 Oct 10 22:34:39.360 INFO kablam! Compiling curl-sys v0.3.7 Oct 10 22:34:39.360 INFO kablam! Compiling metadeps v1.1.1 Oct 10 22:34:39.360 INFO kablam! Compiling libssh2-sys v0.2.5 Oct 10 22:34:39.360 INFO kablam! Compiling libgit2-sys v0.6.6 Oct 10 22:34:39.360 INFO kablam! Compiling tempdir v0.3.5 Oct 10 22:34:39.360 INFO kablam! Compiling docopt v0.7.0 Oct 10 22:34:44.900 INFO kablam! Compiling clap v2.20.3 Oct 10 22:34:46.316 INFO kablam! Compiling openssl-sys v0.9.6 Oct 10 22:35:40.418 INFO kablam! Compiling git2 v0.6.4 Oct 10 22:35:48.268 INFO kablam! Compiling heimweh v0.0.1 (/source) Oct 10 22:35:50.208 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 10 22:35:50.209 INFO kablam! --> src/main.rs:204:18 Oct 10 22:35:50.209 INFO kablam! | Oct 10 22:35:50.209 INFO kablam! 204 | .or_else(env::home_dir) Oct 10 22:35:50.210 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:35:50.210 INFO kablam! | Oct 10 22:35:50.210 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 22:35:50.210 INFO kablam! Oct 10 22:35:50.352 INFO kablam! warning: unused variable: `matches` Oct 10 22:35:50.352 INFO kablam! --> src/main.rs:164:28 Oct 10 22:35:50.352 INFO kablam! | Oct 10 22:35:50.352 INFO kablam! 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Oct 10 22:35:50.352 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 10 22:35:50.352 INFO kablam! | Oct 10 22:35:50.352 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:35:50.352 INFO kablam! Oct 10 22:35:50.405 INFO kablam! warning: field is never used: `home` Oct 10 22:35:50.405 INFO kablam! --> src/main.rs:22:5 Oct 10 22:35:50.405 INFO kablam! | Oct 10 22:35:50.405 INFO kablam! 22 | home: PathBuf, Oct 10 22:35:50.405 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:35:50.405 INFO kablam! | Oct 10 22:35:50.405 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:35:50.405 INFO kablam! Oct 10 22:35:53.828 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Oct 10 22:35:53.864 INFO kablam! su: No module specific data is present Oct 10 22:35:54.744 INFO running `"docker" "rm" "-f" "a2cb471966d6e45079c5623af5ab91cde40c83198a28691de7f0475a02746ab3"` Oct 10 22:35:55.096 INFO blam! a2cb471966d6e45079c5623af5ab91cde40c83198a28691de7f0475a02746ab3 Oct 10 22:35:55.096 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:35:55.096 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:35:55.596 INFO blam! 2f4e7d4580583e987f132fcd55ef6a4b21fd131dcb7d2d4edc6628eb926432e9 Oct 10 22:35:55.600 INFO running `"docker" "start" "-a" "2f4e7d4580583e987f132fcd55ef6a4b21fd131dcb7d2d4edc6628eb926432e9"` Oct 10 22:35:56.744 INFO kablam! usermod: no changes Oct 10 22:35:56.793 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 22:35:56.793 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 22:35:56.793 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 22:35:56.793 INFO kablam! files will be included as a binary target: Oct 10 22:35:56.793 INFO kablam! Oct 10 22:35:56.793 INFO kablam! * /source/src/main.rs Oct 10 22:35:56.793 INFO kablam! Oct 10 22:35:56.793 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 22:35:56.793 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 22:35:56.793 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 22:35:56.793 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 22:35:56.793 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 22:35:56.793 INFO kablam! Oct 10 22:35:56.793 INFO kablam! For more information on this warning you can consult Oct 10 22:35:56.793 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 22:35:56.793 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Oct 10 22:35:56.793 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:35:56.920 INFO kablam! Compiling heimweh v0.0.1 (/source) Oct 10 22:35:58.844 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 10 22:35:58.844 INFO kablam! --> src/main.rs:204:18 Oct 10 22:35:58.844 INFO kablam! | Oct 10 22:35:58.844 INFO kablam! 204 | .or_else(env::home_dir) Oct 10 22:35:58.844 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:35:58.844 INFO kablam! | Oct 10 22:35:58.844 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 22:35:58.844 INFO kablam! Oct 10 22:35:59.008 INFO kablam! warning: unused variable: `matches` Oct 10 22:35:59.008 INFO kablam! --> src/main.rs:164:28 Oct 10 22:35:59.008 INFO kablam! | Oct 10 22:35:59.009 INFO kablam! 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Oct 10 22:35:59.009 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 10 22:35:59.009 INFO kablam! | Oct 10 22:35:59.010 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:35:59.020 INFO kablam! Oct 10 22:35:59.073 INFO kablam! warning: field is never used: `home` Oct 10 22:35:59.073 INFO kablam! --> src/main.rs:22:5 Oct 10 22:35:59.073 INFO kablam! | Oct 10 22:35:59.073 INFO kablam! 22 | home: PathBuf, Oct 10 22:35:59.074 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:35:59.074 INFO kablam! | Oct 10 22:35:59.074 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:35:59.075 INFO kablam! Oct 10 22:36:01.548 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.77s Oct 10 22:36:01.564 INFO kablam! su: No module specific data is present Oct 10 22:36:02.365 INFO running `"docker" "rm" "-f" "2f4e7d4580583e987f132fcd55ef6a4b21fd131dcb7d2d4edc6628eb926432e9"` Oct 10 22:36:02.588 INFO blam! 2f4e7d4580583e987f132fcd55ef6a4b21fd131dcb7d2d4edc6628eb926432e9 Oct 10 22:36:02.592 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:36:02.592 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:36:03.006 INFO blam! 2f0fd62b1e7942632ade0afe2acef7abf59ae08589adef222d41746877e7c596 Oct 10 22:36:03.008 INFO running `"docker" "start" "-a" "2f0fd62b1e7942632ade0afe2acef7abf59ae08589adef222d41746877e7c596"` Oct 10 22:36:04.396 INFO kablam! usermod: no changes Oct 10 22:36:04.464 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 22:36:04.464 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 22:36:04.464 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 22:36:04.464 INFO kablam! files will be included as a binary target: Oct 10 22:36:04.464 INFO kablam! Oct 10 22:36:04.464 INFO kablam! * /source/src/main.rs Oct 10 22:36:04.464 INFO kablam! Oct 10 22:36:04.464 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 22:36:04.464 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 22:36:04.464 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 22:36:04.464 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 22:36:04.464 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 22:36:04.464 INFO kablam! Oct 10 22:36:04.464 INFO kablam! For more information on this warning you can consult Oct 10 22:36:04.464 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 22:36:04.464 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Oct 10 22:36:04.465 INFO kablam! please set bin.path in Cargo.toml Oct 10 22:36:04.558 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 10 22:36:04.577 INFO kablam! Running /target/debug/deps/hwh-a58230b32823c1d8 Oct 10 22:36:04.600 INFO blam! Oct 10 22:36:04.600 INFO blam! running 1 test Oct 10 22:36:04.600 INFO blam! test config::test::parse ... ok Oct 10 22:36:04.600 INFO blam! Oct 10 22:36:04.600 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:36:04.600 INFO blam! Oct 10 22:36:04.620 INFO kablam! su: No module specific data is present Oct 10 22:36:05.161 INFO running `"docker" "rm" "-f" "2f0fd62b1e7942632ade0afe2acef7abf59ae08589adef222d41746877e7c596"` Oct 10 22:36:05.536 INFO blam! 2f0fd62b1e7942632ade0afe2acef7abf59ae08589adef222d41746877e7c596