Oct 11 16:13:25.738 INFO testing net-utils-0.0.5 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 16:13:25.738 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 16:13:25.739 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:13:26.085 INFO blam! add8957b108821cb6b8bf2ecf66ddf403c18d06761447a24638065eb92378abe Oct 11 16:13:26.090 INFO running `"docker" "start" "-a" "add8957b108821cb6b8bf2ecf66ddf403c18d06761447a24638065eb92378abe"` Oct 11 16:13:26.931 INFO kablam! usermod: no changes Oct 11 16:13:27.067 INFO kablam! Compiling net-utils v0.0.5 (/source) Oct 11 16:13:28.592 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 16:13:28.592 INFO kablam! --> src/net/config.rs:6:5 Oct 11 16:13:28.592 INFO kablam! | Oct 11 16:13:28.592 INFO kablam! 6 | use std::time::Duration; Oct 11 16:13:28.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 16:13:28.592 INFO kablam! | Oct 11 16:13:28.592 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:13:28.592 INFO kablam! Oct 11 16:13:28.596 INFO kablam! warning: unused import: `std::str::FromStr` Oct 11 16:13:28.596 INFO kablam! --> src/net/conn.rs:24:5 Oct 11 16:13:28.596 INFO kablam! | Oct 11 16:13:28.596 INFO kablam! 24 | use std::str::FromStr; Oct 11 16:13:28.596 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:13:28.596 INFO kablam! Oct 11 16:13:28.764 INFO kablam! warning: unreachable statement Oct 11 16:13:28.764 INFO kablam! --> src/net/conn.rs:137:9 Oct 11 16:13:28.764 INFO kablam! | Oct 11 16:13:28.764 INFO kablam! 137 | let err_str = format!("Failed to parse {}:{}. ", host, port); Oct 11 16:13:28.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:13:28.764 INFO kablam! | Oct 11 16:13:28.764 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 16:13:28.764 INFO kablam! Oct 11 16:13:28.822 INFO kablam! warning: unused variable: `server` Oct 11 16:13:28.823 INFO kablam! --> src/net/conn.rs:120:13 Oct 11 16:13:28.823 INFO kablam! | Oct 11 16:13:28.823 INFO kablam! 120 | let server = match (host, port).to_socket_addrs() { Oct 11 16:13:28.823 INFO kablam! | ^^^^^^ help: consider using `_server` instead Oct 11 16:13:28.823 INFO kablam! | Oct 11 16:13:28.823 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:13:28.823 INFO kablam! Oct 11 16:13:28.898 INFO kablam! warning: variable does not need to be mutable Oct 11 16:13:28.898 INFO kablam! --> src/net/conn.rs:149:13 Oct 11 16:13:28.898 INFO kablam! | Oct 11 16:13:28.898 INFO kablam! 149 | let mut stream_socket; Oct 11 16:13:28.898 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 16:13:28.898 INFO kablam! | | Oct 11 16:13:28.898 INFO kablam! | help: remove this `mut` Oct 11 16:13:28.898 INFO kablam! | Oct 11 16:13:28.898 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 16:13:28.899 INFO kablam! Oct 11 16:13:28.925 INFO kablam! warning: method is never used: `from_file` Oct 11 16:13:28.925 INFO kablam! --> src/net/config.rs:58:5 Oct 11 16:13:28.925 INFO kablam! | Oct 11 16:13:28.925 INFO kablam! 58 | fn from_file(file: &str) -> Config { Oct 11 16:13:28.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:13:28.925 INFO kablam! | Oct 11 16:13:28.925 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 16:13:28.925 INFO kablam! Oct 11 16:13:28.925 INFO kablam! warning: missing documentation for a method Oct 11 16:13:28.925 INFO kablam! --> src/net/conn.rs:64:5 Oct 11 16:13:28.925 INFO kablam! | Oct 11 16:13:28.925 INFO kablam! 64 | pub fn get_peer_address(&self) -> &String { Oct 11 16:13:28.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:13:28.925 INFO kablam! | Oct 11 16:13:28.925 INFO kablam! note: lint level defined here Oct 11 16:13:28.925 INFO kablam! --> src/lib.rs:15:9 Oct 11 16:13:28.925 INFO kablam! | Oct 11 16:13:28.925 INFO kablam! 15 | #![warn(missing_docs)] Oct 11 16:13:28.925 INFO kablam! | ^^^^^^^^^^^^ Oct 11 16:13:28.925 INFO kablam! Oct 11 16:13:28.925 INFO kablam! warning: missing documentation for a method Oct 11 16:13:28.925 INFO kablam! --> src/net/conn.rs:67:5 Oct 11 16:13:28.925 INFO kablam! | Oct 11 16:13:28.925 INFO kablam! 67 | pub fn get_local_address(&self) -> &String { Oct 11 16:13:28.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:13:28.925 INFO kablam! Oct 11 16:13:29.444 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.48s Oct 11 16:13:29.450 INFO kablam! su: No module specific data is present Oct 11 16:13:30.073 INFO running `"docker" "rm" "-f" "add8957b108821cb6b8bf2ecf66ddf403c18d06761447a24638065eb92378abe"` Oct 11 16:13:30.244 INFO blam! add8957b108821cb6b8bf2ecf66ddf403c18d06761447a24638065eb92378abe Oct 11 16:13:30.250 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 16:13:30.250 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 16:13:30.607 INFO blam! 829a6399eb534f2a966c9f3c5dd1053b1d357e85941ff9fd53b435556fd788e1 Oct 11 16:13:30.612 INFO running `"docker" "start" "-a" "829a6399eb534f2a966c9f3c5dd1053b1d357e85941ff9fd53b435556fd788e1"` Oct 11 16:13:31.568 INFO kablam! usermod: no changes Oct 11 16:13:31.692 INFO kablam! Compiling net-utils v0.0.5 (/source) Oct 11 16:13:34.261 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 16:13:34.262 INFO kablam! --> src/net/config.rs:6:5 Oct 11 16:13:34.262 INFO kablam! | Oct 11 16:13:34.262 INFO kablam! 6 | use std::time::Duration; Oct 11 16:13:34.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 16:13:34.263 INFO kablam! | Oct 11 16:13:34.263 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 16:13:34.263 INFO kablam! Oct 11 16:13:34.263 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 16:13:34.263 INFO kablam! --> src/net/config.rs:71:9 Oct 11 16:13:34.263 INFO kablam! | Oct 11 16:13:34.264 INFO kablam! 71 | use std::time::Duration; Oct 11 16:13:34.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 16:13:34.264 INFO kablam! Oct 11 16:13:34.264 INFO kablam! warning: unused import: `std::str::FromStr` Oct 11 16:13:34.264 INFO kablam! --> src/net/conn.rs:24:5 Oct 11 16:13:34.264 INFO kablam! | Oct 11 16:13:34.264 INFO kablam! 24 | use std::str::FromStr; Oct 11 16:13:34.264 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 16:13:34.264 INFO kablam! Oct 11 16:13:34.468 INFO kablam! warning: unreachable statement Oct 11 16:13:34.468 INFO kablam! --> src/net/conn.rs:137:9 Oct 11 16:13:34.468 INFO kablam! | Oct 11 16:13:34.468 INFO kablam! 137 | let err_str = format!("Failed to parse {}:{}. ", host, port); Oct 11 16:13:34.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:13:34.468 INFO kablam! | Oct 11 16:13:34.468 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 11 16:13:34.468 INFO kablam! Oct 11 16:13:34.644 INFO kablam! warning: unused variable: `server` Oct 11 16:13:34.644 INFO kablam! --> src/net/conn.rs:120:13 Oct 11 16:13:34.644 INFO kablam! | Oct 11 16:13:34.644 INFO kablam! 120 | let server = match (host, port).to_socket_addrs() { Oct 11 16:13:34.644 INFO kablam! | ^^^^^^ help: consider using `_server` instead Oct 11 16:13:34.644 INFO kablam! | Oct 11 16:13:34.644 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 16:13:34.644 INFO kablam! Oct 11 16:13:34.726 INFO kablam! warning: variable does not need to be mutable Oct 11 16:13:34.726 INFO kablam! --> src/net/conn.rs:149:13 Oct 11 16:13:34.726 INFO kablam! | Oct 11 16:13:34.726 INFO kablam! 149 | let mut stream_socket; Oct 11 16:13:34.726 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 16:13:34.726 INFO kablam! | | Oct 11 16:13:34.726 INFO kablam! | help: remove this `mut` Oct 11 16:13:34.726 INFO kablam! | Oct 11 16:13:34.726 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 16:13:34.726 INFO kablam! Oct 11 16:13:34.811 INFO kablam! warning: method is never used: `from_file` Oct 11 16:13:34.811 INFO kablam! --> src/net/config.rs:58:5 Oct 11 16:13:34.811 INFO kablam! | Oct 11 16:13:34.811 INFO kablam! 58 | fn from_file(file: &str) -> Config { Oct 11 16:13:34.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 16:13:34.811 INFO kablam! | Oct 11 16:13:34.811 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 16:13:34.811 INFO kablam! Oct 11 16:13:37.812 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.20s Oct 11 16:13:37.816 INFO kablam! su: No module specific data is present Oct 11 16:13:38.188 INFO running `"docker" "rm" "-f" "829a6399eb534f2a966c9f3c5dd1053b1d357e85941ff9fd53b435556fd788e1"` Oct 11 16:13:38.400 INFO blam! 829a6399eb534f2a966c9f3c5dd1053b1d357e85941ff9fd53b435556fd788e1