Oct 21 20:03:33.685 INFO checking abhijeetbhagat/mio-socket against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:03:33.686 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 20:03:34.169 INFO blam! b16fa16d469aee1599cd1e3604c098fdbd4aebc0fde051d607db639c52e63298 Oct 21 20:03:34.176 INFO running `"docker" "start" "-a" "b16fa16d469aee1599cd1e3604c098fdbd4aebc0fde051d607db639c52e63298"` Oct 21 20:03:35.462 INFO kablam! usermod: no changes Oct 21 20:03:35.592 INFO kablam! Checking mio-udp v0.1.0 (/source) Oct 21 20:03:37.024 INFO kablam! warning: unused variable: `amt` Oct 21 20:03:37.024 INFO kablam! --> src/main.rs:36:22 Oct 21 20:03:37.024 INFO kablam! | Oct 21 20:03:37.024 INFO kablam! 36 | let (amt, src) = self.socket.recv_from(&mut buf).unwrap().unwrap(); Oct 21 20:03:37.024 INFO kablam! | ^^^ help: consider using `_amt` instead Oct 21 20:03:37.028 INFO kablam! | Oct 21 20:03:37.028 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:03:37.028 INFO kablam! Oct 21 20:03:37.028 INFO kablam! warning: unused variable: `src` Oct 21 20:03:37.028 INFO kablam! --> src/main.rs:36:27 Oct 21 20:03:37.029 INFO kablam! | Oct 21 20:03:37.029 INFO kablam! 36 | let (amt, src) = self.socket.recv_from(&mut buf).unwrap().unwrap(); Oct 21 20:03:37.029 INFO kablam! | ^^^ help: consider using `_src` instead Oct 21 20:03:37.029 INFO kablam! Oct 21 20:03:37.029 INFO kablam! warning: unused variable: `event_loop` Oct 21 20:03:37.029 INFO kablam! --> src/main.rs:32:25 Oct 21 20:03:37.029 INFO kablam! | Oct 21 20:03:37.029 INFO kablam! 32 | fn ready(&mut self, event_loop : &mut EventLoop, token : Token, event_set : Ready){ Oct 21 20:03:37.029 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 21 20:03:37.029 INFO kablam! Oct 21 20:03:37.029 INFO kablam! warning: field is never used: `socket` Oct 21 20:03:37.029 INFO kablam! --> src/main.rs:9:5 Oct 21 20:03:37.029 INFO kablam! | Oct 21 20:03:37.029 INFO kablam! 9 | socket : UdpSocket, Oct 21 20:03:37.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:03:37.045 INFO kablam! | Oct 21 20:03:37.045 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:03:37.045 INFO kablam! Oct 21 20:03:37.045 INFO kablam! warning: field is never used: `token` Oct 21 20:03:37.045 INFO kablam! --> src/main.rs:10:5 Oct 21 20:03:37.045 INFO kablam! | Oct 21 20:03:37.045 INFO kablam! 10 | token : Token, Oct 21 20:03:37.045 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 20:03:37.045 INFO kablam! Oct 21 20:03:37.045 INFO kablam! warning: field is never used: `interest` Oct 21 20:03:37.045 INFO kablam! --> src/main.rs:11:5 Oct 21 20:03:37.045 INFO kablam! | Oct 21 20:03:37.045 INFO kablam! 11 | interest : Ready Oct 21 20:03:37.045 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:03:37.045 INFO kablam! Oct 21 20:03:37.045 INFO kablam! warning: field is never used: `client` Oct 21 20:03:37.045 INFO kablam! --> src/main.rs:17:5 Oct 21 20:03:37.045 INFO kablam! | Oct 21 20:03:37.045 INFO kablam! 17 | client : Option Oct 21 20:03:37.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:03:37.045 INFO kablam! Oct 21 20:03:37.045 INFO kablam! warning: struct is never constructed: `UdpEndClient` Oct 21 20:03:37.045 INFO kablam! --> src/main.rs:45:1 Oct 21 20:03:37.045 INFO kablam! | Oct 21 20:03:37.045 INFO kablam! 45 | struct UdpEndClient{ Oct 21 20:03:37.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 20:03:37.045 INFO kablam! Oct 21 20:03:37.045 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:03:37.045 INFO kablam! --> src/main.rs:55:9 Oct 21 20:03:37.045 INFO kablam! | Oct 21 20:03:37.045 INFO kablam! 55 | event_loop.register(&server.socket, server.token, Ready::readable(), PollOpt::edge()); Oct 21 20:03:37.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:03:37.045 INFO kablam! | Oct 21 20:03:37.045 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:03:37.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:03:37.045 INFO kablam! Oct 21 20:03:37.045 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:03:37.045 INFO kablam! --> src/main.rs:56:9 Oct 21 20:03:37.045 INFO kablam! | Oct 21 20:03:37.045 INFO kablam! 56 | event_loop.run(&mut server); Oct 21 20:03:37.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:03:37.045 INFO kablam! | Oct 21 20:03:37.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:03:37.045 INFO kablam! Oct 21 20:03:37.045 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:03:37.045 INFO kablam! --> src/main.rs:59:9 Oct 21 20:03:37.045 INFO kablam! | Oct 21 20:03:37.045 INFO kablam! 59 | socket.send_to("abhi".as_bytes(), &SocketAddr::new(IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)), 8080)); Oct 21 20:03:37.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:03:37.045 INFO kablam! | Oct 21 20:03:37.045 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:03:37.045 INFO kablam! Oct 21 20:03:37.176 INFO kablam! warning: unused variable: `amt` Oct 21 20:03:37.176 INFO kablam! --> src/main.rs:36:22 Oct 21 20:03:37.176 INFO kablam! | Oct 21 20:03:37.176 INFO kablam! 36 | let (amt, src) = self.socket.recv_from(&mut buf).unwrap().unwrap(); Oct 21 20:03:37.176 INFO kablam! | ^^^ help: consider using `_amt` instead Oct 21 20:03:37.176 INFO kablam! | Oct 21 20:03:37.176 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:03:37.176 INFO kablam! Oct 21 20:03:37.176 INFO kablam! warning: unused variable: `src` Oct 21 20:03:37.176 INFO kablam! --> src/main.rs:36:27 Oct 21 20:03:37.176 INFO kablam! | Oct 21 20:03:37.176 INFO kablam! 36 | let (amt, src) = self.socket.recv_from(&mut buf).unwrap().unwrap(); Oct 21 20:03:37.176 INFO kablam! | ^^^ help: consider using `_src` instead Oct 21 20:03:37.176 INFO kablam! Oct 21 20:03:37.176 INFO kablam! warning: unused variable: `event_loop` Oct 21 20:03:37.176 INFO kablam! --> src/main.rs:32:25 Oct 21 20:03:37.176 INFO kablam! | Oct 21 20:03:37.176 INFO kablam! 32 | fn ready(&mut self, event_loop : &mut EventLoop, token : Token, event_set : Ready){ Oct 21 20:03:37.176 INFO kablam! | ^^^^^^^^^^ help: consider using `_event_loop` instead Oct 21 20:03:37.176 INFO kablam! Oct 21 20:03:37.177 INFO kablam! warning: field is never used: `socket` Oct 21 20:03:37.177 INFO kablam! --> src/main.rs:9:5 Oct 21 20:03:37.177 INFO kablam! | Oct 21 20:03:37.177 INFO kablam! 9 | socket : UdpSocket, Oct 21 20:03:37.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 20:03:37.178 INFO kablam! | Oct 21 20:03:37.178 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:03:37.178 INFO kablam! Oct 21 20:03:37.178 INFO kablam! warning: field is never used: `token` Oct 21 20:03:37.178 INFO kablam! --> src/main.rs:10:5 Oct 21 20:03:37.178 INFO kablam! | Oct 21 20:03:37.178 INFO kablam! 10 | token : Token, Oct 21 20:03:37.178 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 20:03:37.178 INFO kablam! Oct 21 20:03:37.178 INFO kablam! warning: field is never used: `interest` Oct 21 20:03:37.178 INFO kablam! --> src/main.rs:11:5 Oct 21 20:03:37.178 INFO kablam! | Oct 21 20:03:37.178 INFO kablam! 11 | interest : Ready Oct 21 20:03:37.178 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:03:37.178 INFO kablam! Oct 21 20:03:37.178 INFO kablam! warning: field is never used: `client` Oct 21 20:03:37.178 INFO kablam! --> src/main.rs:17:5 Oct 21 20:03:37.178 INFO kablam! | Oct 21 20:03:37.178 INFO kablam! 17 | client : Option Oct 21 20:03:37.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:03:37.179 INFO kablam! Oct 21 20:03:37.179 INFO kablam! warning: struct is never constructed: `UdpEndClient` Oct 21 20:03:37.179 INFO kablam! --> src/main.rs:45:1 Oct 21 20:03:37.179 INFO kablam! | Oct 21 20:03:37.179 INFO kablam! 45 | struct UdpEndClient{ Oct 21 20:03:37.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 20:03:37.179 INFO kablam! Oct 21 20:03:37.179 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:03:37.179 INFO kablam! --> src/main.rs:55:9 Oct 21 20:03:37.179 INFO kablam! | Oct 21 20:03:37.179 INFO kablam! 55 | event_loop.register(&server.socket, server.token, Ready::readable(), PollOpt::edge()); Oct 21 20:03:37.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:03:37.179 INFO kablam! | Oct 21 20:03:37.179 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:03:37.179 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:03:37.179 INFO kablam! Oct 21 20:03:37.179 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:03:37.179 INFO kablam! --> src/main.rs:56:9 Oct 21 20:03:37.179 INFO kablam! | Oct 21 20:03:37.179 INFO kablam! 56 | event_loop.run(&mut server); Oct 21 20:03:37.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:03:37.180 INFO kablam! | Oct 21 20:03:37.180 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:03:37.180 INFO kablam! Oct 21 20:03:37.180 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:03:37.180 INFO kablam! --> src/main.rs:59:9 Oct 21 20:03:37.180 INFO kablam! | Oct 21 20:03:37.180 INFO kablam! 59 | socket.send_to("abhi".as_bytes(), &SocketAddr::new(IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)), 8080)); Oct 21 20:03:37.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:03:37.180 INFO kablam! | Oct 21 20:03:37.180 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:03:37.180 INFO kablam! Oct 21 20:03:37.197 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.71s Oct 21 20:03:37.207 INFO kablam! su: No module specific data is present Oct 21 20:03:38.136 INFO running `"docker" "rm" "-f" "b16fa16d469aee1599cd1e3604c098fdbd4aebc0fde051d607db639c52e63298"` Oct 21 20:03:38.408 INFO blam! b16fa16d469aee1599cd1e3604c098fdbd4aebc0fde051d607db639c52e63298