Oct 14 23:08:58.917 INFO testing deg4uss3r/rust_whois against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:08:58.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 23:08:59.407 INFO blam! fd302d2e178165c900873090c8c6e9f77e100d69359f678df43a35495ecdb29e Oct 14 23:08:59.411 INFO running `"docker" "start" "-a" "fd302d2e178165c900873090c8c6e9f77e100d69359f678df43a35495ecdb29e"` Oct 14 23:09:00.618 INFO kablam! usermod: no changes Oct 14 23:09:00.686 INFO kablam! Compiling whois v0.1.0 (/source) Oct 14 23:09:01.035 INFO kablam! warning: unused import: `ToSocketAddrs` Oct 14 23:09:01.035 INFO kablam! --> src/main.rs:1:27 Oct 14 23:09:01.035 INFO kablam! | Oct 14 23:09:01.035 INFO kablam! 1 | use std::net::{TcpStream, ToSocketAddrs}; Oct 14 23:09:01.035 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:09:01.035 INFO kablam! | Oct 14 23:09:01.035 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:09:01.035 INFO kablam! Oct 14 23:09:01.077 INFO kablam! warning: unused variable: `test` Oct 14 23:09:01.077 INFO kablam! --> src/main.rs:16:9 Oct 14 23:09:01.077 INFO kablam! | Oct 14 23:09:01.077 INFO kablam! 16 | let test = stream.write(b); Oct 14 23:09:01.077 INFO kablam! | ^^^^ help: consider using `_test` instead Oct 14 23:09:01.077 INFO kablam! | Oct 14 23:09:01.077 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:09:01.077 INFO kablam! Oct 14 23:09:01.077 INFO kablam! warning: unused variable: `nr` Oct 14 23:09:01.077 INFO kablam! --> src/main.rs:17:9 Oct 14 23:09:01.077 INFO kablam! | Oct 14 23:09:01.077 INFO kablam! 17 | let nr = stream.write(new_return); Oct 14 23:09:01.077 INFO kablam! | ^^ help: consider using `_nr` instead Oct 14 23:09:01.077 INFO kablam! Oct 14 23:09:01.078 INFO kablam! warning: unused variable: `test` Oct 14 23:09:01.078 INFO kablam! --> src/main.rs:58:9 Oct 14 23:09:01.078 INFO kablam! | Oct 14 23:09:01.078 INFO kablam! 58 | let test = stream.write(c); Oct 14 23:09:01.078 INFO kablam! | ^^^^ help: consider using `_test` instead Oct 14 23:09:01.078 INFO kablam! Oct 14 23:09:01.078 INFO kablam! warning: unused variable: `nr` Oct 14 23:09:01.078 INFO kablam! --> src/main.rs:59:9 Oct 14 23:09:01.078 INFO kablam! | Oct 14 23:09:01.078 INFO kablam! 59 | let nr = stream.write(new_return); Oct 14 23:09:01.078 INFO kablam! | ^^ help: consider using `_nr` instead Oct 14 23:09:01.078 INFO kablam! Oct 14 23:09:01.081 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:01.081 INFO kablam! --> src/main.rs:10:9 Oct 14 23:09:01.081 INFO kablam! | Oct 14 23:09:01.081 INFO kablam! 10 | let mut b: &[u8] = domain.as_bytes(); Oct 14 23:09:01.081 INFO kablam! | ----^ Oct 14 23:09:01.081 INFO kablam! | | Oct 14 23:09:01.081 INFO kablam! | help: remove this `mut` Oct 14 23:09:01.081 INFO kablam! | Oct 14 23:09:01.081 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:09:01.081 INFO kablam! Oct 14 23:09:01.082 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:01.082 INFO kablam! --> src/main.rs:52:9 Oct 14 23:09:01.083 INFO kablam! | Oct 14 23:09:01.083 INFO kablam! 52 | let mut c: &[u8] = &domain.as_bytes(); Oct 14 23:09:01.083 INFO kablam! | ----^ Oct 14 23:09:01.083 INFO kablam! | | Oct 14 23:09:01.083 INFO kablam! | help: remove this `mut` Oct 14 23:09:01.083 INFO kablam! Oct 14 23:09:01.083 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:01.083 INFO kablam! --> src/main.rs:53:9 Oct 14 23:09:01.083 INFO kablam! | Oct 14 23:09:01.083 INFO kablam! 53 | let mut new_return: &[u8] = "\r\n".as_bytes(); Oct 14 23:09:01.083 INFO kablam! | ----^^^^^^^^^^ Oct 14 23:09:01.083 INFO kablam! | | Oct 14 23:09:01.083 INFO kablam! | help: remove this `mut` Oct 14 23:09:01.083 INFO kablam! Oct 14 23:09:01.084 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:01.084 INFO kablam! --> src/main.rs:69:9 Oct 14 23:09:01.084 INFO kablam! | Oct 14 23:09:01.084 INFO kablam! 69 | let mut argus: Vec<_> = args().collect(); Oct 14 23:09:01.084 INFO kablam! | ----^^^^^ Oct 14 23:09:01.084 INFO kablam! | | Oct 14 23:09:01.084 INFO kablam! | help: remove this `mut` Oct 14 23:09:01.084 INFO kablam! Oct 14 23:09:02.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 14 23:09:02.081 INFO kablam! su: No module specific data is present Oct 14 23:09:02.983 INFO running `"docker" "rm" "-f" "fd302d2e178165c900873090c8c6e9f77e100d69359f678df43a35495ecdb29e"` Oct 14 23:09:03.303 INFO blam! fd302d2e178165c900873090c8c6e9f77e100d69359f678df43a35495ecdb29e Oct 14 23:09:03.313 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 23:09:03.833 INFO blam! 2fdba3aa9e73dfa36fff43db0337db4c87e0e23959d05414da73a112203dccda Oct 14 23:09:03.844 INFO running `"docker" "start" "-a" "2fdba3aa9e73dfa36fff43db0337db4c87e0e23959d05414da73a112203dccda"` Oct 14 23:09:05.178 INFO kablam! usermod: no changes Oct 14 23:09:05.222 INFO kablam! Compiling whois v0.1.0 (/source) Oct 14 23:09:05.623 INFO kablam! warning: unused import: `ToSocketAddrs` Oct 14 23:09:05.623 INFO kablam! --> src/main.rs:1:27 Oct 14 23:09:05.623 INFO kablam! | Oct 14 23:09:05.623 INFO kablam! 1 | use std::net::{TcpStream, ToSocketAddrs}; Oct 14 23:09:05.623 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:09:05.623 INFO kablam! | Oct 14 23:09:05.623 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:09:05.623 INFO kablam! Oct 14 23:09:05.663 INFO kablam! warning: unused variable: `test` Oct 14 23:09:05.663 INFO kablam! --> src/main.rs:16:9 Oct 14 23:09:05.663 INFO kablam! | Oct 14 23:09:05.663 INFO kablam! 16 | let test = stream.write(b); Oct 14 23:09:05.663 INFO kablam! | ^^^^ help: consider using `_test` instead Oct 14 23:09:05.663 INFO kablam! | Oct 14 23:09:05.663 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:09:05.663 INFO kablam! Oct 14 23:09:05.663 INFO kablam! warning: unused variable: `nr` Oct 14 23:09:05.663 INFO kablam! --> src/main.rs:17:9 Oct 14 23:09:05.663 INFO kablam! | Oct 14 23:09:05.663 INFO kablam! 17 | let nr = stream.write(new_return); Oct 14 23:09:05.663 INFO kablam! | ^^ help: consider using `_nr` instead Oct 14 23:09:05.663 INFO kablam! Oct 14 23:09:05.663 INFO kablam! warning: unused variable: `test` Oct 14 23:09:05.663 INFO kablam! --> src/main.rs:58:9 Oct 14 23:09:05.663 INFO kablam! | Oct 14 23:09:05.663 INFO kablam! 58 | let test = stream.write(c); Oct 14 23:09:05.663 INFO kablam! | ^^^^ help: consider using `_test` instead Oct 14 23:09:05.663 INFO kablam! Oct 14 23:09:05.663 INFO kablam! warning: unused variable: `nr` Oct 14 23:09:05.663 INFO kablam! --> src/main.rs:59:9 Oct 14 23:09:05.663 INFO kablam! | Oct 14 23:09:05.663 INFO kablam! 59 | let nr = stream.write(new_return); Oct 14 23:09:05.663 INFO kablam! | ^^ help: consider using `_nr` instead Oct 14 23:09:05.663 INFO kablam! Oct 14 23:09:05.667 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:05.667 INFO kablam! --> src/main.rs:10:9 Oct 14 23:09:05.667 INFO kablam! | Oct 14 23:09:05.668 INFO kablam! 10 | let mut b: &[u8] = domain.as_bytes(); Oct 14 23:09:05.668 INFO kablam! | ----^ Oct 14 23:09:05.668 INFO kablam! | | Oct 14 23:09:05.668 INFO kablam! | help: remove this `mut` Oct 14 23:09:05.668 INFO kablam! | Oct 14 23:09:05.669 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:09:05.669 INFO kablam! Oct 14 23:09:05.669 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:05.669 INFO kablam! --> src/main.rs:52:9 Oct 14 23:09:05.670 INFO kablam! | Oct 14 23:09:05.670 INFO kablam! 52 | let mut c: &[u8] = &domain.as_bytes(); Oct 14 23:09:05.670 INFO kablam! | ----^ Oct 14 23:09:05.670 INFO kablam! | | Oct 14 23:09:05.670 INFO kablam! | help: remove this `mut` Oct 14 23:09:05.671 INFO kablam! Oct 14 23:09:05.671 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:05.671 INFO kablam! --> src/main.rs:53:9 Oct 14 23:09:05.671 INFO kablam! | Oct 14 23:09:05.672 INFO kablam! 53 | let mut new_return: &[u8] = "\r\n".as_bytes(); Oct 14 23:09:05.672 INFO kablam! | ----^^^^^^^^^^ Oct 14 23:09:05.672 INFO kablam! | | Oct 14 23:09:05.672 INFO kablam! | help: remove this `mut` Oct 14 23:09:05.672 INFO kablam! Oct 14 23:09:05.673 INFO kablam! warning: variable does not need to be mutable Oct 14 23:09:05.673 INFO kablam! --> src/main.rs:69:9 Oct 14 23:09:05.673 INFO kablam! | Oct 14 23:09:05.673 INFO kablam! 69 | let mut argus: Vec<_> = args().collect(); Oct 14 23:09:05.673 INFO kablam! | ----^^^^^ Oct 14 23:09:05.674 INFO kablam! | | Oct 14 23:09:05.674 INFO kablam! | help: remove this `mut` Oct 14 23:09:05.674 INFO kablam! Oct 14 23:09:06.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 14 23:09:06.240 INFO kablam! su: No module specific data is present Oct 14 23:09:06.967 INFO running `"docker" "rm" "-f" "2fdba3aa9e73dfa36fff43db0337db4c87e0e23959d05414da73a112203dccda"` Oct 14 23:09:07.243 INFO blam! 2fdba3aa9e73dfa36fff43db0337db4c87e0e23959d05414da73a112203dccda Oct 14 23:09:07.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 23:09:07.643 INFO blam! e886607183dbd10071e67e05466a8985b2cdbc7f2680222df61e680e5edf0147 Oct 14 23:09:07.651 INFO running `"docker" "start" "-a" "e886607183dbd10071e67e05466a8985b2cdbc7f2680222df61e680e5edf0147"` Oct 14 23:09:09.543 INFO kablam! usermod: no changes Oct 14 23:09:09.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 23:09:09.589 INFO kablam! Running /target/debug/deps/whois-2e29d5bbc22a5951 Oct 14 23:09:09.589 INFO kablam! su: No module specific data is present Oct 14 23:09:09.590 INFO blam! Oct 14 23:09:09.590 INFO blam! running 0 tests Oct 14 23:09:09.590 INFO blam! Oct 14 23:09:09.590 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:09:09.590 INFO blam! Oct 14 23:09:10.123 INFO running `"docker" "rm" "-f" "e886607183dbd10071e67e05466a8985b2cdbc7f2680222df61e680e5edf0147"` Oct 14 23:09:10.489 INFO blam! e886607183dbd10071e67e05466a8985b2cdbc7f2680222df61e680e5edf0147