Oct 14 23:09:10.286 INFO testing deg4uss3r/rust_whois against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:09:10.288 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 23:09:10.831 INFO blam! 6bce478e44651db05d9a79cb138383f06365e30ab8f40b2ed94b0a387d357409 Oct 14 23:09:10.837 INFO running `"docker" "start" "-a" "6bce478e44651db05d9a79cb138383f06365e30ab8f40b2ed94b0a387d357409"` Oct 14 23:09:12.066 INFO kablam! usermod: no changes Oct 14 23:09:12.159 INFO kablam! Compiling whois v0.1.0 (/source) Oct 14 23:09:12.571 INFO kablam! warning: unused import: `ToSocketAddrs` Oct 14 23:09:12.572 INFO kablam! --> src/main.rs:1:27 Oct 14 23:09:12.572 INFO kablam! | Oct 14 23:09:12.572 INFO kablam! 1 | use std::net::{TcpStream, ToSocketAddrs}; Oct 14 23:09:12.573 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:09:12.573 INFO kablam! | Oct 14 23:09:12.573 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:09:12.574 INFO kablam! Oct 14 23:09:12.607 INFO kablam! warning: unused variable: `test` Oct 14 23:09:12.608 INFO kablam! --> src/main.rs:16:9 Oct 14 23:09:12.608 INFO kablam! | Oct 14 23:09:12.608 INFO kablam! 16 | let test = stream.write(b); Oct 14 23:09:12.609 INFO kablam! | ^^^^ help: consider using `_test` instead Oct 14 23:09:12.609 INFO kablam! | Oct 14 23:09:12.609 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:09:12.609 INFO kablam! Oct 14 23:09:12.610 INFO kablam! warning: unused variable: `nr` Oct 14 23:09:12.610 INFO kablam! --> src/main.rs:17:9 Oct 14 23:09:12.610 INFO kablam! | Oct 14 23:09:12.610 INFO kablam! 17 | let nr = stream.write(new_return); Oct 14 23:09:12.611 INFO kablam! | ^^ help: consider using `_nr` instead Oct 14 23:09:12.611 INFO kablam! Oct 14 23:09:12.611 INFO kablam! warning: unused variable: `test` Oct 14 23:09:12.612 INFO kablam! --> src/main.rs:58:9 Oct 14 23:09:12.612 INFO kablam! | Oct 14 23:09:12.612 INFO kablam! 58 | let test = stream.write(c); Oct 14 23:09:12.612 INFO kablam! | ^^^^ help: consider using `_test` instead Oct 14 23:09:12.612 INFO kablam! Oct 14 23:09:12.613 INFO kablam! warning: unused variable: `nr` Oct 14 23:09:12.613 INFO kablam! --> src/main.rs:59:9 Oct 14 23:09:12.613 INFO kablam! | Oct 14 23:09:12.613 INFO kablam! 59 | let nr = stream.write(new_return); Oct 14 23:09:12.614 INFO kablam! | ^^ help: consider using `_nr` instead Oct 14 23:09:12.614 INFO kablam! Oct 14 23:09:12.614 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:12.614 INFO kablam! --> src/main.rs:10:9 Oct 14 23:09:12.615 INFO kablam! | Oct 14 23:09:12.615 INFO kablam! 10 | let mut b: &[u8] = domain.as_bytes(); Oct 14 23:09:12.615 INFO kablam! | ----^ Oct 14 23:09:12.615 INFO kablam! | | Oct 14 23:09:12.616 INFO kablam! | help: remove this `mut` Oct 14 23:09:12.616 INFO kablam! | Oct 14 23:09:12.616 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:09:12.617 INFO kablam! Oct 14 23:09:12.617 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:12.617 INFO kablam! --> src/main.rs:52:9 Oct 14 23:09:12.617 INFO kablam! | Oct 14 23:09:12.618 INFO kablam! 52 | let mut c: &[u8] = &domain.as_bytes(); Oct 14 23:09:12.618 INFO kablam! | ----^ Oct 14 23:09:12.618 INFO kablam! | | Oct 14 23:09:12.623 INFO kablam! | help: remove this `mut` Oct 14 23:09:12.623 INFO kablam! Oct 14 23:09:12.623 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:12.624 INFO kablam! --> src/main.rs:53:9 Oct 14 23:09:12.624 INFO kablam! | Oct 14 23:09:12.624 INFO kablam! 53 | let mut new_return: &[u8] = "\r\n".as_bytes(); Oct 14 23:09:12.624 INFO kablam! | ----^^^^^^^^^^ Oct 14 23:09:12.625 INFO kablam! | | Oct 14 23:09:12.625 INFO kablam! | help: remove this `mut` Oct 14 23:09:12.625 INFO kablam! Oct 14 23:09:12.625 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:12.626 INFO kablam! --> src/main.rs:69:9 Oct 14 23:09:12.626 INFO kablam! | Oct 14 23:09:12.626 INFO kablam! 69 | let mut argus: Vec<_> = args().collect(); Oct 14 23:09:12.626 INFO kablam! | ----^^^^^ Oct 14 23:09:12.627 INFO kablam! | | Oct 14 23:09:12.627 INFO kablam! | help: remove this `mut` Oct 14 23:09:12.627 INFO kablam! Oct 14 23:09:13.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 14 23:09:13.586 INFO kablam! su: No module specific data is present Oct 14 23:09:14.353 INFO running `"docker" "rm" "-f" "6bce478e44651db05d9a79cb138383f06365e30ab8f40b2ed94b0a387d357409"` Oct 14 23:09:14.587 INFO blam! 6bce478e44651db05d9a79cb138383f06365e30ab8f40b2ed94b0a387d357409 Oct 14 23:09:14.600 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 23:09:15.000 INFO blam! 616871a5d7abccaeba7e5201afddebc37df9f43c819b3df32d1ee74bac8936a8 Oct 14 23:09:15.005 INFO running `"docker" "start" "-a" "616871a5d7abccaeba7e5201afddebc37df9f43c819b3df32d1ee74bac8936a8"` Oct 14 23:09:16.311 INFO kablam! usermod: no changes Oct 14 23:09:16.394 INFO kablam! Compiling whois v0.1.0 (/source) Oct 14 23:09:16.779 INFO kablam! warning: unused import: `ToSocketAddrs` Oct 14 23:09:16.779 INFO kablam! --> src/main.rs:1:27 Oct 14 23:09:16.779 INFO kablam! | Oct 14 23:09:16.779 INFO kablam! 1 | use std::net::{TcpStream, ToSocketAddrs}; Oct 14 23:09:16.779 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:09:16.779 INFO kablam! | Oct 14 23:09:16.779 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:09:16.779 INFO kablam! Oct 14 23:09:16.819 INFO kablam! warning: unused variable: `test` Oct 14 23:09:16.819 INFO kablam! --> src/main.rs:16:9 Oct 14 23:09:16.819 INFO kablam! | Oct 14 23:09:16.819 INFO kablam! 16 | let test = stream.write(b); Oct 14 23:09:16.819 INFO kablam! | ^^^^ help: consider using `_test` instead Oct 14 23:09:16.819 INFO kablam! | Oct 14 23:09:16.819 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:09:16.819 INFO kablam! Oct 14 23:09:16.819 INFO kablam! warning: unused variable: `nr` Oct 14 23:09:16.819 INFO kablam! --> src/main.rs:17:9 Oct 14 23:09:16.819 INFO kablam! | Oct 14 23:09:16.819 INFO kablam! 17 | let nr = stream.write(new_return); Oct 14 23:09:16.819 INFO kablam! | ^^ help: consider using `_nr` instead Oct 14 23:09:16.819 INFO kablam! Oct 14 23:09:16.819 INFO kablam! warning: unused variable: `test` Oct 14 23:09:16.819 INFO kablam! --> src/main.rs:58:9 Oct 14 23:09:16.819 INFO kablam! | Oct 14 23:09:16.819 INFO kablam! 58 | let test = stream.write(c); Oct 14 23:09:16.819 INFO kablam! | ^^^^ help: consider using `_test` instead Oct 14 23:09:16.819 INFO kablam! Oct 14 23:09:16.819 INFO kablam! warning: unused variable: `nr` Oct 14 23:09:16.819 INFO kablam! --> src/main.rs:59:9 Oct 14 23:09:16.819 INFO kablam! | Oct 14 23:09:16.819 INFO kablam! 59 | let nr = stream.write(new_return); Oct 14 23:09:16.819 INFO kablam! | ^^ help: consider using `_nr` instead Oct 14 23:09:16.819 INFO kablam! Oct 14 23:09:16.823 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:16.823 INFO kablam! --> src/main.rs:10:9 Oct 14 23:09:16.823 INFO kablam! | Oct 14 23:09:16.823 INFO kablam! 10 | let mut b: &[u8] = domain.as_bytes(); Oct 14 23:09:16.823 INFO kablam! | ----^ Oct 14 23:09:16.823 INFO kablam! | | Oct 14 23:09:16.823 INFO kablam! | help: remove this `mut` Oct 14 23:09:16.823 INFO kablam! | Oct 14 23:09:16.823 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:09:16.823 INFO kablam! Oct 14 23:09:16.823 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:16.823 INFO kablam! --> src/main.rs:52:9 Oct 14 23:09:16.823 INFO kablam! | Oct 14 23:09:16.823 INFO kablam! 52 | let mut c: &[u8] = &domain.as_bytes(); Oct 14 23:09:16.823 INFO kablam! | ----^ Oct 14 23:09:16.823 INFO kablam! | | Oct 14 23:09:16.823 INFO kablam! | help: remove this `mut` Oct 14 23:09:16.823 INFO kablam! Oct 14 23:09:16.823 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:16.823 INFO kablam! --> src/main.rs:53:9 Oct 14 23:09:16.823 INFO kablam! | Oct 14 23:09:16.823 INFO kablam! 53 | let mut new_return: &[u8] = "\r\n".as_bytes(); Oct 14 23:09:16.823 INFO kablam! | ----^^^^^^^^^^ Oct 14 23:09:16.823 INFO kablam! | | Oct 14 23:09:16.823 INFO kablam! | help: remove this `mut` Oct 14 23:09:16.823 INFO kablam! Oct 14 23:09:16.827 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:16.827 INFO kablam! --> src/main.rs:69:9 Oct 14 23:09:16.827 INFO kablam! | Oct 14 23:09:16.827 INFO kablam! 69 | let mut argus: Vec<_> = args().collect(); Oct 14 23:09:16.827 INFO kablam! | ----^^^^^ Oct 14 23:09:16.827 INFO kablam! | | Oct 14 23:09:16.827 INFO kablam! | help: remove this `mut` Oct 14 23:09:16.827 INFO kablam! Oct 14 23:09:17.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 14 23:09:17.410 INFO kablam! su: No module specific data is present Oct 14 23:09:18.587 INFO running `"docker" "rm" "-f" "616871a5d7abccaeba7e5201afddebc37df9f43c819b3df32d1ee74bac8936a8"` Oct 14 23:09:18.887 INFO blam! 616871a5d7abccaeba7e5201afddebc37df9f43c819b3df32d1ee74bac8936a8 Oct 14 23:09:18.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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" "-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 14 23:09:19.439 INFO blam! 92ad460ac7410057b0d60d15b2195e57cf6e3b94c4597c7539fb95c3bf628364 Oct 14 23:09:19.446 INFO running `"docker" "start" "-a" "92ad460ac7410057b0d60d15b2195e57cf6e3b94c4597c7539fb95c3bf628364"` Oct 14 23:09:21.039 INFO kablam! usermod: no changes Oct 14 23:09:21.104 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 23:09:21.110 INFO kablam! Running /target/debug/deps/whois-469d686c7209623c Oct 14 23:09:21.124 INFO kablam! su: No module specific data is present Oct 14 23:09:21.124 INFO blam! Oct 14 23:09:21.124 INFO blam! running 0 tests Oct 14 23:09:21.124 INFO blam! Oct 14 23:09:21.124 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:09:21.124 INFO blam! Oct 14 23:09:22.063 INFO running `"docker" "rm" "-f" "92ad460ac7410057b0d60d15b2195e57cf6e3b94c4597c7539fb95c3bf628364"` Oct 14 23:09:22.456 INFO blam! 92ad460ac7410057b0d60d15b2195e57cf6e3b94c4597c7539fb95c3bf628364