Oct 16 13:11:10.514 INFO testing discovery_rust-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 13:11:10.514 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:11:10.863 INFO blam! 135eb076746b2b27d4aadc858a76c91799479f9be6b9034b296956a1381bcffc Oct 16 13:11:10.871 INFO running `"docker" "start" "-a" "135eb076746b2b27d4aadc858a76c91799479f9be6b9034b296956a1381bcffc"` Oct 16 13:11:11.639 INFO kablam! usermod: no changes Oct 16 13:11:11.665 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 16 13:11:11.899 INFO kablam! Compiling consul_rust v0.1.0 Oct 16 13:11:24.191 INFO kablam! Compiling discovery_rust v0.1.1 (/source) Oct 16 13:11:30.734 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 16 13:11:30.734 INFO kablam! --> src/lib.rs:8:5 Oct 16 13:11:30.734 INFO kablam! | Oct 16 13:11:30.735 INFO kablam! 8 | use std::collections::HashMap; Oct 16 13:11:30.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:11:30.735 INFO kablam! | Oct 16 13:11:30.735 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:11:30.736 INFO kablam! Oct 16 13:11:30.736 INFO kablam! warning: unused imports: `Write`, `self` Oct 16 13:11:30.736 INFO kablam! --> src/core/diplomat.rs:9:15 Oct 16 13:11:30.737 INFO kablam! | Oct 16 13:11:30.737 INFO kablam! 9 | use std::io::{self, Write}; Oct 16 13:11:30.737 INFO kablam! | ^^^^ ^^^^^ Oct 16 13:11:30.737 INFO kablam! Oct 16 13:11:30.738 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 16 13:11:30.738 INFO kablam! --> src/core/diplomat.rs:10:5 Oct 16 13:11:30.738 INFO kablam! | Oct 16 13:11:30.738 INFO kablam! 10 | use std::iter::FromIterator; Oct 16 13:11:30.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:11:30.743 INFO kablam! Oct 16 13:11:30.743 INFO kablam! warning: unused import: `Host` Oct 16 13:11:30.744 INFO kablam! --> src/core/diplomat.rs:11:11 Oct 16 13:11:30.744 INFO kablam! | Oct 16 13:11:30.744 INFO kablam! 11 | use url::{Host, Url}; Oct 16 13:11:30.744 INFO kablam! | ^^^^ Oct 16 13:11:30.745 INFO kablam! Oct 16 13:11:30.861 INFO kablam! warning: unreachable pattern Oct 16 13:11:30.861 INFO kablam! --> src/core/diplomat.rs:158:17 Oct 16 13:11:30.861 INFO kablam! | Oct 16 13:11:30.862 INFO kablam! 158 | _ => { // default choose the first item Oct 16 13:11:30.862 INFO kablam! | ^ Oct 16 13:11:30.862 INFO kablam! | Oct 16 13:11:30.862 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 16 13:11:30.863 INFO kablam! Oct 16 13:11:30.863 INFO kablam! warning: unused variable: `refresh` Oct 16 13:11:30.863 INFO kablam! --> src/core/diplomat.rs:99:47 Oct 16 13:11:30.863 INFO kablam! | Oct 16 13:11:30.864 INFO kablam! 99 | fn health_with_cache(&self, name: String, refresh: bool, cfg: ConsulConfig) -> Vec { Oct 16 13:11:30.864 INFO kablam! | ^^^^^^^ help: consider using `_refresh` instead Oct 16 13:11:30.864 INFO kablam! | Oct 16 13:11:30.864 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:11:30.865 INFO kablam! Oct 16 13:11:30.872 INFO kablam! warning: variable does not need to be mutable Oct 16 13:11:30.872 INFO kablam! --> src/core/diplomat.rs:50:13 Oct 16 13:11:30.873 INFO kablam! | Oct 16 13:11:30.873 INFO kablam! 50 | let mut discovery_uri: String; Oct 16 13:11:30.873 INFO kablam! | ----^^^^^^^^^^^^^ Oct 16 13:11:30.873 INFO kablam! | | Oct 16 13:11:30.874 INFO kablam! | help: remove this `mut` Oct 16 13:11:30.874 INFO kablam! | Oct 16 13:11:30.874 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:11:30.874 INFO kablam! Oct 16 13:11:30.881 INFO kablam! warning: field is never used: `cache_ttl` Oct 16 13:11:30.881 INFO kablam! --> src/core/diplomat.rs:32:5 Oct 16 13:11:30.881 INFO kablam! | Oct 16 13:11:30.881 INFO kablam! 32 | cache_ttl: u16, Oct 16 13:11:30.881 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:11:30.881 INFO kablam! | Oct 16 13:11:30.881 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 13:11:30.881 INFO kablam! Oct 16 13:11:31.783 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.13s Oct 16 13:11:31.793 INFO kablam! su: No module specific data is present Oct 16 13:11:32.318 INFO running `"docker" "rm" "-f" "135eb076746b2b27d4aadc858a76c91799479f9be6b9034b296956a1381bcffc"` Oct 16 13:11:32.595 INFO blam! 135eb076746b2b27d4aadc858a76c91799479f9be6b9034b296956a1381bcffc Oct 16 13:11:32.597 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:11:33.046 INFO blam! f80383559b418c0a8c885e010b2cdc093cb534f812c48f98cea6771e19701f30 Oct 16 13:11:33.048 INFO running `"docker" "start" "-a" "f80383559b418c0a8c885e010b2cdc093cb534f812c48f98cea6771e19701f30"` Oct 16 13:11:34.731 INFO kablam! usermod: no changes Oct 16 13:11:34.816 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 16 13:11:34.987 INFO kablam! Compiling discovery_rust v0.1.1 (/source) Oct 16 13:11:39.774 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 16 13:11:39.774 INFO kablam! --> src/lib.rs:8:5 Oct 16 13:11:39.774 INFO kablam! | Oct 16 13:11:39.774 INFO kablam! 8 | use std::collections::HashMap; Oct 16 13:11:39.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:11:39.774 INFO kablam! | Oct 16 13:11:39.774 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:11:39.774 INFO kablam! Oct 16 13:11:39.774 INFO kablam! warning: unused imports: `Write`, `self` Oct 16 13:11:39.774 INFO kablam! --> src/core/diplomat.rs:9:15 Oct 16 13:11:39.774 INFO kablam! | Oct 16 13:11:39.774 INFO kablam! 9 | use std::io::{self, Write}; Oct 16 13:11:39.774 INFO kablam! | ^^^^ ^^^^^ Oct 16 13:11:39.774 INFO kablam! Oct 16 13:11:39.774 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 16 13:11:39.774 INFO kablam! --> src/core/diplomat.rs:10:5 Oct 16 13:11:39.774 INFO kablam! | Oct 16 13:11:39.774 INFO kablam! 10 | use std::iter::FromIterator; Oct 16 13:11:39.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:11:39.774 INFO kablam! Oct 16 13:11:39.774 INFO kablam! warning: unused import: `Host` Oct 16 13:11:39.774 INFO kablam! --> src/core/diplomat.rs:11:11 Oct 16 13:11:39.774 INFO kablam! | Oct 16 13:11:39.774 INFO kablam! 11 | use url::{Host, Url}; Oct 16 13:11:39.774 INFO kablam! | ^^^^ Oct 16 13:11:39.774 INFO kablam! Oct 16 13:11:39.911 INFO kablam! warning: unreachable pattern Oct 16 13:11:39.911 INFO kablam! --> src/core/diplomat.rs:158:17 Oct 16 13:11:39.911 INFO kablam! | Oct 16 13:11:39.911 INFO kablam! 158 | _ => { // default choose the first item Oct 16 13:11:39.911 INFO kablam! | ^ Oct 16 13:11:39.911 INFO kablam! | Oct 16 13:11:39.911 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 16 13:11:39.911 INFO kablam! Oct 16 13:11:39.911 INFO kablam! warning: unused variable: `refresh` Oct 16 13:11:39.911 INFO kablam! --> src/core/diplomat.rs:99:47 Oct 16 13:11:39.911 INFO kablam! | Oct 16 13:11:39.911 INFO kablam! 99 | fn health_with_cache(&self, name: String, refresh: bool, cfg: ConsulConfig) -> Vec { Oct 16 13:11:39.911 INFO kablam! | ^^^^^^^ help: consider using `_refresh` instead Oct 16 13:11:39.911 INFO kablam! | Oct 16 13:11:39.911 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:11:39.911 INFO kablam! Oct 16 13:11:39.919 INFO kablam! warning: variable does not need to be mutable Oct 16 13:11:39.919 INFO kablam! --> src/core/diplomat.rs:50:13 Oct 16 13:11:39.919 INFO kablam! | Oct 16 13:11:39.919 INFO kablam! 50 | let mut discovery_uri: String; Oct 16 13:11:39.919 INFO kablam! | ----^^^^^^^^^^^^^ Oct 16 13:11:39.919 INFO kablam! | | Oct 16 13:11:39.919 INFO kablam! | help: remove this `mut` Oct 16 13:11:39.919 INFO kablam! | Oct 16 13:11:39.919 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:11:39.919 INFO kablam! Oct 16 13:11:39.941 INFO kablam! warning: field is never used: `cache_ttl` Oct 16 13:11:39.941 INFO kablam! --> src/core/diplomat.rs:32:5 Oct 16 13:11:39.941 INFO kablam! | Oct 16 13:11:39.941 INFO kablam! 32 | cache_ttl: u16, Oct 16 13:11:39.941 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:11:39.941 INFO kablam! | Oct 16 13:11:39.941 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 13:11:39.941 INFO kablam! Oct 16 13:11:40.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.68s Oct 16 13:11:40.466 INFO kablam! su: No module specific data is present Oct 16 13:11:40.735 INFO running `"docker" "rm" "-f" "f80383559b418c0a8c885e010b2cdc093cb534f812c48f98cea6771e19701f30"` Oct 16 13:11:40.818 INFO blam! f80383559b418c0a8c885e010b2cdc093cb534f812c48f98cea6771e19701f30 Oct 16 13:11:40.821 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 16 13:11:41.096 INFO blam! 760cc03ba705de78221a6804e130eb4d9a2cbcbee0f04e97f623a79144289231 Oct 16 13:11:41.098 INFO running `"docker" "start" "-a" "760cc03ba705de78221a6804e130eb4d9a2cbcbee0f04e97f623a79144289231"` Oct 16 13:11:41.493 INFO kablam! usermod: no changes Oct 16 13:11:41.535 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 16 13:11:41.644 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 16 13:11:41.651 INFO kablam! Running /target/debug/deps/discovery_rust-4861b33cefa59169 Oct 16 13:11:41.656 INFO blam! Oct 16 13:11:41.656 INFO blam! running 0 tests Oct 16 13:11:41.656 INFO blam! Oct 16 13:11:41.656 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:11:41.656 INFO blam! Oct 16 13:11:41.658 INFO kablam! Doc-tests discovery_rust Oct 16 13:11:50.877 INFO blam! Oct 16 13:11:50.877 INFO blam! running 0 tests Oct 16 13:11:50.877 INFO blam! Oct 16 13:11:50.877 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:11:50.878 INFO blam! Oct 16 13:11:50.888 INFO kablam! su: No module specific data is present Oct 16 13:11:51.222 INFO running `"docker" "rm" "-f" "760cc03ba705de78221a6804e130eb4d9a2cbcbee0f04e97f623a79144289231"` Oct 16 13:11:51.303 INFO blam! 760cc03ba705de78221a6804e130eb4d9a2cbcbee0f04e97f623a79144289231