Oct 12 01:24:46.810 INFO testing discovery_rust-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 01:24:46.811 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 01:24:47.220 INFO blam! 1934027b8681d91a4976510e5b598ad2d7fffafa97917807ce777dc93e8f8fdd Oct 12 01:24:47.222 INFO running `"docker" "start" "-a" "1934027b8681d91a4976510e5b598ad2d7fffafa97917807ce777dc93e8f8fdd"` Oct 12 01:24:49.220 INFO kablam! usermod: no changes Oct 12 01:24:49.280 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 12 01:24:49.516 INFO kablam! Compiling consul_rust v0.1.0 Oct 12 01:24:55.936 INFO kablam! Compiling discovery_rust v0.1.1 (/source) Oct 12 01:24:56.474 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 01:24:56.474 INFO kablam! --> src/lib.rs:8:5 Oct 12 01:24:56.474 INFO kablam! | Oct 12 01:24:56.474 INFO kablam! 8 | use std::collections::HashMap; Oct 12 01:24:56.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:24:56.474 INFO kablam! | Oct 12 01:24:56.474 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 01:24:56.474 INFO kablam! Oct 12 01:24:56.474 INFO kablam! warning: unused imports: `Write`, `self` Oct 12 01:24:56.474 INFO kablam! --> src/core/diplomat.rs:9:15 Oct 12 01:24:56.474 INFO kablam! | Oct 12 01:24:56.474 INFO kablam! 9 | use std::io::{self, Write}; Oct 12 01:24:56.474 INFO kablam! | ^^^^ ^^^^^ Oct 12 01:24:56.474 INFO kablam! Oct 12 01:24:56.474 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 12 01:24:56.474 INFO kablam! --> src/core/diplomat.rs:10:5 Oct 12 01:24:56.474 INFO kablam! | Oct 12 01:24:56.474 INFO kablam! 10 | use std::iter::FromIterator; Oct 12 01:24:56.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:24:56.474 INFO kablam! Oct 12 01:24:56.474 INFO kablam! warning: unused import: `Host` Oct 12 01:24:56.474 INFO kablam! --> src/core/diplomat.rs:11:11 Oct 12 01:24:56.474 INFO kablam! | Oct 12 01:24:56.474 INFO kablam! 11 | use url::{Host, Url}; Oct 12 01:24:56.474 INFO kablam! | ^^^^ Oct 12 01:24:56.474 INFO kablam! Oct 12 01:24:56.623 INFO kablam! warning: unreachable pattern Oct 12 01:24:56.623 INFO kablam! --> src/core/diplomat.rs:158:17 Oct 12 01:24:56.623 INFO kablam! | Oct 12 01:24:56.623 INFO kablam! 158 | _ => { // default choose the first item Oct 12 01:24:56.623 INFO kablam! | ^ Oct 12 01:24:56.623 INFO kablam! | Oct 12 01:24:56.623 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 01:24:56.623 INFO kablam! Oct 12 01:24:56.623 INFO kablam! warning: unused variable: `refresh` Oct 12 01:24:56.623 INFO kablam! --> src/core/diplomat.rs:99:47 Oct 12 01:24:56.623 INFO kablam! | Oct 12 01:24:56.623 INFO kablam! 99 | fn health_with_cache(&self, name: String, refresh: bool, cfg: ConsulConfig) -> Vec { Oct 12 01:24:56.623 INFO kablam! | ^^^^^^^ help: consider using `_refresh` instead Oct 12 01:24:56.623 INFO kablam! | Oct 12 01:24:56.623 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:24:56.623 INFO kablam! Oct 12 01:24:56.640 INFO kablam! warning: variable does not need to be mutable Oct 12 01:24:56.640 INFO kablam! --> src/core/diplomat.rs:50:13 Oct 12 01:24:56.640 INFO kablam! | Oct 12 01:24:56.640 INFO kablam! 50 | let mut discovery_uri: String; Oct 12 01:24:56.640 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 01:24:56.640 INFO kablam! | | Oct 12 01:24:56.640 INFO kablam! | help: remove this `mut` Oct 12 01:24:56.640 INFO kablam! | Oct 12 01:24:56.640 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 01:24:56.640 INFO kablam! Oct 12 01:24:56.652 INFO kablam! warning: field is never used: `cache_ttl` Oct 12 01:24:56.652 INFO kablam! --> src/core/diplomat.rs:32:5 Oct 12 01:24:56.652 INFO kablam! | Oct 12 01:24:56.652 INFO kablam! 32 | cache_ttl: u16, Oct 12 01:24:56.652 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 01:24:56.652 INFO kablam! | Oct 12 01:24:56.652 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 01:24:56.652 INFO kablam! Oct 12 01:24:57.565 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.30s Oct 12 01:24:57.583 INFO kablam! su: No module specific data is present Oct 12 01:24:58.613 INFO running `"docker" "rm" "-f" "1934027b8681d91a4976510e5b598ad2d7fffafa97917807ce777dc93e8f8fdd"` Oct 12 01:24:58.925 INFO blam! 1934027b8681d91a4976510e5b598ad2d7fffafa97917807ce777dc93e8f8fdd Oct 12 01:24:58.930 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 01:24:59.386 INFO blam! 08cf79cdfa9f293d411f694531764d048ee365505bfd8377f7d405863a976583 Oct 12 01:24:59.388 INFO running `"docker" "start" "-a" "08cf79cdfa9f293d411f694531764d048ee365505bfd8377f7d405863a976583"` Oct 12 01:25:01.308 INFO kablam! usermod: no changes Oct 12 01:25:01.344 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 12 01:25:01.496 INFO kablam! Compiling discovery_rust v0.1.1 (/source) Oct 12 01:25:02.156 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 01:25:02.156 INFO kablam! --> src/lib.rs:8:5 Oct 12 01:25:02.156 INFO kablam! | Oct 12 01:25:02.156 INFO kablam! 8 | use std::collections::HashMap; Oct 12 01:25:02.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:25:02.156 INFO kablam! | Oct 12 01:25:02.156 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 01:25:02.156 INFO kablam! Oct 12 01:25:02.156 INFO kablam! warning: unused imports: `Write`, `self` Oct 12 01:25:02.156 INFO kablam! --> src/core/diplomat.rs:9:15 Oct 12 01:25:02.156 INFO kablam! | Oct 12 01:25:02.156 INFO kablam! 9 | use std::io::{self, Write}; Oct 12 01:25:02.156 INFO kablam! | ^^^^ ^^^^^ Oct 12 01:25:02.156 INFO kablam! Oct 12 01:25:02.156 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 12 01:25:02.156 INFO kablam! --> src/core/diplomat.rs:10:5 Oct 12 01:25:02.156 INFO kablam! | Oct 12 01:25:02.156 INFO kablam! 10 | use std::iter::FromIterator; Oct 12 01:25:02.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:25:02.156 INFO kablam! Oct 12 01:25:02.156 INFO kablam! warning: unused import: `Host` Oct 12 01:25:02.156 INFO kablam! --> src/core/diplomat.rs:11:11 Oct 12 01:25:02.156 INFO kablam! | Oct 12 01:25:02.156 INFO kablam! 11 | use url::{Host, Url}; Oct 12 01:25:02.156 INFO kablam! | ^^^^ Oct 12 01:25:02.156 INFO kablam! Oct 12 01:25:02.309 INFO kablam! warning: unreachable pattern Oct 12 01:25:02.309 INFO kablam! --> src/core/diplomat.rs:158:17 Oct 12 01:25:02.309 INFO kablam! | Oct 12 01:25:02.309 INFO kablam! 158 | _ => { // default choose the first item Oct 12 01:25:02.309 INFO kablam! | ^ Oct 12 01:25:02.309 INFO kablam! | Oct 12 01:25:02.309 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 01:25:02.309 INFO kablam! Oct 12 01:25:02.311 INFO kablam! warning: unused variable: `refresh` Oct 12 01:25:02.311 INFO kablam! --> src/core/diplomat.rs:99:47 Oct 12 01:25:02.311 INFO kablam! | Oct 12 01:25:02.311 INFO kablam! 99 | fn health_with_cache(&self, name: String, refresh: bool, cfg: ConsulConfig) -> Vec { Oct 12 01:25:02.311 INFO kablam! | ^^^^^^^ help: consider using `_refresh` instead Oct 12 01:25:02.311 INFO kablam! | Oct 12 01:25:02.311 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:25:02.311 INFO kablam! Oct 12 01:25:02.326 INFO kablam! warning: variable does not need to be mutable Oct 12 01:25:02.327 INFO kablam! --> src/core/diplomat.rs:50:13 Oct 12 01:25:02.327 INFO kablam! | Oct 12 01:25:02.327 INFO kablam! 50 | let mut discovery_uri: String; Oct 12 01:25:02.327 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 01:25:02.327 INFO kablam! | | Oct 12 01:25:02.327 INFO kablam! | help: remove this `mut` Oct 12 01:25:02.328 INFO kablam! | Oct 12 01:25:02.328 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 01:25:02.328 INFO kablam! Oct 12 01:25:02.337 INFO kablam! warning: field is never used: `cache_ttl` Oct 12 01:25:02.337 INFO kablam! --> src/core/diplomat.rs:32:5 Oct 12 01:25:02.337 INFO kablam! | Oct 12 01:25:02.337 INFO kablam! 32 | cache_ttl: u16, Oct 12 01:25:02.337 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 01:25:02.344 INFO kablam! | Oct 12 01:25:02.344 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 01:25:02.344 INFO kablam! Oct 12 01:25:03.225 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.89s Oct 12 01:25:03.239 INFO kablam! su: No module specific data is present Oct 12 01:25:04.060 INFO running `"docker" "rm" "-f" "08cf79cdfa9f293d411f694531764d048ee365505bfd8377f7d405863a976583"` Oct 12 01:25:04.292 INFO blam! 08cf79cdfa9f293d411f694531764d048ee365505bfd8377f7d405863a976583 Oct 12 01:25:04.306 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/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 12 01:25:04.818 INFO blam! 308e8b9d96d5f22471cb4720cd80509f8bf8f50b3976c0267152450dc65b7ad0 Oct 12 01:25:04.820 INFO running `"docker" "start" "-a" "308e8b9d96d5f22471cb4720cd80509f8bf8f50b3976c0267152450dc65b7ad0"` Oct 12 01:25:06.308 INFO kablam! usermod: no changes Oct 12 01:25:06.358 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 12 01:25:06.560 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 12 01:25:06.560 INFO kablam! Running /target/debug/deps/discovery_rust-21a13141eee1506a Oct 12 01:25:06.563 INFO blam! Oct 12 01:25:06.563 INFO blam! running 0 tests Oct 12 01:25:06.563 INFO blam! Oct 12 01:25:06.563 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:25:06.563 INFO blam! Oct 12 01:25:06.564 INFO kablam! Doc-tests discovery_rust Oct 12 01:25:07.717 INFO blam! Oct 12 01:25:07.717 INFO blam! running 0 tests Oct 12 01:25:07.718 INFO blam! Oct 12 01:25:07.718 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:25:07.718 INFO blam! Oct 12 01:25:07.728 INFO kablam! su: No module specific data is present Oct 12 01:25:08.642 INFO running `"docker" "rm" "-f" "308e8b9d96d5f22471cb4720cd80509f8bf8f50b3976c0267152450dc65b7ad0"` Oct 12 01:25:08.832 INFO blam! 308e8b9d96d5f22471cb4720cd80509f8bf8f50b3976c0267152450dc65b7ad0