Oct 16 01:52:35.744 INFO testing net-utils-0.0.5 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 01:52:35.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 01:52:36.232 INFO blam! 5357e7b8d5076fabcf289acc024ace4e2c4f9f95b17b273a05b85e26ce429c89 Oct 16 01:52:36.235 INFO running `"docker" "start" "-a" "5357e7b8d5076fabcf289acc024ace4e2c4f9f95b17b273a05b85e26ce429c89"` Oct 16 01:52:37.092 INFO kablam! usermod: no changes Oct 16 01:52:37.218 INFO kablam! Compiling uuid v0.1.18 Oct 16 01:52:38.504 INFO kablam! Compiling net-utils v0.0.5 (/source) Oct 16 01:52:39.599 INFO kablam! warning: unused import: `std::time::Duration` Oct 16 01:52:39.600 INFO kablam! --> src/net/config.rs:6:5 Oct 16 01:52:39.600 INFO kablam! | Oct 16 01:52:39.600 INFO kablam! 6 | use std::time::Duration; Oct 16 01:52:39.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 01:52:39.601 INFO kablam! | Oct 16 01:52:39.601 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 01:52:39.602 INFO kablam! Oct 16 01:52:39.602 INFO kablam! warning: unused import: `std::str::FromStr` Oct 16 01:52:39.602 INFO kablam! --> src/net/conn.rs:24:5 Oct 16 01:52:39.603 INFO kablam! | Oct 16 01:52:39.603 INFO kablam! 24 | use std::str::FromStr; Oct 16 01:52:39.603 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 01:52:39.604 INFO kablam! Oct 16 01:52:39.764 INFO kablam! warning: unreachable statement Oct 16 01:52:39.764 INFO kablam! --> src/net/conn.rs:137:9 Oct 16 01:52:39.764 INFO kablam! | Oct 16 01:52:39.765 INFO kablam! 137 | let err_str = format!("Failed to parse {}:{}. ", host, port); Oct 16 01:52:39.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:52:39.765 INFO kablam! | Oct 16 01:52:39.766 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 16 01:52:39.766 INFO kablam! Oct 16 01:52:39.822 INFO kablam! warning: unused variable: `server` Oct 16 01:52:39.822 INFO kablam! --> src/net/conn.rs:120:13 Oct 16 01:52:39.822 INFO kablam! | Oct 16 01:52:39.823 INFO kablam! 120 | let server = match (host, port).to_socket_addrs() { Oct 16 01:52:39.823 INFO kablam! | ^^^^^^ help: consider using `_server` instead Oct 16 01:52:39.823 INFO kablam! | Oct 16 01:52:39.823 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 01:52:39.823 INFO kablam! Oct 16 01:52:39.919 INFO kablam! warning: variable does not need to be mutable Oct 16 01:52:39.919 INFO kablam! --> src/net/conn.rs:149:13 Oct 16 01:52:39.919 INFO kablam! | Oct 16 01:52:39.919 INFO kablam! 149 | let mut stream_socket; Oct 16 01:52:39.919 INFO kablam! | ----^^^^^^^^^^^^^ Oct 16 01:52:39.919 INFO kablam! | | Oct 16 01:52:39.919 INFO kablam! | help: remove this `mut` Oct 16 01:52:39.919 INFO kablam! | Oct 16 01:52:39.919 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 01:52:39.919 INFO kablam! Oct 16 01:52:39.932 INFO kablam! warning: method is never used: `from_file` Oct 16 01:52:39.933 INFO kablam! --> src/net/config.rs:58:5 Oct 16 01:52:39.933 INFO kablam! | Oct 16 01:52:39.933 INFO kablam! 58 | fn from_file(file: &str) -> Config { Oct 16 01:52:39.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:52:39.933 INFO kablam! | Oct 16 01:52:39.933 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 01:52:39.933 INFO kablam! Oct 16 01:52:39.939 INFO kablam! warning: missing documentation for a method Oct 16 01:52:39.939 INFO kablam! --> src/net/conn.rs:64:5 Oct 16 01:52:39.939 INFO kablam! | Oct 16 01:52:39.939 INFO kablam! 64 | pub fn get_peer_address(&self) -> &String { Oct 16 01:52:39.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:52:39.939 INFO kablam! | Oct 16 01:52:39.939 INFO kablam! note: lint level defined here Oct 16 01:52:39.939 INFO kablam! --> src/lib.rs:15:9 Oct 16 01:52:39.939 INFO kablam! | Oct 16 01:52:39.939 INFO kablam! 15 | #![warn(missing_docs)] Oct 16 01:52:39.939 INFO kablam! | ^^^^^^^^^^^^ Oct 16 01:52:39.939 INFO kablam! Oct 16 01:52:39.939 INFO kablam! warning: missing documentation for a method Oct 16 01:52:39.939 INFO kablam! --> src/net/conn.rs:67:5 Oct 16 01:52:39.939 INFO kablam! | Oct 16 01:52:39.939 INFO kablam! 67 | pub fn get_local_address(&self) -> &String { Oct 16 01:52:39.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:52:39.939 INFO kablam! Oct 16 01:52:40.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.35s Oct 16 01:52:40.479 INFO kablam! su: No module specific data is present Oct 16 01:52:41.037 INFO running `"docker" "rm" "-f" "5357e7b8d5076fabcf289acc024ace4e2c4f9f95b17b273a05b85e26ce429c89"` Oct 16 01:52:41.271 INFO blam! 5357e7b8d5076fabcf289acc024ace4e2c4f9f95b17b273a05b85e26ce429c89 Oct 16 01:52:41.278 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 01:52:41.707 INFO blam! 1ce9d5fed6f8a2b2260db7109e837f6f1f840be097a28130ad4523a68663e04a Oct 16 01:52:41.715 INFO running `"docker" "start" "-a" "1ce9d5fed6f8a2b2260db7109e837f6f1f840be097a28130ad4523a68663e04a"` Oct 16 01:52:42.581 INFO kablam! usermod: no changes Oct 16 01:52:42.711 INFO kablam! Compiling net-utils v0.0.5 (/source) Oct 16 01:52:44.503 INFO kablam! warning: unused import: `std::time::Duration` Oct 16 01:52:44.503 INFO kablam! --> src/net/config.rs:6:5 Oct 16 01:52:44.503 INFO kablam! | Oct 16 01:52:44.503 INFO kablam! 6 | use std::time::Duration; Oct 16 01:52:44.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 01:52:44.503 INFO kablam! | Oct 16 01:52:44.503 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 01:52:44.503 INFO kablam! Oct 16 01:52:44.503 INFO kablam! warning: unused import: `std::time::Duration` Oct 16 01:52:44.503 INFO kablam! --> src/net/config.rs:71:9 Oct 16 01:52:44.503 INFO kablam! | Oct 16 01:52:44.503 INFO kablam! 71 | use std::time::Duration; Oct 16 01:52:44.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 01:52:44.503 INFO kablam! Oct 16 01:52:44.503 INFO kablam! warning: unused import: `std::str::FromStr` Oct 16 01:52:44.503 INFO kablam! --> src/net/conn.rs:24:5 Oct 16 01:52:44.503 INFO kablam! | Oct 16 01:52:44.503 INFO kablam! 24 | use std::str::FromStr; Oct 16 01:52:44.503 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 01:52:44.503 INFO kablam! Oct 16 01:52:44.771 INFO kablam! warning: unreachable statement Oct 16 01:52:44.771 INFO kablam! --> src/net/conn.rs:137:9 Oct 16 01:52:44.771 INFO kablam! | Oct 16 01:52:44.771 INFO kablam! 137 | let err_str = format!("Failed to parse {}:{}. ", host, port); Oct 16 01:52:44.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:52:44.771 INFO kablam! | Oct 16 01:52:44.771 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 16 01:52:44.771 INFO kablam! Oct 16 01:52:44.991 INFO kablam! warning: unused variable: `server` Oct 16 01:52:44.991 INFO kablam! --> src/net/conn.rs:120:13 Oct 16 01:52:44.991 INFO kablam! | Oct 16 01:52:44.991 INFO kablam! 120 | let server = match (host, port).to_socket_addrs() { Oct 16 01:52:44.991 INFO kablam! | ^^^^^^ help: consider using `_server` instead Oct 16 01:52:44.991 INFO kablam! | Oct 16 01:52:44.991 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 01:52:44.991 INFO kablam! Oct 16 01:52:45.087 INFO kablam! warning: variable does not need to be mutable Oct 16 01:52:45.088 INFO kablam! --> src/net/conn.rs:149:13 Oct 16 01:52:45.088 INFO kablam! | Oct 16 01:52:45.088 INFO kablam! 149 | let mut stream_socket; Oct 16 01:52:45.089 INFO kablam! | ----^^^^^^^^^^^^^ Oct 16 01:52:45.089 INFO kablam! | | Oct 16 01:52:45.089 INFO kablam! | help: remove this `mut` Oct 16 01:52:45.090 INFO kablam! | Oct 16 01:52:45.090 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 01:52:45.090 INFO kablam! Oct 16 01:52:45.239 INFO kablam! warning: method is never used: `from_file` Oct 16 01:52:45.239 INFO kablam! --> src/net/config.rs:58:5 Oct 16 01:52:45.240 INFO kablam! | Oct 16 01:52:45.240 INFO kablam! 58 | fn from_file(file: &str) -> Config { Oct 16 01:52:45.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:52:45.247 INFO kablam! | Oct 16 01:52:45.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 01:52:45.247 INFO kablam! Oct 16 01:52:48.574 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.97s Oct 16 01:52:48.575 INFO kablam! su: No module specific data is present Oct 16 01:52:49.397 INFO running `"docker" "rm" "-f" "1ce9d5fed6f8a2b2260db7109e837f6f1f840be097a28130ad4523a68663e04a"` Oct 16 01:52:49.588 INFO blam! 1ce9d5fed6f8a2b2260db7109e837f6f1f840be097a28130ad4523a68663e04a