Oct 16 13:11:09.772 INFO testing discovery_rust-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 13:11:09.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 13:11:10.257 INFO blam! b0572514e62e0f17a314984bf4b16a8c53f264c2298483d77c64f0142e597344 Oct 16 13:11:10.265 INFO running `"docker" "start" "-a" "b0572514e62e0f17a314984bf4b16a8c53f264c2298483d77c64f0142e597344"` Oct 16 13:11:11.197 INFO kablam! usermod: no changes Oct 16 13:11:11.233 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 16 13:11:11.496 INFO kablam! Compiling consul_rust v0.1.0 Oct 16 13:11:23.167 INFO kablam! Compiling discovery_rust v0.1.1 (/source) Oct 16 13:11:29.717 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 16 13:11:29.717 INFO kablam! --> src/lib.rs:8:5 Oct 16 13:11:29.717 INFO kablam! | Oct 16 13:11:29.717 INFO kablam! 8 | use std::collections::HashMap; Oct 16 13:11:29.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:11:29.717 INFO kablam! | Oct 16 13:11:29.717 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:11:29.719 INFO kablam! Oct 16 13:11:29.719 INFO kablam! warning: unused imports: `Write`, `self` Oct 16 13:11:29.719 INFO kablam! --> src/core/diplomat.rs:9:15 Oct 16 13:11:29.719 INFO kablam! | Oct 16 13:11:29.719 INFO kablam! 9 | use std::io::{self, Write}; Oct 16 13:11:29.719 INFO kablam! | ^^^^ ^^^^^ Oct 16 13:11:29.719 INFO kablam! Oct 16 13:11:29.719 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 16 13:11:29.719 INFO kablam! --> src/core/diplomat.rs:10:5 Oct 16 13:11:29.719 INFO kablam! | Oct 16 13:11:29.719 INFO kablam! 10 | use std::iter::FromIterator; Oct 16 13:11:29.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:11:29.719 INFO kablam! Oct 16 13:11:29.719 INFO kablam! warning: unused import: `Host` Oct 16 13:11:29.719 INFO kablam! --> src/core/diplomat.rs:11:11 Oct 16 13:11:29.719 INFO kablam! | Oct 16 13:11:29.719 INFO kablam! 11 | use url::{Host, Url}; Oct 16 13:11:29.719 INFO kablam! | ^^^^ Oct 16 13:11:29.719 INFO kablam! Oct 16 13:11:29.845 INFO kablam! warning: unreachable pattern Oct 16 13:11:29.846 INFO kablam! --> src/core/diplomat.rs:158:17 Oct 16 13:11:29.846 INFO kablam! | Oct 16 13:11:29.846 INFO kablam! 158 | _ => { // default choose the first item Oct 16 13:11:29.846 INFO kablam! | ^ Oct 16 13:11:29.846 INFO kablam! | Oct 16 13:11:29.846 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 16 13:11:29.846 INFO kablam! Oct 16 13:11:29.846 INFO kablam! warning: unused variable: `refresh` Oct 16 13:11:29.846 INFO kablam! --> src/core/diplomat.rs:99:47 Oct 16 13:11:29.846 INFO kablam! | Oct 16 13:11:29.846 INFO kablam! 99 | fn health_with_cache(&self, name: String, refresh: bool, cfg: ConsulConfig) -> Vec { Oct 16 13:11:29.846 INFO kablam! | ^^^^^^^ help: consider using `_refresh` instead Oct 16 13:11:29.848 INFO kablam! | Oct 16 13:11:29.848 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:11:29.848 INFO kablam! Oct 16 13:11:29.858 INFO kablam! warning: variable does not need to be mutable Oct 16 13:11:29.859 INFO kablam! --> src/core/diplomat.rs:50:13 Oct 16 13:11:29.859 INFO kablam! | Oct 16 13:11:29.859 INFO kablam! 50 | let mut discovery_uri: String; Oct 16 13:11:29.859 INFO kablam! | ----^^^^^^^^^^^^^ Oct 16 13:11:29.859 INFO kablam! | | Oct 16 13:11:29.859 INFO kablam! | help: remove this `mut` Oct 16 13:11:29.859 INFO kablam! | Oct 16 13:11:29.859 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:11:29.859 INFO kablam! Oct 16 13:11:29.868 INFO kablam! warning: field is never used: `cache_ttl` Oct 16 13:11:29.868 INFO kablam! --> src/core/diplomat.rs:32:5 Oct 16 13:11:29.868 INFO kablam! | Oct 16 13:11:29.868 INFO kablam! 32 | cache_ttl: u16, Oct 16 13:11:29.869 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:11:29.869 INFO kablam! | Oct 16 13:11:29.870 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 13:11:29.870 INFO kablam! Oct 16 13:11:30.850 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.62s Oct 16 13:11:30.871 INFO kablam! su: No module specific data is present Oct 16 13:11:31.579 INFO running `"docker" "rm" "-f" "b0572514e62e0f17a314984bf4b16a8c53f264c2298483d77c64f0142e597344"` Oct 16 13:11:31.839 INFO blam! b0572514e62e0f17a314984bf4b16a8c53f264c2298483d77c64f0142e597344 Oct 16 13:11:31.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 13:11:32.227 INFO blam! 0bea72e3c4e9714b532bb1ee711adbc2146cf167e386e7ef3826e9767e5afd24 Oct 16 13:11:32.229 INFO running `"docker" "start" "-a" "0bea72e3c4e9714b532bb1ee711adbc2146cf167e386e7ef3826e9767e5afd24"` Oct 16 13:11:33.083 INFO kablam! usermod: no changes Oct 16 13:11:33.115 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 16 13:11:33.314 INFO kablam! Compiling discovery_rust v0.1.1 (/source) Oct 16 13:11:38.572 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 16 13:11:38.573 INFO kablam! --> src/lib.rs:8:5 Oct 16 13:11:38.573 INFO kablam! | Oct 16 13:11:38.574 INFO kablam! 8 | use std::collections::HashMap; Oct 16 13:11:38.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:11:38.574 INFO kablam! | Oct 16 13:11:38.574 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 13:11:38.574 INFO kablam! Oct 16 13:11:38.574 INFO kablam! warning: unused imports: `Write`, `self` Oct 16 13:11:38.574 INFO kablam! --> src/core/diplomat.rs:9:15 Oct 16 13:11:38.574 INFO kablam! | Oct 16 13:11:38.574 INFO kablam! 9 | use std::io::{self, Write}; Oct 16 13:11:38.574 INFO kablam! | ^^^^ ^^^^^ Oct 16 13:11:38.574 INFO kablam! Oct 16 13:11:38.574 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 16 13:11:38.574 INFO kablam! --> src/core/diplomat.rs:10:5 Oct 16 13:11:38.574 INFO kablam! | Oct 16 13:11:38.574 INFO kablam! 10 | use std::iter::FromIterator; Oct 16 13:11:38.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 13:11:38.574 INFO kablam! Oct 16 13:11:38.574 INFO kablam! warning: unused import: `Host` Oct 16 13:11:38.574 INFO kablam! --> src/core/diplomat.rs:11:11 Oct 16 13:11:38.574 INFO kablam! | Oct 16 13:11:38.574 INFO kablam! 11 | use url::{Host, Url}; Oct 16 13:11:38.574 INFO kablam! | ^^^^ Oct 16 13:11:38.574 INFO kablam! Oct 16 13:11:38.701 INFO kablam! warning: unreachable pattern Oct 16 13:11:38.702 INFO kablam! --> src/core/diplomat.rs:158:17 Oct 16 13:11:38.702 INFO kablam! | Oct 16 13:11:38.702 INFO kablam! 158 | _ => { // default choose the first item Oct 16 13:11:38.702 INFO kablam! | ^ Oct 16 13:11:38.703 INFO kablam! | Oct 16 13:11:38.703 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 16 13:11:38.703 INFO kablam! Oct 16 13:11:38.703 INFO kablam! warning: unused variable: `refresh` Oct 16 13:11:38.705 INFO kablam! --> src/core/diplomat.rs:99:47 Oct 16 13:11:38.705 INFO kablam! | Oct 16 13:11:38.706 INFO kablam! 99 | fn health_with_cache(&self, name: String, refresh: bool, cfg: ConsulConfig) -> Vec { Oct 16 13:11:38.706 INFO kablam! | ^^^^^^^ help: consider using `_refresh` instead Oct 16 13:11:38.706 INFO kablam! | Oct 16 13:11:38.707 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 13:11:38.707 INFO kablam! Oct 16 13:11:38.718 INFO kablam! warning: variable does not need to be mutable Oct 16 13:11:38.719 INFO kablam! --> src/core/diplomat.rs:50:13 Oct 16 13:11:38.719 INFO kablam! | Oct 16 13:11:38.719 INFO kablam! 50 | let mut discovery_uri: String; Oct 16 13:11:38.719 INFO kablam! | ----^^^^^^^^^^^^^ Oct 16 13:11:38.720 INFO kablam! | | Oct 16 13:11:38.720 INFO kablam! | help: remove this `mut` Oct 16 13:11:38.720 INFO kablam! | Oct 16 13:11:38.720 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 13:11:38.721 INFO kablam! Oct 16 13:11:38.731 INFO kablam! warning: field is never used: `cache_ttl` Oct 16 13:11:38.731 INFO kablam! --> src/core/diplomat.rs:32:5 Oct 16 13:11:38.731 INFO kablam! | Oct 16 13:11:38.731 INFO kablam! 32 | cache_ttl: u16, Oct 16 13:11:38.731 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 13:11:38.732 INFO kablam! | Oct 16 13:11:38.732 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 13:11:38.732 INFO kablam! Oct 16 13:11:39.174 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.08s Oct 16 13:11:39.182 INFO kablam! su: No module specific data is present Oct 16 13:11:39.820 INFO running `"docker" "rm" "-f" "0bea72e3c4e9714b532bb1ee711adbc2146cf167e386e7ef3826e9767e5afd24"` Oct 16 13:11:40.099 INFO blam! 0bea72e3c4e9714b532bb1ee711adbc2146cf167e386e7ef3826e9767e5afd24 Oct 16 13:11:40.105 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 16 13:11:40.441 INFO blam! a236695a7ecb69bc79ab2dc09abbd9c57882e3a13dc235ffb199401da336370a Oct 16 13:11:40.443 INFO running `"docker" "start" "-a" "a236695a7ecb69bc79ab2dc09abbd9c57882e3a13dc235ffb199401da336370a"` Oct 16 13:11:41.019 INFO kablam! usermod: no changes Oct 16 13:11:41.050 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 16 13:11:41.150 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 16 13:11:41.156 INFO kablam! Running /target/debug/deps/discovery_rust-723438860c304ecc Oct 16 13:11:41.158 INFO blam! Oct 16 13:11:41.158 INFO blam! running 0 tests Oct 16 13:11:41.158 INFO blam! Oct 16 13:11:41.158 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:11:41.158 INFO blam! Oct 16 13:11:41.159 INFO kablam! Doc-tests discovery_rust Oct 16 13:11:50.167 INFO blam! Oct 16 13:11:50.167 INFO blam! running 0 tests Oct 16 13:11:50.167 INFO blam! Oct 16 13:11:50.167 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 13:11:50.167 INFO blam! Oct 16 13:11:50.173 INFO kablam! su: No module specific data is present Oct 16 13:11:50.661 INFO running `"docker" "rm" "-f" "a236695a7ecb69bc79ab2dc09abbd9c57882e3a13dc235ffb199401da336370a"` Oct 16 13:11:50.795 INFO blam! a236695a7ecb69bc79ab2dc09abbd9c57882e3a13dc235ffb199401da336370a