Oct 15 03:31:38.700 INFO testing aswaving/netcat-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 03:31:38.702 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 03:31:38.953 INFO blam! 2cb87a112e6f3096f4ffef545da55e24f6dec6cf143a9fb4570fdbb756dc5b7a Oct 15 03:31:38.956 INFO running `"docker" "start" "-a" "2cb87a112e6f3096f4ffef545da55e24f6dec6cf143a9fb4570fdbb756dc5b7a"` Oct 15 03:31:39.592 INFO kablam! usermod: no changes Oct 15 03:31:39.670 INFO kablam! Compiling term_size v0.2.1 Oct 15 03:31:39.994 INFO kablam! Compiling clap v2.13.0 Oct 15 03:31:47.815 INFO kablam! Compiling netcat-rs v0.1.0 (/source) Oct 15 03:31:48.142 INFO kablam! warning: unused import: `SocketAddr` Oct 15 03:31:48.142 INFO kablam! --> src/main.rs:13:51 Oct 15 03:31:48.142 INFO kablam! | Oct 15 03:31:48.142 INFO kablam! 13 | use std::net::{TcpStream, TcpListener, UdpSocket, SocketAddr}; Oct 15 03:31:48.142 INFO kablam! | ^^^^^^^^^^ Oct 15 03:31:48.142 INFO kablam! | Oct 15 03:31:48.142 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:31:48.142 INFO kablam! Oct 15 03:31:48.223 INFO kablam! warning: unused variable: `event_loop` Oct 15 03:31:48.223 INFO kablam! --> src/iopoll.rs:20:25 Oct 15 03:31:48.223 INFO kablam! | Oct 15 03:31:48.223 INFO kablam! 20 | fn error(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:48.223 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 15 03:31:48.223 INFO kablam! | Oct 15 03:31:48.223 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:31:48.223 INFO kablam! Oct 15 03:31:48.223 INFO kablam! warning: unused variable: `stream_id` Oct 15 03:31:48.223 INFO kablam! --> src/iopoll.rs:20:53 Oct 15 03:31:48.223 INFO kablam! | Oct 15 03:31:48.223 INFO kablam! 20 | fn error(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:48.223 INFO kablam! | ^^^^^^^^^ help: consider using `_stream_id` instead Oct 15 03:31:48.223 INFO kablam! Oct 15 03:31:48.223 INFO kablam! warning: unused variable: `event_loop` Oct 15 03:31:48.223 INFO kablam! --> src/iopoll.rs:21:26 Oct 15 03:31:48.223 INFO kablam! | Oct 15 03:31:48.223 INFO kablam! 21 | fn hangup(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:48.223 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 15 03:31:48.223 INFO kablam! Oct 15 03:31:48.223 INFO kablam! warning: unused variable: `stream_id` Oct 15 03:31:48.223 INFO kablam! --> src/iopoll.rs:21:54 Oct 15 03:31:48.223 INFO kablam! | Oct 15 03:31:48.223 INFO kablam! 21 | fn hangup(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:48.223 INFO kablam! | ^^^^^^^^^ help: consider using `_stream_id` instead Oct 15 03:31:48.223 INFO kablam! Oct 15 03:31:48.223 INFO kablam! warning: unused variable: `event_loop` Oct 15 03:31:48.223 INFO kablam! --> src/iopoll.rs:26:27 Oct 15 03:31:48.223 INFO kablam! | Oct 15 03:31:48.223 INFO kablam! 26 | fn timeout(&mut self, event_loop: &mut EventLoop) {} Oct 15 03:31:48.224 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 15 03:31:48.224 INFO kablam! Oct 15 03:31:48.224 INFO kablam! warning: unused variable: `nr` Oct 15 03:31:48.224 INFO kablam! --> src/iopoll.rs:195:26 Oct 15 03:31:48.224 INFO kablam! | Oct 15 03:31:48.224 INFO kablam! 195 | for (nr, &(fd, eventset)) in bla.iter().enumerate() { Oct 15 03:31:48.224 INFO kablam! | ^^ help: consider using `_nr` instead Oct 15 03:31:48.224 INFO kablam! Oct 15 03:31:48.224 INFO kablam! warning: unused variable: `stdin_stream` Oct 15 03:31:48.224 INFO kablam! --> src/iopoll.rs:248:38 Oct 15 03:31:48.224 INFO kablam! | Oct 15 03:31:48.224 INFO kablam! 248 | pub fn register_stdin(&mut self, stdin_stream: &Stdin) -> Token { Oct 15 03:31:48.224 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_stdin_stream` instead Oct 15 03:31:48.224 INFO kablam! Oct 15 03:31:48.249 INFO kablam! warning: variable does not need to be mutable Oct 15 03:31:48.249 INFO kablam! --> src/iopoll.rs:172:13 Oct 15 03:31:48.249 INFO kablam! | Oct 15 03:31:48.249 INFO kablam! 172 | let mut result = Ok(()); Oct 15 03:31:48.249 INFO kablam! | ----^^^^^^ Oct 15 03:31:48.249 INFO kablam! | | Oct 15 03:31:48.249 INFO kablam! | help: remove this `mut` Oct 15 03:31:48.249 INFO kablam! | Oct 15 03:31:48.249 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:31:48.249 INFO kablam! Oct 15 03:31:49.117 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.51s Oct 15 03:31:49.121 INFO kablam! su: No module specific data is present Oct 15 03:31:49.623 INFO running `"docker" "rm" "-f" "2cb87a112e6f3096f4ffef545da55e24f6dec6cf143a9fb4570fdbb756dc5b7a"` Oct 15 03:31:49.843 INFO blam! 2cb87a112e6f3096f4ffef545da55e24f6dec6cf143a9fb4570fdbb756dc5b7a Oct 15 03:31:49.852 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 03:31:50.223 INFO blam! db6516916ea66ca3e3251dcdd70e99ca989c7925384693cfad3567b1efd3b6f5 Oct 15 03:31:50.225 INFO running `"docker" "start" "-a" "db6516916ea66ca3e3251dcdd70e99ca989c7925384693cfad3567b1efd3b6f5"` Oct 15 03:31:51.399 INFO kablam! usermod: no changes Oct 15 03:31:51.487 INFO kablam! Compiling netcat-rs v0.1.0 (/source) Oct 15 03:31:52.128 INFO kablam! warning: unused import: `SocketAddr` Oct 15 03:31:52.128 INFO kablam! --> src/main.rs:13:51 Oct 15 03:31:52.128 INFO kablam! | Oct 15 03:31:52.128 INFO kablam! 13 | use std::net::{TcpStream, TcpListener, UdpSocket, SocketAddr}; Oct 15 03:31:52.128 INFO kablam! | ^^^^^^^^^^ Oct 15 03:31:52.128 INFO kablam! | Oct 15 03:31:52.128 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:31:52.128 INFO kablam! Oct 15 03:31:52.291 INFO kablam! warning: unused variable: `event_loop` Oct 15 03:31:52.292 INFO kablam! --> src/iopoll.rs:20:25 Oct 15 03:31:52.292 INFO kablam! | Oct 15 03:31:52.292 INFO kablam! 20 | fn error(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:52.293 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 15 03:31:52.293 INFO kablam! | Oct 15 03:31:52.293 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:31:52.293 INFO kablam! Oct 15 03:31:52.294 INFO kablam! warning: unused variable: `stream_id` Oct 15 03:31:52.294 INFO kablam! --> src/iopoll.rs:20:53 Oct 15 03:31:52.294 INFO kablam! | Oct 15 03:31:52.295 INFO kablam! 20 | fn error(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:52.295 INFO kablam! | ^^^^^^^^^ help: consider using `_stream_id` instead Oct 15 03:31:52.295 INFO kablam! Oct 15 03:31:52.296 INFO kablam! warning: unused variable: `event_loop` Oct 15 03:31:52.296 INFO kablam! --> src/iopoll.rs:21:26 Oct 15 03:31:52.296 INFO kablam! | Oct 15 03:31:52.296 INFO kablam! 21 | fn hangup(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:52.297 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 15 03:31:52.297 INFO kablam! Oct 15 03:31:52.297 INFO kablam! warning: unused variable: `stream_id` Oct 15 03:31:52.298 INFO kablam! --> src/iopoll.rs:21:54 Oct 15 03:31:52.298 INFO kablam! | Oct 15 03:31:52.298 INFO kablam! 21 | fn hangup(&mut self, event_loop: &mut EventLoop, stream_id: Token) {} Oct 15 03:31:52.298 INFO kablam! | ^^^^^^^^^ help: consider using `_stream_id` instead Oct 15 03:31:52.299 INFO kablam! Oct 15 03:31:52.299 INFO kablam! warning: unused variable: `event_loop` Oct 15 03:31:52.299 INFO kablam! --> src/iopoll.rs:26:27 Oct 15 03:31:52.300 INFO kablam! | Oct 15 03:31:52.300 INFO kablam! 26 | fn timeout(&mut self, event_loop: &mut EventLoop) {} Oct 15 03:31:52.300 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 15 03:31:52.301 INFO kablam! Oct 15 03:31:52.301 INFO kablam! warning: unused variable: `nr` Oct 15 03:31:52.301 INFO kablam! --> src/iopoll.rs:195:26 Oct 15 03:31:52.301 INFO kablam! | Oct 15 03:31:52.302 INFO kablam! 195 | for (nr, &(fd, eventset)) in bla.iter().enumerate() { Oct 15 03:31:52.302 INFO kablam! | ^^ help: consider using `_nr` instead Oct 15 03:31:52.302 INFO kablam! Oct 15 03:31:52.303 INFO kablam! warning: unused variable: `stdin_stream` Oct 15 03:31:52.303 INFO kablam! --> src/iopoll.rs:248:38 Oct 15 03:31:52.303 INFO kablam! | Oct 15 03:31:52.304 INFO kablam! 248 | pub fn register_stdin(&mut self, stdin_stream: &Stdin) -> Token { Oct 15 03:31:52.304 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_stdin_stream` instead Oct 15 03:31:52.304 INFO kablam! Oct 15 03:31:52.319 INFO kablam! warning: variable does not need to be mutable Oct 15 03:31:52.320 INFO kablam! --> src/iopoll.rs:172:13 Oct 15 03:31:52.320 INFO kablam! | Oct 15 03:31:52.321 INFO kablam! 172 | let mut result = Ok(()); Oct 15 03:31:52.321 INFO kablam! | ----^^^^^^ Oct 15 03:31:52.322 INFO kablam! | | Oct 15 03:31:52.324 INFO kablam! | help: remove this `mut` Oct 15 03:31:52.324 INFO kablam! | Oct 15 03:31:52.324 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:31:52.325 INFO kablam! Oct 15 03:31:52.816 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 15 03:31:52.820 INFO kablam! su: No module specific data is present Oct 15 03:31:53.531 INFO running `"docker" "rm" "-f" "db6516916ea66ca3e3251dcdd70e99ca989c7925384693cfad3567b1efd3b6f5"` Oct 15 03:31:53.838 INFO blam! db6516916ea66ca3e3251dcdd70e99ca989c7925384693cfad3567b1efd3b6f5 Oct 15 03:31:53.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 03:31:54.263 INFO blam! 721cd06d4e26ec08b3c6e4847cc774e75f33aab9765c256048f299260c616ed7 Oct 15 03:31:54.271 INFO running `"docker" "start" "-a" "721cd06d4e26ec08b3c6e4847cc774e75f33aab9765c256048f299260c616ed7"` Oct 15 03:31:55.531 INFO kablam! usermod: no changes Oct 15 03:31:55.600 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 03:31:55.607 INFO kablam! Running /target/debug/deps/nc-75a65f31f4a550de Oct 15 03:31:55.613 INFO blam! Oct 15 03:31:55.613 INFO blam! running 0 tests Oct 15 03:31:55.613 INFO blam! Oct 15 03:31:55.613 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:31:55.613 INFO blam! Oct 15 03:31:55.614 INFO kablam! su: No module specific data is present Oct 15 03:31:56.388 INFO running `"docker" "rm" "-f" "721cd06d4e26ec08b3c6e4847cc774e75f33aab9765c256048f299260c616ed7"` Oct 15 03:31:56.671 INFO blam! 721cd06d4e26ec08b3c6e4847cc774e75f33aab9765c256048f299260c616ed7