Oct 14 19:47:30.705 INFO testing gicmo/heimweh against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:47:30.706 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 14 19:47:31.176 INFO blam! dd0d8d77f98a17933fc863485d38038af61e9614e70d8a40162556f2bc65d320 Oct 14 19:47:31.179 INFO running `"docker" "start" "-a" "dd0d8d77f98a17933fc863485d38038af61e9614e70d8a40162556f2bc65d320"` Oct 14 19:47:32.599 INFO kablam! usermod: no changes Oct 14 19:47:32.651 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:47:32.651 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:47:32.651 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:47:32.651 INFO kablam! files will be included as a binary target: Oct 14 19:47:32.651 INFO kablam! Oct 14 19:47:32.651 INFO kablam! * /source/src/main.rs Oct 14 19:47:32.651 INFO kablam! Oct 14 19:47:32.651 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:47:32.651 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:47:32.651 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:47:32.651 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:47:32.651 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:47:32.651 INFO kablam! Oct 14 19:47:32.651 INFO kablam! For more information on this warning you can consult Oct 14 19:47:32.651 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:47:32.651 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Oct 14 19:47:32.651 INFO kablam! please set bin.path in Cargo.toml Oct 14 19:47:32.775 INFO kablam! Compiling unicode-segmentation v1.0.3 Oct 14 19:47:32.783 INFO kablam! Compiling cmake v0.1.20 Oct 14 19:47:32.791 INFO kablam! Compiling libz-sys v1.0.12 Oct 14 19:47:32.791 INFO kablam! Compiling curl-sys v0.3.7 Oct 14 19:47:32.799 INFO kablam! Compiling term_size v0.2.2 Oct 14 19:47:32.799 INFO kablam! Compiling docopt v0.7.0 Oct 14 19:47:32.799 INFO kablam! Compiling openssl-sys v0.9.6 Oct 14 19:47:36.067 INFO kablam! Compiling clap v2.20.3 Oct 14 19:47:38.458 INFO kablam! Compiling libssh2-sys v0.2.5 Oct 14 19:47:38.459 INFO kablam! Compiling libgit2-sys v0.6.6 Oct 14 19:48:42.145 INFO kablam! Compiling git2 v0.6.4 Oct 14 19:48:48.442 INFO kablam! Compiling heimweh v0.0.1 (/source) Oct 14 19:48:49.015 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:49.015 INFO kablam! --> src/main.rs:204:18 Oct 14 19:48:49.015 INFO kablam! | Oct 14 19:48:49.015 INFO kablam! 204 | .or_else(env::home_dir) Oct 14 19:48:49.017 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:48:49.023 INFO kablam! | Oct 14 19:48:49.023 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 19:48:49.023 INFO kablam! Oct 14 19:48:49.167 INFO kablam! warning: unused variable: `matches` Oct 14 19:48:49.168 INFO kablam! --> src/main.rs:164:28 Oct 14 19:48:49.168 INFO kablam! | Oct 14 19:48:49.168 INFO kablam! 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Oct 14 19:48:49.169 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 14 19:48:49.169 INFO kablam! | Oct 14 19:48:49.169 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:48:49.169 INFO kablam! Oct 14 19:48:49.223 INFO kablam! warning: field is never used: `home` Oct 14 19:48:49.224 INFO kablam! --> src/main.rs:22:5 Oct 14 19:48:49.224 INFO kablam! | Oct 14 19:48:49.224 INFO kablam! 22 | home: PathBuf, Oct 14 19:48:49.225 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:48:49.225 INFO kablam! | Oct 14 19:48:49.225 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:48:49.225 INFO kablam! Oct 14 19:48:52.300 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Oct 14 19:48:52.309 INFO kablam! su: No module specific data is present Oct 14 19:48:53.527 INFO running `"docker" "rm" "-f" "dd0d8d77f98a17933fc863485d38038af61e9614e70d8a40162556f2bc65d320"` Oct 14 19:48:53.837 INFO blam! dd0d8d77f98a17933fc863485d38038af61e9614e70d8a40162556f2bc65d320 Oct 14 19:48:53.837 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 14 19:48:54.438 INFO blam! 702317d6f4c99b8eeb37e891288d1a1862de74f587a59ae84179271ecbd8459a Oct 14 19:48:54.439 INFO running `"docker" "start" "-a" "702317d6f4c99b8eeb37e891288d1a1862de74f587a59ae84179271ecbd8459a"` Oct 14 19:48:55.413 INFO kablam! usermod: no changes Oct 14 19:48:55.465 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:48:55.465 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:48:55.465 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:48:55.465 INFO kablam! files will be included as a binary target: Oct 14 19:48:55.465 INFO kablam! Oct 14 19:48:55.465 INFO kablam! * /source/src/main.rs Oct 14 19:48:55.465 INFO kablam! Oct 14 19:48:55.465 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:48:55.465 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:48:55.465 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:48:55.465 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:48:55.465 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:48:55.465 INFO kablam! Oct 14 19:48:55.465 INFO kablam! For more information on this warning you can consult Oct 14 19:48:55.465 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:48:55.465 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Oct 14 19:48:55.465 INFO kablam! please set bin.path in Cargo.toml Oct 14 19:48:55.563 INFO kablam! Compiling heimweh v0.0.1 (/source) Oct 14 19:48:56.251 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:56.251 INFO kablam! --> src/main.rs:204:18 Oct 14 19:48:56.251 INFO kablam! | Oct 14 19:48:56.251 INFO kablam! 204 | .or_else(env::home_dir) Oct 14 19:48:56.251 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:48:56.251 INFO kablam! | Oct 14 19:48:56.251 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 19:48:56.251 INFO kablam! Oct 14 19:48:56.398 INFO kablam! warning: unused variable: `matches` Oct 14 19:48:56.403 INFO kablam! --> src/main.rs:164:28 Oct 14 19:48:56.404 INFO kablam! | Oct 14 19:48:56.404 INFO kablam! 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Oct 14 19:48:56.404 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 14 19:48:56.404 INFO kablam! | Oct 14 19:48:56.405 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:48:56.405 INFO kablam! Oct 14 19:48:56.467 INFO kablam! warning: field is never used: `home` Oct 14 19:48:56.468 INFO kablam! --> src/main.rs:22:5 Oct 14 19:48:56.468 INFO kablam! | Oct 14 19:48:56.468 INFO kablam! 22 | home: PathBuf, Oct 14 19:48:56.468 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:48:56.468 INFO kablam! | Oct 14 19:48:56.469 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:48:56.469 INFO kablam! Oct 14 19:48:59.080 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.63s Oct 14 19:48:59.084 INFO kablam! su: No module specific data is present Oct 14 19:48:59.723 INFO running `"docker" "rm" "-f" "702317d6f4c99b8eeb37e891288d1a1862de74f587a59ae84179271ecbd8459a"` Oct 14 19:49:00.033 INFO blam! 702317d6f4c99b8eeb37e891288d1a1862de74f587a59ae84179271ecbd8459a Oct 14 19:49:00.042 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" "-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:00.452 INFO blam! c5a44c04194b8b7dba138f54c8e4b17372b675bd10050b103dcde5d2f1be4933 Oct 14 19:49:00.459 INFO running `"docker" "start" "-a" "c5a44c04194b8b7dba138f54c8e4b17372b675bd10050b103dcde5d2f1be4933"` Oct 14 19:49:01.679 INFO kablam! usermod: no changes Oct 14 19:49:01.743 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 14 19:49:01.743 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 14 19:49:01.743 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 14 19:49:01.743 INFO kablam! files will be included as a binary target: Oct 14 19:49:01.743 INFO kablam! Oct 14 19:49:01.743 INFO kablam! * /source/src/main.rs Oct 14 19:49:01.743 INFO kablam! Oct 14 19:49:01.743 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 14 19:49:01.743 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 14 19:49:01.743 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 14 19:49:01.743 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 14 19:49:01.743 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 14 19:49:01.743 INFO kablam! Oct 14 19:49:01.743 INFO kablam! For more information on this warning you can consult Oct 14 19:49:01.743 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 14 19:49:01.743 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Oct 14 19:49:01.743 INFO kablam! please set bin.path in Cargo.toml Oct 14 19:49:01.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 19:49:01.827 INFO kablam! Running /target/debug/deps/hwh-a58230b32823c1d8 Oct 14 19:49:01.891 INFO blam! Oct 14 19:49:01.891 INFO blam! running 1 test Oct 14 19:49:01.897 INFO blam! test config::test::parse ... ok Oct 14 19:49:01.897 INFO blam! Oct 14 19:49:01.897 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:49:01.897 INFO blam! Oct 14 19:49:01.899 INFO kablam! su: No module specific data is present Oct 14 19:49:02.667 INFO running `"docker" "rm" "-f" "c5a44c04194b8b7dba138f54c8e4b17372b675bd10050b103dcde5d2f1be4933"` Oct 14 19:49:02.947 INFO blam! c5a44c04194b8b7dba138f54c8e4b17372b675bd10050b103dcde5d2f1be4933