Oct 12 01:24:50.154 INFO testing discovery_rust-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 01:24:50.155 INFO running `"docker" "create" "-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/test-source/worker-4/rustdoc-test-static-cling/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 12 01:24:50.556 INFO blam! 238529b08e366531893d20dea9cf08b2af4cf104ef4aefdb14462717f413d21d Oct 12 01:24:50.558 INFO running `"docker" "start" "-a" "238529b08e366531893d20dea9cf08b2af4cf104ef4aefdb14462717f413d21d"` Oct 12 01:24:52.059 INFO kablam! usermod: no changes Oct 12 01:24:52.118 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 12 01:24:52.436 INFO kablam! Compiling consul_rust v0.1.0 Oct 12 01:25:07.404 INFO kablam! Compiling discovery_rust v0.1.1 (/source) Oct 12 01:25:17.012 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 01:25:17.012 INFO kablam! --> src/lib.rs:8:5 Oct 12 01:25:17.012 INFO kablam! | Oct 12 01:25:17.012 INFO kablam! 8 | use std::collections::HashMap; Oct 12 01:25:17.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:25:17.012 INFO kablam! | Oct 12 01:25:17.012 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 01:25:17.012 INFO kablam! Oct 12 01:25:17.012 INFO kablam! warning: unused imports: `Write`, `self` Oct 12 01:25:17.012 INFO kablam! --> src/core/diplomat.rs:9:15 Oct 12 01:25:17.012 INFO kablam! | Oct 12 01:25:17.012 INFO kablam! 9 | use std::io::{self, Write}; Oct 12 01:25:17.013 INFO kablam! | ^^^^ ^^^^^ Oct 12 01:25:17.013 INFO kablam! Oct 12 01:25:17.013 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 12 01:25:17.013 INFO kablam! --> src/core/diplomat.rs:10:5 Oct 12 01:25:17.013 INFO kablam! | Oct 12 01:25:17.013 INFO kablam! 10 | use std::iter::FromIterator; Oct 12 01:25:17.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:25:17.013 INFO kablam! Oct 12 01:25:17.013 INFO kablam! warning: unused import: `Host` Oct 12 01:25:17.013 INFO kablam! --> src/core/diplomat.rs:11:11 Oct 12 01:25:17.013 INFO kablam! | Oct 12 01:25:17.013 INFO kablam! 11 | use url::{Host, Url}; Oct 12 01:25:17.013 INFO kablam! | ^^^^ Oct 12 01:25:17.013 INFO kablam! Oct 12 01:25:17.176 INFO kablam! warning: unreachable pattern Oct 12 01:25:17.176 INFO kablam! --> src/core/diplomat.rs:158:17 Oct 12 01:25:17.176 INFO kablam! | Oct 12 01:25:17.176 INFO kablam! 158 | _ => { // default choose the first item Oct 12 01:25:17.176 INFO kablam! | ^ Oct 12 01:25:17.176 INFO kablam! | Oct 12 01:25:17.176 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 01:25:17.176 INFO kablam! Oct 12 01:25:17.176 INFO kablam! warning: unused variable: `refresh` Oct 12 01:25:17.176 INFO kablam! --> src/core/diplomat.rs:99:47 Oct 12 01:25:17.176 INFO kablam! | Oct 12 01:25:17.176 INFO kablam! 99 | fn health_with_cache(&self, name: String, refresh: bool, cfg: ConsulConfig) -> Vec { Oct 12 01:25:17.176 INFO kablam! | ^^^^^^^ help: consider using `_refresh` instead Oct 12 01:25:17.176 INFO kablam! | Oct 12 01:25:17.177 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:25:17.177 INFO kablam! Oct 12 01:25:17.192 INFO kablam! warning: variable does not need to be mutable Oct 12 01:25:17.192 INFO kablam! --> src/core/diplomat.rs:50:13 Oct 12 01:25:17.192 INFO kablam! | Oct 12 01:25:17.192 INFO kablam! 50 | let mut discovery_uri: String; Oct 12 01:25:17.192 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 01:25:17.192 INFO kablam! | | Oct 12 01:25:17.192 INFO kablam! | help: remove this `mut` Oct 12 01:25:17.192 INFO kablam! | Oct 12 01:25:17.192 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 01:25:17.192 INFO kablam! Oct 12 01:25:17.204 INFO kablam! warning: field is never used: `cache_ttl` Oct 12 01:25:17.204 INFO kablam! --> src/core/diplomat.rs:32:5 Oct 12 01:25:17.204 INFO kablam! | Oct 12 01:25:17.204 INFO kablam! 32 | cache_ttl: u16, Oct 12 01:25:17.204 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 01:25:17.204 INFO kablam! | Oct 12 01:25:17.204 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 01:25:17.204 INFO kablam! Oct 12 01:25:17.841 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.74s Oct 12 01:25:17.850 INFO kablam! su: No module specific data is present Oct 12 01:25:18.406 INFO running `"docker" "rm" "-f" "238529b08e366531893d20dea9cf08b2af4cf104ef4aefdb14462717f413d21d"` Oct 12 01:25:18.528 INFO blam! 238529b08e366531893d20dea9cf08b2af4cf104ef4aefdb14462717f413d21d Oct 12 01:25:18.537 INFO running `"docker" "create" "-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/test-source/worker-4/rustdoc-test-static-cling/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 12 01:25:18.739 INFO blam! 7b39d16dcda6021287d4d84f65f2e03b093867d4a5084ffa0b690490e3d363c6 Oct 12 01:25:18.739 INFO running `"docker" "start" "-a" "7b39d16dcda6021287d4d84f65f2e03b093867d4a5084ffa0b690490e3d363c6"` Oct 12 01:25:19.304 INFO kablam! usermod: no changes Oct 12 01:25:19.332 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 12 01:25:19.444 INFO kablam! Compiling discovery_rust v0.1.1 (/source) Oct 12 01:25:27.032 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 01:25:27.032 INFO kablam! --> src/lib.rs:8:5 Oct 12 01:25:27.032 INFO kablam! | Oct 12 01:25:27.032 INFO kablam! 8 | use std::collections::HashMap; Oct 12 01:25:27.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:25:27.032 INFO kablam! | Oct 12 01:25:27.032 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 01:25:27.032 INFO kablam! Oct 12 01:25:27.032 INFO kablam! warning: unused imports: `Write`, `self` Oct 12 01:25:27.032 INFO kablam! --> src/core/diplomat.rs:9:15 Oct 12 01:25:27.032 INFO kablam! | Oct 12 01:25:27.032 INFO kablam! 9 | use std::io::{self, Write}; Oct 12 01:25:27.032 INFO kablam! | ^^^^ ^^^^^ Oct 12 01:25:27.032 INFO kablam! Oct 12 01:25:27.032 INFO kablam! warning: unused import: `std::iter::FromIterator` Oct 12 01:25:27.032 INFO kablam! --> src/core/diplomat.rs:10:5 Oct 12 01:25:27.032 INFO kablam! | Oct 12 01:25:27.032 INFO kablam! 10 | use std::iter::FromIterator; Oct 12 01:25:27.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:25:27.032 INFO kablam! Oct 12 01:25:27.032 INFO kablam! warning: unused import: `Host` Oct 12 01:25:27.032 INFO kablam! --> src/core/diplomat.rs:11:11 Oct 12 01:25:27.032 INFO kablam! | Oct 12 01:25:27.032 INFO kablam! 11 | use url::{Host, Url}; Oct 12 01:25:27.032 INFO kablam! | ^^^^ Oct 12 01:25:27.032 INFO kablam! Oct 12 01:25:27.186 INFO kablam! warning: unreachable pattern Oct 12 01:25:27.187 INFO kablam! --> src/core/diplomat.rs:158:17 Oct 12 01:25:27.187 INFO kablam! | Oct 12 01:25:27.187 INFO kablam! 158 | _ => { // default choose the first item Oct 12 01:25:27.188 INFO kablam! | ^ Oct 12 01:25:27.188 INFO kablam! | Oct 12 01:25:27.188 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 01:25:27.189 INFO kablam! Oct 12 01:25:27.189 INFO kablam! warning: unused variable: `refresh` Oct 12 01:25:27.189 INFO kablam! --> src/core/diplomat.rs:99:47 Oct 12 01:25:27.189 INFO kablam! | Oct 12 01:25:27.190 INFO kablam! 99 | fn health_with_cache(&self, name: String, refresh: bool, cfg: ConsulConfig) -> Vec { Oct 12 01:25:27.190 INFO kablam! | ^^^^^^^ help: consider using `_refresh` instead Oct 12 01:25:27.190 INFO kablam! | Oct 12 01:25:27.191 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 01:25:27.191 INFO kablam! Oct 12 01:25:27.212 INFO kablam! warning: variable does not need to be mutable Oct 12 01:25:27.212 INFO kablam! --> src/core/diplomat.rs:50:13 Oct 12 01:25:27.212 INFO kablam! | Oct 12 01:25:27.212 INFO kablam! 50 | let mut discovery_uri: String; Oct 12 01:25:27.212 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 01:25:27.212 INFO kablam! | | Oct 12 01:25:27.212 INFO kablam! | help: remove this `mut` Oct 12 01:25:27.212 INFO kablam! | Oct 12 01:25:27.212 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 01:25:27.212 INFO kablam! Oct 12 01:25:27.216 INFO kablam! warning: field is never used: `cache_ttl` Oct 12 01:25:27.220 INFO kablam! --> src/core/diplomat.rs:32:5 Oct 12 01:25:27.220 INFO kablam! | Oct 12 01:25:27.220 INFO kablam! 32 | cache_ttl: u16, Oct 12 01:25:27.220 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 01:25:27.220 INFO kablam! | Oct 12 01:25:27.220 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 01:25:27.220 INFO kablam! Oct 12 01:25:27.828 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.51s Oct 12 01:25:27.839 INFO kablam! su: No module specific data is present Oct 12 01:25:28.318 INFO running `"docker" "rm" "-f" "7b39d16dcda6021287d4d84f65f2e03b093867d4a5084ffa0b690490e3d363c6"` Oct 12 01:25:28.629 INFO blam! 7b39d16dcda6021287d4d84f65f2e03b093867d4a5084ffa0b690490e3d363c6 Oct 12 01:25:28.638 INFO running `"docker" "create" "-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/test-source/worker-4/rustdoc-test-static-cling/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 12 01:25:29.024 INFO blam! 2e1602cb9e7c5505559298ce52128143390fd0f78a65c8d40b20b77348281a76 Oct 12 01:25:29.036 INFO running `"docker" "start" "-a" "2e1602cb9e7c5505559298ce52128143390fd0f78a65c8d40b20b77348281a76"` Oct 12 01:25:29.922 INFO kablam! usermod: no changes Oct 12 01:25:29.957 INFO kablam! warning: only one of `license` or `license-file` is necessary Oct 12 01:25:30.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 12 01:25:30.153 INFO kablam! Running /target/debug/deps/discovery_rust-1f037ab1a676f7d6 Oct 12 01:25:30.156 INFO blam! Oct 12 01:25:30.156 INFO blam! running 0 tests Oct 12 01:25:30.156 INFO blam! Oct 12 01:25:30.156 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:25:30.157 INFO blam! Oct 12 01:25:30.158 INFO kablam! Doc-tests discovery_rust Oct 12 01:25:46.117 INFO blam! Oct 12 01:25:46.117 INFO blam! running 0 tests Oct 12 01:25:46.117 INFO blam! Oct 12 01:25:46.117 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:25:46.117 INFO blam! Oct 12 01:25:46.132 INFO kablam! su: No module specific data is present Oct 12 01:25:46.662 INFO running `"docker" "rm" "-f" "2e1602cb9e7c5505559298ce52128143390fd0f78a65c8d40b20b77348281a76"` Oct 12 01:25:46.936 INFO blam! 2e1602cb9e7c5505559298ce52128143390fd0f78a65c8d40b20b77348281a76