Oct 15 15:00:32.847 INFO testing utp-0.7.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 15:00:32.848 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 15 15:00:33.412 INFO blam! 6b2455e332a21e495818a012c297b076faf3c4d41db89ce099d039add61b7efe Oct 15 15:00:33.423 INFO running `"docker" "start" "-a" "6b2455e332a21e495818a012c297b076faf3c4d41db89ce099d039add61b7efe"` Oct 15 15:00:34.623 INFO kablam! usermod: no changes Oct 15 15:00:34.775 INFO kablam! Compiling utp v0.7.0 (/source) Oct 15 15:00:36.160 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:36.160 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:36.160 INFO kablam! | Oct 15 15:00:36.160 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:36.160 INFO kablam! | ----^^^^^^ Oct 15 15:00:36.160 INFO kablam! | | Oct 15 15:00:36.160 INFO kablam! | help: remove this `mut` Oct 15 15:00:36.160 INFO kablam! ... Oct 15 15:00:36.160 INFO kablam! 312 | make_setter!(set_seq_nr, seq_nr, u16); Oct 15 15:00:36.160 INFO kablam! | -------------------------------------- in this macro invocation Oct 15 15:00:36.161 INFO kablam! | Oct 15 15:00:36.163 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:00:36.163 INFO kablam! Oct 15 15:00:36.163 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:36.163 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:36.163 INFO kablam! | Oct 15 15:00:36.163 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:36.163 INFO kablam! | ----^^^^^^ Oct 15 15:00:36.163 INFO kablam! | | Oct 15 15:00:36.163 INFO kablam! | help: remove this `mut` Oct 15 15:00:36.163 INFO kablam! ... Oct 15 15:00:36.163 INFO kablam! 313 | make_setter!(set_ack_nr, ack_nr, u16); Oct 15 15:00:36.163 INFO kablam! | -------------------------------------- in this macro invocation Oct 15 15:00:36.163 INFO kablam! Oct 15 15:00:36.163 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:36.163 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:36.163 INFO kablam! | Oct 15 15:00:36.163 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:36.163 INFO kablam! | ----^^^^^^ Oct 15 15:00:36.163 INFO kablam! | | Oct 15 15:00:36.163 INFO kablam! | help: remove this `mut` Oct 15 15:00:36.163 INFO kablam! ... Oct 15 15:00:36.163 INFO kablam! 314 | make_setter!(set_connection_id, connection_id, u16); Oct 15 15:00:36.164 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 15 15:00:36.164 INFO kablam! Oct 15 15:00:36.164 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:36.164 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:36.164 INFO kablam! | Oct 15 15:00:36.164 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:36.164 INFO kablam! | ----^^^^^^ Oct 15 15:00:36.164 INFO kablam! | | Oct 15 15:00:36.164 INFO kablam! | help: remove this `mut` Oct 15 15:00:36.164 INFO kablam! ... Oct 15 15:00:36.164 INFO kablam! 315 | make_setter!(set_wnd_size, wnd_size, u32); Oct 15 15:00:36.164 INFO kablam! | ------------------------------------------ in this macro invocation Oct 15 15:00:36.164 INFO kablam! Oct 15 15:00:36.174 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:36.174 INFO kablam! --> src/packet.rs:245:13 Oct 15 15:00:36.174 INFO kablam! | Oct 15 15:00:36.174 INFO kablam! 245 | let mut header = unsafe { &mut *(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:36.174 INFO kablam! | ----^^^^^^ Oct 15 15:00:36.174 INFO kablam! | | Oct 15 15:00:36.174 INFO kablam! | help: remove this `mut` Oct 15 15:00:36.174 INFO kablam! Oct 15 15:00:36.218 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:36.218 INFO kablam! --> src/socket.rs:463:17 Oct 15 15:00:36.218 INFO kablam! | Oct 15 15:00:36.218 INFO kablam! 463 | let mut packet = &mut self.send_window[0]; Oct 15 15:00:36.218 INFO kablam! | ----^^^^^^ Oct 15 15:00:36.218 INFO kablam! | | Oct 15 15:00:36.218 INFO kablam! | help: remove this `mut` Oct 15 15:00:36.218 INFO kablam! Oct 15 15:00:37.667 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.99s Oct 15 15:00:37.673 INFO kablam! su: No module specific data is present Oct 15 15:00:38.396 INFO running `"docker" "rm" "-f" "6b2455e332a21e495818a012c297b076faf3c4d41db89ce099d039add61b7efe"` Oct 15 15:00:38.663 INFO blam! 6b2455e332a21e495818a012c297b076faf3c4d41db89ce099d039add61b7efe Oct 15 15:00:38.665 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 15 15:00:39.083 INFO blam! 4964bd62a0a0a5e5180e97883284285746ceca56da02ff717a4a521d5638cc0e Oct 15 15:00:39.085 INFO running `"docker" "start" "-a" "4964bd62a0a0a5e5180e97883284285746ceca56da02ff717a4a521d5638cc0e"` Oct 15 15:00:40.751 INFO kablam! usermod: no changes Oct 15 15:00:40.891 INFO kablam! Compiling quickcheck v0.4.1 Oct 15 15:00:44.304 INFO kablam! Compiling utp v0.7.0 (/source) Oct 15 15:00:48.527 INFO kablam! warning: unused `#[macro_use]` import Oct 15 15:00:48.527 INFO kablam! --> examples/utpcat.rs:2:1 Oct 15 15:00:48.527 INFO kablam! | Oct 15 15:00:48.527 INFO kablam! 2 | #[macro_use] Oct 15 15:00:48.527 INFO kablam! | ^^^^^^^^^^^^ Oct 15 15:00:48.527 INFO kablam! | Oct 15 15:00:48.527 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:00:48.527 INFO kablam! Oct 15 15:00:49.059 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:00:49.059 INFO kablam! --> src/socket.rs:2214:30 Oct 15 15:00:49.059 INFO kablam! | Oct 15 15:00:49.059 INFO kablam! 2214 | assert!(take_address(("0.0.0.0:0")).is_ok()); Oct 15 15:00:49.059 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 15 15:00:49.059 INFO kablam! | Oct 15 15:00:49.059 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 15:00:49.059 INFO kablam! Oct 15 15:00:49.059 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:00:49.059 INFO kablam! --> src/socket.rs:2215:30 Oct 15 15:00:49.059 INFO kablam! | Oct 15 15:00:49.059 INFO kablam! 2215 | assert!(take_address(("[::]:0")).is_ok()); Oct 15 15:00:49.059 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 15 15:00:49.059 INFO kablam! Oct 15 15:00:49.059 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 15:00:49.060 INFO kablam! --> src/socket.rs:2222:30 Oct 15 15:00:49.060 INFO kablam! | Oct 15 15:00:49.060 INFO kablam! 2222 | assert!(take_address(("1.2.3.4:70000")).is_err()); Oct 15 15:00:49.060 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 15:00:49.060 INFO kablam! Oct 15 15:00:51.695 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:51.695 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:51.695 INFO kablam! | Oct 15 15:00:51.695 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:51.695 INFO kablam! | ----^^^^^^ Oct 15 15:00:51.695 INFO kablam! | | Oct 15 15:00:51.695 INFO kablam! | help: remove this `mut` Oct 15 15:00:51.695 INFO kablam! ... Oct 15 15:00:51.695 INFO kablam! 312 | make_setter!(set_seq_nr, seq_nr, u16); Oct 15 15:00:51.695 INFO kablam! | -------------------------------------- in this macro invocation Oct 15 15:00:51.695 INFO kablam! | Oct 15 15:00:51.695 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 15:00:51.695 INFO kablam! Oct 15 15:00:51.695 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:51.695 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:51.695 INFO kablam! | Oct 15 15:00:51.695 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:51.695 INFO kablam! | ----^^^^^^ Oct 15 15:00:51.695 INFO kablam! | | Oct 15 15:00:51.695 INFO kablam! | help: remove this `mut` Oct 15 15:00:51.695 INFO kablam! ... Oct 15 15:00:51.695 INFO kablam! 313 | make_setter!(set_ack_nr, ack_nr, u16); Oct 15 15:00:51.695 INFO kablam! | -------------------------------------- in this macro invocation Oct 15 15:00:51.695 INFO kablam! Oct 15 15:00:51.695 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:51.695 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:51.695 INFO kablam! | Oct 15 15:00:51.695 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:51.695 INFO kablam! | ----^^^^^^ Oct 15 15:00:51.695 INFO kablam! | | Oct 15 15:00:51.695 INFO kablam! | help: remove this `mut` Oct 15 15:00:51.695 INFO kablam! ... Oct 15 15:00:51.695 INFO kablam! 314 | make_setter!(set_connection_id, connection_id, u16); Oct 15 15:00:51.695 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 15 15:00:51.695 INFO kablam! Oct 15 15:00:51.695 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:51.695 INFO kablam! --> src/packet.rs:28:17 Oct 15 15:00:51.695 INFO kablam! | Oct 15 15:00:51.695 INFO kablam! 28 | let mut header = unsafe { &mut*(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:51.695 INFO kablam! | ----^^^^^^ Oct 15 15:00:51.695 INFO kablam! | | Oct 15 15:00:51.695 INFO kablam! | help: remove this `mut` Oct 15 15:00:51.695 INFO kablam! ... Oct 15 15:00:51.695 INFO kablam! 315 | make_setter!(set_wnd_size, wnd_size, u32); Oct 15 15:00:51.695 INFO kablam! | ------------------------------------------ in this macro invocation Oct 15 15:00:51.695 INFO kablam! Oct 15 15:00:51.711 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:51.711 INFO kablam! --> src/packet.rs:245:13 Oct 15 15:00:51.711 INFO kablam! | Oct 15 15:00:51.711 INFO kablam! 245 | let mut header = unsafe { &mut *(self.0.as_mut_ptr() as *mut PacketHeader) }; Oct 15 15:00:51.711 INFO kablam! | ----^^^^^^ Oct 15 15:00:51.711 INFO kablam! | | Oct 15 15:00:51.711 INFO kablam! | help: remove this `mut` Oct 15 15:00:51.711 INFO kablam! Oct 15 15:00:51.855 INFO kablam! warning: variable does not need to be mutable Oct 15 15:00:51.855 INFO kablam! --> src/socket.rs:463:17 Oct 15 15:00:51.855 INFO kablam! | Oct 15 15:00:51.855 INFO kablam! 463 | let mut packet = &mut self.send_window[0]; Oct 15 15:00:51.855 INFO kablam! | ----^^^^^^ Oct 15 15:00:51.855 INFO kablam! | | Oct 15 15:00:51.855 INFO kablam! | help: remove this `mut` Oct 15 15:00:51.855 INFO kablam! Oct 15 15:00:57.113 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.33s Oct 15 15:00:57.124 INFO kablam! su: No module specific data is present Oct 15 15:00:57.707 INFO running `"docker" "rm" "-f" "4964bd62a0a0a5e5180e97883284285746ceca56da02ff717a4a521d5638cc0e"` Oct 15 15:00:58.007 INFO blam! 4964bd62a0a0a5e5180e97883284285746ceca56da02ff717a4a521d5638cc0e