Oct 15 03:31:34.230 INFO testing aswaving/netcat-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:31:34.230 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 03:31:34.455 INFO blam! f692e1d14e7f7a71aa9a65a8edb3d57f7e61f3e99fc0221275747438221458a9 Oct 15 03:31:34.458 INFO running `"docker" "start" "-a" "f692e1d14e7f7a71aa9a65a8edb3d57f7e61f3e99fc0221275747438221458a9"` Oct 15 03:31:35.095 INFO kablam! usermod: no changes Oct 15 03:31:35.225 INFO kablam! Compiling term_size v0.2.1 Oct 15 03:31:35.628 INFO kablam! Compiling clap v2.13.0 Oct 15 03:31:43.459 INFO kablam! Compiling netcat-rs v0.1.0 (/source) Oct 15 03:31:43.903 INFO kablam! warning: unused import: `SocketAddr` Oct 15 03:31:43.903 INFO kablam! --> src/main.rs:13:51 Oct 15 03:31:43.903 INFO kablam! | Oct 15 03:31:43.903 INFO kablam! 13 | use std::net::{TcpStream, TcpListener, UdpSocket, SocketAddr}; Oct 15 03:31:43.904 INFO kablam! | ^^^^^^^^^^ Oct 15 03:31:43.904 INFO kablam! | Oct 15 03:31:43.904 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:31:43.904 INFO kablam! Oct 15 03:31:44.011 INFO kablam! warning: unused variable: `event_loop` Oct 15 03:31:44.011 INFO kablam! --> src/iopoll.rs:20:25 Oct 15 03:31:44.011 INFO kablam! | Oct 15 03:31:44.011 INFO kablam! 20 | fn error(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:44.011 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 15 03:31:44.011 INFO kablam! | Oct 15 03:31:44.011 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:31:44.011 INFO kablam! Oct 15 03:31:44.011 INFO kablam! warning: unused variable: `stream_id` Oct 15 03:31:44.011 INFO kablam! --> src/iopoll.rs:20:53 Oct 15 03:31:44.011 INFO kablam! | Oct 15 03:31:44.011 INFO kablam! 20 | fn error(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:44.011 INFO kablam! | ^^^^^^^^^ help: consider using `_stream_id` instead Oct 15 03:31:44.011 INFO kablam! Oct 15 03:31:44.011 INFO kablam! warning: unused variable: `event_loop` Oct 15 03:31:44.011 INFO kablam! --> src/iopoll.rs:21:26 Oct 15 03:31:44.011 INFO kablam! | Oct 15 03:31:44.011 INFO kablam! 21 | fn hangup(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:44.011 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 15 03:31:44.011 INFO kablam! Oct 15 03:31:44.011 INFO kablam! warning: unused variable: `stream_id` Oct 15 03:31:44.011 INFO kablam! --> src/iopoll.rs:21:54 Oct 15 03:31:44.011 INFO kablam! | Oct 15 03:31:44.011 INFO kablam! 21 | fn hangup(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:44.011 INFO kablam! | ^^^^^^^^^ help: consider using `_stream_id` instead Oct 15 03:31:44.011 INFO kablam! Oct 15 03:31:44.011 INFO kablam! warning: unused variable: `event_loop` Oct 15 03:31:44.011 INFO kablam! --> src/iopoll.rs:26:27 Oct 15 03:31:44.011 INFO kablam! | Oct 15 03:31:44.011 INFO kablam! 26 | fn timeout(&mut self, event_loop: &mut EventLoop) {} Oct 15 03:31:44.011 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 15 03:31:44.011 INFO kablam! Oct 15 03:31:44.011 INFO kablam! warning: unused variable: `nr` Oct 15 03:31:44.011 INFO kablam! --> src/iopoll.rs:195:26 Oct 15 03:31:44.011 INFO kablam! | Oct 15 03:31:44.011 INFO kablam! 195 | for (nr, &(fd, eventset)) in bla.iter().enumerate() { Oct 15 03:31:44.011 INFO kablam! | ^^ help: consider using `_nr` instead Oct 15 03:31:44.011 INFO kablam! Oct 15 03:31:44.011 INFO kablam! warning: unused variable: `stdin_stream` Oct 15 03:31:44.011 INFO kablam! --> src/iopoll.rs:248:38 Oct 15 03:31:44.011 INFO kablam! | Oct 15 03:31:44.011 INFO kablam! 248 | pub fn register_stdin(&mut self, stdin_stream: &Stdin) -> Token { Oct 15 03:31:44.011 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_stdin_stream` instead Oct 15 03:31:44.012 INFO kablam! Oct 15 03:31:44.039 INFO kablam! warning: variable does not need to be mutable Oct 15 03:31:44.039 INFO kablam! --> src/iopoll.rs:172:13 Oct 15 03:31:44.039 INFO kablam! | Oct 15 03:31:44.039 INFO kablam! 172 | let mut result = Ok(()); Oct 15 03:31:44.039 INFO kablam! | ----^^^^^^ Oct 15 03:31:44.039 INFO kablam! | | Oct 15 03:31:44.039 INFO kablam! | help: remove this `mut` Oct 15 03:31:44.040 INFO kablam! | Oct 15 03:31:44.040 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:31:44.040 INFO kablam! Oct 15 03:31:44.927 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.80s Oct 15 03:31:44.929 INFO kablam! su: No module specific data is present Oct 15 03:31:45.323 INFO running `"docker" "rm" "-f" "f692e1d14e7f7a71aa9a65a8edb3d57f7e61f3e99fc0221275747438221458a9"` Oct 15 03:31:45.624 INFO blam! f692e1d14e7f7a71aa9a65a8edb3d57f7e61f3e99fc0221275747438221458a9 Oct 15 03:31:45.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 03:31:46.047 INFO blam! 8ba8dbf44e13d8c842659d84d89f124a94c3ddd144b1587f027028292dafa5e5 Oct 15 03:31:46.063 INFO running `"docker" "start" "-a" "8ba8dbf44e13d8c842659d84d89f124a94c3ddd144b1587f027028292dafa5e5"` Oct 15 03:31:46.805 INFO kablam! usermod: no changes Oct 15 03:31:46.911 INFO kablam! Compiling netcat-rs v0.1.0 (/source) Oct 15 03:31:47.423 INFO kablam! warning: unused import: `SocketAddr` Oct 15 03:31:47.423 INFO kablam! --> src/main.rs:13:51 Oct 15 03:31:47.423 INFO kablam! | Oct 15 03:31:47.423 INFO kablam! 13 | use std::net::{TcpStream, TcpListener, UdpSocket, SocketAddr}; Oct 15 03:31:47.423 INFO kablam! | ^^^^^^^^^^ Oct 15 03:31:47.423 INFO kablam! | Oct 15 03:31:47.423 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:31:47.423 INFO kablam! Oct 15 03:31:47.540 INFO kablam! warning: unused variable: `event_loop` Oct 15 03:31:47.541 INFO kablam! --> src/iopoll.rs:20:25 Oct 15 03:31:47.541 INFO kablam! | Oct 15 03:31:47.541 INFO kablam! 20 | fn error(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:47.541 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 15 03:31:47.541 INFO kablam! | Oct 15 03:31:47.542 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:31:47.542 INFO kablam! Oct 15 03:31:47.542 INFO kablam! warning: unused variable: `stream_id` Oct 15 03:31:47.542 INFO kablam! --> src/iopoll.rs:20:53 Oct 15 03:31:47.543 INFO kablam! | Oct 15 03:31:47.543 INFO kablam! 20 | fn error(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:47.543 INFO kablam! | ^^^^^^^^^ help: consider using `_stream_id` instead Oct 15 03:31:47.544 INFO kablam! Oct 15 03:31:47.544 INFO kablam! warning: unused variable: `event_loop` Oct 15 03:31:47.544 INFO kablam! --> src/iopoll.rs:21:26 Oct 15 03:31:47.544 INFO kablam! | Oct 15 03:31:47.545 INFO kablam! 21 | fn hangup(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:47.545 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 15 03:31:47.545 INFO kablam! Oct 15 03:31:47.545 INFO kablam! warning: unused variable: `stream_id` Oct 15 03:31:47.546 INFO kablam! --> src/iopoll.rs:21:54 Oct 15 03:31:47.546 INFO kablam! | Oct 15 03:31:47.546 INFO kablam! 21 | fn hangup(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:47.547 INFO kablam! | ^^^^^^^^^ help: consider using `_stream_id` instead Oct 15 03:31:47.547 INFO kablam! Oct 15 03:31:47.547 INFO kablam! warning: unused variable: `event_loop` Oct 15 03:31:47.548 INFO kablam! --> src/iopoll.rs:26:27 Oct 15 03:31:47.548 INFO kablam! | Oct 15 03:31:47.548 INFO kablam! 26 | fn timeout(&mut self, event_loop: &mut EventLoop) {} Oct 15 03:31:47.548 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 15 03:31:47.549 INFO kablam! Oct 15 03:31:47.549 INFO kablam! warning: unused variable: `nr` Oct 15 03:31:47.549 INFO kablam! --> src/iopoll.rs:195:26 Oct 15 03:31:47.550 INFO kablam! | Oct 15 03:31:47.550 INFO kablam! 195 | for (nr, &(fd, eventset)) in bla.iter().enumerate() { Oct 15 03:31:47.550 INFO kablam! | ^^ help: consider using `_nr` instead Oct 15 03:31:47.550 INFO kablam! Oct 15 03:31:47.551 INFO kablam! warning: unused variable: `stdin_stream` Oct 15 03:31:47.551 INFO kablam! --> src/iopoll.rs:248:38 Oct 15 03:31:47.551 INFO kablam! | Oct 15 03:31:47.552 INFO kablam! 248 | pub fn register_stdin(&mut self, stdin_stream: &Stdin) -> Token { Oct 15 03:31:47.552 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_stdin_stream` instead Oct 15 03:31:47.552 INFO kablam! Oct 15 03:31:47.570 INFO kablam! warning: variable does not need to be mutable Oct 15 03:31:47.572 INFO kablam! --> src/iopoll.rs:172:13 Oct 15 03:31:47.572 INFO kablam! | Oct 15 03:31:47.572 INFO kablam! 172 | let mut result = Ok(()); Oct 15 03:31:47.572 INFO kablam! | ----^^^^^^ Oct 15 03:31:47.573 INFO kablam! | | Oct 15 03:31:47.573 INFO kablam! | help: remove this `mut` Oct 15 03:31:47.574 INFO kablam! | Oct 15 03:31:47.574 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:31:47.574 INFO kablam! Oct 15 03:31:47.905 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 15 03:31:47.909 INFO kablam! su: No module specific data is present Oct 15 03:31:48.189 INFO running `"docker" "rm" "-f" "8ba8dbf44e13d8c842659d84d89f124a94c3ddd144b1587f027028292dafa5e5"` Oct 15 03:31:48.254 INFO blam! 8ba8dbf44e13d8c842659d84d89f124a94c3ddd144b1587f027028292dafa5e5 Oct 15 03:31:48.257 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 03:31:48.510 INFO blam! dc214a822cfb2eeef1cd91488b809ba34f4007f037165bc63c99782a5968ddbe Oct 15 03:31:48.514 INFO running `"docker" "start" "-a" "dc214a822cfb2eeef1cd91488b809ba34f4007f037165bc63c99782a5968ddbe"` Oct 15 03:31:48.990 INFO kablam! usermod: no changes Oct 15 03:31:49.041 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 03:31:49.054 INFO kablam! Running /target/debug/deps/nc-abc4ee3dccd473f9 Oct 15 03:31:49.060 INFO blam! Oct 15 03:31:49.061 INFO blam! running 0 tests Oct 15 03:31:49.061 INFO blam! Oct 15 03:31:49.061 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:31:49.061 INFO blam! Oct 15 03:31:49.067 INFO kablam! su: No module specific data is present Oct 15 03:31:49.623 INFO running `"docker" "rm" "-f" "dc214a822cfb2eeef1cd91488b809ba34f4007f037165bc63c99782a5968ddbe"` Oct 15 03:31:49.923 INFO blam! dc214a822cfb2eeef1cd91488b809ba34f4007f037165bc63c99782a5968ddbe